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
Describe the bug
I introduced a typo in additional_packages. However, on enter, the only message is:
Starting container... [ OK ]
Installing basic packages... Error: An error occurred
To Reproduce
Error in package name: additional_packages="python-ipykernel ptyhon-devel gcc-c++ clang"
container based on fedora-toolbox by way of quay.io/langdon/langdon-toolbox
Expected behavior
A more detailed error message like:
Repositories loaded.
Failed to resolve the transaction:
Package "python3-3.13.1-2.fc41.x86_64" is already installed.
Package "python3-pip-24.2-1.fc41.noarch" is already installed.
Package "code-1.96.4-1736991167.el8.x86_64" is already installed.
No match for argument: ptyhon-devel
You can try to add to command line:
--skip-unavailable to skip unavailable packages
+ '[' 1 -ne 0 ']'
+ printf 'Error: An error occurred\n'
Logs
Run the commands with --verbose and post the log here as a file upload
Attach also the output of podman logs or docker logs, possibly with --latest flag
Describe the bug
I introduced a typo in
additional_packages
. However, onenter
, the only message is:To Reproduce
Error in package name:
additional_packages="python-ipykernel ptyhon-devel gcc-c++ clang"
container based on
fedora-toolbox
by way ofquay.io/langdon/langdon-toolbox
Expected behavior
A more detailed error message like:
Logs
Run the commands with
--verbose
and post the log here as a file uploadAttach also the output of
podman logs
ordocker logs
, possibly with--latest
flagds100-box.log
i can reproduce the error and get the podman logs if you think it would be useful but it would be some effort.
Desktop (please complete the following information):
Fedora 41
Additional context
Add any other context about the problem here.
Arguably an enhancement but I had to do a bunch of work to figure out a minor issue.
The text was updated successfully, but these errors were encountered: