bug#42068: CUPS :631/admin interface freezes

2021-06-23 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
I've pushed some patches I've been using since ‘forever’ to core-updates. They simply remove the entire right-hand ‘Server’ form, and short-circuit the logic behind it that caused the long delays. An older work-around I tried was to simply link to the store cupsd.conf in /etc/cups. This sol

bug#49202: guix import go type error (failed regex match?)

2021-06-23 Thread raingloom
When I run guix import go -r github.com/golang-migrate/migrate/v4 it works for a looong time (something else to work on I guess. maybe fetching every git repo is not the best solution.) and then gives this error: In procedure vector-ref: Wrong type argument in position 1 (expecting vector): #f T

bug#49114: ‘guix lint’ should catch certificate validation exceptions

2021-06-23 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Ludovic Courtès 写道: I don’t see these two packages in my checkout. Do you have other examples? Oh-kaay, I wonder what the devil went wrong there? I wish I still had the original copy, but I don't. I wrote libndp and httping, of course :-D Thanks! T G-R signature.asc Description: PGP s

bug#48944: haskell build-system cannot build pcg-random

2021-06-23 Thread John Kehayias via Bug reports for GNU Guix
Hello, I also see this error for building packages that need cabal-doctest, as the configure step needs the package database. There's actually some packages in guix that already modify the configure step to do this, like ghc-cairo: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/ha

bug#48963: "guix build guix" halts after exhausting memory

2021-06-23 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > Julien Lepiller skribis: >> Can we instead break the build (at the Makefile level) into multiple >> smaller chunks, that require less memory, in the same way (guix self) >> works? > > Yes, that’s a good idea. > > Could you check the extent to which the attached p

bug#49114: ‘guix lint’ should catch certificate validation exceptions

2021-06-23 Thread Ludovic Courtès
Hi, Tobias Geerinckx-Rice via Bug reports for GNU Guix skribis: > The linter should obviously warn about TLS errors but it should not > terminate processing. See ‘guix lint ibndp’ or ‘guix lint ttping’, > where the hostname and certificate CN/SAN don't match. I don’t see these two packages in

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

2021-06-23 Thread qqq0ppp via Bug reports for GNU Guix
Last 100 lines are attached... Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Wednesday, June 23rd, 2021 at 4:28 PM, Ludovic Courtès wrote: > Hi, > > qqq0ppp via Bug reports for GNU Guix bug-guix@gnu.org skribis: > > > Log file is here: https://easyupload.io/bck2gu > >

bug#48715: guix pull does not complete

2021-06-23 Thread zimoun
Hi, On Fri, 28 May 2021 at 08:23, Ethan Blanton wrote: > I ran `guix pull` on a fresh guix install and received the attached > log in return. How did you install Guix? Is it Guix System or Guix running on foreign distro? All the best, simon

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

2021-06-23 Thread Leo Prikler
Am Mittwoch, den 23.06.2021, 15:20 +0200 schrieb Ludovic Courtès: > Hi, > > Leo Prikler skribis: > > > Am Dienstag, den 22.06.2021, 14:33 +0200 schrieb Ludovic Courtès: > > [...] > > > > Actually > > > < > > > https://files.pythonhosted.org/packages/fe/9d/4e15b2e74044ee051b6939c1b3ff716b0106e8

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

2021-06-23 Thread Ludovic Courtès
Hi, qqq0ppp via Bug reports for GNU Guix skribis: > Log file is here: https://easyupload.io/bck2gu This web site is behind Cloudfare and thus inaccessible over Tor. Could you send the log (or the last hundred lines) as an attached file? TIA, Ludo’.

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

2021-06-23 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > 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 m

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

2021-06-23 Thread Ludovic Courtès
Hi, Leo Prikler skribis: > Am Dienstag, den 22.06.2021, 14:33 +0200 schrieb Ludovic Courtès: [...] >> Actually >> < >> https://files.pythonhosted.org/packages/fe/9d/4e15b2e74044ee051b6939c1b3ff716b0106e8f72d78eab8e08212eab44c/tablib-3.0.0.tar.gz >> > >> does not have a ‘requirements.txt’ file,

bug#49171: [bug#49183] [PATCH] gnu: ocaml-dose3: Fix tests.

2021-06-23 Thread Julien Lepiller
Le Wed, 23 Jun 2021 11:09:44 +, pukkamustard a écrit : > Neat. Thanks! > > Fixes the test and looks got to me. > > > No idea why one would use Python to test OCaml code... > > Yeah, makes one wonder. At least they've updated to Python3 > (https://gitlab.com/irill/dose3/-/blob/master/CH

bug#49171: [bug#49183] [PATCH] gnu: ocaml-dose3: Fix tests.

2021-06-23 Thread pukkamustard
Neat. Thanks! Fixes the test and looks got to me. No idea why one would use Python to test OCaml code... Yeah, makes one wonder. At least they've updated to Python3 (https://gitlab.com/irill/dose3/-/blob/master/CHANGES#L33) recently.