AlmaLinux:9 prjconf missing FileProvides for alternatives
Hey, I was trying to build a package targeting AlmaLinux:9, but it failed to work because the compiler was broken. The compiler was broken because the alternatives symlinks for ld weren't made, which caused the compiler to not be able to produce working executables. In order to fix this, the following needs to be added to the AlmaLinux:9 prjconf: FileProvides: /usr/sbin/alternatives alternatives FileProvides: /usr/sbin/update-alternatives alternatives It might also be worth checking for any discrepancies between AlmaLinux:9 and CentOS:CentOS-9:Stream project configs, since they're effectively the same distribution. Stuff in CS9 but not AL9 should be added to the AL9 config. Thanks in advance! -- 真実はいつも一つ!/ Always, there's only one truth!
On Mittwoch, 7. September 2022, 02:18:19 CEST Neal Gompa wrote:
Hey,
I was trying to build a package targeting AlmaLinux:9, but it failed to work because the compiler was broken. The compiler was broken because the alternatives symlinks for ld weren't made, which caused the compiler to not be able to produce working executables.
In order to fix this, the following needs to be added to the AlmaLinux:9 prjconf:
FileProvides: /usr/sbin/alternatives alternatives FileProvides: /usr/sbin/update-alternatives alternatives
It might also be worth checking for any discrepancies between AlmaLinux:9 and CentOS:CentOS-9:Stream project configs, since they're effectively the same distribution. Stuff in CS9 but not AL9 should be added to the AL9 config.
done -- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Frankenstraße 146, 90461 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Ivo Totev
participants (2)
-
Adrian Schröter
-
Neal Gompa