bug#38428: issues.guix.gnu.org gives 500 server error for some old issues

2019-12-01 Thread Ricardo Wurmus
Hi Nome Grey, > I'm trying to access https://issues.guix.gnu.org/issue/26608 and > https://issues.guix.gnu.org/issue/32022, which I found from google, and > both of them are just giving 500. this is now fixed. Unfortunately, Mumi (the software behind issues.guix.gnu.org) is still rather slow a

bug#36378: Guix Cuirass Issue with Input channels

2019-12-01 Thread Clément Lassieur
Pushed, closing.

bug#38435: BTRFS open_ctree failed

2019-12-01 Thread raingloom
On Sat, 30 Nov 2019 15:53:11 +0100 Guillaume Le Vaillant wrote: > raingloom skribis: > > > This is what I get after a recent `guix system reconfigure` : > > Scanning for Btrfs filesystems > > [2.342790] BTRFS error (device sda1): open_ctree failed > > > > Previous profiles work, I haven't mo

bug#38444: sshd / login segmentation faults

2019-12-01 Thread Robert Vollmert
I just had to restart my Guix VPS because both ssh as well as console login were failing. Rebooting fixed the issue (for now). I haven’t seen such issues before. The system was pulled and reconfigured from master in the last couple days, and recently added docker-related services. I hadn’t rebooted

bug#38445: Guix CI evaluation broken

2019-12-01 Thread Clément Lassieur
Hi, https://git.savannah.gnu.org/cgit/guix.git/commit/?id=99c45877a984dd0148151b2e304afef6fb04f1a5 broke Guix CI. The reason is: (local-file (string-append "" "../some-file")) now differs from (local-file "../some-file") And in gnu/system/install.scm (line 246) there's a STRING-APPEN

bug#38446: Guix pull broken

2019-12-01 Thread Clément Lassieur
https://git.savannah.gnu.org/cgit/guix.git/log/ returns 502 error. Reproducible 9 times out of 10.

bug#38446: Guix pull broken

2019-12-01 Thread Clément Lassieur
Clément Lassieur writes: > https://git.savannah.gnu.org/cgit/guix.git/log/ returns 502 error. > > Reproducible 9 times out of 10. Since at least yesterday.

bug#38449: ImageMagick is not reproducible

2019-12-01 Thread Ludovic Courtès
The build date appears to be captured: --8<---cut here---start->8--- $ wget -q -O - https://bayfront.guixsd.org/nar/lzip/ivhxg2wq3687379g9r7lkiaq4jzsp45h-imagemagick-6.9.10-58 | lzip -d | guix archive -x /tmp/image.1 $ wget -q -O - https://ci.guix.gnu.org

bug#38450: Kdenlive file dialog broken

2019-12-01 Thread Leo Famulari
In kdenlive, I can't add any media ("clips") to a project because the file choosing dialog is not working. Basically, open kdenlive, click on the "Project" menu, then "Add Clip". This opens a file chooser dialog that should let you find and select some files. However, the dialog is blank and canno

bug#38450: [PATCH] gnu: kdenlive: Use qt-build-system.

2019-12-01 Thread Leo Famulari
* gnu/packages/kde.scm (kdenlive)[build-system]: Use qt-build-system. [arguments]: Remove field. --- gnu/packages/kde.scm | 27 +-- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 014bca0738..fa3733d26f 100644

bug#38445: Guix CI evaluation broken

2019-12-01 Thread Bengt Richter
On +2019-12-01 18:20:24 +0100, Clément Lassieur wrote: > Hi, > > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=99c45877a984dd0148151b2e304afef6fb04f1a5 > > broke Guix CI. > > The reason is: > > (local-file (string-append "" "../some-file")) > > now differs from > > (local-file