unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#35382: I found a bug in guix pull \o/ (maybe)
@ 2019-04-22 16:10 Tobias Geerinckx-Rice
  2019-04-23 13:16 ` Ludovic Courtès
       [not found] ` <handler.35382.B.155594948512132.ack@debbugs.gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-04-22 16:10 UTC (permalink / raw)
  To: 35382

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

Guix,

I ran into the following running ‘guix pull’ from the 0.16.0 
aarch64 binary tarball on the original Overdrive OpenSUSE.

Apologies for the truncation, but this happened over the serial 
console.  I'm running ‘guix pull’ with output redirection now, and 
it's been running for a suspiciously long time without errors…

Kind regards,

T G-R

=== 8< ---

In ./guix/monads.scm:
    482:9  8 (_ _)
In ./guix/gexp.scm:
   573:13  7 (_ _)
In ./guix/store.scm:
   1667:8  6 (_ _)
  1690:38  5 (_ #<store-connection 256.99 3680d420>)
In ./guix/packages.scm:
   936:16  4 (cache! #<weak-table 421/883> #<package 
   guile-ssh@0.11?> ?)
In ./guix/grafts.scm:
    314:4  3 (graft-derivation #<store-connection 256.99 3680d420> 
    # ?)
    192:4  2 (references-oracle #<store-connection 256.99 
    3680d420> #)
   201:20  1 (_ _ _)
In ./guix/store.scm:
  1203:15  0 (_ #<store-connection 256.99 3680d420> _ _)

./guix/store.scm:1203:15: Throw to key `srfi-34' with args 
`(#<condition &store-protocol-error [message: "build .
guix pull: error: You found a bug: the program 
'/gnu/store/j3sfsynqhkdcp4gjr558xdfqszjb6n45-compute-guix-derivat'
failed to compute the derivation for Guix (version: 
"56a4858210ebaf45c32dc99bdfbd12b9bc5a234e"; system: "aarch64;
host version: "0.16.0"; pull-version: 1).
Please report it by email to <bug-guix@gnu.org>.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

* bug#35382: I found a bug in guix pull \o/ (maybe)
  2019-04-22 16:10 bug#35382: I found a bug in guix pull \o/ (maybe) Tobias Geerinckx-Rice
@ 2019-04-23 13:16 ` Ludovic Courtès
  2019-04-23 13:37   ` Tobias Geerinckx-Rice
       [not found] ` <handler.35382.B.155594948512132.ack@debbugs.gnu.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2019-04-23 13:16 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 35382

Hi Tobias,

Tobias Geerinckx-Rice <me@tobias.gr> skribis:

> In ./guix/monads.scm:
>    482:9  8 (_ _)
> In ./guix/gexp.scm:
>   573:13  7 (_ _)
> In ./guix/store.scm:
>   1667:8  6 (_ _)
>  1690:38  5 (_ #<store-connection 256.99 3680d420>)
> In ./guix/packages.scm:
>   936:16  4 (cache! #<weak-table 421/883> #<package guile-ssh@0.11?>
> ?)
> In ./guix/grafts.scm:
>    314:4  3 (graft-derivation #<store-connection 256.99 3680d420>  #
> ?)
>    192:4  2 (references-oracle #<store-connection 256.99  3680d420> #)
>   201:20  1 (_ _ _)
> In ./guix/store.scm:
>  1203:15  0 (_ #<store-connection 256.99 3680d420> _ _)
>
> ./guix/store.scm:1203:15: Throw to key `srfi-34' with args
> `(#<condition &store-protocol-error [message: "build .
> guix pull: error: You found a bug: the program
> '/gnu/store/j3sfsynqhkdcp4gjr558xdfqszjb6n45-compute-guix-derivat'
> failed to compute the derivation for Guix (version:
> "56a4858210ebaf45c32dc99bdfbd12b9bc5a234e"; system: "aarch64;
> host version: "0.16.0"; pull-version: 1).
> Please report it by email to <bug-guix@gnu.org>.

Often there’s a more useful hint above; could you paste the missing bits
that came just before?  :-)

Thanks,
Ludo’.

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

* bug#35382: I found a bug in guix pull \o/ (maybe)
       [not found] ` <handler.35382.B.155594948512132.ack@debbugs.gnu.org>
@ 2019-04-23 13:34   ` Tobias Geerinckx-Rice
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-04-23 13:34 UTC (permalink / raw)
  To: 35382-done

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

Tobias Geerinckx-Rice wrote:
> ./guix/store.scm:1203:15: Throw to key `srfi-34' with args
> `(#<condition &store-protocol-error [message: "build .
> guix pull: error: You found a bug: the program
> '/gnu/store/j3sfsynqhkdcp4gjr558xdfqszjb6n45-compute-guix-derivat'
> failed to compute the derivation for Guix (version:
> "56a4858210ebaf45c32dc99bdfbd12b9bc5a234e"; system: "aarch64;
> host version: "0.16.0"; pull-version: 1).

I can avoid this by pulling from 
--commit=15dca289b8bd1418c5f5f3b545cb497497cad02e.  Then I can 
pull to HEAD just fine.

Closing since that's a good enough work-around for me :-)

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

* bug#35382: I found a bug in guix pull \o/ (maybe)
  2019-04-23 13:16 ` Ludovic Courtès
@ 2019-04-23 13:37   ` Tobias Geerinckx-Rice
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-04-23 13:37 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 35382

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

Ludo',

Oh, I just replied to close this bug since it was easily (if 
slowly) worked around by using an intermediate commit.

Ludovic Courtès wrote:
> Often there’s a more useful hint above; could you paste the 
> missing bits
> that came just before?  :-)

Heh.  Nope.  Managed to overwrite the log file with unexpected 
success.

Thanks,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

end of thread, other threads:[~2019-04-23 13:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-22 16:10 bug#35382: I found a bug in guix pull \o/ (maybe) Tobias Geerinckx-Rice
2019-04-23 13:16 ` Ludovic Courtès
2019-04-23 13:37   ` Tobias Geerinckx-Rice
     [not found] ` <handler.35382.B.155594948512132.ack@debbugs.gnu.org>
2019-04-23 13:34   ` Tobias Geerinckx-Rice

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