GNU bug report logs - #49225
Possibly difficult to reproduce GnuTLS build bug?

Previous Next

Package: guix;

Reported by: Domagoj Stolfa <ds815 <at> gmx.com>

Date: Fri, 25 Jun 2021 14:08:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49225 in the body.
You can then email your comments to 49225 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#49225; Package guix. (Fri, 25 Jun 2021 14:08:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Domagoj Stolfa <ds815 <at> gmx.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 25 Jun 2021 14:08:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Domagoj Stolfa <ds815 <at> gmx.com>
To: bug-guix <at> gnu.org
Subject: Possibly difficult to reproduce GnuTLS build bug?
Date: Fri, 25 Jun 2021 15:07:24 +0100
[Message part 1 (text/plain, inline)]
Hello:

While running `make check-system`, I've encountered an issue with building
GnuTLS (see attached drv file).

Upon re-cloning the repository on the exact same commit, reconfiguring it in
the exact same way and re-running `make check-system`, GnuTLS built just fine.
I'm not quite sure how one could go about debugging this, but it might be good
for this bug report to exist in case others run into it.

--
Domagoj
[drv.tar.gz (application/x-tar-gz, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#49225; Package guix. (Mon, 19 Jul 2021 14:30:02 GMT) Full text and rfc822 format available.

Message #8 received at 49225 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Domagoj Stolfa <ds815 <at> gmx.com>
Cc: 49225 <at> debbugs.gnu.org
Subject: Re: bug#49225: Possibly difficult to reproduce GnuTLS build bug?
Date: Mon, 19 Jul 2021 16:29:28 +0200
Hi,

Domagoj Stolfa <ds815 <at> gmx.com> skribis:

> While running `make check-system`, I've encountered an issue with building
> GnuTLS (see attached drv file).

For posterity, the log looks like this:

--8<---------------cut here---------------start------------->8---
make[5]: Entering directory '/tmp/guix-build-gnutls-3.6.16.drv-0/gnutls-3.6.16/lib/accelerated'
  CC       accelerated.lo
  CC       cryptodev.lo
  CC       cryptodev-gcm.lo
  CCLD     libaccelerated.la
i586-pc-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/tmp/guix-build-gnutls-3.6.16.drv-0/gnutls-3.6.16/lib/accelerated'
make[4]: Leaving directory '/tmp/guix-build-gnutls-3.6.16.drv-0/gnutls-3.6.16/lib/accelerated'
Making all in nettle
make[4]: Entering directory '/tmp/guix-build-gnutls-3.6.16.drv-0/gnutls-3.6.16/lib/nettle'
  GEN      ecc/ecc-gost-gc256b-32.h
  GEN      ecc/ecc-curve448-32.h
/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash: ecc/eccdata: No such file or directory
  GEN      ecc/ecc-curve448-64.h
/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash: ecc/eccdata: No such file or directory
make[4]: *** [Makefile:2748: ecc/ecc-gost-gc256b-32.h] Error 127
make[4]: *** Waiting for unfinished jobs....
/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash: ecc/eccdata: No such file or directory
make[4]: *** [Makefile:2742: ecc/ecc-curve448-32.h] Error 127
make[4]: *** [Makefile:2745: ecc/ecc-curve448-64.h] Error 127
make[4]: Leaving directory '/tmp/guix-build-gnutls-3.6.16.drv-0/gnutls-3.6.16/lib/nettle'
make[3]: *** [Makefile:2372: all-recursive] Error 1
make[3]: Leaving directory '/tmp/guix-build-gnutls-3.6.16.drv-0/gnutls-3.6.16/lib'
make[2]: *** [Makefile:1995: all] Error 2
make[2]: Leaving directory '/tmp/guix-build-gnutls-3.6.16.drv-0/gnutls-3.6.16/lib'
make[1]: *** [Makefile:1765: all-recursive] Error 1
make[1]: Leaving directory '/tmp/guix-build-gnutls-3.6.16.drv-0/gnutls-3.6.16'
make: *** [Makefile:1690: all] Error 2
command "make" "-j" "20" failed with status 2
--8<---------------cut here---------------end--------------->8---

IIUC, this is when cross-compiling GnuTLS to i586-pc-gnu (GNU/Hurd).

This particular error was fixed at the beginning of June:

  https://issues.guix.gnu.org/48771

Could you confirm that it works for you on current ‘master’?

Thanks, and apologies for the looong delay!

Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#49225; Package guix. (Mon, 19 Jul 2021 15:27:02 GMT) Full text and rfc822 format available.

Message #11 received at 49225 <at> debbugs.gnu.org (full text, mbox):

From: Domagoj Stolfa <ds815 <at> gmx.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 49225 <at> debbugs.gnu.org
Subject: Re: bug#49225: Possibly difficult to reproduce GnuTLS build bug?
Date: Mon, 19 Jul 2021 16:26:09 +0100
[Message part 1 (text/plain, inline)]
Hi:

Thanks for taking a look!

> Could you confirm that it works for you on current ‘master’?

I managed to run it today both on my Guix System and a RHEL box, which would
suggest that it "reproducibly" works :-).

--
Domagoj
[signature.asc (application/pgp-signature, inline)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 23 Jul 2021 08:56:02 GMT) Full text and rfc822 format available.

Notification sent to Domagoj Stolfa <ds815 <at> gmx.com>:
bug acknowledged by developer. (Fri, 23 Jul 2021 08:56:02 GMT) Full text and rfc822 format available.

Message #16 received at 49225-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Domagoj Stolfa <ds815 <at> gmx.com>
Cc: 49225-done <at> debbugs.gnu.org
Subject: Re: bug#49225: Possibly difficult to reproduce GnuTLS build bug?
Date: Fri, 23 Jul 2021 10:54:52 +0200
Hi,

Domagoj Stolfa <ds815 <at> gmx.com> skribis:

>> Could you confirm that it works for you on current ‘master’?
>
> I managed to run it today both on my Guix System and a RHEL box, which would
> suggest that it "reproducibly" works :-).

Awesome, closing!

Thanks,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 20 Aug 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 221 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.