From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#22571: Acknowledgement (Guix on Debian Testing sbcl package needs warning to set SBCL_HOME) Date: Wed, 10 Feb 2016 13:20:16 +0300 Message-ID: <87h9hg6f4v.fsf@gmail.com> References: <87y4aycs21.fsf@mordocai.net> <878u2tpbt4.fsf@mordocai.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTRtR-0007ZN-Gj for bug-guix@gnu.org; Wed, 10 Feb 2016 05:21:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTRtO-0008HI-AB for bug-guix@gnu.org; Wed, 10 Feb 2016 05:21:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:53321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTRtO-0008H8-5m for bug-guix@gnu.org; Wed, 10 Feb 2016 05:21:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aTRtN-0006iJ-Jt for bug-guix@gnu.org; Wed, 10 Feb 2016 05:21:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878u2tpbt4.fsf@mordocai.net> (Christopher W. Carpenter's message of "Tue, 09 Feb 2016 19:57:11 -0600") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Christopher W Carpenter Cc: 22571@debbugs.gnu.org Christopher W Carpenter (2016-02-10 04:57 +0300) wrote: > I found the problem, and this can be closed IMHO. > > I use StumpWM, which is written in common lisp and I use sbcl to run it. > It appears that when the stumpwm image is created the SBCL_HOME > environment variable's state at that time is stored. In addition, for > whatever reason, any processes started from stumpwm will have a > SBCL_HOME environment variable with that same value. > > Therefore, my issue was that my stumpwm that was starting my > processes(and the processess themselves) > had an old, incorrect value for SBCL_HOME which would then cause this > error. Oh, cool, I also use stumpwm but I've never noticed it because I compile stumpwm using sbcl from Guix, so my value of SBCL_HOME is: "/gnu/store/qkrqqb81hs6nypvzbgi8ixrrza78gvlb-sbcl-1.2.8/lib/sbcl" > Interesting "bug" to find! Thanks for the help! Thanks for discovering it! It's good to know this thing (just in case). -- Alex