bug#26604: documentation: pdf generation is broken

2017-04-22 Thread Chris Marusich
ng0 writes: > As long as I run guix I was never able to build the documentation > as pdf. What's wrong with it? > > [user@abyayala ~/src/guix/guix]$ make doc/guix.pdf > TEXI2PDF doc/guix.pdf > /gnu/store/jz7jq4w8d4czvgnk9as07rrdbcfjjgjj-profile/bin/texi2dvi: pdftex > exited with bad status,

bug#26353: GuixSD /tmp cleaner fails to clean when Umlauts like "ä" are used in filenames

2017-04-22 Thread Danny Milosavljevic
On Sun, 23 Apr 2017 01:30:56 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Did you have a chance to look at this patch? Hmm, guix system reconfigure finished with the patch, I rebooted, and I get the same error message (No such file) and the file is still there. My operating-system locale is en

bug#26353: GuixSD /tmp cleaner fails to clean when Umlauts like "ä" are used in filenames

2017-04-22 Thread Danny Milosavljevic
Hi Ludo, I've applied it, but the system update is still running. Because of the massive number of patches I write I don't track master daily. I'm always behind 2 weeks (because that's the time until I can merge a patch). It seems lately a huge update got merged :) Right now it's compiling q

bug#25802: Unable to run dovecot w/ non-opaque configuration

2017-04-22 Thread Clément Lassieur
Clément Lassieur writes: > Ludovic Courtès writes: > >> Hi Bake, >> >> Bake Timmons skribis: >> >>> Trying to reconfigure my system running guix 0.12.0 for dovecot with >>> the default configuration object created by '(dovecot-configuration)' >>> results in: >>> >>> guix system: error: exceptio

bug#25802: Unable to run dovecot w/ non-opaque configuration

2017-04-22 Thread Clément Lassieur
Ludovic Courtès writes: > Hi Bake, > > Bake Timmons skribis: > >> Trying to reconfigure my system running guix 0.12.0 for dovecot with >> the default configuration object created by '(dovecot-configuration)' >> results in: >> >> guix system: error: exception thrown: #> "Invalid value for field p

bug#25802: Unable to run dovecot w/ non-opaque configuration

2017-04-22 Thread Ludovic Courtès
Hi Bake, Bake Timmons skribis: > Trying to reconfigure my system running guix 0.12.0 for dovecot with > the default configuration object created by '(dovecot-configuration)' > results in: > > guix system: error: exception thrown: # "Invalid value for field path: \"lmtp\""] 4a6a140> > > Adding a

bug#25917: [PATCH v2] services: file-system-shepherd-service: Make it find the fsck programs.

2017-04-22 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * gnu/services/base.scm (file-system-shepherd-service): Use > file-system-packages. That was pushed as 26e34e1e1288d657e92372efb6edc95c0e299247. Closing. Ludo’.

bug#26353: GuixSD /tmp cleaner fails to clean when Umlauts like "ä" are used in filenames

2017-04-22 Thread Ludovic Courtès
Hello, Did you have a chance to look at this patch? TIA, Ludo’. l...@gnu.org (Ludovic Courtès) skribis: > Hi Danny, > > Danny Milosavljevic skribis: > >> the GuixSD /tmp cleaner fails to clean when Umlauts like "ä" are used in >> filenames. It will just leave them there. >> >> For example I

bug#26441: Gnulib’s ‘test-lock’ fails to complete on machines with >= 32 cores

2017-04-22 Thread Ludovic Courtès
Mathieu Othacehe skribis: >> Maybe we can simply patch the important packages (findutils, >> libunistring) and wait and see if others need the patch. Not ideal, but >> I can’t think of a better way. > > Ok fine for me. > > I'll send findutils and libunistring patches for now. I see these have b

bug#26598: coreutils: 'patch-cut-test' phase now failing on armhf

2017-04-22 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> civodul pushed a commit to branch core-updates >> in repository guix. >> >> commit d1e3f59c9b8d1be79eded04fe23cceb56b4372f0 >> Author: Ludovic Courtès >> Date: Sat Mar 25 23:28:54 2017 +0100 >> >> gnu: coreutils: Patch 'c

bug#26608: Provide --only-substitutes flag to "guix package --upgrade"

2017-04-22 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Sometimes I do an upgrade and I want to get the latest security updates, > but I also am not really available to burn through a lot of cpu time, > (especially on my x200). > > I'd love it if thre were a flag so that I could specify "only bother to > upgrade the

bug#26610: python-gpg broke; python-gpg 1.9.0 does not exist

2017-04-22 Thread Leo Famulari
On Sat, Apr 22, 2017 at 11:37:00AM -0500, Christopher Allan Webber wrote: > Commit 8439c9c05e upgraded gpgme to 1.9.0. > > Unfortunately, python-gpg's version is tied to gpgme: > > (define-public python-gpg > (package > (name "python-gpg") > (version (package-version gpgme)) > ;; [.

bug#26610: python-gpg broke; python-gpg 1.9.0 does not exist

2017-04-22 Thread Christopher Allan Webber
Commit 8439c9c05e upgraded gpgme to 1.9.0. Unfortunately, python-gpg's version is tied to gpgme: (define-public python-gpg (package (name "python-gpg") (version (package-version gpgme)) ;; [...] This is a problem, because upgrading gpgme "automatically" upgraded python-gpg, and the

bug#26608: Provide --only-substitutes flag to "guix package --upgrade"

2017-04-22 Thread Christopher Allan Webber
Sometimes I do an upgrade and I want to get the latest security updates, but I also am not really available to burn through a lot of cpu time, (especially on my x200). I'd love it if thre were a flag so that I could specify "only bother to upgrade the packages where we only upgrade if a substitute

bug#26604: documentation: pdf generation is broken

2017-04-22 Thread ng0
As long as I run guix I was never able to build the documentation as pdf. What's wrong with it? [user@abyayala ~/src/guix/guix]$ make doc/guix.pdf TEXI2PDF doc/guix.pdf /gnu/store/jz7jq4w8d4czvgnk9as07rrdbcfjjgjj-profile/bin/texi2dvi: pdftex exited with bad status, quitting. make: *** [Make

bug#26558: Opening URLs with xdg-open fails (eg. Gajim, Pumpa)

2017-04-22 Thread Marius Bakke
Arun Isaac writes: >> Heh, I've had a WIP update for 1.1.1 for some time and decided to finish >> it based on this discussion. > > Oh, good! :-) > > Your patch builds successfully. But, the new version has tests, and you > still need to package them. When I try to run the tests, a few > fail. Set

bug#26558: Opening URLs with xdg-open fails (eg. Gajim, Pumpa)

2017-04-22 Thread Marius Bakke
Hi Maxim, Maxim Cournoyer writes: > Hello Marius, > > Marius Bakke writes: >> [...] >> + (add-before 'build 'locate-catalog-files >> + (lambda* (#:key inputs #:allow-other-keys) >> + (let ((xmldoc (string-append (assoc-ref inputs "docbook-xml") >> +