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: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/27250] Installation of 2.36 fails with 'LIBCTF_1.1 not found' followed by 'relink' suggestion
Date: Wed, 27 Jan 2021 11:05:11 +0000

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

--- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Alcock <nix@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f04ce15e831b691d7610dba284e266919e757b10

commit f04ce15e831b691d7610dba284e266919e757b10
Author: Nick Alcock <nick.alcock@oracle.com>
Date:   Tue Jan 26 16:05:17 2021 +0000

    ld: depend on libctf

    Since ld may depend on libctf (if present), and libctf may be relinked
    by the installation process, libctf must be installed before ld is,
    or the relink may fail if it calls on symbols or symbol versions that do
    not exist in any libctf already present on the system.  (If none is
    present, the copy in the build tree will be automatically used, but
    if one *is* present, it may take precedence and break things.)

    (This is a maybe- dependency, so it will work even if libctf is
    disabled.)

    ChangeLog
    2021-01-26  Nick Alcock  <nick.alcock@oracle.com>

            PR 27250
            * Makefile.def: Add install-libctf dependency to install-ld.
            * Makefile.in: Regenerated.

-- 
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]