GNU bug report logs -
#39079
SBCL CFFI from Guix unable to find dynamic libraries
Previous Next
Reported by: Evan Straw <evan.straw99 <at> gmail.com>
Date: Sat, 11 Jan 2020 03:39:02 UTC
Severity: normal
Done: Pierre Neidhardt <mail <at> ambrevar.xyz>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 39079 <at> debbugs.gnu.org (full text, mbox):
Hi Pierre and Evan,
> This seems to be a red herring, as Guix does not change how CFFI loa > libraries. The only thing that changes is where the libraries are
found> with Guix packages.
I don't know about the details of SBCL and its CFFI, but there is a
difference in how Guix handles shared libraries that I discovered
recently and which might be related.
Programs compiled under Guix don't use the search path feature for
shared libraries (via Guix' own copy of ldd.so). All references to
shared libraries use the full path to the store. So if you compile sbcl
under Guix, it will never look for libraries that are referenced by name
only (without the full path). The foreign distro probably relies on that
lookup, as most Linux distros do.
Note that this is a feature, not a bug, so if that's the cause of the
problem, there is nothing to do about it. You'd have to compile sbcl
with the toolchain of the foreign distro.
Cheers,
Konrad.
This bug report was last modified 5 years and 218 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.