bug#45559: Cuirass has not successfully evaluated the stagig branch in 3 weeks

2021-01-04 Thread Mathieu Othacehe
> AFAICT, the evaluation failures were caused by a package collision while > building a profile from the zabbix system test. > > Fixed in 48d8d92c51f64256bba2bdbb2a1027a5fab71a3d Nice catch, thanks! Mathieu

bug#45559: Cuirass has not successfully evaluated the stagig branch in 3 weeks

2021-01-04 Thread Leo Famulari
On Mon, Jan 04, 2021 at 03:35:25PM +0100, Mathieu Othacehe wrote: > I'm currently running: > > --8<---cut here---start->8--- > (use-modules (gnu ci) (guix)) > (hydra-jobs (open-connection) '()) > --8<---cut here---end--->8---

bug#41669: Cross-compiled powerpc64-linux bootstrap-tarballs not reproducible

2021-01-04 Thread Chris Marusich
Chris Marusich writes: > If it's just for the sake of trying one last time, we could just add > --cores=1 to the Guix invocations, or run everything in a single-core > VM. Wouldn't that have the same effect? > > I think you'll probably agree, so I've proactively started another build > on two

bug#41669: Cross-compiled powerpc64-linux bootstrap-tarballs not reproducible

2021-01-04 Thread Chris Marusich
Hi Ludo, Ludovic Courtès writes: >>> https://media.marusich.info/guix-ppc64-bootstrap/bootstrap-tarballs-from-guix-1ced8379c7.tar.xz >>> https://media.marusich.info/guix-ppc64-bootstrap/bootstrap-tarballs-from-guix-1ced8379c7.tar.xz.asc >>>

bug#45665: IceCat canvas glitch (byte order issue?)

2021-01-04 Thread raingloom
See attached image. Taken from: https://webassembly.sh/?run-command=wapm%20install%20caputomarcos/rust-example@0.1.0 Also saw a similar issue while trying to upload images to the merveilles.town Mastodon server. The image would have similar diagonal lines that were all of the same maybe 2-4

bug#45663: Problem installing pidgin because it propagates gtk+@2

2021-01-04 Thread Christopher Baines
As reported by sss2 on IRC [1]. I can see this has changed recently, I don't know why [2]. guix package -i pidgin spice-gtk --no-substitutes The following package will be upgraded: spice-gtk (dependencies or package changed) The following package will be installed: pidgin

bug#45656: [PATCH v2] import: texlive: Produce a partial package definition rather than crashing.

2021-01-04 Thread Maxim Cournoyer
This is a small improvement awaiting a definitive fix for . * guix/import/texlive.scm (sxml->package): Produce a warning when the SVN checkout failed. Rather than crashing on the unexpected #f value, return a partial package definition with the source field set

bug#45656: [PATCH] import: texlive: Produce a partial package definition rather than crashing.

2021-01-04 Thread Maxim Cournoyer
This is a small improvement awaiting a definitive fix for . * guix/import/texlive.scm (sxml->package): Produce a warning when the SVN checkout failed. Rather than crashing on the unexpected #f value, return a partial package definition with the source field set

bug#45656: The TeX Live importer crashes with Wrong type (expecting string): #f

2021-01-04 Thread Ricardo Wurmus
Hi Maxim, > The TeX Live importer doesn't appear to be functional: Yes, sadly, it’s not very useful any more. The next iteration of the importer should use texlive.tlpdb instead of CTAN *and* the SVN repository. -- Ricardo

bug#45656: The TeX Live importer crashes with Wrong type (expecting string): #f

2021-01-04 Thread Maxim Cournoyer
Hello, Maxim Cournoyer writes: > Hello, > > The TeX Live importer doesn't appear to be functional: > > $ guix import texlive lh > following redirection to `https://ctan.org/xml/1.2/pkg/lh'... > command "svn" "export" "--non-interactive" "--trust-server-cert" "-r" "51265" >

bug#45633: bcc and bpftrace require kernel headers from system

2021-01-04 Thread John Soo
Hi Tobias, Tobias Geerinckx-Rice writes: > John, > > This reminds me of . Hm, maybe. How does it remind you of zfs? It seems like zfs needs the libraries from util-linux, right? bcc and bpftrace need the kernel headers. The following should illustrate there is

bug#45654: Building guile on x86_64 for aarch64 fails because of a missing guile

2021-01-04 Thread Stefan
Hi! > Then I thought to try to download the referred but missing guile: > > stefan@guix ~$ guix download > https://ci.guix.gnu.org/nar/lzip/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.0.2 > Starting download of /tmp/guix-file.q3Qwo3 > From >

bug#45656: The TeX Live importer crashes with Wrong type (expecting string): #f

2021-01-04 Thread Maxim Cournoyer
Hello, The TeX Live importer doesn't appear to be functional: $ guix import texlive lh following redirection to `https://ctan.org/xml/1.2/pkg/lh'... command "svn" "export" "--non-interactive" "--trust-server-cert" "-r" "51265"

bug#45654: Building guile on x86_64 for aarch64 fails because of a missing guile

2021-01-04 Thread Stefan
Hi! I setup my virtual x86_64 system with an qemu-binfmt-service-type for aarch64 and tried to build guix for aarch64. But this failed because of a missing guile: stefan@guix ~$ guix build -s aarch64-linux guix@1.2.0-8.7624ebb Folgende Ableitung wird erstellt:

bug#45559: Cuirass has not successfully evaluated the stagig branch in 3 weeks

2021-01-04 Thread Mathieu Othacehe
Hey Leo, > Is there any documentation on how to reproduce the problems caused by > this? Or any advice on debugging? > > `guix pull` and `make` work okay. I'm currently running: --8<---cut here---start->8--- (use-modules (gnu ci) (guix)) (hydra-jobs

bug#45645: Please revoke this commit: 7dd1a2174a8376c521dcf271e3b76f64096074fe

2021-01-04 Thread Efraim Flashner
On Mon, Jan 04, 2021 at 09:52:38AM +0800, luhux wrote: > > > Sorry for submitting the wrong patch. > > Recently, when I checked the sdcv source code, I found that this environment > variable does not support multiple paths and is separated by colons. > > > ``` > const gchar

bug#45559: Cuirass has not successfully evaluated the stagig branch in 3 weeks

2021-01-04 Thread Leo Famulari
On Mon, Jan 04, 2021 at 10:19:08AM +0100, Mathieu Othacehe wrote: > I've restarted an evaluation of the staging branch, the matching process > on berlin has been running for 11 hours and is now stuck. That could be > caused by a circular dependency between modules. Is there any documentation on

bug#41669: Cross-compiled powerpc64-linux bootstrap-tarballs not reproducible

2021-01-04 Thread Efraim Flashner
On Mon, Jan 04, 2021 at 10:37:20AM +0100, Ludovic Courtès wrote: > Hi, > > Leo Le Bouter skribis: > > > On Sat, 2020-12-19 at 23:28 -0800, Chris Marusich wrote: > >> Now that we have decided to use these powerpc64 bootstrap tarballs, > >> what > >> are the next steps for uploading them to the

bug#41669: Cross-compiled powerpc64-linux bootstrap-tarballs not reproducible

2021-01-04 Thread Ludovic Courtès
Hi, Leo Le Bouter skribis: > On Sat, 2020-12-19 at 23:28 -0800, Chris Marusich wrote: >> Now that we have decided to use these powerpc64 bootstrap tarballs, >> what >> are the next steps for uploading them to the GNU FTP server? I've >> never >> done that before, and I don't think I have

bug#42771: smalltalk fails to build

2021-01-04 Thread Ludovic Courtès
Hi Miguel, Miguel Ángel Arruga Vivas skribis: > I've been investigating just a bit about this. Nice! > From c4385abde62bba4c634a7a874c2f431451909ec2 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?= > > Date: Mon, 28 Dec 2020 10:36:48 +0100 > Subject: [PATCH

bug#45559: Cuirass has not successfully evaluated the stagig branch in 3 weeks

2021-01-04 Thread Mathieu Othacehe
Hello, I've restarted an evaluation of the staging branch, the matching process on berlin has been running for 11 hours and is now stuck. That could be caused by a circular dependency between modules. Thanks, Mathieu

bug#44408: Elisa build fails on mediaplaylisttest.cpp

2021-01-04 Thread Efraim Flashner
Elisa updated to 20.12.0 with commit 6f365f7c10938fc7bc609f95a79893585843454d and now builds. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description:

bug#45572: elisa fails to build

2021-01-04 Thread Efraim Flashner
Fixed with 6f365f7c10938fc7bc609f95a79893585843454d -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description: PGP signature