https://sourceware.org/bugzilla/show_bug.cgi?id=27250

--- Comment #3 from Nick Alcock <nick.alcock at oracle dot com> ---
Ohhh I bet I know what it is. You'll need to roll back by sticking the old ld
in place (I hope you have a copy) or roll forward by hand-copying
.libs/libctf.so.0 into place in /usr/local.

The problem is installation order: ld is being installed before libctf, but ld
*uses* libctf and thus if libctf is relinked for any reason by the install
phase, ld might find itself calling on symbols that aren't in the libctf
already present on the system (if it even is there).

Should have a fix for you to test in a few minutes.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to