* Problem running guix pull on aarch64
@ 2020-02-06 20:16 Christopher Baines
2020-02-06 20:39 ` Brian Woodcox
2020-02-07 19:52 ` Brian Woodcox
0 siblings, 2 replies; 4+ messages in thread
From: Christopher Baines @ 2020-02-06 20:16 UTC (permalink / raw)
To: help-guix
[-- Attachment #1: Type: text/plain, Size: 864 bytes --]
Hey,
I've been trying to run guix pull on a Overdrive 1000, however it seems
to hang.
cbaines@monokuma ~$ guix build /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv
The following derivation will be built:
/gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv
building /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv...
[ 80/156] compiling... 2.6% of 78 filesBacktrace:
In ice-9/boot-9.scm:
It doesn't seem to always hang in the same place though:
cbaines@monokuma ~$ guix build /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv
The following derivation will be built:
/gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv
building /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv...
[ 40/156] loading... 51.3% of 78 filesBacktrace:
Any ideas?
Thanks,
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem running guix pull on aarch64
2020-02-06 20:16 Problem running guix pull on aarch64 Christopher Baines
@ 2020-02-06 20:39 ` Brian Woodcox
2020-02-06 21:24 ` Christopher Baines
2020-02-07 19:52 ` Brian Woodcox
1 sibling, 1 reply; 4+ messages in thread
From: Brian Woodcox @ 2020-02-06 20:39 UTC (permalink / raw)
To: Christopher Baines; +Cc: help-guix
I’m having a similar problem doing a guix pull on a Pinebook Pro running arch. I’ve installed the latest binary as of yesterday.
Always hangs at that point. I can only get to 54% and it hangs.
> On Feb 6, 2020, at 1:16 PM, Christopher Baines <mail@cbaines.net> wrote:
>
> Hey,
>
> I've been trying to run guix pull on a Overdrive 1000, however it seems
> to hang.
>
> cbaines@monokuma ~$ guix build /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv
> The following derivation will be built:
> /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv
> building /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv...
> [ 80/156] compiling... 2.6% of 78 filesBacktrace:
> In ice-9/boot-9.scm:
>
>
> It doesn't seem to always hang in the same place though:
>
> cbaines@monokuma ~$ guix build /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv
> The following derivation will be built:
> /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv
> building /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv...
> [ 40/156] loading... 51.3% of 78 filesBacktrace:
>
>
> Any ideas?
>
> Thanks,
>
> Chris
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem running guix pull on aarch64
2020-02-06 20:16 Problem running guix pull on aarch64 Christopher Baines
2020-02-06 20:39 ` Brian Woodcox
@ 2020-02-07 19:52 ` Brian Woodcox
1 sibling, 0 replies; 4+ messages in thread
From: Brian Woodcox @ 2020-02-07 19:52 UTC (permalink / raw)
To: Christopher Baines; +Cc: help-guix
Hi Chris,
I did some more looking into this.
Apparently it’s been reported as a bug.
See —> https://lists.gnu.org/archive/html/bug-guix/2020-02/msg00011.html <https://lists.gnu.org/archive/html/bug-guix/2020-02/msg00011.html>
Brian.
> On Feb 6, 2020, at 1:16 PM, Christopher Baines <mail@cbaines.net> wrote:
>
> Hey,
>
> I've been trying to run guix pull on a Overdrive 1000, however it seems
> to hang.
>
> cbaines@monokuma ~$ guix build /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv
> The following derivation will be built:
> /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv
> building /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv...
> [ 80/156] compiling... 2.6% of 78 filesBacktrace:
> In ice-9/boot-9.scm:
>
>
> It doesn't seem to always hang in the same place though:
>
> cbaines@monokuma ~$ guix build /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv
> The following derivation will be built:
> /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv
> building /gnu/store/km28c1gzcmm8j45ikp0v9ai3fcvpn8lr-guix-system.drv...
> [ 40/156] loading... 51.3% of 78 filesBacktrace:
>
>
> Any ideas?
>
> Thanks,
>
> Chris
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-02-07 19:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-06 20:16 Problem running guix pull on aarch64 Christopher Baines
2020-02-06 20:39 ` Brian Woodcox
2020-02-06 21:24 ` Christopher Baines
2020-02-07 19:52 ` Brian Woodcox
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.