generated from amazon-archives/__template_DevGuide
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Describe the bug
On ALI2 (and Ubuntu) the linker ld.gold
is included in the binutils
package
binutils-2.29.1-31.amzn2.x86_64 : A GNU collection of binary utilities
Repo : @amzn2-core
Matched from:
Filename : /usr/bin/ld.gold
The linker is missing from binutils
package on ALi2023.
$ dnf whatprovides ld.gold
Last metadata expiration check: 0:08:18 ago on Mon Apr 24 12:12:49 2023.
Error: No matches found. If searching for a file, try specifying the full path or using a wildcard prefix ("*/") at the beginning.
$ dnf repoquery -l binutils | grep gold
Last metadata expiration check: 0:08:42 ago on Mon Apr 24 12:12:49 2023.
This prevent to build some open source projects from the source (ex : https://swift.org)
To Reproduce
To an instance with ALI2023 and type
dnf whatprovides ld.gold
Expected behavior
ld.gold
is part of the standard toolchain for multiple open source projects. These projects can not be compiled on ALI2023
Screenshots
n/a
Desktop (please complete the following information):
- ALI 2023
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation