bug#42009: package.cache not deterministic

2020-06-23 Thread zimoun
Dear, Thank you for the bug report. It is something already noticed [1] but without a clean bug report to track it. :-) 1: http://issues.guix.gnu.org/issue/39258#86 On Mon, 22 Jun 2020 at 19:07, Marinus wrote: > Run into a determinism problem today with guix pull. > I run guix pull --rounds=

bug#42025: Determinism Problem with Mpv

2020-06-23 Thread Ricardo Wurmus
Thank you for the report. > The message is this: > building /gnu/store/qkmylc2cd950kf4zk8y3ay0hpwcvjpvr-mpv-0.32.0.drv... > \output ‘/gnu/store/q71zaxglbwmw3z4r1a3jmf1mgwrpmv4c-mpv-0.32.0’ of > ‘/gnu/store/qkmylc2cd950kf4zk8y3ay0hpwcvjpvr-mpv-0.32.0.drv’ differs > from previous round […] > Let

bug#42002: Bug: Signal kill during build

2020-06-23 Thread Ludovic Courtès
Leo Famulari skribis: > On Mon, Jun 22, 2020 at 03:47:08PM +0300, Efraim Flashner wrote: >> The signal 9 (killed) makes me think a C++ program killed. I checked >> wikipedia and it says the Banana Pi M3 has 2GB of RAM. Was there >> anything else running at the time? 'guix pull' can be resource >>

bug#42025: Determinism Problem with Mpv

2020-06-23 Thread Marius Bakke
Msavoritias writes: > Hi, > > I was updating Guix today with the option rounds=2 and I hit an error > with mpv having different outputs everytime it was built. Fixed in a864d407119980ef5cfd4be079b8ec2b8038102b, thanks! signature.asc Description: PGP signature

bug#42025: Determinism Problem with Mpv

2020-06-23 Thread Msavoritias
Hi, I was updating Guix today with the option rounds=2 and I hit an error with mpv having different outputs everytime it was built. The message is this: building /gnu/store/qkmylc2cd950kf4zk8y3ay0hpwcvjpvr-mpv-0.32.0.drv... \output ‘/gnu/store/q71zaxglbwmw3z4r1a3jmf1mgwrpmv4c-mpv-0.32.0’ of ‘

bug#34872: Cgo fails on aarch64 with "unknown architecture 'armv7-a'"

2020-06-23 Thread Efraim Flashner
On Fri, Mar 15, 2019 at 03:00:02PM -0400, Leo Famulari wrote: > As noted in Efraim's report from the 2019 Guix Days [0], Go (I think Cgo > specifically?) has issues on aarch64. > > Certain builds will fail with messages like "unknown architecture > 'armv7-a'". This should now be fixed with 9b0329

bug#41982: [PATCH 0/1] gnu: grub: Cross-build fix for system i686-linux.

2020-06-23 Thread Ludovic Courtès
Hi, Jan Nieuwenhuizen skribis: > Ludovic Courtès writes: > > Hello, > >> Jan Nieuwenhuizen skribis: >> >>> Attempting to reconfigure a i686-linux guix system to a Hurd system, I >>> found that the Grub(-minimal) cross build fails like this >>> >>> i586-pc-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall

bug#42018: next browser build failure

2020-06-23 Thread bdju
I suspect this build failure is related to the rename to Nyxt. Part of the build log says that package "NEXT" does not exist, and they have a new post on the website date about the rename. Log here: http://ix.io/2pWk guix version: guix (GNU Guix) c03cefc3d8dd826c4a74abbfe2b235525dca50fb

bug#42002: Bug: Signal kill during build

2020-06-23 Thread Bengt Richter
Hi all, On +2020-06-23 08:57:52 +0300, Efraim Flashner wrote: > On Tue, Jun 23, 2020 at 03:38:39AM +0300, Bonface M. K. wrote: > > Léon Lain Delysid writes: > > > > > Oh! Yes, of course, I see! > > > Yes, those little credit card sized one-chip computers are very low on > > > resources. > > > S

bug#41982: [PATCH] grub-core: Build fixes for i386

2020-06-23 Thread Jan Nieuwenhuizen
Hi! When cross-compiling Grub-2.04 from i386-linux-gnu to i586-pc-hurd on GNU Guix, I got this error --8<---cut here---start->8--- i586-pc-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -DGRUB_MACHINE_PCBIOS=1 -DGRUB_MACHINE=I386_PC -m32 -nostdinc -isystem /gnu/

bug#41982: [PATCH 0/1] gnu: grub: Cross-build fix for system i686-linux.

2020-06-23 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: Hello, > Jan Nieuwenhuizen skribis: > >> Attempting to reconfigure a i686-linux guix system to a Hurd system, I >> found that the Grub(-minimal) cross build fails like this >> >> i586-pc-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W >> -DGRUB_MACHINE_PCBIOS=1 -DGRUB_MACHINE=

bug#42001: “SQLite database is busy”: contention on the store database

2020-06-23 Thread Ludovic Courtès
Ludovic Courtès skribis: > The are several possible causes of contention: (1) database opened too > many times, (2) database kept opened for too long, and (3) sqlite > mishandling contention somehow. Commit fe5de925aa0f2854a679cebdea02b03cac561c8f should make deduplication more efficient (it was

bug#41982: [PATCH 0/1] gnu: grub: Cross-build fix for system i686-linux.

2020-06-23 Thread Ludovic Courtès
Hi, Jan Nieuwenhuizen skribis: > Attempting to reconfigure a i686-linux guix system to a Hurd system, I > found that the Grub(-minimal) cross build fails like this > > i586-pc-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -DGRUB_MACHINE_PCBIOS=1 > -DGRUB_MACHINE=I386_PC -m32 -nostdinc -isystem >

bug#41908: guix time-machine fails; XXXX is not related to introductory commit of channel 'guix'

2020-06-23 Thread Ludovic Courtès
zimoun skribis: > Just to be sure to understand: > > 1- * 41a2d6a8b9 (newer) > 2- * e70e097882 (between) > 3- * 36640207c9 (older) > 4- * xx (first authenticated commit) > > From a fresh cache, > > a) if #2 is authenticated, because it is descendant of #4, it is stored > and all the

bug#41908: guix time-machine fails; XXXX is not related to introductory commit of channel 'guix'

2020-06-23 Thread zimoun
Hi Ludo, On Tue, 23 Jun 2020 at 09:35, Ludovic Courtès wrote: > Hi Simon, > > zimoun skribis: > >> $ /tmp/c/bin/guix time-machine --commit=36640207c9 -- help >> Updating channel 'guix' from Git repository at >> 'https://git.savannah.gnu.org/git/guix.git'... >> Usage: guix COMMAND ARGS... >> >>

bug#42001: “SQLite database is busy”: contention on the store database

2020-06-23 Thread Ludovic Courtès
Hi, Mathieu Othacehe skribis: >> utimensat(AT_FDCWD, >> "/gnu/store/whhc80cx1zpi9cj3bil3sp8wwzcf8p9p-image-root/gnu/store/n6l40ygclxfysnc2nxwrslnn5ab6wv3v-profile/lib/modules/5.4.47-gnu/kernel/net/netfilter", >> [{tv_sec=1592814617, tv_nsec=396083395} /* >> 2020-06-22T10:30:17.396083395+0200

bug#41908: guix time-machine fails; XXXX is not related to introductory commit of channel 'guix'

2020-06-23 Thread Ludovic Courtès
Hi Simon, zimoun skribis: > $ /tmp/c/bin/guix time-machine --commit=36640207c9 -- help > Updating channel 'guix' from Git repository at > 'https://git.savannah.gnu.org/git/guix.git'... > Usage: guix COMMAND ARGS... > > $ cat ~/.cache/guix/authentication/channels/guix > ;; List of previously-aut