From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: permission denied: /gnu/store/...guile... Date: Wed, 20 May 2015 10:17:37 +0200 Message-ID: <20150520081737.GB2956@debian.math.u-bordeaux1.fr> References: <14d70199695.1243810498111.5252599218489536710@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuzCF-0002HW-AG for guix-devel@gnu.org; Wed, 20 May 2015 04:17:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuzC9-0001Ba-Qc for guix-devel@gnu.org; Wed, 20 May 2015 04:17:47 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:63020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuzC9-0001BB-Hc for guix-devel@gnu.org; Wed, 20 May 2015 04:17:41 -0400 Content-Disposition: inline In-Reply-To: <14d70199695.1243810498111.5252599218489536710@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: rekado Cc: guix-devel@gnu.org Hello Recado, this may not at all be helpful, but whenever I encounter a mysterious problem such as this, I usually do a "make distclean; ./configure; make install". Or better yet, have it precede by "./bootstrap" and "rm -rf INSTALL_DIRECTORY/share/guile". Sometimes that solves the issue, but it probably only makes sense if you have installed guix on top of another distro. Andreas