bug#49100: make check fails: %derivation-cache

2021-06-22 Thread Chris Marusich
Ludovic Courtès writes: >> The attached patch fixes the issue for me. However, since I'm not sure >> how %derivation-cache is or was supposed to be used, I would appreciate >> a second opinion. > > You forgot to attach the patch, but I think it’s enough to remove the > ‘hash-clear!’ call from

bug#49173: ungoogled-chromium fails to build

2021-06-22 Thread qqq0ppp via Bug reports for GNU Guix
Hi, I'm trying to install ungoogled-chromium with no success. The command guix package -i ungoogled-chromium fails to build. Package version is 91.0.4472.114-0.a9eb6fd. Output of guix describe is ]8;;file://guix/var/guix/profiles/per-user/me/current-guix-1-link\[1mGeneration 1 Jun 22 2021

bug#49173: Log file

2021-06-22 Thread qqq0ppp via Bug reports for GNU Guix
Log file is attached.

bug#49173: Log file, maybe now...

2021-06-22 Thread qqq0ppp via Bug reports for GNU Guix
Log file is here: https://easyupload.io/bck2gu

bug#49168: ‘guix import pypi’ misses package dependencies

2021-06-22 Thread Maxim Cournoyer
Hello, Leo Prikler writes: > Am Dienstag, den 22.06.2021, 14:33 +0200 schrieb Ludovic Courtès: >> Hi, >> >> Leo Prikler skribis: >> >> > > Here, some of tablib’s dependencies are missing; the same problem >> > > seems >> > > to happen with python-django-import-export itself. >> > > >> > >

bug#49083: ‘guix import pypi’ fails in the absence of “sdist” releases

2021-06-22 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: [...] >> Failing this, we might want to set source to something, that produces >> an error when read or when used as a variable, similar to how unknown >> licenses are handled. > > Right; not failing seems preferable. That seems to be the most actionable thing to

bug#49174: Poor 'guix substitute' performance when receiving Zstd-compressed substitutes

2021-06-22 Thread Maxim Cournoyer
Hello, It's something I've been observing for a while, but substitutes are very IO intensive (as can be seen in iotop, the substitute process is waiting on IO > 99% of the time) and is much slower than expected (3 minutes to transfer 100 MiB uncompressed over a 50 mbps downstream link):

bug#49145: Cannot build Guix (Texinfo failure)

2021-06-22 Thread HiPhish
I had already tried with `--pure` initially. Here is the output from the pure environment attached anyway, just in case. On Tuesday, 22 June 2021 14:06:59 CEST Julien Lepiller wrote: > Something seems to have gone wrong with the i18n code. Maybe we use > something that's not recognized by your

bug#49171: OCaml packages not building (due to updated python-pyyaml)

2021-06-22 Thread pukkamustard
Hi Guix, With commit ac02d423d3fcb11048ee2e4a02626fca40cf1419, which updated python-pyyaml to 5.4.1 (from 5.3.1) lot of OCaml packages fail to build. This seems to be due to ocaml-dose3 that has python2-pyyaml as dependency for tests. ocaml-dose3 is a dependency of opam - a dependency of

bug#49102: guix environment regression

2021-06-22 Thread Ludovic Courtès
Hi, Mathieu Othacehe skribis: > When using guix@caf4a7a2, I cannot no longer build a functional > guix-daemon using the following classic commands: > > guix environment guix > ./configure --localstatedir=/var --sysconfdir=/etc > make -j4 > > mathieu@elbruz ~/guix [env]$ ldd ./guix-daemon >

bug#49161: kicad-5.1.6 fails to build

2021-06-22 Thread Guillaume Le Vaillant
Patches pushed as e22a711c97e0501b398467733164da4ee140036e and following. Thanks. signature.asc Description: PGP signature

bug#48778: ‘guix’ package loads all .scm files from its profile

2021-06-22 Thread Ludovic Courtès
Ludovic Courtès skribis: > Ludovic Courtès skribis: > >> The ‘guix’ package, when installed in a “normal” profile such as >> /run/current-system/profile, ends up traversing all the .scm files in >> that profile, including those that have nothing to do with it: > > [...] > >> I believe this is a

bug#49132: guix substitute: backtrace when the network is disabled during substitution

2021-06-22 Thread Ludovic Courtès
Hi, Maxime Devos skribis: > so I disabled & re-enabled wireless networking during the substitution > and encountered a (to my knowledge) previously-unknown backtrace: > > $ while (echo substitute > /gnu/store/44h13hn5zssfppz67vydxcf95qsc8qfw-libreoffice-6.4.7.2 /tmp/t && > echo substitute >

bug#49161: kicad-5.1.6 fails to build

2021-06-22 Thread Vinicius Monego
Sending a v2 removing readline from inputs because it's unused now. From 7dc50ffb272c391cb2afa8b874f6d487e6020423 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Tue, 22 Jun 2021 09:46:32 -0300 Subject: [PATCH v2 1/2] gnu: libngspice: Fix KiCad compilation. * gnu/packages/engineering.scm

bug#49161: kicad-5.1.6 fails to build

2021-06-22 Thread Vinicius Monego
Em ter, 2021-06-22 às 12:01 +, Guillaume Le Vaillant escreveu: > Vinicius Monego skribis: > > > > In particular the /gnu/store/...-libngspice-34/include/config.h > > > seems suspicious. > > > > Good catch. Indeed, that file should be removed. > > > > Kicad takes a long time to build on my

bug#49168: ‘guix import pypi’ misses package dependencies

2021-06-22 Thread Leo Prikler
Am Dienstag, den 22.06.2021, 14:33 +0200 schrieb Ludovic Courtès: > Hi, > > Leo Prikler skribis: > > > > Here, some of tablib’s dependencies are missing; the same problem > > > seems > > > to happen with python-django-import-export itself. > > > > > > Are we failing to parse some of the PyPI

bug#49168: ‘guix import pypi’ misses package dependencies

2021-06-22 Thread Ludovic Courtès
Hi, Leo Prikler skribis: >> Here, some of tablib’s dependencies are missing; the same problem >> seems >> to happen with python-django-import-export itself. >> >> Are we failing to parse some of the PyPI metadata? > I don't think so, rather it appears as though the requires.txt is > somehow

bug#49145: Cannot build Guix (Texinfo failure)

2021-06-22 Thread Julien Lepiller
Something seems to have gone wrong with the i18n code. Maybe we use something that's not recognized by your shell? Can you try again, but this time configure and make in a pure environment? (Add --pure to the guix environment invocation). Le 20 juin 2021 17:37:34 GMT-04:00, HiPhish a écrit :

bug#49161: kicad-5.1.6 fails to build

2021-06-22 Thread Guillaume Le Vaillant
Vinicius Monego skribis: >> In particular the /gnu/store/...-libngspice-34/include/config.h >> seems suspicious. > > Good catch. Indeed, that file should be removed. > > Kicad takes a long time to build on my machine. I am attaching a diff > that removes config.h and should fix the compilation

bug#49161: kicad-5.1.6 fails to build

2021-06-22 Thread Vinicius Monego
> In particular the /gnu/store/...-libngspice-34/include/config.h > seems suspicious. Good catch. Indeed, that file should be removed. Kicad takes a long time to build on my machine. I am attaching a diff that removes config.h and should fix the compilation if anyone can confirm. diff --git

bug#49161: kicad-5.1.6 fails to build

2021-06-22 Thread Vinicius Monego
Hi, I found suggestions that disabling --with-readline in libngspice should work around the issue, though I couldn't test it yet. This seems to be a problem in version 34 specifically. Downgrading to 33 could also work. Em ter, 2021-06-22 às 08:36 +0200, Brice Waegeneire escreveu: > Hello bdju,

bug#49161: kicad-5.1.6 fails to build

2021-06-22 Thread Vinicius Monego
Hi, I found suggestions that disabling --with-readline in libngspice should work around the issue, though I couldn't test it yet. This seems to be a problem in version 34 specifically. Downgrading to 33 could also work. Em ter, 2021-06-22 às 08:36 +0200, Brice Waegeneire escreveu: > Hello bdju,

bug#49168: ‘guix import pypi’ misses package dependencies

2021-06-22 Thread Leo Prikler
Am Dienstag, den 22.06.2021, 09:20 +0200 schrieb Ludovic Courtès: > Hi! > > ‘guix import pypi -r django-import-export’ does not include all the > inputs: > > --8<---cut here---start->8--- > $ guix build -L /tmp/mods python-django-import-export > > [...] > >

bug#49168: ‘guix import pypi’ misses package dependencies

2021-06-22 Thread Ludovic Courtès
Hi! ‘guix import pypi -r django-import-export’ does not include all the inputs: --8<---cut here---start->8--- $ guix build -L /tmp/mods python-django-import-export [...] starting phase `build' running "python setup.py" with command "build" and parameters ()

bug#49161: kicad-5.1.6 fails to build

2021-06-22 Thread Brice Waegeneire
Hello bdju, Cuirass can't manage to build kicad¹ also. Comparing to the previous build², libngspice has been updated from version 28 to 34³ and the content of thoses 2 version are drasticly different, so I guess it's the issue. In particular the /gnu/store/...-libngspice-34/include/config.h