bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/27250] Installation of 2.36 fails with 'LIBCTF_1.1 not fou


From: nick.alcock at oracle dot com
Subject: [Bug binutils/27250] Installation of 2.36 fails with 'LIBCTF_1.1 not found' followed by 'relink' suggestion
Date: Tue, 26 Jan 2021 16:08:38 +0000

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

[Prev in Thread] Current Thread [Next in Thread]