From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 10 05:20:24 2016 Received: (at 22571) by debbugs.gnu.org; 10 Feb 2016 10:20:24 +0000 Received: from localhost ([127.0.0.1]:34229 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTRsm-0006hI-3F for submit@debbugs.gnu.org; Wed, 10 Feb 2016 05:20:24 -0500 Received: from mail-lf0-f53.google.com ([209.85.215.53]:33936) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTRsj-0006h1-O3 for 22571@debbugs.gnu.org; Wed, 10 Feb 2016 05:20:22 -0500 Received: by mail-lf0-f53.google.com with SMTP id j78so8672673lfb.1 for <22571@debbugs.gnu.org>; Wed, 10 Feb 2016 02:20:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=MndHIunoj+8ZBV8xPZ03CWpPCksUyBv5ARpT0utAjxg=; b=nQOrD0w7RUz20K2AfClZH1cHCkhgTznQCxYwzwwJmj62Fct/Tirs5DzfemzpNp01ix sCDgMgACqMHLGsb7qfqIIXiP0CLi31G7X0iFgdYs2K2y+jjPA7yXkAo/Z4xEpUbvdHwO adBVQyD5oX4LSg6iLAsq/ivL2uzFFObg+JiFoF8drkw6RvwtZjqwBAWJ8UOzSnjP2hYq s9uI5VXh69rXwKyGUSBggBgTVd/mxdy9H8BrKgRqfiDU50ksbZRXP2LlGsvqxa9Z/41G k7tAxMWqEEGSGBdFQxs8i9Zfqoq0PiQdTd6Ui5Dxd0c48I6szUus79ocwA12/jVCGIN+ RoWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=MndHIunoj+8ZBV8xPZ03CWpPCksUyBv5ARpT0utAjxg=; b=SZgQ1KvYAxllNWNbhjTlzqKF+UuJEXttGPG01OYU9zSjrmmJQFN69T/Xfm01ki/JV/ vxb6twe4Og4bXCAj0jwEdIRQWeQk7jd6xAUUdczehSPbPswKE6nWr/Rp1xAVKTgYy5dq uS6urvjToHE+I3OSzbKFu+EBuc4wiRMuMefkNGLRylUG6jrev8e5lF1JZBDqu3P4AwnW Be/aSUjrCD9JI0ebKZk1d2qsV2/lleo9YAJbgUC1l/I4Sz8Cw6Hw1MpJmnZb8es/oFyN Sdxy4rdBmp7C8klYjIgPAfz7T3qGtJtNaU1SS5F1S3UwpEpQNnKCT7hV9i2z7u9ibZC0 6htA== X-Gm-Message-State: AG10YOTTr5pol0OItC19k62KIp7E+njSUGhmob/RneIobKAKVrPr9zFcnJAHkmYUHmkBRg== X-Received: by 10.25.145.14 with SMTP id t14mr17096721lfd.100.1455099616052; Wed, 10 Feb 2016 02:20:16 -0800 (PST) Received: from leviafan ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id p138sm343282lfb.22.2016.02.10.02.20.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Feb 2016 02:20:15 -0800 (PST) From: Alex Kost To: Christopher W Carpenter Subject: Re: bug#22571: Acknowledgement (Guix on Debian Testing sbcl package needs warning to set SBCL_HOME) References: <87y4aycs21.fsf@mordocai.net> <878u2tpbt4.fsf@mordocai.net> Date: Wed, 10 Feb 2016 13:20:16 +0300 In-Reply-To: <878u2tpbt4.fsf@mordocai.net> (Christopher W. Carpenter's message of "Tue, 09 Feb 2016 19:57:11 -0600") Message-ID: <87h9hg6f4v.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) 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: -0.7 (/) 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