https://sourceware.org/bugzilla/show_bug.cgi?id=33161
Bug ID: 33161
Summary: libctf: configuring and building fails with the
Solaris linker
Product: binutils
Version: 2.43
Status: NEW
Severity: normal
Priority: P2
Component: libctf
Assignee: unassigned at sourceware dot org
Reporter: nick.alcock at oracle dot com
Target Milestone: ---
The failure is embarrassingly silly:
checking for linker versioning flags... -Wl,-B,local -Wl,-z,gnu-version-script
/home/nix/binutils-gdb/libctf/configure[17026]: ../../libctf/libctf-nobfd.ver:
cannot open [No such file or directory]
ld: fatal: file libctf-nobfd-decommented.ver: stat failed: No such file or
directory
collect2: error: ld returned 1 exit status
This is due to a bug in edc27e2d90a2af3afddd68e7a534afcc428719e5, which
switches to generating libctf-nobfd.ver from libctf.ver, but then doesn't
update the Solaris-specific code that decomments it to read it from the new
location.
Fix trivial (and only affects linkers with Solaris-style -z
gnu-version-script).
--
You are receiving this mail because:
You are on the CC list for the bug.