[sr #107416] relink with a DESTDIR install mistakenly links against old installed libraries rather than those in DESTDIR
Adam <[email protected]> Wed, 6 Nov 2024 04:55:10 -0500 (EST)
| Newsgroups | gmane.comp.gnu.libtool.general |
|---|---|
| Message-ID | <[email protected]> |
Follow-up Comment #3, sr #107416 (group libtool):
I ran into this bug when building util-linux-2.35.2, which uses libtool
2.4.6.
It looks like --enable-fast-installed is on by default, but the binaries are
still wrongly relinked:
objdump -t ./.libs/libmount.so.1.1.0 | grep clock
0000000000000000 F *UND* 0000000000000000
clock_gettime@@GLIBC_2.2.5
objdump -t ./.libs/libmount.so.1.1.0T | grep clock
0000000000000000 F *UND* 0000000000000000
clock_gettime@@GLIBC_2.17
I haven't been able to find any workarounds for this that work and would
appreciate any help.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/support/?107416>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCZys8/gAKCRCqLAuaBUf3 TvbeAP9HAlGpcG9f4/dnCw6OoJ6zjbic2ClbMx7YedpCBhjRwgD+JQ3vYDeavTL4 Nz89ShBSchZ7muv03/lZLsAzsb4Oewc= =uKL+ -----END PGP SIGNATURE-----