Re: Reproducible Build Summit

2016-01-15 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Manolis and I had the pleasure to attend the first “Reproducible Build > Summit” this week, wonderfully well organized by Debian hackers Lunar > and Holger, along with other brilliant people, and with the support of > the Linux Foundation, the Open

[PATCH 1/1] doc: Show how to boot result of 'vm-image'.

2016-01-15 Thread Leo Famulari
* doc/guix.texi (Invoking guix system): Explain how to boot the QEMU images created by vm-image. --- doc/guix.texi | 41 ++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index e583e8c..51165b4 100644 ---

Re: [PATCH] Add ant-build-system.

2016-01-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I’ve used it successfully to package the Java projects hamcrest-core, > junit, osgi-annotation, osgi-core, log4j-api, and javax-mail. Nice. > It’s especially useful in cases where a project does *not* use Ant and > would otherwise require

Re: [PATCH 2/5] gnu: Add python-clint.

2016-01-15 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/python.scm (python-clint, python2-clint): New variables. [...] > +(home-page "https://github.com/kennethreitz/clint;) > +(synopsis "Command line interface tools") > +(description > + "Clint is a Python module filled with a set of

Re: [PATCH 3/5] gnu: Add python-astor.

2016-01-15 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/python.scm (python-astor, python2-astor): New variables. OK! Ludo'.

Re: [PATCH 4/5] gnu: Add python-rply.

2016-01-15 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/python.scm (python-rply): New variables. [...] > +(home-page "") Wrong! :-) > +(synopsis > + "Pure Python based parser that also works with RPython") “Parser generator for Python”? Otherwise LGTM. Ludo’.

Re: [PATCH 2/2] gnu: Add espeak.

2016-01-15 Thread Ludovic Courtès
Leo Famulari skribis: > On Wed, Jan 13, 2016 at 10:27:13PM -0500, Leo Famulari wrote: >> On Wed, Jan 13, 2016 at 03:17:28PM +0100, Ludovic Courtès wrote: >> > Leo Famulari skribis: >> > >> > > * gnu/packages/audio.scm (espeak): New variable. >> > >> >

Re: Freezing core-updates soon

2016-01-15 Thread Ludovic Courtès
Mark H Weaver skribis: > On core-updates, automake failed its test suite on both x86_64 and i686, > leading to over 2000 dependency failures. > > http://hydra.gnu.org/build/943102 > http://hydra.gnu.org/build/97 Fixed in 89b4823, thanks! Ludo’.

Re: [PATCH 5/5] gnu: Add python-hy.

2016-01-15 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/python.scm (python-hy, python2-hy): New variables. [...] > +(home-page "http://hylang.org/;) > +(synopsis "Lisp frontend to Python") > +(description > + "Hy is a dialect of Lisp that's embedded in Python. > + > +Since Hy

Re: [PATCH] Update glade.

2016-01-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > This makes it possible to build “gnunet-gtk” with the latest version of > GTK+. I chose to disable the three tests, because they require an X > server with libGL support for software rendering. I couldn’t get this > to work even after adding

Re: go package (was docker compose)

2016-01-15 Thread Ludovic Courtès
Jeff Mickey skribis: > * "Thompson, David" [2016-01-11 10:44]: >> I hear someone has a working Go package that hasn't been submitted >> yet, so maybe we'll have Docker itself available someday. That will >> be interesting. :) > > I've gotten excited

Re: [PATCH] Add audit.

2016-01-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > the tests for this package cannot easily be fixed by > >#:phases >(modify-phases %standard-phases > (add-after 'unpack 'fix-tests >(lambda _ > (substitute* "auparse/test/auparse_test.ref" >

[PATCH] gnu: boost: Enable tests.

2016-01-15 Thread Eric Bavier
This patch turns boost package tests on. 22 of 120 test suites are skipped due to know test failures, many of which still fail with the upstream development version (http://www.boost.org/development/tests/master/developer/summary.html). Building and running the tests obviously adds to the

Re: [PATCH] Update glade.

2016-01-15 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> This makes it possible to build “gnunet-gtk” with the latest version of >> GTK+. I chose to disable the three tests, because they require an X >> server with libGL support for software rendering. I