all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#49225: Possibly difficult to reproduce GnuTLS build bug?
@ 2021-06-25 14:07 Domagoj Stolfa
  2021-07-19 14:29 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Domagoj Stolfa @ 2021-06-25 14:07 UTC (permalink / raw)
  To: 49225


[-- Attachment #1.1: Type: text/plain, Size: 420 bytes --]

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

[-- Attachment #1.2: drv.tar.gz --]
[-- Type: application/x-tar-gz, Size: 76403 bytes --]

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

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

* bug#49225: Possibly difficult to reproduce GnuTLS build bug?
  2021-06-25 14:07 bug#49225: Possibly difficult to reproduce GnuTLS build bug? Domagoj Stolfa
@ 2021-07-19 14:29 ` Ludovic Courtès
  2021-07-19 15:26   ` Domagoj Stolfa
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2021-07-19 14:29 UTC (permalink / raw)
  To: Domagoj Stolfa; +Cc: 49225

Hi,

Domagoj Stolfa <ds815@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’.




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

* bug#49225: Possibly difficult to reproduce GnuTLS build bug?
  2021-07-19 14:29 ` Ludovic Courtès
@ 2021-07-19 15:26   ` Domagoj Stolfa
  2021-07-23  8:54     ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Domagoj Stolfa @ 2021-07-19 15:26 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 49225

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

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

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

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

* bug#49225: Possibly difficult to reproduce GnuTLS build bug?
  2021-07-19 15:26   ` Domagoj Stolfa
@ 2021-07-23  8:54     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2021-07-23  8:54 UTC (permalink / raw)
  To: Domagoj Stolfa; +Cc: 49225-done

Hi,

Domagoj Stolfa <ds815@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’.




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

end of thread, other threads:[~2021-07-23  8:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-25 14:07 bug#49225: Possibly difficult to reproduce GnuTLS build bug? Domagoj Stolfa
2021-07-19 14:29 ` Ludovic Courtès
2021-07-19 15:26   ` Domagoj Stolfa
2021-07-23  8:54     ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.