Re: [PATCH] Update php to 7.0.14

2016-12-09 Thread Marius Bakke
Julien Lepiller writes: > Hi, > > here is the new version of php. > From 666341c08cbf871be73d716be7ae3e053b5b110d Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Thu, 8 Dec 2016 20:25:15 +0100 > Subject: [PATCH] gnu: php: Update to 7.0.14. > > * gnu/packages/php.scm (php): Update to 7.0

Re: OpenSSL 1.1.0c security update required

2016-12-09 Thread Marius Bakke
Leo Famulari writes: > 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 exp

Re: Why don't we have "Guix channels"?

2016-12-09 Thread Pjotr Prins
On Thu, Dec 08, 2016 at 11:35:39PM -0800, Chris Marusich wrote: > Apologies for the self-reply, but I wanted to point out that it seems > "channels" were actually mentioned here as a possible future direction > for "guix pull": > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=22629 > > Still, I'

[PATCH] gnu: Add python-flask-restful-swagger.

2016-12-09 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-flask-restful-swagger, python2-flask-restful-swagger): New variables. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f61c64623..d642dc672 100644 --

Re: [PATCH] gnu: Add python-flask-restful-swagger.

2016-12-09 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-flask-restful-swagger, > python2-flask-restful-swagger): New variables. > --- > gnu/packages/python.scm | 24 > 1 file changed, 24 insertions(+) Thanks, applied with indentation fix. Also slightly adjuste

Re: [PATCH 1/7] build-system: Add cargo build system.

2016-12-09 Thread ng0
Ludovic Courtès writes: > David Craven skribis: > >> * guix/build-system/cargo.scm (default-cargo, default-rustc, >> %cargo-build-system-modules, cargo-build, lower, cargo-build-system): >> New variables. >> * guix/build/cargo-build-system.scm (configure, build, check, install, >> %standar

Re: [PATCH 2/3] gnu: python-pyqt-5.5: Use non-inherited "configure" phase.

2016-12-09 Thread Hartmut Goebel
Am 09.12.2016 um 13:30 schrieb Efraim Flashner: > Are you sure? I built 2.63 with pyqt-5.6 on top of your patch and it built > fine. I didn't try actually running it though It build fine, but it does not run :-( But on my system, 2.63 does not run either. -- Regards Hartmut Goebel | Hartmut Go

Re: [PATCH 2/3] gnu: python-pyqt-5.5: Use non-inherited "configure" phase.

2016-12-09 Thread Hartmut Goebel
Am 08.12.2016 um 22:19 schrieb Efraim Flashner: > Currently the only package that relies on python-pyqt-5.5 and > python2-pyqt-5.5 is calibre. I would consider upgrading calibre and > seeing if it can be built with pyqt-5.6 or pyqt-5.7 and then just > removing python[2]-pyqt-5.5 I updated calibre

Re: [PATCH 2/3] gnu: python-pyqt-5.5: Use non-inherited "configure" phase.

2016-12-09 Thread Efraim Flashner
On December 9, 2016 2:28:44 PM GMT+02:00, Hartmut Goebel wrote: >Am 08.12.2016 um 22:19 schrieb Efraim Flashner: >> Currently the only package that relies on python-pyqt-5.5 and >> python2-pyqt-5.5 is calibre. I would consider upgrading calibre and >> seeing if it can be built with pyqt-5.6 or

Re: Why don't we have "Guix channels"?

2016-12-09 Thread Ludovic Courtès
Pjotr Prins skribis: > On Thu, Dec 08, 2016 at 11:35:39PM -0800, Chris Marusich wrote: >> Apologies for the self-reply, but I wanted to point out that it seems >> "channels" were actually mentioned here as a possible future direction >> for "guix pull": >> >> https://debbugs.gnu.org/cgi/bugrepor

Re: [PATCH 1/7] build-system: Add cargo build system.

2016-12-09 Thread Ludovic Courtès
ng0 skribis: > Ludovic Courtès writes: > >> David Craven skribis: >> >>> * guix/build-system/cargo.scm (default-cargo, default-rustc, >>> %cargo-build-system-modules, cargo-build, lower, cargo-build-system): >>> New variables. >>> * guix/build/cargo-build-system.scm (configure, build, check

Re: [PATCH 1/3] gnu: Add xdot.

2016-12-09 Thread Ludovic Courtès
Kei Kebreau skribis: > Theodoros Foradis writes: > >> * gnu/packages/graphviz.scm (xdot): New variable. [...] > Other than the comment above, LGTM. Is there someone more experienced > with Python packages who can double check this? If it builds and passes ‘guix lint’ and looks good to you, pl

Re: [PATCH v3] daemon: Set ownership of kept build directories to the calling user.

2016-12-09 Thread Ludovic Courtès
Hartmut Goebel skribis: > Am 06.12.2016 um 16:08 schrieb Ludovic Courtès: >> If you have checked that it works as intended, please push with these >> changes and email the commit ID to 15890-d...@debbugs.gnu.org. > > I can only verify that it worked with revision 6634180 "gnu: guile-ssh: > Update

Re: [PATCH v4] daemon: Set ownership of kept build directories to the calling user.

2016-12-09 Thread Ludovic Courtès
Hartmut Goebel skribis: > Fixes . > > * nix/libstore/globals.hh (Settings) Add clientUid and clientGid. > * nix/nix-daemon/nix-daemon.cc (daemonLoop] Store UID and GID of the > caller in settings. > * nix/libstore/build.cc (_chown): New function. > (DerivationGoal::

Re: [PATCH v4] daemon: Set ownership of kept build directories to the calling user.

2016-12-09 Thread Hartmut Goebel
Am 09.12.2016 um 15:23 schrieb Ludovic Courtès: > OK, please push. Done. Thanks for testing. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Guile-SSH found at configure-time but not at run-time

2016-12-09 Thread Hartmut Goebel
Am 09.12.2016 um 15:22 schrieb Ludovic Courtès: > You need to install Guile-SSH to fix this (Guile-SSH was found at > configure-time but not at run-time, leading to this error.) I wonder how this can happen. I'm running within "guix environment guix". Maybe I need to run within "./pre-inst guix e

Re: ruby-sdoc failing on staging

2016-12-09 Thread Ludovic Courtès
Leo Famulari skribis: > There are several Ruby packages failing to build on the staging branch: > > https://hydra.gnu.org/eval/109387?compare=master#tabs-now-fail Fixed in d99ee3d923b822828394167b51a1178ec0996a27! I’m looking at the gtksourceview/gtkmm failures now (apparently due to libepoxy)

[PATCH] gnu: gmsh: Update to 2.15.0

2016-12-09 Thread Paul Garlick
* gnu/packages/maths.scm (gmsh): Update to 2.15.0 --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index fc98eae..313f6ac 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -959,14 +9

Re: [PATCH] gnu: gmsh: Update to 2.15.0

2016-12-09 Thread Marius Bakke
Paul Garlick writes: > * gnu/packages/maths.scm (gmsh): Update to 2.15.0 > --- > gnu/packages/maths.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks! signature.asc Description: PGP signature

Re: Guix gathering in Berlin, Dec. 12th

2016-12-09 Thread Christopher Allan Webber
Ludovic Courtès writes: > John Darrington skribis: > >> On Thu, Dec 08, 2016 at 10:57:59AM +0100, Ludovic Court??s wrote: >> >> So far I think we???re just 4 or 5 people who said they would come. >> Please bring your own topics! >> >> Mine include: ???guix pull???, Guix in HP

Re: Guile-SSH found at configure-time but not at run-time

2016-12-09 Thread Ludovic Courtès
Hartmut Goebel skribis: > Am 09.12.2016 um 15:22 schrieb Ludovic Courtès: >> You need to install Guile-SSH to fix this (Guile-SSH was found at >> configure-time but not at run-time, leading to this error.) > > I wonder how this can happen. I'm running within "guix environment guix". In ‘guix env

Re: [PATCH] gnu: windowmaker: Fix invocation of 'wmsetbg'.

2016-12-09 Thread Kei Kebreau
Kei Kebreau writes: > Marius Bakke writes: > >> Kei Kebreau writes: >> >>> This patch allows Window Maker to run wmsetbg properly instead of >>> showing an error as it has been. >>> From a113116da6f9f6574e9fde12e69a9d3acdc87769 Mon Sep 17 00:00:00 2001 >>> From: Kei Kebreau >>> Date: Sun, 23 O

Re: [PATCH] gnu: windowmaker: Fix invocation of 'wmsetbg'.

2016-12-09 Thread Marius Bakke
Kei Kebreau writes: > Kei Kebreau writes: > >> Marius Bakke writes: >> >>> Kei Kebreau writes: >>> This patch allows Window Maker to run wmsetbg properly instead of showing an error as it has been. From a113116da6f9f6574e9fde12e69a9d3acdc87769 Mon Sep 17 00:00:00 2001 From:

Re: [PATCH] gnu: Add denemo.

2016-12-09 Thread Ludovic Courtès
Kei Kebreau skribis: > Here is an updated patch for GNU Denemo. Nice work! > Everything seems fine except for grafting (i.e. disabling grafting > renders the issue invisible). For some reason, "find-files" > does not recognize a file with a Unicode-encoded filename when called > inside "rename-

Re: ruby-sdoc failing on staging

2016-12-09 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Leo Famulari skribis: > >> There are several Ruby packages failing to build on the staging branch: >> >> https://hydra.gnu.org/eval/109387?compare=master#tabs-now-fail > > Fixed in d99ee3d923b822828394167b51a1178ec0996a27! > > I’m looking at the gtksource

Re: ruby-sdoc failing on staging

2016-12-09 Thread Ben Woodcroft
On 10/12/16 02:44, Ludovic Courtès wrote: Leo Famulari skribis: There are several Ruby packages failing to build on the staging branch: https://hydra.gnu.org/eval/109387?compare=master#tabs-now-fail Fixed in d99ee3d923b822828394167b51a1178ec0996a27! Thanks Ludo. I updated ruby-sdoc and f

Re: [PATCH] gnu: Add denemo.

2016-12-09 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Kei Kebreau skribis: [...] >> Everything seems fine except for grafting (i.e. disabling grafting >> renders the issue invisible). For some reason, "find-files" >> does not recognize a file with a Unicode-encoded filename when called >> inside "rename-ma

Re: [PATCH] gnu: windowmaker: Fix invocation of 'wmsetbg'.

2016-12-09 Thread Leo Famulari
On Wed, Oct 26, 2016 at 12:14:03AM -0400, Kei Kebreau wrote: > Marius Bakke writes: > > > Kei Kebreau writes: > > > >> This patch allows Window Maker to run wmsetbg properly instead of > >> showing an error as it has been. > >> From a113116da6f9f6574e9fde12e69a9d3acdc87769 Mon Sep 17 00:00:00 20

Re: [PATCH 0/1] Update pardre source hash.

2016-12-09 Thread Ben Woodcroft
On 09/12/16 00:45, Marius Bakke wrote: Ricardo Wurmus writes: Marius Bakke writes: Ben Woodcroft writes: Hi, It seems that the pardre source has been updated in place. I'm not sure what the procedure is for verifying that nothing untoward has taken place, since I cannot download and

Re: OpenSSL 1.1.0c security update required

2016-12-09 Thread Leo Famulari
On Fri, Dec 09, 2016 at 11:11:07AM +0100, Marius Bakke wrote: > I did this change for openssl@1.1.0 (attached). The 'config(ure)' script > now takes a -rpath flag which works as advertised. Thanks for taking this on! > However by duplicating the 'configure' phase, I discovered that the > 'version

Re: [PATCH] gnu: Add denemo.

2016-12-09 Thread Kei Kebreau
l...@gnu.org (Ludovic Courtès) writes: > Kei Kebreau skribis: > >> Here is an updated patch for GNU Denemo. > > Nice work! > Thank you! :) >> Everything seems fine except for grafting (i.e. disabling grafting >> renders the issue invisible). For some reason, "find-files" >> does not recognize a

Re: [PATCH] gnu: windowmaker: Fix invocation of 'wmsetbg'.

2016-12-09 Thread Kei Kebreau
Marius Bakke writes: > Kei Kebreau writes: > >> Kei Kebreau writes: >> >>> Marius Bakke writes: >>> Kei Kebreau writes: > This patch allows Window Maker to run wmsetbg properly instead of > showing an error as it has been. > From a113116da6f9f6574e9fde12e69a9d3acdc87769