From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: guix build freezes Date: Tue, 5 May 2015 21:50:11 +0200 Message-ID: <874mnqx0r0.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpirK-0002FS-GJ for guix-devel@gnu.org; Tue, 05 May 2015 15:50:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpirF-0006PX-SR for guix-devel@gnu.org; Tue, 05 May 2015 15:50:26 -0400 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:33585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpirF-0006Oa-Ib for guix-devel@gnu.org; Tue, 05 May 2015 15:50:21 -0400 Received: from localhost (localhost [127.0.0.1]) by pegasus.bbbm.mdc-berlin.de (Postfix) with ESMTP id 35F7F380E4B for ; Tue, 5 May 2015 21:50:19 +0200 (CEST) Received: from pegasus.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (pegasus.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WnYlDtk5Ickm for ; Tue, 5 May 2015 21:50:13 +0200 (CEST) Received: from HTCAONE.mdc-berlin.net (mab.citx.mdc-berlin.de [141.80.36.102]) by pegasus.bbbm.mdc-berlin.de (Postfix) with ESMTP for ; Tue, 5 May 2015 21:50:12 +0200 (CEST) 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 Hi Guix, I have a very weird problem that I don't understand. "./pre-inst-env guix build" just sits there doing nothing at all: [rwurmus@guix-builder:/localhome/rwurmus-tmp/guix] (531) $ git describe HEAD v0.8.1-1597-g4702cec [rwurmus@guix-builder:/localhome/rwurmus-tmp/guix] (532) $ time ./pre-inst-env guix build texlive-texmf-2014 The following file will be downloaded: /gnu/store/h1qjkg8bvcdb485q81lw5844szgywpg7-texlive-texmf-2014 ^C real 13m0.888s user 0m3.728s sys 0m0.364s Now using the previously "sudo make install"'d version of Guix: [rwurmus@guix-builder:/localhome/rwurmus-tmp/guix] (533) $ time guix build texlive-texmf-2014 guix build: warning: failed to load '(gnu packages ld-wrapper)': ERROR: no code for module (gnu packages ld-wrapper) /gnu/store/0zx4rfbf58s0fnh4nzcaajdrfwb1ilv5-texlive-texmf-2014 real 0m24.060s user 0m4.004s sys 0m0.541s I can't really say when I last make install'd, but it was probably around commit 27350ef8b. I have a feeling I should do "make clean" again and purge everything, but I thought I should report this anyway. I should also note that I develop Guix on a different machine with the *same* network-mounted home directory. On guix-builder I make and make install everything from within a directory on a local disk, but my actual home directory is the network share, so I suspect that this could all be explained by sharing some go caches or so. Could someone please confirm that this is in fact what's happening? ~~ Ricardo