From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27051: builder for glibc-intermediate-2.25 fails and ends guix pull Date: Wed, 24 May 2017 13:51:03 +0200 Message-ID: <87k256323c.fsf@gnu.org> References: <1495608625.11703.17.camel@Dobby> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDUpo-0003SX-5L for bug-guix@gnu.org; Wed, 24 May 2017 07:52:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDUpf-0000Im-MV for bug-guix@gnu.org; Wed, 24 May 2017 07:52:12 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:32927) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDUpf-0000IR-HP for bug-guix@gnu.org; Wed, 24 May 2017 07:52:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dDUpd-0006Ut-NE for bug-guix@gnu.org; Wed, 24 May 2017 07:52:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1495608625.11703.17.camel@Dobby> (Calvin Heim's message of "Tue, 23 May 2017 23:50:25 -0700") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Calvin Heim Cc: 27051@debbugs.gnu.org Hi Calvin, Calvin Heim skribis: > 'guix pull' fails with the Guix package manager on Trisquel 7. > > $ uname -p > i686 > > $ guile --version > guile (GNU Guile) 2.2.0 > > $ guix --version > guix (GNU Guix) 20170430.04 > > $ guix pull [...] > at /gnu/store/5vvzwh41q3l0fdjyjxiz105fsxcz35rs-module-import/guix/build/g= nu-build-system.scm:649:9 (expr)> #] > In ice-9/eval.scm: > 432: 1 [eval # #] > In unknown file: > ?: 0 [system* "patch" "-p1" "--force" "--input" #f] > > ERROR: In procedure system*: > ERROR: Wrong type (expecting string): #f > builder for > `/gnu/store/m7q6fhjy4zz8j36jvf7yihq65v6m3dnw-glibc-intermediate-2.25.drv'= failed with exit code 1 There was a small time window during which glibc-intermediate was broken on i686. This was fixed on April 30th: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3Dc2e4f14ac8cd3e1ce= 7f46a192ad0c9acc084b210 One way to work around the issue might be: mv ~/.config/guix/latest{,.bak} guix pull Could you try this? Thanks for reporting the issue, Ludo=E2=80=99.