Re: [PATCH] gnu: Add obnam.

2017-03-11 Thread Arun Isaac
> There is one user available in the build environment: "nobody". It could > work to substitute "root" for "nobody" in the code that looks for users. > The "mailutils" package does exactly that for tests. Can you try it? Yes, I'll try to get the tests working, and let you know. signature.asc De

Re: [PATCH] services: dovecot: Fix unix_listeners and fifo_listeners path types.

2017-03-11 Thread Clément Lassieur
Hi Ludovic, > Clément Lassieur skribis: > > Given that Andy okayed the patch, I think you should go ahead and push it! Done, applied to master as eba560765a5afccbc5d3b64df410d89b1f79a18e. There are two other patches concerning services: http://lists.gnu.org/archive/html/guix-devel/2017-02/msg01

Re: core-updates: Python build failures

2017-03-11 Thread Leo Famulari
On Sat, Mar 11, 2017 at 08:50:32PM +0100, Marius Bakke wrote: > I tried applying the upstream fix for 3.5: > > https://hg.python.org/cpython/rev/337461574c90 > > However, the monster patch does not apply. [...] > Will try to dig out the other patches from 3.5 branch that this depends > on tomor

Re: gnu-patches back log

2017-03-11 Thread Ludovic Courtès
Hi Hartmut, Hartmut Goebel skribis: > Am 06.03.2017 um 17:14 schrieb Ludovic Courtès: >> add Reviewed-by tags > > Can git add this automatically? Otherwise it would mean additional > manual work. Actually Git already distinguishes between committer and author, so you’re probably right. Based o

Re: Introducing ‘guix pack’

2017-03-11 Thread Chris Marusich
l...@gnu.org (Ludovic Courtès) writes: > Hello Guix! > > I had it on my to-do list and Andy said he’d like to have something like > that to publish Guile 2.2 binaries: the ‘guix pack’ command below is a > generalization of the code that builds the Guix binary tarball¹. It > creates a bundle of th

Re: [PATCH] gnu: cuirass: Update to 0.0.1 revision 5.

2017-03-11 Thread Ludovic Courtès
Mathieu Othacehe skribis: > * gnu/packages/ci.scm (cuirass): Update to 0.0.1 revision 5. Applied, thanks! Ludo'.

Re: core-updates: Python build failures

2017-03-11 Thread Marius Bakke
Leo Famulari writes: > On Fri, Mar 10, 2017 at 10:46:34PM +0100, Marius Bakke wrote: >> It looks like Hydra ran out of entropy which caused a bunch of failures. >> >> From the 'python-minimal' build: >> >> if test "no" != "yes"; then \ >> ./Programs/_freeze_importlib \ >> ./Lib/impo

Re: Should synopsis handle texinfo markup?

2017-03-11 Thread John Darrington
On Sat, Mar 11, 2017 at 10:27:57PM +0300, Alex Kost wrote: Hello, I've noticed that several packages contain "@code" structures in their synopses, but only 'description' field supports texinfo markup. For example, look at: guix package -s ruby-minitest-bonus-assertions

Should synopsis handle texinfo markup?

2017-03-11 Thread Alex Kost
Hello, I've noticed that several packages contain "@code" structures in their synopses, but only 'description' field supports texinfo markup. For example, look at: guix package -s ruby-minitest-bonus-assertions So I wonder, should these synopses be adjusted to remove @code things, or would it b

Re: [PATCH] gnu: Add obnam.

2017-03-11 Thread Marius Bakke
Arun Isaac writes: >> I noticed this program and some of the libraries it uses, requires a >> package called "CoverageTestRunner" to run unit tests. Currently tests >> are simply skipped. > > I tried packaging the tests too. But, the tests require the root user > and group to be present. The buil

Re: [PATCH 0/2] ImageMagick 7

2017-03-11 Thread Leo Famulari
On Wed, Jan 11, 2017 at 03:18:38PM -0500, Leo Famulari wrote: > Hydra finished evaluating the imagemagick-updates branch on > x86_64-linux: > > https://hydra.gnu.org/eval/109433?full=1&compare=master#tabs-now-fail > > It's a surprisingly small number of failures! But, I wonder how many > packages

core-updates: Python build failures

2017-03-11 Thread Leo Famulari
On Fri, Mar 10, 2017 at 10:46:34PM +0100, Marius Bakke wrote: > It looks like Hydra ran out of entropy which caused a bunch of failures. > > From the 'python-minimal' build: > > if test "no" != "yes"; then \ > ./Programs/_freeze_importlib \ > ./Lib/importlib/_bootstrap_external.py Pyt

Re: [PATCH] gnu: grep: Fix for gnulib library.

2017-03-11 Thread rennes
Hello Ludovic, Manolis, Looks like we missed this ‘core-updates’ cycle. :-/ To apply it without triggering a full rebuild, you could instead add a phase that invokes ‘patch’ to apply it, only when the cross-compilation target or system is GNU/Hurd. Like: ,@(if (gnu/hurd?) `((add-

Re: [PATCH] gnu: grep: Fix for gnulib library.

2017-03-11 Thread Manolis Ragkousis
Hello Ludo, On 03/11/2017 01:31 PM, Ludovic Courtès wrote: > Hi! > > ren...@openmailbox.org skribis: > >> From f76585a44afdc41187df768eec79fb723713cf0c Mon Sep 17 00:00:00 2001 >> From: rennes >> Date: Tue, 21 Feb 2017 23:21:49 -0600 >> Subject: [PATCH] gnu: grep: Fix for gnulib library. >> >>

Re: [PATCH] gnu: Add emacs-memoize.

2017-03-11 Thread Arun Isaac
> Please email guix-patc...@gnu.org for future patches (info "(guix) > Submitting Patches"). Sure! I didn't realize the patch submission mailing list had changed. signature.asc Description: PGP signature

Re: [PATCH] gnu: Add ghc-unexceptionalio.

2017-03-11 Thread Ludovic Courtès
rsiddharth skribis: > * gnu/packages/haskell.scm (ghc-unexceptionalio): New variable. Pushed, thank you! Ludo’.

Re: bug#24544: 2.1.4 tarball install fails on GuixSD

2017-03-11 Thread Ludovic Courtès
Andy Wingo skribis: > On Sun 25 Sep 2016 21:22, Jan Nieuwenhuizen writes: > >> ld-wrapper: error: attempt to use impure library >> "/home/janneke/guile-2.1.4/lib/libguile-2.2.so" >> collect2: error: ld returned 1 exit status >> libtool: error: error: relink 'guile-readline.la' wit

Re: [PATCH] gnu: grep: Fix for gnulib library.

2017-03-11 Thread Ludovic Courtès
Hi! ren...@openmailbox.org skribis: > From f76585a44afdc41187df768eec79fb723713cf0c Mon Sep 17 00:00:00 2001 > From: rennes > Date: Tue, 21 Feb 2017 23:21:49 -0600 > Subject: [PATCH] gnu: grep: Fix for gnulib library. > > * gnu/packages/patches/grep-gnulib-lock.patch: New file.

Re: [PATCH 1/2] build: Use an up to date copy of texinfo.tex

2017-03-11 Thread Ludovic Courtès
John Darrington skribis: > * build-aux/texinfo.tex,ref: New file, copied from texlive-minimal > * bootstrap: Use it, if newer than the texinfo.tex from automake. Sorry for the delay. I think we should not add texinfo.tex to our repo. As you discussed in the rest of the thread, it’s supposed to

Re: [PATCH] services: dovecot: Fix unix_listeners and fifo_listeners path types.

2017-03-11 Thread Ludovic Courtès
Hi Clément, Clément Lassieur skribis: >>> Well, maybe here "lmtp" is not the section name, but the path, relative >>> to "base_dir". Sould I update the documentation to specify that "path" >>> may be relative to "base_dir" too? >> >> Sure, anyway patch LGTM. Thanks for taking the time to expla

Re: Dealing with CVEs that apply to unspecified package versions

2017-03-11 Thread Ludovic Courtès
Leo Famulari skribis: > On Mon, Mar 06, 2017 at 10:36:48PM +0100, Ludovic Courtès wrote: >> Unfortunately, there’s no way to know whether such CVEs are actually >> fixed at a specific package version or not, and they’re not uncommon. >> Consequently, ‘guix lint -c cve’ would now report old CVEs t

Re: MMMMM

2017-03-11 Thread ng0
Pjotr Prins transcribed 0.1K bytes: > Only one way and that is up :) > > Pj. > To quote B. Lightyear (or Woody?): "To infinity and beyond!" -- ng0 - who's currently documenting all the processes for people to get involved in the specialized blend of GuixSD, so more packages will be upstreamed

Re: Leaving the guix project

2017-03-11 Thread ng0
Ludovic Courtès transcribed 1.6K bytes: […] > Perhaps you take hardware support in GNU/Linux for granted. When I > started using GNU/Linux, things like sound support or graphics mode > support or webcams would often be missing—things were a lot more > difficult in practice. It’s the dedicated wo

Re: [PATCH] gnu: Add emacs-memoize.

2017-03-11 Thread Ludovic Courtès
Arun Isaac skribis: > * gnu/packages/emacs.scm (emacs-memoize): New variable. Applied, thanks! Please email guix-patc...@gnu.org for future patches (info "(guix) Submitting Patches"). Ludo’.

Re: MMMMM

2017-03-11 Thread Pjotr Prins
Only one way and that is up :) Pj.