-
Notifications
You must be signed in to change notification settings - Fork 996
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
[feature] install system packages without architecture #12320
Comments
But wouldn't |
for the two packages which currently fail (
EDIT: the failures I got in https://bincrafters.github.io/system-packages-checks/ are on:
So in the end I feel confident that calling |
Just as an fyi the arch check also fails on ubuntu jammy for xorg for the same reason if the packages are already installed:
would be good to have a |
This is linked to conan-io/conan-center-index#13588 |
Actually, |
We close this, although we know that is not completely addressed in #12349
But I'll open a new issue to improve UX for this. |
Currently, recipes with arch settings trying to install system packages always install the system package with architecture matching the profile. This makes xorg/system fail on some distros (alma, Fedora and Centos), because some of the system packages do not have an architecture:
the failures:
these two system packages have no arch, cf!
We could consider adding a method like
_SystemPackageManagerTool.install_archless(...)
? Or an automatic fallback to archless if there is no existing package for the setting's arch ?The text was updated successfully, but these errors were encountered: