GNU bug report logs -
#26370
v0.12.0-2730-gfc5b12879 'guix system build' hangs on linux-libre-4.10.8
Previous Next
Reported by: myglc2 <myglc2 <at> gmail.com>
Date: Wed, 5 Apr 2017 14:57:01 UTC
Severity: normal
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26370 in the body.
You can then email your comments to 26370 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#26370
; Package
guix
.
(Wed, 05 Apr 2017 14:57:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
myglc2 <myglc2 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Wed, 05 Apr 2017 14:57:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
'guix system build sys.scm' hangs (please see build1.txt)
I'm running on guixSD using guix built from git checkout ...
: guix (GNU Guix) 0.12.0
: Copyright (C) 2017 the Guix authors
: License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
: This is free software: you are free to change and redistribute it.
: There is NO WARRANTY, to the extent permitted by law.
: File: /root/.config/guix/latest -> ../../../home/g1/src/guix
: v0.12.0-2730-gfc5b12879
: fc5b12879 gnu: diamond: Update to 0.8.37.
: * (HEAD detached at origin/master) fc5b12879 gnu: diamond:
Update to 0.8.37.
... with a small edit to grub.scm (please see grub.diff)
[build1.txt (text/plain, attachment)]
[grub.diff (text/x-patch, attachment)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#26370
; Package
guix
.
(Wed, 05 Apr 2017 17:14:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 26370 <at> debbugs.gnu.org (full text, mbox):
On Wed, Apr 05, 2017 at 10:55:45AM -0400, myglc2 wrote:
> HOSTCC scripts/mod/modpost.o
> HOSTCC scripts/mod/file2alias.o
> HOSTCC scripts/extract-cert
> HOSTLD scripts/genksyms/genksyms
> CC arch/x86/purgatory/purgatory.o
> AS arch/x86/purgatory/stack.o
> AS arch/x86/purgatory/setup-x86_64.o
> CC arch/x86/purgatory/sha256.o
> AS arch/x86/purgatory/entry64.o
> CC arch/x86/purgatory/string.o
> HOSTLD scripts/mod/modpost
> LD arch/x86/purgatory/purgatory.ro
> BIN2C arch/x86/purgatory/kexec-purgatory.c
> CHK include/generated/timeconst.h
> CC kernel/bounds.s
> CHK include/generated/bounds.h
> UPD include/generated/bounds.h
The latest versions of linux-libre (4.10.8, 4.9.20, 4.4.59) are all
hanging around this point. However, they did build in the past:
https://hydra.gnu.org/job/gnu/master/linux-libre-4.4.59.x86_64-linux
https://hydra.gnu.org/job/gnu/master/linux-libre-4.9.20.x86_64-linux
https://hydra.gnu.org/job/gnu/master/linux-libre-4.10.8.x86_64-linux
And 4.10.7 hangs in the same way, so I think the issue is in an
unrelated change.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#26370
; Package
guix
.
(Wed, 05 Apr 2017 17:32:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 26370 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:
> On Wed, Apr 05, 2017 at 10:55:45AM -0400, myglc2 wrote:
>> HOSTCC scripts/mod/modpost.o
>> HOSTCC scripts/mod/file2alias.o
>> HOSTCC scripts/extract-cert
>> HOSTLD scripts/genksyms/genksyms
>> CC arch/x86/purgatory/purgatory.o
>> AS arch/x86/purgatory/stack.o
>> AS arch/x86/purgatory/setup-x86_64.o
>> CC arch/x86/purgatory/sha256.o
>> AS arch/x86/purgatory/entry64.o
>> CC arch/x86/purgatory/string.o
>> HOSTLD scripts/mod/modpost
>> LD arch/x86/purgatory/purgatory.ro
>> BIN2C arch/x86/purgatory/kexec-purgatory.c
>> CHK include/generated/timeconst.h
>> CC kernel/bounds.s
>> CHK include/generated/bounds.h
>> UPD include/generated/bounds.h
>
> The latest versions of linux-libre (4.10.8, 4.9.20, 4.4.59) are all
> hanging around this point. However, they did build in the past:
>
> https://hydra.gnu.org/job/gnu/master/linux-libre-4.4.59.x86_64-linux
> https://hydra.gnu.org/job/gnu/master/linux-libre-4.9.20.x86_64-linux
> https://hydra.gnu.org/job/gnu/master/linux-libre-4.10.8.x86_64-linux
>
> And 4.10.7 hangs in the same way, so I think the issue is in an
> unrelated change.
Reverting dfee7daedb760f1b1d7506829ca31633f4173356 "gnu: bc: Update to
1.07" makes the build proceed.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#26370
; Package
guix
.
(Wed, 05 Apr 2017 20:30:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 26370 <at> debbugs.gnu.org (full text, mbox):
On 04/05/2017 at 19:31 Marius Bakke writes:
> Leo Famulari <leo <at> famulari.name> writes:
>
>> On Wed, Apr 05, 2017 at 10:55:45AM -0400, myglc2 wrote:
>>> HOSTCC scripts/mod/modpost.o
>>> HOSTCC scripts/mod/file2alias.o
>>> HOSTCC scripts/extract-cert
>>> HOSTLD scripts/genksyms/genksyms
>>> CC arch/x86/purgatory/purgatory.o
>>> AS arch/x86/purgatory/stack.o
>>> AS arch/x86/purgatory/setup-x86_64.o
>>> CC arch/x86/purgatory/sha256.o
>>> AS arch/x86/purgatory/entry64.o
>>> CC arch/x86/purgatory/string.o
>>> HOSTLD scripts/mod/modpost
>>> LD arch/x86/purgatory/purgatory.ro
>>> BIN2C arch/x86/purgatory/kexec-purgatory.c
>>> CHK include/generated/timeconst.h
>>> CC kernel/bounds.s
>>> CHK include/generated/bounds.h
>>> UPD include/generated/bounds.h
>>
>> The latest versions of linux-libre (4.10.8, 4.9.20, 4.4.59) are all
>> hanging around this point. However, they did build in the past:
>>
>> https://hydra.gnu.org/job/gnu/master/linux-libre-4.4.59.x86_64-linux
>> https://hydra.gnu.org/job/gnu/master/linux-libre-4.9.20.x86_64-linux
>> https://hydra.gnu.org/job/gnu/master/linux-libre-4.10.8.x86_64-linux
>>
>> And 4.10.7 hangs in the same way, so I think the issue is in an
>> unrelated change.
>
> Reverting dfee7daedb760f1b1d7506829ca31633f4173356 "gnu: bc: Update to
> 1.07" makes the build proceed.
Thanks Marius, that worked here too. Should I close the bug? - George
Reply sent
to
Marius Bakke <mbakke <at> fastmail.com>
:
You have taken responsibility.
(Wed, 05 Apr 2017 21:39:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
myglc2 <myglc2 <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 05 Apr 2017 21:39:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 26370-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
myglc2 <myglc2 <at> gmail.com> writes:
> On 04/05/2017 at 19:31 Marius Bakke writes:
>
>> Leo Famulari <leo <at> famulari.name> writes:
>>
>>> On Wed, Apr 05, 2017 at 10:55:45AM -0400, myglc2 wrote:
>>>> HOSTCC scripts/mod/modpost.o
>>>> HOSTCC scripts/mod/file2alias.o
>>>> HOSTCC scripts/extract-cert
>>>> HOSTLD scripts/genksyms/genksyms
>>>> CC arch/x86/purgatory/purgatory.o
>>>> AS arch/x86/purgatory/stack.o
>>>> AS arch/x86/purgatory/setup-x86_64.o
>>>> CC arch/x86/purgatory/sha256.o
>>>> AS arch/x86/purgatory/entry64.o
>>>> CC arch/x86/purgatory/string.o
>>>> HOSTLD scripts/mod/modpost
>>>> LD arch/x86/purgatory/purgatory.ro
>>>> BIN2C arch/x86/purgatory/kexec-purgatory.c
>>>> CHK include/generated/timeconst.h
>>>> CC kernel/bounds.s
>>>> CHK include/generated/bounds.h
>>>> UPD include/generated/bounds.h
>>>
>>> The latest versions of linux-libre (4.10.8, 4.9.20, 4.4.59) are all
>>> hanging around this point. However, they did build in the past:
>>>
>>> https://hydra.gnu.org/job/gnu/master/linux-libre-4.4.59.x86_64-linux
>>> https://hydra.gnu.org/job/gnu/master/linux-libre-4.9.20.x86_64-linux
>>> https://hydra.gnu.org/job/gnu/master/linux-libre-4.10.8.x86_64-linux
>>>
>>> And 4.10.7 hangs in the same way, so I think the issue is in an
>>> unrelated change.
>>
>> Reverting dfee7daedb760f1b1d7506829ca31633f4173356 "gnu: bc: Update to
>> 1.07" makes the build proceed.
>
> Thanks Marius, that worked here too. Should I close the bug? - George
Tobias already reverted this in 'master', so I'm closing this now.
Thanks for the report!
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 04 May 2017 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 126 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.