https://sourceware.org/bugzilla/show_bug.cgi?id=27305
Nick Alcock <nick.alcock at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2021-06-15 Status|UNCONFIRMED |WAITING CC| |nick.alcock at oracle dot com --- Comment #2 from Nick Alcock <nick.alcock at oracle dot com> --- This is probably a duplicate of bug 27360. Could you try the users/nalcock/libctf-install-relink branch and see if that fixes it? (libtool has to relink libctf during installation because during installation it is linked with explicit RPATHs which point into the build tree, so that you can run programs that link to it directly without installing its dependencies, as the libctf testsuite does. OF course, that RPATH has to be stripped out at install time without pulling in a libbfd from /usr/local/lib or wherever... which turns out to be quite tricky.) -- You are receiving this mail because: You are on the CC list for the bug.