canonical / sdcore-upf-snap

A snap for the UPF from SD-Core
https://snapcraft.io/sdcore-upf
0 stars 0 forks source link

fix: replace snapcraftctl with craftctl #23

Closed gruyaume closed 3 months ago

gruyaume commented 3 months ago

Description

Replace snapcraftctl with craftctl to fix the snap build.

Logs

:: Traceback (most recent call last):
::   File "/snap/snapcraft/current/lib/python3.10/site-packages/craft_parts/ctl.py", line 111, in main
::     ret = CraftCtl.run(cmd, args)
::   File "/snap/snapcraft/current/lib/python3.10/site-packages/craft_parts/ctl.py", line 45, in run
::     _client(cmd, args)
::   File "/snap/snapcraft/current/lib/python3.10/site-packages/craft_parts/ctl.py", line 98, in _client
::     raise RuntimeError(message)
:: RuntimeError: Failed to run the build script for part 'bess-python-deps'.
'override-build' in part 'bess-python-deps' failed with code 1.

Checklist: