From mboxrd@z Thu Jan 1 00:00:00 1970 From: nightowl Subject: Re: error building grub during update Date: Mon, 25 Mar 2019 21:10:19 -0500 Message-ID: <06dd4df3c4120c007aed2c86f04a90f4@posteo.net> References: <8ee1851a5b5d4e060aa33a7716e9d857@posteo.net> <66BE5B4F-B10F-4F8F-BF73-B1614DB0B14E@asu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:53773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8bXk-0004UQ-HK for help-guix@gnu.org; Mon, 25 Mar 2019 22:10:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8bXj-0006GG-6T for help-guix@gnu.org; Mon, 25 Mar 2019 22:10:24 -0400 Received: from mout01.posteo.de ([185.67.36.141]:52566) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h8bXi-0006FC-Ts for help-guix@gnu.org; Mon, 25 Mar 2019 22:10:23 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 5B0E216005D for ; Tue, 26 Mar 2019 03:10:20 +0100 (CET) In-Reply-To: <66BE5B4F-B10F-4F8F-BF73-B1614DB0B14E@asu.edu> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: John Soo Cc: Help guix How do you rebase to a newer commit? On 2019-03-24 11:47 pm, John Soo wrote: > Hi nightowl, >=20 > I had this error recently too. I think rebasing to a newer commit > fixed it for me. Since fixing the problem did involve reconfiguring > again It could be something else though. maybe something > nondeterministic in the test? >=20 > John >=20 >=20 >> On Mar 24, 2019, at 6:32 PM, nightowl =20 >> wrote: >>=20 >> I was attempting to update my system using guix pull followed by a=20 >> system reconfigure, and I get the following error reported when it is=20 >> attempting to build grub: >>=20 >> root@mypc ~# guix system reconfigure /etc/config.scm >> substitute: updating substitutes from 'https://ci.guix.info'...=20 >> 100.0% >> building=20 >> /gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv... >> | 'check' phasebuilder for=20 >> `/gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv' failed=20 >> with exit code 1 >> build of /gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv=20 >> failed >> View build log at=20 >> '/var/log/guix/drvs/9c/fzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv.bz2'= =2E >> guix system: error: build of=20 >> `/gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv' failed >>=20 >> I am just doing an update here, did not make any changes to the config= =20 >> file. Could there be somthing wrong with my system, or is this=20 >> something on the repository end and maybe I just need to try again at=20 >> a later time? Also, the last lines of the log file show the=20 >> following: >>=20 >> legacy_password_test: >> legacy_password_test: PASS >> TEST FAILURE >>=20 >>=20 >> Backtrace: >> 4 (primitive-load=20 >> "/gnu/store/wx3j5qg7gazg6gvamvl7may1gm9=E2=80=A6") >> In ice-9/eval.scm: >> 191:35 3 (_ _) >> In srfi/srfi-1.scm: >> 863:16 2 (every1 #> /gnu/store/gfprsx2m62cvq=E2=80=A6> =E2=80=A6) >> In=20 >> /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu= -build-system.scm: >> 799:28 1 (_ _) >> 369:6 0 (check #:target _ #:make-flags _ #:tests? _ # _ # _ #=20 >> _) >>=20 >> =20 >> /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu= -build-system.scm:369:6:=20 >> In procedure check: >> Throw to key `srfi-34' with args `(#> [program: "make" arguments: ("check" "-j" "2") exit-status: 2=20 >> term-signal: #f stop-signal: #f] 7d6600>)'. >>=20 >>=20 >>=20 >>=20