You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
charmcraft pack does not seem to work when provided with the -o option to control the output directory. It fails with the following cryptic message: charmcraft internal error: FileNotFoundError(2, 'No such file or directory').
$ charmcraft pack -p ./testcharms/charms/lxd-profile -o ./testcharms/charms
WARNING: Charmcraft does not validate that charms with multiple given architectures are architecture agnostic.
charmcraft internal error: FileNotFoundError(2, 'No such file or directory')
Failed to execute charmcraft in instance.
Full execution log: '/home/jordan/.local/state/charmcraft/log/charmcraft-20240930-095541.119122.log'
The text was updated successfully, but these errors were encountered:
Bug Description
charmcraft pack
does not seem to work when provided with the-o
option to control the output directory. It fails with the following cryptic message:charmcraft internal error: FileNotFoundError(2, 'No such file or directory')
.To Reproduce
charmcraft pack -p ./testcharms/charms/lxd-profile -o ./testcharms/charms
Environment
OS: Ubuntu 22.04.5 LTS
Charmcraft 3.2.1 installed from snap
charmcraft.yaml
Relevant log output
The text was updated successfully, but these errors were encountered: