all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* error building grub during update
@ 2019-03-25  1:32 nightowl
  2019-03-25  4:47 ` John Soo
  0 siblings, 1 reply; 4+ messages in thread
From: nightowl @ 2019-03-25  1:32 UTC (permalink / raw)
  To: Help guix

I was attempting to update my system using guix pull followed by a 
system reconfigure, and I get the following error reported when it is 
attempting to build grub:

     root@mypc ~# guix system reconfigure /etc/config.scm
     substitute: updating substitutes from 'https://ci.guix.info'... 
100.0%
     building 
/gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv...
     | 'check' phasebuilder for 
`/gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv' failed with 
exit code 1
     build of /gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv 
failed
     View build log at 
'/var/log/guix/drvs/9c/fzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv.bz2'.
     guix system: error: build of 
`/gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv' failed

I am just doing an update here, did not make any changes to the config 
file.  Could there be somthing wrong with my system, or is this 
something on the repository end and maybe I just need to try again at a 
later time?  Also, the last lines of the log file show the following:

     legacy_password_test:
     legacy_password_test: PASS
     TEST FAILURE


     Backtrace:
                4 (primitive-load 
"/gnu/store/wx3j5qg7gazg6gvamvl7may1gm9…")
     In ice-9/eval.scm:
        191:35  3 (_ _)
     In srfi/srfi-1.scm:
        863:16  2 (every1 #<procedure 93b500 at 
/gnu/store/gfprsx2m62cvq…> …)
     In 
/gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu-build-system.scm:
        799:28  1 (_ _)
         369:6  0 (check #:target _ #:make-flags _ #:tests? _ # _ # _ # 
_)

     
/gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu-build-system.scm:369:6: 
In procedure check:
     Throw to key `srfi-34' with args `(#<condition &invoke-error 
[program: "make" arguments: ("check" "-j" "2") exit-status: 2 
term-signal: #f stop-signal: #f] 7d6600>)'.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: error building grub during update
  2019-03-25  1:32 error building grub during update nightowl
@ 2019-03-25  4:47 ` John Soo
  2019-03-26  2:10   ` nightowl
  0 siblings, 1 reply; 4+ messages in thread
From: John Soo @ 2019-03-25  4:47 UTC (permalink / raw)
  To: nightowl; +Cc: Help guix

Hi nightowl,

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?

John


> On Mar 24, 2019, at 6:32 PM, nightowl <nightowl@members.fsf.org> wrote:
> 
> I was attempting to update my system using guix pull followed by a system reconfigure, and I get the following error reported when it is attempting to build grub:
> 
>    root@mypc ~# guix system reconfigure /etc/config.scm
>    substitute: updating substitutes from 'https://ci.guix.info'... 100.0%
>    building /gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv...
>    | 'check' phasebuilder for `/gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv' failed with exit code 1
>    build of /gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv failed
>    View build log at '/var/log/guix/drvs/9c/fzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv.bz2'.
>    guix system: error: build of `/gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv' failed
> 
> I am just doing an update here, did not make any changes to the config file.  Could there be somthing wrong with my system, or is this something on the repository end and maybe I just need to try again at a later time?  Also, the last lines of the log file show the following:
> 
>    legacy_password_test:
>    legacy_password_test: PASS
>    TEST FAILURE
> 
> 
>    Backtrace:
>               4 (primitive-load "/gnu/store/wx3j5qg7gazg6gvamvl7may1gm9…")
>    In ice-9/eval.scm:
>       191:35  3 (_ _)
>    In srfi/srfi-1.scm:
>       863:16  2 (every1 #<procedure 93b500 at /gnu/store/gfprsx2m62cvq…> …)
>    In /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu-build-system.scm:
>       799:28  1 (_ _)
>        369:6  0 (check #:target _ #:make-flags _ #:tests? _ # _ # _ # _)
> 
>    /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu-build-system.scm:369:6: In procedure check:
>    Throw to key `srfi-34' with args `(#<condition &invoke-error [program: "make" arguments: ("check" "-j" "2") exit-status: 2 term-signal: #f stop-signal: #f] 7d6600>)'.
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: error building grub during update
  2019-03-25  4:47 ` John Soo
@ 2019-03-26  2:10   ` nightowl
  2019-03-26  5:16     ` John Soo
  0 siblings, 1 reply; 4+ messages in thread
From: nightowl @ 2019-03-26  2:10 UTC (permalink / raw)
  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,
> 
> 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?
> 
> John
> 
> 
>> On Mar 24, 2019, at 6:32 PM, nightowl <nightowl@members.fsf.org> 
>> wrote:
>> 
>> I was attempting to update my system using guix pull followed by a 
>> system reconfigure, and I get the following error reported when it is 
>> attempting to build grub:
>> 
>>    root@mypc ~# guix system reconfigure /etc/config.scm
>>    substitute: updating substitutes from 'https://ci.guix.info'... 
>> 100.0%
>>    building 
>> /gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv...
>>    | 'check' phasebuilder for 
>> `/gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv' failed 
>> with exit code 1
>>    build of /gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv 
>> failed
>>    View build log at 
>> '/var/log/guix/drvs/9c/fzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv.bz2'.
>>    guix system: error: build of 
>> `/gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv' failed
>> 
>> I am just doing an update here, did not make any changes to the config 
>> file.  Could there be somthing wrong with my system, or is this 
>> something on the repository end and maybe I just need to try again at 
>> a later time?  Also, the last lines of the log file show the 
>> following:
>> 
>>    legacy_password_test:
>>    legacy_password_test: PASS
>>    TEST FAILURE
>> 
>> 
>>    Backtrace:
>>               4 (primitive-load 
>> "/gnu/store/wx3j5qg7gazg6gvamvl7may1gm9…")
>>    In ice-9/eval.scm:
>>       191:35  3 (_ _)
>>    In srfi/srfi-1.scm:
>>       863:16  2 (every1 #<procedure 93b500 at 
>> /gnu/store/gfprsx2m62cvq…> …)
>>    In 
>> /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu-build-system.scm:
>>       799:28  1 (_ _)
>>        369:6  0 (check #:target _ #:make-flags _ #:tests? _ # _ # _ # 
>> _)
>> 
>>    
>> /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu-build-system.scm:369:6: 
>> In procedure check:
>>    Throw to key `srfi-34' with args `(#<condition &invoke-error 
>> [program: "make" arguments: ("check" "-j" "2") exit-status: 2 
>> term-signal: #f stop-signal: #f] 7d6600>)'.
>> 
>> 
>> 
>> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: error building grub during update
  2019-03-26  2:10   ` nightowl
@ 2019-03-26  5:16     ` John Soo
  0 siblings, 0 replies; 4+ messages in thread
From: John Soo @ 2019-03-26  5:16 UTC (permalink / raw)
  To: nightowl; +Cc: Help guix

I’m I’m sorry I assumed too much there. Guix pull will grab the newest changes if there are any which is exactly what I’m talking about. 

> On Mar 25, 2019, at 7:10 PM, nightowl <nightowl@members.fsf.org> wrote:
> 
> How do you rebase to a newer commit?
> 
> 
>> On 2019-03-24 11:47 pm, John Soo wrote:
>> Hi nightowl,
>> 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?
>> John
>>> On Mar 24, 2019, at 6:32 PM, nightowl <nightowl@members.fsf.org> wrote:
>>> I was attempting to update my system using guix pull followed by a system reconfigure, and I get the following error reported when it is attempting to build grub:
>>>   root@mypc ~# guix system reconfigure /etc/config.scm
>>>   substitute: updating substitutes from 'https://ci.guix.info'... 100.0%
>>>   building /gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv...
>>>   | 'check' phasebuilder for `/gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv' failed with exit code 1
>>>   build of /gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv failed
>>>   View build log at '/var/log/guix/drvs/9c/fzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv.bz2'.
>>>   guix system: error: build of `/gnu/store/9cfzhf2abc6ll08jk4s70h67mikfjz9l-grub-2.02.drv' failed
>>> I am just doing an update here, did not make any changes to the config file.  Could there be somthing wrong with my system, or is this something on the repository end and maybe I just need to try again at a later time?  Also, the last lines of the log file show the following:
>>>   legacy_password_test:
>>>   legacy_password_test: PASS
>>>   TEST FAILURE
>>>   Backtrace:
>>>              4 (primitive-load "/gnu/store/wx3j5qg7gazg6gvamvl7may1gm9…")
>>>   In ice-9/eval.scm:
>>>      191:35  3 (_ _)
>>>   In srfi/srfi-1.scm:
>>>      863:16  2 (every1 #<procedure 93b500 at /gnu/store/gfprsx2m62cvq…> …)
>>>   In /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu-build-system.scm:
>>>      799:28  1 (_ _)
>>>       369:6  0 (check #:target _ #:make-flags _ #:tests? _ # _ # _ # _)
>>>   /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu-build-system.scm:369:6: In procedure check:
>>>   Throw to key `srfi-34' with args `(#<condition &invoke-error [program: "make" arguments: ("check" "-j" "2") exit-status: 2 term-signal: #f stop-signal: #f] 7d6600>)'.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-26  5:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-25  1:32 error building grub during update nightowl
2019-03-25  4:47 ` John Soo
2019-03-26  2:10   ` nightowl
2019-03-26  5:16     ` John Soo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.