On Mon, 1 Feb 2021, Pierre Labastie via blfs-dev wrote:

On Tue, 2021-01-26 at 14:55 +0800, Xi Ruoyao via blfs-dev wrote:
On 2021-01-25 19:33 -0500, Marty Jack via blfs-dev wrote:
> I found that during the install phase the just installed ld won't
> run against
> the prior libctf which had not yet been installed.  I ended up with
> a
> nonfunctional ld and had to recover it from another system and
> reinstall
> 2.35.1.  Now holding off to see what others discover.  I do not see
> anyone
> reporting a problem on their mailing list at this point.

It's not so fatal.  You can set LD_LIBRARY_PATH during make install
to
workaround.

Sorry, I am unable to do that: I've tried:
LD_LIBRARY_PATH=/build/dir/binutils-2.36/build/libctf/.libs \
  make tooldir=/usr install
and that is not enough...
What worked for me is:
make tooldir=/usr -C libctf install
make toolsdir=/usr install

Pierre

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

This issue looks a lot like the one in this thread:
https://lists.gnu.org/archive/html/bug-binutils/2021-01/msg00340.html

There's an upstream fix here:
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=f04ce15e831b691d7610dba284e266919e757b10

I haven't had the pleasure of building binutils-2.36 successfully yet,
so I'm not sure if the above patch fixes the issue.

Cheers,
  Ryan
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to