* Re: bug#49337: Guix pull fails on my Talos II
2021-07-02 17:22 Guix pull fails on my Talos II Tobias Platen
@ 2021-07-02 19:35 ` Chris Marusich
2021-07-03 1:36 ` Chris Marusich
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Chris Marusich @ 2021-07-02 19:35 UTC (permalink / raw)
To: Tobias Platen; +Cc: guix-devel, 49337
[-- Attachment #1: Type: text/plain, Size: 2253 bytes --]
Hi Tobias,
Tobias Platen <guix@platen-software.de> writes:
> /gnu/store/vc2j3816jx9z4vgrw6zmk357xrka3zy0-texlive-latex-amsmath-51265.drv wird erstellt …
> \ „build“-PhaseBacktrace:
> 13 (primitive-load "/gnu/store/y5sniqlw2x5aaixyk4bw162v2a7bwdpl-compute-guix-derivation")
> In ice-9/eval.scm:
> 155:9 12 (_ _)
> 159:9 11 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-u?> ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?))
> In ice-9/boot-9.scm:
> 152:2 10 (with-fluid* _ _ _)
> 152:2 9 (with-fluid* _ _ _)
> In ./guix/store.scm:
> 2090:24 8 (run-with-store #<store-connection 256.99 7fff74d0f280> _ #:guile-for-build _ #:system _ #:target _)
> 1927:8 7 (_ _)
> In ./guix/gexp.scm:
> 275:18 6 (_ _)
> 1156:2 5 (_ _)
> 1022:2 4 (_ _)
> 868:4 3 (_ _)
> In ./guix/store.scm:
> 1975:12 2 (_ #<store-connection 256.99 7fff74d0f280>)
> 1377:5 1 (map/accumulate-builds #<store-connection 256.99 7fff74d0f280> _ _)
> 1388:15 0 (_ #<store-connection 256.99 7fff74d0f280> _ _)
>
> ./guix/store.scm:1388:15: ERROR:
> 1. &store-protocol-error:
> message: "build of `/gnu/store/bbvxcaa31h006wg2kp1ysly55hkm56hn-po4a-0.63.drv' failed"
> status: 100
> guix pull: error: You found a bug: the program '/gnu/store/y5sniqlw2x5aaixyk4bw162v2a7bwdpl-compute-guix-derivation'
> failed to compute the derivation for Guix (version: "6243ad3812f8c689599a19f0e8b9719ba14461f2"; system: "powerpc64le-linux";
> host version: "1.3.0"; pull-version: 1).
> Please report it by email to <bug-guix@gnu.org>.
Thanks for the report! I'll try reproducing it locally, but in the
meantime, if you could provide the following information, it would be
helpful.
What is the output of "guix describe" on your Talos II?
When you ran "guix pull", did you just run "guix pull" or did you pass
some options in? I.e., were you trying to pull to a specific branch or
commit? If you are pulling using a channel file (e.g.,
~/.config/guix/channels.scm), could you share it?
Does "guix build po4a" successfully build po4a? Does "guix build -d
po4a" show the same derivation as above
(/gnu/store/bbvxcaa31h006wg2kp1ysly55hkm56hn-po4a-0.63.drv)?
--
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: bug#49337: Guix pull fails on my Talos II
2021-07-02 17:22 Guix pull fails on my Talos II Tobias Platen
2021-07-02 19:35 ` bug#49337: " Chris Marusich
@ 2021-07-03 1:36 ` Chris Marusich
2021-07-04 0:43 ` Thiago Jung Bauermann
2021-07-11 3:08 ` Chris Marusich
2023-08-10 23:18 ` jbranso--- via Bug reports for GNU Guix
3 siblings, 1 reply; 7+ messages in thread
From: Chris Marusich @ 2021-07-03 1:36 UTC (permalink / raw)
To: Tobias Platen; +Cc: guix-devel, 49337
[-- Attachment #1: Type: text/plain, Size: 158 bytes --]
Hi,
FYI, I was able to successfully "guix pull" from 83f8b6d (Apr 09) to
c33e200 (Jul 02) just now on my own POWER9 machine (a Blackbird).
--
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: bug#49337: Guix pull fails on my Talos II
2021-07-03 1:36 ` Chris Marusich
@ 2021-07-04 0:43 ` Thiago Jung Bauermann
0 siblings, 0 replies; 7+ messages in thread
From: Thiago Jung Bauermann @ 2021-07-04 0:43 UTC (permalink / raw)
To: Tobias Platen, guix-devel, 49337; +Cc: Chris Marusich
Hello,
Em sexta-feira, 2 de julho de 2021, às 22:36:26 -03, Chris Marusich
escreveu:
> FYI, I was able to successfully "guix pull" from 83f8b6d (Apr 09) to
> c33e200 (Jul 02) just now on my own POWER9 machine (a Blackbird).
This could be bug 48064. If it is, then it’s an intermitent problem and
running `guix pull` again has a good chance of succeeding.
Similarly, if `guix pull` succeeds then running `guix build --check
texlive-latex-amsmath` a few times will eventually fail.
There’s a patch to work around the problem at the end of that bug report.
--
Thanks,
Thiago
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: bug#49337: Guix pull fails on my Talos II
2021-07-02 17:22 Guix pull fails on my Talos II Tobias Platen
2021-07-02 19:35 ` bug#49337: " Chris Marusich
2021-07-03 1:36 ` Chris Marusich
@ 2021-07-11 3:08 ` Chris Marusich
2023-08-10 23:18 ` jbranso--- via Bug reports for GNU Guix
3 siblings, 0 replies; 7+ messages in thread
From: Chris Marusich @ 2021-07-11 3:08 UTC (permalink / raw)
To: Tobias Platen; +Cc: guix-devel, 49337
[-- Attachment #1: Type: text/plain, Size: 72 bytes --]
Hi Tobias,
Were you able to "guix pull" successfully?
--
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#49337: Guix pull fails on my Talos II
2021-07-02 17:22 Guix pull fails on my Talos II Tobias Platen
` (2 preceding siblings ...)
2021-07-11 3:08 ` Chris Marusich
@ 2023-08-10 23:18 ` jbranso--- via Bug reports for GNU Guix
2023-08-10 23:27 ` Chris Marusich
3 siblings, 1 reply; 7+ messages in thread
From: jbranso--- via Bug reports for GNU Guix @ 2023-08-10 23:18 UTC (permalink / raw)
To: 49337, cmmarusich
This bug appears to be solved. I was able to run guix pull successfully on my friends Talos II
yesterday and take advantage of the new guix locate command.
Chris I vote that we close this bug report.
Thanks,
Joshua
FYI, my friend is running Chimera Linux on said Talos II.
^ permalink raw reply [flat|nested] 7+ messages in thread