From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Sassmannshausen Subject: Failed to set up the build environment =?utf-8?Q?for=E2=80=A6?= Date: Wed, 19 Mar 2014 12:05:38 +0100 Message-ID: <87txaue9dp.fsf@serenity.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQEJq-0003mU-KO for guix-devel@gnu.org; Wed, 19 Mar 2014 07:06:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQEJi-0001pK-8O for guix-devel@gnu.org; Wed, 19 Mar 2014 07:05:58 -0400 Received: from mail-ee0-x236.google.com ([2a00:1450:4013:c00::236]:38138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQEJh-0001ov-V5 for guix-devel@gnu.org; Wed, 19 Mar 2014 07:05:50 -0400 Received: by mail-ee0-f54.google.com with SMTP id d49so6479204eek.13 for ; Wed, 19 Mar 2014 04:05:48 -0700 (PDT) Received: from serenity.home ([91.178.50.166]) by mx.google.com with ESMTPSA id u46sm13188350eel.1.2014.03.19.04.05.47 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 19 Mar 2014 04:05:48 -0700 (PDT) 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: guix-devel Hello, I've just run a clean install of Guix from Git, thus using the new store location (/gnu/) and the updated nix daemon. I configured the system as required (change permissions on store, create per-user dir, add build-users, etc). I then ran: $ guix package -i hello All works as expected (substituting the required binaries etc.) until the 'module-import' build stage, where I get the following error: ----- @ build-started /gnu/store/byc1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv - i686-linux /usr/local/var/log/guix/drvs/by//c1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv.bz2 guix package: error: build failed: failed to set up the build environment for `/gnu/store/byc1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv' ----- In the log refreference, you can see '/gnu/store/byc1s5…' and '…/drvs/by//c1s5….'. In the error message you can then see `/gnu/store/byc1s5m…'. It looks as though some path truncation takes place here. Any ideas as to what might be happening here or further tests I could do that might shed some light? Cheers, Alex