-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARNING: Running the setup command as meson [options]
instead of meson setup [options]
is ambiguous and deprecated.
#103
Comments
This comes from the FreeCAD-snap/snap/snapcraft.yaml Lines 138 to 145 in 392dca0
FreeCAD-snap/snap/snapcraft.yaml Line 85 in 392dca0
I do not understand why it's needed, or if it's still needed. It looks like a stub to bring a modified version of the kernel's FreeCAD-snap/snap/local/stub-chown/stub-chown.c Lines 1 to 10 in 392dca0
|
The actual warning comes from how snapcraft's meson plugin invokes meson. It would look like it's calling This is how the snap sets up meson's build file. There's not much we can do about that warning here: FreeCAD-snap/snap/local/stub-chown/meson.build Lines 1 to 4 in 392dca0
I'm not sure if this would work, but perhaps modifying the - meson-parameters:
- - --prefix=/usr
+ meson-parameters:
+ - setup --prefix=/usr But first we'd need to understand if/why the |
Start of log: https://github.com/FreeCAD/FreeCAD-snap/actions/runs/5873833729/job/15927653667#step:4:10692
Actual warning: https://github.com/FreeCAD/FreeCAD-snap/actions/runs/5873833729/job/15927653667#step:4:10715
The text was updated successfully, but these errors were encountered: