From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Brielmaier Subject: bug#27450: guix pull failed updating guix Date: Thu, 22 Jun 2017 23:09:44 +0200 Message-ID: <84551531-620c-3881-abcb-9fd10200200a@web.de> References: <2cf92b83-6ba6-bc18-98f1-f1c98bbe8c2e@web.de> <20170622182752.GA3862@jasmine.lan> <87d19vpwbu.fsf@gnu.org> 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]:56384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dO9mj-00082p-Vj for bug-guix@gnu.org; Thu, 22 Jun 2017 17:37:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dO9mg-0006L2-Sk for bug-guix@gnu.org; Thu, 22 Jun 2017 17:37:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59169) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dO9mg-0006Ky-PH for bug-guix@gnu.org; Thu, 22 Jun 2017 17:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dO9mg-0002fS-Io for bug-guix@gnu.org; Thu, 22 Jun 2017 17:37:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87d19vpwbu.fsf@gnu.org> Content-Language: en-US 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Leo Famulari Cc: 27450@debbugs.gnu.org Am 22.06.2017 um 23:05 schrieb Ludovic Courtès: > Leo Famulari skribis: > >> On Thu, Jun 22, 2017 at 06:20:54PM +0200, Jonathan Brielmaier wrote: >>> copying and compiling to >>> '/gnu/store/ld6h1fc696q6iaxi9pax0khnm747hvgi-guix-latest' with Guile >>> 2.0.12... >>> loading... 12.6% of 605 filesice-9/psyntax.scm:3084:32: In procedure >>> #: >>> ice-9/psyntax.scm:3084:32: Syntax error: >>> bytestructures/guile/base.scm:8:19: include-from-path: file not found in >>> path in subform "bytestructures/r7/base.exports.sld" of >>> (include-from-path "bytestructures/r7/base.exports.sld") >>> builder for >>> `/gnu/store/lh7ja8hk54rlx7q3hrch6726cgrsqr8j-guix-latest.drv' failed >>> with exit code 1 >>> guix pull: error: build failed: build of >>> `/gnu/store/lh7ja8hk54rlx7q3hrch6726cgrsqr8j-guix-latest.drv' failed >>> $ guix --version >>> guix (GNU Guix) 20170303.14 >>> >>> guile-version: 2.0.12 >> >> This Guix was a bit old (from March 2017) and was using Guile 2.0 >> instead of Guile 2.2. >> >> I'm not sure, but I'd guess the issue is related to the recent addition >> of a dependency on guile-bytestructures [0]. >> >> [0] >> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=19c90e5f697bbf1be5ea3a7b4f5fe712d77070a1 > > The problem is that there was a time window in March where > ‘guile-bytestructures’ was broken as can be seen above. This prevents > upgrade here. :-/ > > The workaround would be to first upgrade to the commit before the one > you gave: > > guix pull \ > --url=https://git.savannah.gnu.org/cgit/guix.git/snapshot/6fe5c49ab487154074eaab2ef80e9a2f8163320c.tar.gz > > and then upgrade again: > > guix pull > > Jonathan, are you able to confirm that this works or did you work around > it differently already? Sadly I can't confirm if this work around works because I reinstalled guix (I removed the broken one and did a clean new 0.13 installation). Next time I'll wait until the mailing list gives me the right commit :) Jonathan