From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 06 08:07:10 2016 Received: (at 22571) by debbugs.gnu.org; 6 Feb 2016 13:07:10 +0000 Received: from localhost ([127.0.0.1]:35196 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aS2Zy-0000nd-5V for submit@debbugs.gnu.org; Sat, 06 Feb 2016 08:07:10 -0500 Received: from eggs.gnu.org ([208.118.235.92]:35839) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aS2Zx-0000nP-JV for 22571@debbugs.gnu.org; Sat, 06 Feb 2016 08:07:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aS2Zo-0003VJ-FJ for 22571@debbugs.gnu.org; Sat, 06 Feb 2016 08:07:04 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aS2Zo-0003VE-Cx; Sat, 06 Feb 2016 08:07:00 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:35172 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aS2Zn-0002fA-QF; Sat, 06 Feb 2016 08:07:00 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Christopher W Carpenter Subject: Re: bug#22571: Guix on Debian Testing sbcl package needs warning to set SBCL_HOME References: <87y4aycs21.fsf@mordocai.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 18 =?utf-8?Q?Pluvi=C3=B4se?= an 224 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x3D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Sat, 06 Feb 2016 14:06:57 +0100 In-Reply-To: <87y4aycs21.fsf@mordocai.net> (Christopher W. Carpenter's message of "Fri, 05 Feb 2016 23:40:02 -0600") Message-ID: <874mdm0yz2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.4 (-----) X-Debbugs-Envelope-To: 22571 Cc: 22571@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.4 (-----) Christopher W Carpenter skribis: > When doing guix package -i sbcl on my newly setup debian testing + guix > machine and then attempting to run sbcl I got the error: > > fatal error encountered in SBCL pid 7492(tid 140737354086144): > can't find core file at /usr/lib64/sbcl/sbcl.core Are you sure you were running ~/.guix-profile/bin/sbcl? I=E2=80=99ve just tried this on GuixSD, to check whether sbcl systematically looks for things in /usr: --8<---------------cut here---------------start------------->8--- $ strace -f -o ,,s $(guix build sbcl | head -1)/bin/sbcl=20 This is SBCL 1.2.8, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * (+ 2 3) 5 * $ grep /usr ,,s [ nothing ] --8<---------------cut here---------------end--------------->8--- However, it loads /etc/sbclrc. Could it be that your host distro provides such a file, which tweaks sbcl into reading from /usr/lib64? Thanks for the report, Ludo=E2=80=99.