Bug in compute-guix-derivation?

  • Open
  • quality assurance status badge
Details
2 participants
  • elaexuotee
  • Ludovic Courtès
Owner
unassigned
Submitted by
elaexuotee
Severity
normal
E
E
elaexuotee wrote on 12 Jun 2020 02:30
(address . bug-guix@gnu.org)
34BSCFB8UUX7U.36E917E1ET1A9@wilsonb.com
Not exactly sure what to report, but:

$ guix pull
Building from this channel:
Computing Guix derivation for 'x86_64-linux'... \guix pull: error: You found a bug: the program '/gnu/store/94yr3a44i33635b90lhbji5rixkyijvg-compute-guix-derivation'
failed to compute the derivation for Guix (version: "9c6ea3cb5617a1928073f41f174765ab14adbaa9"; system: "x86_64-linux";
host version: "2971ed57345ee4e00058efeaf27c6a0790fdc9dd"; pull-version: 1).
Please report it by email to <bug-guix@gnu.org>.
Attachment: signature.asc
L
L
Ludovic Courtès wrote on 17 Jun 2020 14:06
(address . elaexuotee@wilsonb.com)(address . 41822@debbugs.gnu.org)
87pn9xrj64.fsf@gnu.org
Hi,

elaexuotee@wilsonb.com skribis:

Toggle quote (10 lines)
> Not exactly sure what to report, but:
>
> $ guix pull
> Building from this channel:
> guix https://git.savannah.gnu.org/git/guix.git 9c6ea3c
> Computing Guix derivation for 'x86_64-linux'... \guix pull: error: You found a bug: the program '/gnu/store/94yr3a44i33635b90lhbji5rixkyijvg-compute-guix-derivation'
> failed to compute the derivation for Guix (version: "9c6ea3cb5617a1928073f41f174765ab14adbaa9"; system: "x86_64-linux";
> host version: "2971ed57345ee4e00058efeaf27c6a0790fdc9dd"; pull-version: 1).
> Please report it by email to <bug-guix@gnu.org>.

Could you run “strace -f -o log guix pull” to see if it’s the same issue
(SIGBUS) that was reported at https://issues.guix.gnu.org/41715#9?

Thanks,
Ludo’.
E
E
elaexuotee wrote on 19 Jun 2020 06:14
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 41822@debbugs.gnu.org)
24PIL3YFUQD7B.3L2Z9N4CFM4QB@wilsonb.com
Thank you, Ludo.

I am having trouble reproducing the error for some reason now. For a few days
guix pull invariable died in this way, but now it's getting past that point and
failing in a completely new way on SIGPIPE.

I will try to come back with something more useful.

Ludovic Courtès <ludo@gnu.org> wrote:
Toggle quote (19 lines)
> Hi,
>
> elaexuotee@wilsonb.com skribis:
>
> > Not exactly sure what to report, but:
> >
> > $ guix pull
> > Building from this channel:
> > guix https://git.savannah.gnu.org/git/guix.git 9c6ea3c
> > Computing Guix derivation for 'x86_64-linux'... \guix pull: error: You found a bug: the program '/gnu/store/94yr3a44i33635b90lhbji5rixkyijvg-compute-guix-derivation'
> > failed to compute the derivation for Guix (version: "9c6ea3cb5617a1928073f41f174765ab14adbaa9"; system: "x86_64-linux";
> > host version: "2971ed57345ee4e00058efeaf27c6a0790fdc9dd"; pull-version: 1).
> > Please report it by email to <bug-guix@gnu.org>.
>
> Could you run “strace -f -o log guix pull” to see if it’s the same issue
> (SIGBUS) that was reported at <https://issues.guix.gnu.org/41715#9>?
>
> Thanks,
> Ludo’.
Attachment: signature.asc
?