Re: [PATCH] Fix ardour and mod-host builds.

2016-11-15 Thread Efraim Flashner
On Mon, Nov 14, 2016 at 11:43:41PM +0100, Ricardo Wurmus wrote: > This patch requires quite a few rebuilds. It is needed to fix the build of > at least Ardour and mod-host. > > Should this go to core-updates? > > Ricardo Wurmus (1): > gnu: fftw: Build threads library. > > gnu/packages/algebr

Re: Please review: documentation for python build system

2016-11-15 Thread Chris Marusich
Hi Hartmut! Thank you very much for the documentation. It is quite clear, and it helps clarify the background and intent of the new python build system. My comments below are primarily grammatical or stylistic. I hope you find my feedback helpful. Hartmut Goebel writes: > In Python there are

Re: Website development questions

2016-11-15 Thread Ludovic Courtès
Hello! Luis Felipe López Acevedo skribis: > I cloned the website to try a fix for bug #22115, and wanted to ask > first what process do you follow to try out the whole website locally? > When I build and serve the website with Haunt, I face the following > problems: > > 1. Pages don't load stati

Re: [PATCH] gnu: Add httptunnel.

2016-11-15 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > * gnu/packages/web.scm (httptunnel): New variable. LGTM, thanks! Ludo’.

Re: [PATCH] gnu: fftw: Build threads library.

2016-11-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/algebra.scm (fftw)[arguments]: Add "--enable-threads" to > configure flags. > --- > gnu/packages/algebra.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm > index 8e9695d..e2

Re: [PATCH] gnu: Add pcb-rnd.

2016-11-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/engineering.scm (pcb-rnd): New variable. [...] > +(home-page "http://repo.hu/projects/pcb-rnd/";) > +(description "PCB RND is a fork of GNU PCB featuring various improvements “a fork of the GNU PCB circuit board editing tool” Otherwise LGTM, th

Re: Please review: documentation for python build system

2016-11-15 Thread Catonano
2016-11-15 9:24 GMT+01:00 Chris Marusich : > Hi Hartmut! > > Thank you very much for the documentation. It is quite clear, and it > helps clarify the background and intent of the new python build system. > My comments below are primarily grammatical or stylistic. I hope you > find my feedback he

Re: [oss-security] CVE-2016-4484: - Cryptsetup Initrd root Shell

2016-11-15 Thread Ludovic Courtès
Hi Leo, Leo Famulari skribis: > On Mon, Nov 14, 2016 at 08:45:51PM +, Hector Marco wrote: >> Hello All, >> >> Affected package >> >> Cryptsetup <= 2:1 > > Hi, > > Can you clarify which versions are affected? > > The latest upstream version is 1.7.3: > > https://gitlab.com/c

Re: [PATCH 1/4] gnu: Separate util-linux into three packages.

2016-11-15 Thread Ludovic Courtès
John Darrington skribis: > On Mon, Nov 14, 2016 at 10:48:18AM +0100, Ludovic Court??s wrote: > John Darrington skribis: > > > GuixSD doesn???t use the ???mount??? command to mount file > systems so that > > shouldn???t have any influence. > > > > What does it

Re: Please review: documentation for python build system

2016-11-15 Thread Ludovic Courtès
Hi Hartmut, Hartmut Goebel skribis: > we are about to merge the wip-python-build-system. I'd like to add some > commentary there explaining how the different install methods of Python > behave. This could save someone else the effort of anaylsing and testing > this again is some questions about

Re: Please review: documentation for python build system

2016-11-15 Thread Hartmut Goebel
Am 15.11.2016 um 09:24 schrieb Chris Marusich: > My comments below are primarily grammatical or stylistic. I hope you > find my feedback helpful. Thank you very much. That's exactly the kind of feedback I also wanted. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compile

Re: [oss-security] CVE-2016-4484: - Cryptsetup Initrd root Shell

2016-11-15 Thread Leo Famulari
On Tue, Nov 15, 2016 at 11:35:12AM +0100, Ludovic Courtès wrote: > Hi Leo, > > Leo Famulari skribis: > > > On Mon, Nov 14, 2016 at 08:45:51PM +, Hector Marco wrote: > >> Hello All, > >> > >> Affected package > >> > >> Cryptsetup <= 2:1 > > > > Hi, > > > > Can you clarify wh

Re: OpenSSL 1.1.0c security update required

2016-11-15 Thread Leo Famulari
On Sat, Nov 12, 2016 at 12:21:44PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > They changed how library runpaths are recorded at build time, and so our > > packaging no longer works: > > > > https://github.com/openssl/openssl/pull/1699 > > I would expect ld-wrapper to do the right t

[PATCH 1/1] gnu: libtiff: Fix CVE-2016-9297.

2016-11-15 Thread Leo Famulari
* gnu/packages/patches/libtiff-CVE-2016-9297.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it. --- gnu/local.mk | 1 + gnu/packages/image.scm | 3 +- gnu/packages/patc

Copyright header fix introduced by core-updates

2016-11-15 Thread ng0
[PATCH] gnu: fix name for ng0. This fixes the header in gnupg.scm, updating my name, which was forgotten in the core-updates branch.

[PATCH] gnu: fix name for ng0.

2016-11-15 Thread ng0
* gnu/packages/gnupg.scm: Apply it. --- gnu/packages/gnupg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 8293248..fccaa97 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -7,7 +7,7 @@ ;;; Copyright

Re: [PATCH] Added package xcalib

2016-11-15 Thread Leo Famulari
On Mon, Nov 14, 2016 at 05:05:55PM +0100, Petter wrote: > Hi, > > I just made a recipe for xcalib, with help from iyzsong. This is the first > time I've created one so please be extra alert while reviewing, and don't > hesitate to inform me of mistakes. Thanks Petter and iyzsong! I think the pac

Re: [PATCH v4 3/3] gnu: Add kicad.

2016-11-15 Thread Leo Famulari
On Mon, Nov 07, 2016 at 08:16:28PM +0200, Theodoros Foradis wrote: > * gnu/packages/engineering.scm (kicad): New variable. There are some comments about minor issues on this version 3 of the patch series. I can address these myself before pushing if there are no more comments. I will read the patc

Re: [PATCH] gnu: fix name for ng0.

2016-11-15 Thread Leo Famulari
On Tue, Nov 15, 2016 at 07:18:15PM +, ng0 wrote: > * gnu/packages/gnupg.scm: Apply it. Pushed, thanks! > --- > gnu/packages/gnupg.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm > index 8293248..fccaa97 100644 > --

[PATCH 1/1] gnu: libtiff: Fix some buffer overflows.

2016-11-15 Thread Leo Famulari
* gnu/packages/patches/libtiff-uint32-overflow.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it. --- gnu/local.mk | 1 + gnu/packages/image.scm | 1 + gnu/packag

Re: [PATCH] gnu: fftw: Build threads library.

2016-11-15 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/algebra.scm (fftw)[arguments]: Add "--enable-threads" to >> configure flags. >> --- >> gnu/packages/algebra.scm | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/gnu/packages/algebra.scm b/gnu/pac

[PATCH v5 2/4] gnu: Add python2-wxpython.

2016-11-15 Thread Theodoros Foradis
* gnu/packages/wxwidgets.scm (python2-wxpython): New variable. --- gnu/packages/wxwidgets.scm | 72 ++ 1 file changed, 72 insertions(+) diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm index 4efe7a1..69216b5 100644 --- a/gnu/packages

[PATCH v5 1/4] gnu: Add wxwidgets-gtk2.

2016-11-15 Thread Theodoros Foradis
* gnu/packages/wxwidgets.scm (wxwidgets-gtk2): New variable. --- gnu/packages/wxwidgets.scm | 9 + 1 file changed, 9 insertions(+) diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm index 31da2a9..4efe7a1 100644 --- a/gnu/packages/wxwidgets.scm +++ b/gnu/packages/wxwidge

[PATCH v5 4/4] gnu: Add kicad-library.

2016-11-15 Thread Theodoros Foradis
* gnu/packages/engineering.scm (kicad-library): New variable. --- gnu/packages/engineering.scm | 62 1 file changed, 62 insertions(+) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index fceea70..8326c87 100644 --- a/gnu/packa

[PATCH v5 3/4] gnu: Add kicad.

2016-11-15 Thread Theodoros Foradis
* gnu/packages/engineering.scm (kicad): New variable. --- gnu/packages/engineering.scm | 92 1 file changed, 92 insertions(+) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index f720906..fceea70 100644 --- a/gnu/packages/engi

Re: [PATCH] guxi: cmake-build-system: Enable output for failing test-cases.

2016-11-15 Thread Leo Famulari
On Thu, Oct 13, 2016 at 10:12:01PM +0200, Ludovic Courtès wrote: > Hartmut Goebel skribis: > > > * guix/build/cmake-build-system.scm (cmake-build-system): Set > > environment variable CTEST_OUTPUT_ON_FAILURE to an non-empty value. > > It’s a good idea, but it would entail a rebuild of 1,000+ p

Re: [PATCH] guxi: cmake-build-system: Enable output for failing test-cases.

2016-11-15 Thread Hartmut Goebel
Am 15.11.2016 um 22:13 schrieb Leo Famulari: > Hartmut, can you push this to the recently created "staging" branch? Done. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH] Added package xcalib

2016-11-15 Thread Petter
Hi Leo, Thanks for reviewing this patch and helping me do this right! I have worked through the issues you brought up, and it should at least be better now. Maybe even good. There is no indication of GPL v2 or later in the project though. Best, Petter On 2016-11-15 20:35, Leo Famulari wrote

Re: [PATCH] Wrap binaries in perl build system.

2016-11-15 Thread Eric Bavier
On Sat, 12 Nov 2016 18:24:45 +0100 Alex Sassmannshausen wrote: > Hello, > > Perl, like Python and Guile, uses an environmental variable to make libraries > accessible to binaries. For this purpose, binaries need to be wrapped with an > executable which sets the env variable appropriately. > >