From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#26764: Problem building master Date: Wed, 03 May 2017 12:45:47 -0700 Message-ID: <14BC5024-926B-4890-9FC2-92049D0C2BC5@gmail.com> References: <20170503190504.GA14792@macbook42.flashner.co.il> 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]:41831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d60Dt-0002hU-6S for bug-guix@gnu.org; Wed, 03 May 2017 15:46:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d60Dq-0008NA-2d for bug-guix@gnu.org; Wed, 03 May 2017 15:46:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54993) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d60Dp-0008MU-Tu for bug-guix@gnu.org; Wed, 03 May 2017 15:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d60Dp-0002YA-J8 for bug-guix@gnu.org; Wed, 03 May 2017 15:46:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170503190504.GA14792@macbook42.flashner.co.il> 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: Efraim Flashner Cc: 26764@debbugs.gnu.org On May 3, 2017 12:05:04 PM PDT, Efraim Flashner = wrote: >On Wed, May 03, 2017 at 11:59:16AM -0700, Maxim Cournoyer wrote: >> After doing 'guix pull' to get latest master branch, `guix >environment >> guix' fails while compiling the new sources: >>=20 >> Backtrace: >> In ice-9/r4rs=2Escm: >> 39: 19 [call-with-values #ice-9/eval=2Escm:416:20 ()> =2E=2E=2E] >> In ice-9/eval=2Escm: >> 411: 18 [eval # #] >> 411: 17 [eval # #] >> In srfi/srfi-1=2Escm: >> 573: 16 [map # (# # ># # =2E=2E=2E)] >> In ice-9/eval=2Escm: >> 387: 15 [eval # #] >> 411: 14 [eval # #] >> In ice-9/r4rs=2Escm: >> 39: 13 [call-with-values #ice-9/eval=2Escm:416:20 ()> =2E=2E=2E] >> In ice-9/eval=2Escm: >> 411: 12 [eval # #] >> 411: 11 [eval # #] >> In srfi/srfi-1=2Escm: >> 575: 10 [map # (# # ># # =2E=2E=2E)] >> In ice-9/boot-9=2Escm: >> 160: 9 [catch srfi-34 #()> =2E=2E=2E] >> In ice-9/eval=2Escm: >> 387: 8 [eval # #] >> 481: 7 [lp (# # #) (#f "x86_64-linux" >#f)] >> 481: 6 [lp (# #) ("x86_64-linux" #f)] >> 481: 5 [lp (#) (#f)] >> In ice-9/r4rs=2Escm: >> 39: 4 [call-with-values #ice-9/eval=2Escm:416:20 ()> =2E=2E=2E] >> In guix/gexp=2Escm: >> 604: 3 [# #] >> 626: 2 [# >> >"/gnu/store/rzxs5lr5ay9n7s3657sf4y2hc4l9dnzk-bash-4=2E4=2Etar=2Exz-builde= r"] >> 989: 1 [imported-modules ((guix build utils)) #:name =2E=2E=2E] >> In unknown file: >> ?: 0 [# # # #] >>=20 >> ERROR: In procedure #: >> ERROR: Wrong type to apply: # >>=20 >>=20 >> I could reproduce the problem on two different machines=2E >>=20 >> Maxim >>=20 > >You'll have to 'make clean' before continuing, it happens from time to >time I don't have make in my user profile; I always do 'guix environment guix' = before trying to build Guix=2E Any recommendation to break this catch22? Maxim Hi!