bug#32245: Guix does not search sources locally by hash

2018-10-22 Thread Björn Höfling
I'm closing this one as I think it has very low priority. Björn pgpQe0X7CDfCV.pgp Description: OpenPGP digital signature

bug#32245: Guix does not search sources locally by hash

2018-10-22 Thread Gábor Boskovits
Hello Björn, It might be better to just lower the priority, or make it wishlist. Björn Höfling ezt írta (időpont: 2018. okt. 22., H, 9:01): > > I'm closing this one as I think it has very low priority. > > Björn g_bor

bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities

2018-10-22 Thread Ludovic Courtès
Hello, Maxim Cournoyer skribis: > It did end up working fine, although it took a large amout of time for > doing what seems to be a checkout (4 min 46 s). I did some experiments > and this is really the time it took to do a full clone of the libssh > project. > > time git clone git://git.libssh.o

bug#33107: guix pull error

2018-10-22 Thread Ludovic Courtès
Hi Marcel, Marcel Schilling skribis: > guix pull aborted with > >> guix pull: error: You found a bug: the program >> '/gnu/store/hj11vw91pvwx7q57mn993r6gm7p92p30-compute-guix-derivation' >> failed to compute the derivation for Guix (version: >> "bfa47f14b1a19150d6ddf149597d16493f69ae6d"; system:

bug#33106: "make check-system TESTS=basic" fails on master

2018-10-22 Thread Ludovic Courtès
Hello, Chris Marusich skribis: > The system test "basic" fails on commit > 7d1f21c69aa89e4c7c57ace26af80d168157b243 (master). To reproduce, check > out that commit and run: > > make check-system TESTS="basic" It passes for me as of ff598353c01b1953243ba0ecb87efbd73c66720e, on x86_64-linux.

bug#33107: guix pull error

2018-10-22 Thread Marcel Schilling
Hi Ludo, I did unset GUIX_PACKAGE_PATH between the first and the second attempt so maybe it was related to some package definition depending on one that was not yet in the Guix I had. If that was the problem it should be solved when I finally switch to channels (soon(tm)). Sorry for the noise. B

bug#33107: guix pull error

2018-10-22 Thread Ludovic Courtès
Hello Marcel, Marcel Schilling skribis: > I did unset GUIX_PACKAGE_PATH between the first and the second attempt so > maybe it was related to some package definition depending on one that was > not yet in the Guix I had. If that was the problem it should be solved > when I finally switch to chan

bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities

2018-10-22 Thread Leo Famulari
On Mon, Oct 22, 2018 at 11:55:26AM +0200, Ludovic Courtès wrote: > Maxim Cournoyer skribis: > > It did end up working fine, although it took a large amout of time for > > doing what seems to be a checkout (4 min 46 s). I did some experiments > > and this is really the time it took to do a full clo

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

2018-10-22 Thread Tim Gesthuizen
Hi, I did another bisect to find the second cause of failure. I used the input rewriting technique but with the fixed libepoxy definition: >> (use-modules (gnu packages) >> (gnu packages games) >> (gnu packages gl) >> (guix packages) >> (guix pro

bug#33119: "Bad item name" in Dungeon Crawl Stone Soup

2018-10-22 Thread Christopher Lemmer Webber
In crawl (and the crawl-tiles variant) I get frequent error messages when levels are being generated like "Bad item name: fruit", which appears to be for item types that were removed from the game. Worse yet, when starting some of the sprints (eg The Pits), the game freezes up, apparently with too

bug#33119: "Bad item name" in Dungeon Crawl Stone Soup

2018-10-22 Thread nee
Am 22.10.18 um 20:41 schrieb Christopher Lemmer Webber: > In crawl (and the crawl-tiles variant) I get frequent error messages > when levels are being generated like "Bad item name: fruit", which > appears to be for item types that were removed from the game. > > Worse yet, when starting some of t

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

2018-10-22 Thread Marius Bakke
Hello Tim! Tim Gesthuizen writes: > Hi, > I did another bisect to find the second cause of failure. > I used the input rewriting technique but with the fixed libepoxy definition: > >>> (use-modules (gnu packages) >>> (gnu packages games) >>> (gnu packages gl) >>>