From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: sbcl/glibc troubles Date: Fri, 14 Sep 2018 08:51:05 +0200 Message-ID: <878t447esm.fsf@ambrevar.xyz> References: <87y3c66qd3.fsf@jnanam.net> <87tvmt7s9m.fsf@ambrevar.xyz> <87sh2c3i4s.fsf@jnanam.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g0hwf-0008Cs-Gw for help-guix@gnu.org; Fri, 14 Sep 2018 02:51:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g0hwc-0004H2-8b for help-guix@gnu.org; Fri, 14 Sep 2018 02:51:13 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:53621) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g0hwb-0004CF-ST for help-guix@gnu.org; Fri, 14 Sep 2018 02:51:10 -0400 In-reply-to: <87sh2c3i4s.fsf@jnanam.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Benjamin Slade Cc: Guix-Help --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Sorry, I misread the error message. Your error is unrelated I think, although you might need the aforementioned trick later. The problem is with libosicat. How did you install it? It seems to me that it came pre-compiled as a binary. You can check this with ldd /home/slade/.cache/common-lisp/sbcl-1.4.4-linux-x64/home/slade/quickl= isp/dists/quicklisp/software/osicat-20180228-git/posix/libosicat.so (Find `ldd` in the gcc-toolchain package.) If I'm right, you need to package libosicat for Guix first so that the link= er knows about the right Glibc, etc. which paths are different on Guix compare= d to most traditional distributions. Once you get libosicat compiled correctly (check the output of ldd to make = sure there is no missing library) it should work fine. If not, try to customize cffi:*foreign-library-directories*. Let me know if you need help with osicat. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlubWlkACgkQm9z0l6S7 zH+QTgf+K1mODuWJ17xzkDyz7lSIG0gBzCbP1cE3AdUaA8W11pQuMpE/siu/Fz3l xsyO3lUmuKNrQrWtQcDUb5XzfbzAIXA76x1rJRaIk5rWr+KlE8AtVzmOWaWBS42d qqr9FbO6/Sgi2POTzo+m5phEASq92c/sPUaKBZIPN1pNQydBpFraMzZ6NmCHgyBr I+s9bH8lo7aACmVT5Os8xKKdsQZBZZTaq4ARmMGq5rvWNgohJG1QGYGXD4ZJvK1h c98+XA9vB3/Aw71lNQJctn4ob53uBEqzLx58V9idINoRaKHT5cUIV0L+0SrfxP6O Ke8bbvR+z8MjimA9E4R+kxDdrVDHRA== =LW+i -----END PGP SIGNATURE----- --=-=-=--