Bug 2316312
Summary: | Toolbox is stuck at version 38 on Asahi Linux | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Alex Arnold <alexanderjarnold> | ||||
Component: | toolbox | Assignee: | Debarshi Ray <debarshir> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 40 | CC: | debarshir, go-sig, harrymichal, patrick, sumukher | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | aarch64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | toolbox-0.0.99.6-5.fc41 toolbox-0.0.99.6-5.fc40 toolbox-0.0.99.6-5.fc39 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2024-10-04 13:48:31 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Alex Arnold
2024-10-03 16:09:06 UTC
Could you please show your /etc/os-release and the output from 'toolbox --verbose create' ? Created attachment 2050270 [details]
Log
(In reply to Alex Arnold from comment #2) > Created attachment 2050270 [details] > Log > > [...] > > alex@macbookair:~$ cat /etc/os-release > NAME="Fedora Linux Asahi Remix" > VERSION="40 (KDE Plasma)" > ID=fedora-asahi-remix > ID_LIKE=fedora Okay, I see the problem. Currently, Toolbx only looks at ID in os-release(5), and doesn't fall back to ID_LIKE. So, when it sees fedora-asahi-remix, it thinks that it's an unknown distribution that's not part of the officially supported set, and uses the fallback setting of fedora-toolbox:38. There are two things to fix. First, we should bump the fallback version to a supported version of Fedora. I submitted a pull request for it, which I will backport to Fedora: https://github.com/containers/toolbox/pull/1561 Second, we should add support for ID_LIKE to Toolbx. Unfortunately, we need to wait a bit with this, because I would really like to roll a dot-zero release in the coming days, and this would be too much of a churn. In the meantime, you could use toolbox.conf(5) to override the 'distro' and 'release' options to match your Fedora Asahi Remix host. Fixed in Rawhide: https://bodhi.fedoraproject.org/updates/FEDORA-2024-de68b6db47 I will wait for other supported Fedora branches until the 0.0.99.6 release builds to go into stable. FEDORA-2024-f073144bc1 (toolbox-0.0.99.6-5.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-f073144bc1 FEDORA-2024-f073144bc1 has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-f073144bc1` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-f073144bc1 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-f073144bc1 (toolbox-0.0.99.6-5.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-4833b67e5f (toolbox-0.0.99.6-5.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-4833b67e5f FEDORA-2024-4833b67e5f has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-4833b67e5f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-4833b67e5f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-699dd76c84 (toolbox-0.0.99.6-5.fc39) has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-699dd76c84 FEDORA-2024-699dd76c84 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-699dd76c84` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-699dd76c84 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-4833b67e5f (toolbox-0.0.99.6-5.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-699dd76c84 (toolbox-0.0.99.6-5.fc39) has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |