unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#41632: Bug report for Guix 1.1.0
@ 2020-05-31 17:36 Jackson Seal
  2020-06-04 12:07 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Jackson Seal @ 2020-05-31 17:36 UTC (permalink / raw)
  To: 41632

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

I installed guix on a debian 10 VPS with the following:
cd /tmp wget
https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh chmod
+x guix-install.sh ./guix-install.sh

I ran guix install nginx then ran guix pull

~ $ guix pull
Migrating profile generations to '/var/guix/profiles/per-user/jackson'...
Updating channel 'guix' from Git repository at '
https://git.savannah.gnu.org/git/guix.git'...
Building from this channel:
  guix      https://git.savannah.gnu.org/git/guix.git   9f6efa1
substitute:
/gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash:
warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
/gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash:
warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
downloading from
https://ci.guix.gnu.org/nar/lzip/x5nhgnwzhcw98f4zbzsrswirbq6bjb0g-libgcrypt-1.8.4.
..
 libgcrypt-1.8.4  514KiB
                       1.1MiB/s 00:00 [##################] 100.0%

/gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash:
warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
downloading from
https://ci.guix.gnu.org/nar/lzip/sx3097zhnrpa0y4i9r4zk4dcsgg1zw5n-guile-gcrypt-0.2.1.
..
 guile-gcrypt-0.2.1  102KiB
                      479KiB/s 00:00 [##################] 100.0%

substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
applying 1 graft for
/gnu/store/s1192yml13s13hjalkfmqbyc49wbm78p-guile-gcrypt-0.2.1.drv...
building /gnu/store/vb3r3mfsc1vs6bqnb5d1xiylkzw8p7w4-config.scm.drv...
building /gnu/store/k8a3waixwyp4av3i39bv0d4dz0iaiziw-git.scm.drv...
building /gnu/store/ci9n9sj79rqd39msmcxkf56zdsfi3fp0-hash.scm.drv...
building /gnu/store/1gxw16xwzvlsbyd4bfd9q3dc28xqhpzf-module-import.drv...
building
/gnu/store/j0xyaq7r9f023mvzmf4x4rzf9gcx3187-module-import-compiled.drv...
/gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash:
warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
building
/gnu/store/gychwa5pxm50dyp0m1809r49pg1n99fr-compute-guix-derivation.drv...
Computing Guix derivation for 'x86_64-linux'... \
|

-
-guix pull: error: You found a bug: the program
'/gnu/store/yxymqs3dj744jgqba7nsaly313v2rmdr-compute-guix-derivation'
failed to compute the derivation for Guix (version:
"9f6efa117cd309cb9b467b96dd2d6bb472df7abb"; system: "x86_64-linux";
host version: "1.1.0"; pull-version: 1).
Please report it by email to <bug-guix@gnu.org>.

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

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

* bug#41632: Bug report for Guix 1.1.0
  2020-05-31 17:36 bug#41632: Bug report for Guix 1.1.0 Jackson Seal
@ 2020-06-04 12:07 ` Ludovic Courtès
  2020-06-04 13:38   ` Jackson Seal
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2020-06-04 12:07 UTC (permalink / raw)
  To: Jackson Seal; +Cc: 41632

Hi,

Jackson Seal <sealj553@gmail.com> skribis:

> Computing Guix derivation for 'x86_64-linux'... \
> |
>
> -
> -guix pull: error: You found a bug: the program
> '/gnu/store/yxymqs3dj744jgqba7nsaly313v2rmdr-compute-guix-derivation'
> failed to compute the derivation for Guix (version:
> "9f6efa117cd309cb9b467b96dd2d6bb472df7abb"; system: "x86_64-linux";
> host version: "1.1.0"; pull-version: 1).

Could you check if this was a transient error or if the error still
happens?

Thanks,
Ludo’.




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

* bug#41632: Bug report for Guix 1.1.0
  2020-06-04 12:07 ` Ludovic Courtès
@ 2020-06-04 13:38   ` Jackson Seal
  2020-06-05 16:11     ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Jackson Seal @ 2020-06-04 13:38 UTC (permalink / raw)
  To: Ludovic Courtès

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

I ran the command a few times, and got the same error each time. I have
since wiped my VPS so I might not be able to assist in further debugging.

Thanks,
Jackson

On Thu, Jun 4, 2020 at 8:07 AM Ludovic Courtès <ludo@gnu.org> wrote:

> Hi,
>
> Jackson Seal <sealj553@gmail.com> skribis:
>
> > Computing Guix derivation for 'x86_64-linux'... \
> > |
> >
> > -
> > -guix pull: error: You found a bug: the program
> > '/gnu/store/yxymqs3dj744jgqba7nsaly313v2rmdr-compute-guix-derivation'
> > failed to compute the derivation for Guix (version:
> > "9f6efa117cd309cb9b467b96dd2d6bb472df7abb"; system: "x86_64-linux";
> > host version: "1.1.0"; pull-version: 1).
>
> Could you check if this was a transient error or if the error still
> happens?
>
> Thanks,
> Ludo’.
>

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

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

* bug#41632: Bug report for Guix 1.1.0
  2020-06-04 13:38   ` Jackson Seal
@ 2020-06-05 16:11     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2020-06-05 16:11 UTC (permalink / raw)
  To: Jackson Seal; +Cc: 41632-done

Hi,

Jackson Seal <sealj553@gmail.com> skribis:

> I ran the command a few times, and got the same error each time. I have
> since wiped my VPS so I might not be able to assist in further debugging.

Alright, closing.

Thanks,
Ludo’.




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

end of thread, other threads:[~2020-06-05 16:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-31 17:36 bug#41632: Bug report for Guix 1.1.0 Jackson Seal
2020-06-04 12:07 ` Ludovic Courtès
2020-06-04 13:38   ` Jackson Seal
2020-06-05 16:11     ` Ludovic Courtès

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).