unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#39685: Error on guix-pull using the qemu image
@ 2020-02-20  3:56 Eilene Tomkins-Flanagan via Bug reports for GNU Guix
  2020-02-20  6:45 ` Gábor Boskovits
  2020-02-20 19:48 ` bug#39685: Guix pull fails on " Gábor Boskovits
  0 siblings, 2 replies; 3+ messages in thread
From: Eilene Tomkins-Flanagan via Bug reports for GNU Guix @ 2020-02-20  3:56 UTC (permalink / raw)
  To: 39685

[-- Attachment #1: Type: text/plain, Size: 1633 bytes --]

I downloaded the qemu image from https://ftp.gnu.org/gnu/guix/guix-system-vm-image-1.0.1.x86_64-linux.xz. It had a valid signature.

After booting the machine with qemu 3.1 (I'm on debian-amber):
`qemu-system-x86_64    -net user -net nic,model=virtio    -enable-kvm -m 512    -device virtio-blk,drive=myhd    -drive if=none,file=./guix-system-vm-image-1.0.1.x86_64-linux,id=myhd`

I tried installing hello for the guest user. It worked fine.

I then tried running `guix pull && guix package -u`, and received the following error:
```
[...]
substitute: updating substitutes from 'https://ci.guix.gnu.org'...100.0%
Backtrace:
          1 (apply-smob/1 #<catch-closure d6f220 quit)
          0 (apply-smob/1 #<catch-closure 6a2bbc0>)

ERROR: In procedure apply-smob/1
In procedure fport_write: Broken pipe
```

On the second attempt, it failed immediately with this message:
```
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from this channel:
  guix      https://guix.savannah.gnu.org/git/guix.git 6dde98c
Computing Guix derivation for 'x86_64-linux'.../guix pull: error: You found a bug: the program '/gnu/store/mr5q5qcwinaxy7f4cyfm08s05aj9rr6-compute-guix-derivation'
failed to compute the derivation for Guix (version: "6dde98c3d9e7a0385da57abedd9b41ca733acfc6"; system: "x86_64-linux";
host version: "1.0.1-1.8204295"; pull-version: 1).
Please report it by email to <bug-guix.gnu.org>
```

After asking on the IRC to find out if I'd made a mistake, they directed me to send in the error as the message said.

Let me know if other info is necessary for reproduction.

-Eilene

[-- Attachment #2: Type: text/html, Size: 2644 bytes --]

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

* bug#39685: Error on guix-pull using the qemu image
  2020-02-20  3:56 bug#39685: Error on guix-pull using the qemu image Eilene Tomkins-Flanagan via Bug reports for GNU Guix
@ 2020-02-20  6:45 ` Gábor Boskovits
  2020-02-20 19:48 ` bug#39685: Guix pull fails on " Gábor Boskovits
  1 sibling, 0 replies; 3+ messages in thread
From: Gábor Boskovits @ 2020-02-20  6:45 UTC (permalink / raw)
  To: Eilene Tomkins-Flanagan; +Cc: 39685

[-- Attachment #1: Type: text/plain, Size: 2058 bytes --]

Hello,

Eilene Tomkins-Flanagan via Bug reports for GNU Guix <bug-guix@gnu.org> ezt
írta (időpont: 2020. febr. 20., Csü 5:31):

> I downloaded the qemu image from
> https://ftp.gnu.org/gnu/guix/guix-system-vm-image-1.0.1.x86_64-linux.xz.
> It had a valid signature.
>
> After booting the machine with qemu 3.1 (I'm on debian-amber):
> `qemu-system-x86_64    -net user -net nic,model=virtio    -enable-kvm -m
> 512    -device virtio-blk,drive=myhd    -drive
> if=none,file=./guix-system-vm-image-1.0.1.x86_64-linux,id=myhd`
>

-m 512 looks a bit low.


> I tried installing hello for the guest user. It worked fine.
>
> I then tried running `guix pull && guix package -u`, and received the
> following error:
> ```
> [...]
> substitute: updating substitutes from 'https://ci.guix.gnu.org'...100.0%
> Backtrace:
>           1 (apply-smob/1 #<catch-closure d6f220 quit)
>           0 (apply-smob/1 #<catch-closure 6a2bbc0>)
>
> ERROR: In procedure apply-smob/1
> In procedure fport_write: Broken pipe
> ```
>
> On the second attempt, it failed immediately with this message:
> ```
> Updating channel 'guix' from Git repository at '
> https://git.savannah.gnu.org/git/guix.git'...
> Building from this channel:
>   guix      https://guix.savannah.gnu.org/git/guix.git 6dde98c
> Computing Guix derivation for 'x86_64-linux'.../guix pull: error: You
> found a bug: the program
> '/gnu/store/mr5q5qcwinaxy7f4cyfm08s05aj9rr6-compute-guix-derivation'
> failed to compute the derivation for Guix (version:
> "6dde98c3d9e7a0385da57abedd9b41ca733acfc6"; system: "x86_64-linux";
> host version: "1.0.1-1.8204295"; pull-version: 1).
> Please report it by email to <bug-guix.gnu.org>
> ```
>
> After asking on the IRC to find out if I'd made a mistake, they directed
> me to send in the error as the message said.
>

Could you check if the disk is full? The image is small should be resized
before use.


> Let me know if other info is necessary for reproduction.
>
> -Eilene
>

Best regards,
g_bor

>
>

[-- Attachment #2: Type: text/html, Size: 4053 bytes --]

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

* bug#39685: Guix pull fails on qemu image
  2020-02-20  3:56 bug#39685: Error on guix-pull using the qemu image Eilene Tomkins-Flanagan via Bug reports for GNU Guix
  2020-02-20  6:45 ` Gábor Boskovits
@ 2020-02-20 19:48 ` Gábor Boskovits
  1 sibling, 0 replies; 3+ messages in thread
From: Gábor Boskovits @ 2020-02-20 19:48 UTC (permalink / raw)
  To: 39685-done

[-- Attachment #1: Type: text/plain, Size: 11 bytes --]

Not a bug.

[-- Attachment #2: Type: text/html, Size: 33 bytes --]

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

end of thread, other threads:[~2020-02-20 19:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-20  3:56 bug#39685: Error on guix-pull using the qemu image Eilene Tomkins-Flanagan via Bug reports for GNU Guix
2020-02-20  6:45 ` Gábor Boskovits
2020-02-20 19:48 ` bug#39685: Guix pull fails on " Gábor Boskovits

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).