CXXLD libbitcoinconsensus.la
ld: warning: double slash removed from -install_name (//lib/libbitcoinconsensus.0.dylib)
-
hebasto commented at 7:21 PM on March 16, 2022: member
- hebasto added the label Bug on Mar 16, 2022
- fanquake added the label macOS on Aug 6, 2022
- fanquake added the label Build system on Aug 6, 2022
-
fanquake commented at 2:16 PM on August 8, 2022: member
Going to close this
The double slash actually occurs across all HOSTS, not just darwin i.e:
libtool: install: /root/.guix-profile/bin/install -c .libs/libbitcoinconsensus.so.0.0.0 /distsrc-base/distsrc-4a2c60b57c4d-x86_64-linux-gnu/installed/bitcoin-4a2c60b57c4d//lib/libbitcoinconsensus.so.0.0.0It's that ld64 is the only linker that warns, see here in cctools (I think this will disappear when we migrate to lld). I dont think this is something we need to fix, or have an open issue for, and just comes down to $rpath being empty inside the Guix env. Everything still ends up inside
installed/as expected. - fanquake closed this on Aug 8, 2022
- bitcoin locked this on Aug 8, 2023
Labels