* bug#33107: guix pull error
@ 2018-10-20 19:32 Marcel Schilling
2018-10-20 19:46 ` Marcel Schilling
2018-10-22 13:16 ` Ludovic Courtès
0 siblings, 2 replies; 5+ messages in thread
From: Marcel Schilling @ 2018-10-20 19:32 UTC (permalink / raw)
To: 33107; +Cc: Ricardo Wurmus
guix pull aborted with
> guix pull: error: You found a bug: the program
> '/gnu/store/hj11vw91pvwx7q57mn993r6gm7p92p30-compute-guix-derivation'
> failed to compute the derivation for Guix (version:
> "bfa47f14b1a19150d6ddf149597d16493f69ae6d"; system: "x86_64-linux"; host
> version: "2c89b4b5500ab940411d43c97291c931c3f5b8d0"; pull-version: 1).
> Please report it by email to <bug-guix@gnu.org>.
In case it helps, here is my guix pull -l (minus package lists):
> Generation 1 Sep 05 2018 13:20:24
> guix 030f136
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: origin/master
> commit: 030f1367f055720034cb178e50fd5d4c6ff371b1
> Generation 2 Sep 18 2018 19:37:45
> guix 56c1807
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: origin/master
> commit: 56c180750c8b7aca5ae82d133caac7c398c688b7
> Generation 3 Sep 19 2018 14:39:44
> guix 1cfcb84
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: 1cfcb841eddbe6b2bfed6dfaad6bcebff66e7a16
> Generation 4 Oct 01 2018 11:17:32
> guix f9051e3
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: f9051e387056fb1c29d8e67b76754168b304449d
> Generation 5 Oct 15 2018 12:57:01 (current)
> guix 2c89b4b
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: 2c89b4b5500ab940411d43c97291c931c3f5b8d0
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#33107: guix pull error
2018-10-20 19:32 bug#33107: guix pull error Marcel Schilling
@ 2018-10-20 19:46 ` Marcel Schilling
2018-10-22 13:16 ` Ludovic Courtès
1 sibling, 0 replies; 5+ messages in thread
From: Marcel Schilling @ 2018-10-20 19:46 UTC (permalink / raw)
To: 33107; +Cc: Ricardo Wurmus
addendum: a 2nd guix pull finished successfully:
> Generation 6 Oct 20 2018 21:43:33 (current)
> guix bfa47f1
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: bfa47f14b1a19150d6ddf149597d16493f69ae6d
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#33107: guix pull error
2018-10-20 19:32 bug#33107: guix pull error Marcel Schilling
2018-10-20 19:46 ` Marcel Schilling
@ 2018-10-22 13:16 ` Ludovic Courtès
2018-10-22 13:20 ` Marcel Schilling
1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2018-10-22 13:16 UTC (permalink / raw)
To: Marcel Schilling; +Cc: 33107-done, Ricardo Wurmus
Hi Marcel,
Marcel Schilling <marcel.schilling@mdc-berlin.de> skribis:
> guix pull aborted with
>
>> guix pull: error: You found a bug: the program
>> '/gnu/store/hj11vw91pvwx7q57mn993r6gm7p92p30-compute-guix-derivation'
>> failed to compute the derivation for Guix (version:
>> "bfa47f14b1a19150d6ddf149597d16493f69ae6d"; system: "x86_64-linux"; host
>> version: "2c89b4b5500ab940411d43c97291c931c3f5b8d0"; pull-version: 1).
>> Please report it by email to <bug-guix@gnu.org>.
[...]
> addendum: a 2nd guix pull finished successfully:
>
>> Generation 6 Oct 20 2018 21:43:33 (current)
>> guix bfa47f1
>> repository URL: https://git.savannah.gnu.org/git/guix.git
>> branch: master
>> commit: bfa47f14b1a19150d6ddf149597d16493f69ae6d
Normally ‘guix pull’ is deterministic so attempts to build commit
bfa47f14b1a19150d6ddf149597d16493f69ae6d should either fail or succeed,
but that should be reproducible (FWIW I just tried “guix pull
--commit=bfa47f14b1a19150d6ddf149597d16493f69ae6d” and it works for me.)
In the future, if the problem shows up again, could you please post the
‘guix pull’ output that precedes the “You found a bug” error message?
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#33107: guix pull error
2018-10-22 13:16 ` Ludovic Courtès
@ 2018-10-22 13:20 ` Marcel Schilling
2018-10-22 17:02 ` Ludovic Courtès
0 siblings, 1 reply; 5+ messages in thread
From: Marcel Schilling @ 2018-10-22 13:20 UTC (permalink / raw)
To: Ludovic Courtès
Hi Ludo,
I did unset GUIX_PACKAGE_PATH between the first and the second attempt so
maybe it was related to some package definition depending on one that was
not yet in the Guix I had. If that was the problem it should be solved
when I finally switch to channels (soon(tm)).
Sorry for the noise.
Best,
Marcel
On Mon, Oct 22, 2018 at 03:16:28PM +0200, Ludovic Courtès wrote:
> Hi Marcel,
>
> Marcel Schilling <marcel.schilling@mdc-berlin.de> skribis:
>
> > guix pull aborted with
> >
> >> guix pull: error: You found a bug: the program
> >> '/gnu/store/hj11vw91pvwx7q57mn993r6gm7p92p30-compute-guix-derivation'
> >> failed to compute the derivation for Guix (version:
> >> "bfa47f14b1a19150d6ddf149597d16493f69ae6d"; system: "x86_64-linux"; host
> >> version: "2c89b4b5500ab940411d43c97291c931c3f5b8d0"; pull-version: 1).
> >> Please report it by email to <bug-guix@gnu.org>.
>
> [...]
>
> > addendum: a 2nd guix pull finished successfully:
> >
> >> Generation 6 Oct 20 2018 21:43:33 (current)
> >> guix bfa47f1
> >> repository URL: https://git.savannah.gnu.org/git/guix.git
> >> branch: master
> >> commit: bfa47f14b1a19150d6ddf149597d16493f69ae6d
>
> Normally ‘guix pull’ is deterministic so attempts to build commit
> bfa47f14b1a19150d6ddf149597d16493f69ae6d should either fail or succeed,
> but that should be reproducible (FWIW I just tried “guix pull
> --commit=bfa47f14b1a19150d6ddf149597d16493f69ae6d” and it works for me.)
>
> In the future, if the problem shows up again, could you please post the
> ‘guix pull’ output that precedes the “You found a bug” error message?
>
> Thanks,
> Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#33107: guix pull error
2018-10-22 13:20 ` Marcel Schilling
@ 2018-10-22 17:02 ` Ludovic Courtès
0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2018-10-22 17:02 UTC (permalink / raw)
To: Marcel Schilling; +Cc: 33107
Hello Marcel,
Marcel Schilling <marcel.schilling@mdc-berlin.de> skribis:
> I did unset GUIX_PACKAGE_PATH between the first and the second attempt so
> maybe it was related to some package definition depending on one that was
> not yet in the Guix I had. If that was the problem it should be solved
> when I finally switch to channels (soon(tm)).
OK. Setting GUIX_PACKAGE_PATH normally should cause such problems
though, so perhaps there’s still a Guix bug hiding there.
If you can reproduce the problem by setting GUIX_PACKAGE_PATH, I’d be
interested in getting more details about the issue such as the backtrace
‘guix pull’ printed.
> Sorry for the noise.
No problem!
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-10-22 17:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-20 19:32 bug#33107: guix pull error Marcel Schilling
2018-10-20 19:46 ` Marcel Schilling
2018-10-22 13:16 ` Ludovic Courtès
2018-10-22 13:20 ` Marcel Schilling
2018-10-22 17:02 ` 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).