bug#46394: ISO image installer test fails

2021-02-08 Thread Leo Famulari
On Sun, Feb 07, 2021 at 02:47:30PM -0500, guix-comm...@gnu.org wrote: > commit 589b6be99634d0c42cf25e1599b2f62b0d8e89f7 > Author: Efraim Flashner > AuthorDate: Sun Feb 7 21:47:01 2021 +0200 > > gnu: xorriso: Update to 1.5.4.pl02. > > * gnu/packages/cdrom.scm (xorriso): Update to 1.5.

bug#26430: xlockmore on xfce4 with non-fatal font issues

2021-02-08 Thread zimoun
Hi, If someone using Xfce could provide moreinfo about: Because I am missing what could be the next actionable step. And, except the submission on 2017 and my 2 emails asking the status, there is no comment, so I conclude, maybe too fast, that it is n

bug#38229: Frequent offloading failures on berlin

2021-02-08 Thread zimoun
Hi, On Mon, 11 Jan 2021 at 16:29, zimoun wrote: > On Sun, 20 Dec 2020 at 09:00, zimoun wrote: >> On Sat, 16 Nov 2019 at 14:02, Marius Bakke wrote: >> >>> Since recently, Berlin sporadically fails during offloading with a >>> message such as... > > [...] > >>> This seems to happen randomly, at d

bug#46389: Guix says it will download an output that is already downloaded

2021-02-08 Thread pkill9
I had qtbase downloaded to the store as a reference for another store path, but `guix build qtbase` said it will download it, but it only downloaded the debug output of qtbase, plus the other dependencies, so maybe guix doesn't omit package outputs that have already been downloaded?

bug#45308: Emacs package broken with --with-commit transformation

2021-02-08 Thread Ludovic Courtès
Ludovic Courtès skribis: > zimoun skribis: > >>1 (copy-file "bin/emacs-git.2ea3466" "bin/emacs") >> In ice-9/boot-9.scm: >> 1669:16 0 (raise-exception _ #:continuable? _) >> >> ice-9/boot-9.scm:1669:16: In procedure raise-exception: >> In procedure copy-file: No such file or direc

bug#46390: “guix lint -L relative/path foo“ fails

2021-02-08 Thread zimoun
Hi, Here an example to reproduce. Everything is fine with the full path… --8<---cut here---start->8--- $ cat /tmp/example/hello.scm (define-module (hello) #:use-module (guix packages) #:use-module (guix build-system gnu) #:use-module (guix git-download)

bug#46383: docker 19.03.13 build failure on guix master

2021-02-08 Thread Danny Milosavljevic
=== SKIP: registry TestMirrorEndpointLookup (0.01s) registry_test.go:668: os.Getuid() != 0: skipping test that requires root === SKIP: volume/local TestCreateWithOpts (0.00s) local_test.go:182: os.Getuid() != 0: requires mounts === Failed === FAIL: pkg/signal TestCatchAll (0.02s) sig

bug#46186: Some substitutes are broken (TLS error)

2021-02-08 Thread Maxime Devos
> I looked at the "guix pull --list-generations" output, and I couldn't > find the commit 23a5dcce1d893b8f5c5301ae3c1af863776ed3cf, weird. (I > was trying to find the corresponding date and then look in the closest > guix system generation for the guix-daemon version) Correction: it's between the

bug#46186: Some substitutes are broken (TLS error)

2021-02-08 Thread Maxime Devos
On Sun, 2021-02-07 at 22:12 +0100, Ludovic Courtès wrote: > Is it still happening, consistently? Or did you eventually manage to > download that substitute? IIRC, I eventually just build libreoffice with --no-substitutes or --fallback. I'll have to check if this still happens, though I don't kno

bug#45716: Bug in ‘network-interface-names’ when building guix for aarch64 on x86_64.

2021-02-08 Thread Stefan
Hi Mathieu! > Just restarted those services, let's see what happens! Thanks! Now it is working: I just can’t tell if it got build on a x86_64 or an aarch64 machine. But the result matters. :-) Bye Stefan

bug#46294: python-arrow timezone test failure

2021-02-08 Thread Efraim Flashner
On Thu, Feb 04, 2021 at 01:47:59PM +0100, Guillaume Le Vaillant wrote: > Hi, > > The python-arrow package currently fails to build because the > "test_parse_tz_name_zzz" test is failing. > This is with Guix at eae865c134ebb8b7432572288e8721794d6a9b87. > I'm not very familiar with Python, so does s