From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Pribyl Subject: Re: "profil-drv" error or what am I doing wrong? Date: Thu, 19 Jun 2014 19:37:45 +0200 (CEST) Message-ID: References: <874mzqjyjk.fsf@gnu.org> <871tulchjh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-1463811484-586056747-1403197004=:8755" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxgHa-0002DP-Bq for guix-devel@gnu.org; Thu, 19 Jun 2014 13:38:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxgHU-0005EK-26 for guix-devel@gnu.org; Thu, 19 Jun 2014 13:37:54 -0400 Received: from sandbox.cz ([87.236.197.188]:53593 helo=mx.sandbox.cz) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxgHT-0005E7-Oa for guix-devel@gnu.org; Thu, 19 Jun 2014 13:37:47 -0400 Received: from localhost (localhost [127.0.0.1]) by sandbox.cz (Postfix) with ESMTP id 0388438131 for ; Thu, 19 Jun 2014 19:37:46 +0200 (CEST) In-Reply-To: <871tulchjh.fsf@gnu.org> Content-ID: 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 Cc: guix-devel@gnu.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---1463811484-586056747-1403197004=:8755 Content-Type: TEXT/PLAIN; charset=UTF-8; format=flowed Content-ID: Content-Transfer-Encoding: quoted-printable On Thu, 19 Jun 2014, Ludovic Court=C3=A8s wrote: >> On Thu, 12 Jun 2014, Ludovic Court=C3=A8s wrote: >> >>> What error does it report? >> >> This is what is at the end: >> >> makefile:550: recipe for target 'install.perl' failed >> make[1]: *** [install.perl] Error 28 >> make[1]: Leaving directory >> /tmp/nix-build-perl-5.16.1.drv-0/perl-5.16.1' >> makefile:535: recipe for target 'install' failed >> make: *** [install] Error 2 >> phase `install' failed after 90 seconds >> builder for >> /gnu/store/pg7qk32dirrqwagwd12n533v483hyipx-perl-5.16.1.drv' failed >> with exit code 1 > > All this means that it failed to build Perl. Since it happens during > the install phase, it may be a no-space-left condition; could you check > if this is the case? > > Could you check the tail of the log file returned by > > guix build --log-file /gnu/store/pg7qk32dirrqwagwd12n533v483hyipx-perl= -5.16.1.drv This produces a log file in .bz2 compressed archive. First I thought bzip= 2=20 is not there, but then I found it is just not linked into any PATH. But you are probably right, as the qcow is already 1.5GB. df: cannot read table of mounted file systems: No such file or directory df /dev/sda1 confirms there is not much space left, it is then pretty har= d=20 to use guix when there is not a plenty of space to compile. It could be I= =20 first tried to build packages as user and it consumed additional space. I started with "clean" qcow again... >> guix pull >> prints few messages and then just sits there, doing nothing. > > At this point it is probably building all of the above dependencies, bu= t > I understand this can be confusing because there are no messages being > printed. I think it gets stuck for the same reason as any other build - not enough= t=20 space, because the load of the system was 0 guix pull on a clean qcow ends with guix pull: error: build failed: build of=20 `/gnu/store/ffixc7nqdf5rlydkzi9bv5ylx9y8blh0-guix-latest.drv' failed guix build --log-file /gnu/store/ffixc7nqdf5rlydkzi9bv5ylx9y8blh0-guix-= latest.drv accepted connection from pid 13623, uid 0 guix build: error: no build log for '/gnu/store/ffixc7nqdf5rlydkzi9bv5y= lx9y8blh0-guix-latest.drv' 1 operations As everything remains on the disk it looks to me like it is building with "keep build tree of failed builds" guix gc cleaned it up.. right? but no clue what gets wrong this time. However I am probably doomed to not get this rolling. > But I=E2=80=99m sure you=E2=80=99ll find other things that are under-do= cumented or > undocumented. Don=E2=80=99t hesitate to report them. Of course, as soon I am not drowning myself. > Thanks, > Ludo=E2=80=99. Thank you anyway. Adam Pribyl ---1463811484-586056747-1403197004=:8755--