bug#33030: Crash in progress-bar

2018-10-15 Thread Ludovic Courtès
Hi Leo, Leo Famulari skribis: > $ guix --version > guix (GNU Guix) aa227b3be3d7728331a08dbd139c47c9b271dc23 > Copyright (C) 2018 the Guix authors > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. >

bug#32769: Packaging Next browser (Common Lisp) [work in progress]

2018-10-15 Thread Pierre Neidhardt
It could also be a dependency version that's different from the one pulled by Quicklisp. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

bug#32183: New ‘guix pull’ /root/.config/current/bin/guix: Permission denied

2018-10-15 Thread Konrad Hinsen
Hi Ludo, Hmm you might need to run, say, ‘guix pull -l’, to make this script magically appear. :-) Concretely, the new ‘guix pull’ migrates things from ~/.config/guix to /var/guix/profiles the first time you run it, but it may be that you haven’t yet run the *new* ‘guix pull’. That looks lik

bug#33046: pypi importer doesn't print the correct source

2018-10-15 Thread Julien Lepiller
Hi, I tried to use the importer to refresh python-twisted, and got this source: (uri (pypi-uri "twisted" version)) while the correct one should be (uri (pypi-uri "Twisted" version ".tar.bz2"))

bug#33047: pypi importer uses incorrect package names

2018-10-15 Thread Julien Lepiller
Hi, I found that sometimes the pypi importer had trouble importing packages correctly. For instance, running "guix import pypi txaio" gave me this list of dependencies: (propagated-inputs `(("python-[all]" ,#{python-\x5b;all\x5d;}#) ("python-[asyncio]" ,#{python-\x5b;asyncio\x5d;}#)

bug#32458: Acknowledgement (SDL SEGFAULTs on foreign distro)

2018-10-15 Thread Marius Bakke
Tim Gesthuizen writes: > On 22.08.2018, Tim Gesthuizen wrote: >> This bisect passed without a single skip. It reports that the bug was >> first introduced by 5318b103ff277efbac248a066d162589a9083baa (which is >> the first commit after a larger merge). > > Maybe you missed that mail. The problem i

bug#32458: Acknowledgement (SDL SEGFAULTs on foreign distro)

2018-10-15 Thread Marius Bakke
Marius Bakke writes: > Tim Gesthuizen writes: > >> On 22.08.2018, Tim Gesthuizen wrote: >>> This bisect passed without a single skip. It reports that the bug was >>> first introduced by 5318b103ff277efbac248a066d162589a9083baa (which is >>> the first commit after a larger merge). >> >> Maybe you

bug#32183: New ‘guix pull’ /root/.config/current/bin/guix: Permission denied

2018-10-15 Thread Ludovic Courtès
Hi Konrad, Konrad Hinsen skribis: > This looks like an error in an error-raising procedure, something > like  a meta-error ;-) The horror bug department worked hard to deliver this one. :-) > Looking at > >   ~# ls -l /var/guix/profiles/per-user/root/current-guix >    lrwxrwxrwx 1 root root 1

bug#32769: Packaging Next browser (Common Lisp) [work in progress]

2018-10-15 Thread Andy Patterson
Hi Pierre, On Mon, 15 Oct 2018 11:34:14 +0200 Pierre Neidhardt wrote: > Question: do we need both "out" and "lib" outputs? > My understanding is that "lib" is useful when one wants to start the > program from a REPL. Correct? "out" will always depend on "lib" for programs. We want to build it

bug#33030: Crash in progress-bar

2018-10-15 Thread Leo Famulari
On Mon, Oct 15, 2018 at 11:20:42AM +0200, Ludovic Courtès wrote: > Could you run: > > guix build --log-file \ > /gnu/store/iql35g1g5q9dkap5splc7f9ggskr31vl-NamesList.txt > > and post the contents of the file? This log was actually found on Hydra for me (that private mirror is of Hydra): $