Re: [PATCH] Fix compiling on CentOS 7.

2016-08-29 Thread Ludovic Courtès
Hi Roel, Roel Janssen skribis: > Ludovic Courtès writes: [...] >> Use of %D% was discussed here: >> >> https://lists.gnu.org/archive/html/guix-devel/2016-05/msg00641.html >> >> In general, I’m in favor of using the latest build tools available (the >> autotools), because I think it’s reasona

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-28 Thread Roel Janssen
Ludovic Courtès writes: > Hi! > > Roel Janssen skribis: > >> Alex Kost writes: >> >>> Tomáš Čech (2016-08-27 09:57 +0300) wrote: >>> On Fri, Aug 26, 2016 at 09:48:36PM +0200, Roel Janssen wrote: >Dear Guix, > >Due to an old Automake version (1.13), running the `./configure' phas

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-28 Thread Ludovic Courtès
Hi! Roel Janssen skribis: > Alex Kost writes: > >> Tomáš Čech (2016-08-27 09:57 +0300) wrote: >> >>> On Fri, Aug 26, 2016 at 09:48:36PM +0200, Roel Janssen wrote: Dear Guix, Due to an old Automake version (1.13), running the `./configure' phase on CentOS 7 fails with: >

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-28 Thread Mathieu Lirzin
Roel Janssen writes: > Thanks. Mathieu, could you revert your patch, or do you want me to look > at it? Feel free to take care of it, unless someone strongly object this change in the following days. -- Mathieu Lirzin

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-28 Thread Roel Janssen
Tomáš Čech writes: > On Sun, Aug 28, 2016 at 12:34:44PM +0300, Efraim Flashner wrote: >>On Sun, Aug 28, 2016 at 10:11:02AM +0200, Tomáš Čech wrote: >>> On Sun, Aug 28, 2016 at 01:33:10AM +0200, Roel Janssen wrote: >>> > >>> > Florian Paul Schmidt writes: >>> > >>> > > On 08/27/2016 10:51 AM, Roel

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-28 Thread Tomáš Čech
On Sun, Aug 28, 2016 at 12:34:44PM +0300, Efraim Flashner wrote: On Sun, Aug 28, 2016 at 10:11:02AM +0200, Tomáš Čech wrote: On Sun, Aug 28, 2016 at 01:33:10AM +0200, Roel Janssen wrote: > > Florian Paul Schmidt writes: > > > On 08/27/2016 10:51 AM, Roel Janssen wrote: > > > > > I don't see a wa

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-28 Thread Efraim Flashner
On Sun, Aug 28, 2016 at 10:11:02AM +0200, Tomáš Čech wrote: > On Sun, Aug 28, 2016 at 01:33:10AM +0200, Roel Janssen wrote: > > > > Florian Paul Schmidt writes: > > > > > On 08/27/2016 10:51 AM, Roel Janssen wrote: > > > > > > > I don't see a way to apply this patch "on the CentOS side" except f

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-28 Thread Tomáš Čech
On Sun, Aug 28, 2016 at 01:33:10AM +0200, Roel Janssen wrote: Florian Paul Schmidt writes: On 08/27/2016 10:51 AM, Roel Janssen wrote: I don't see a way to apply this patch "on the CentOS side" except for waiting (another two or three years) until they upgrade Automake. When packaging guix

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-27 Thread Roel Janssen
Florian Paul Schmidt writes: > On 08/27/2016 10:51 AM, Roel Janssen wrote: > >> I don't see a way to apply this patch "on the CentOS side" except for >> waiting (another two or three years) until they upgrade Automake. > > When packaging guix for CentOS, just add a patch to the source package > d

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-27 Thread Mathieu Lirzin
Hi Roel Janssen writes: > Alex Kost writes: > >> Tomáš Čech (2016-08-27 09:57 +0300) wrote: >> >>> On Fri, Aug 26, 2016 at 09:48:36PM +0200, Roel Janssen wrote: Dear Guix, Due to an old Automake version (1.13), running the `./configure' phase on CentOS 7 fails with: > a

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-27 Thread Florian Paul Schmidt
On 08/27/2016 10:51 AM, Roel Janssen wrote: > I don't see a way to apply this patch "on the CentOS side" except for > waiting (another two or three years) until they upgrade Automake. When packaging guix for CentOS, just add a patch to the source package definition.. Regards, Flo P.S.: Why the

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-27 Thread Roel Janssen
Alex Kost writes: > Tomáš Čech (2016-08-27 09:57 +0300) wrote: > >> On Fri, Aug 26, 2016 at 09:48:36PM +0200, Roel Janssen wrote: >>>Dear Guix, >>> >>>Due to an old Automake version (1.13), running the `./configure' phase on >>>CentOS 7 fails with: >>> autoreconf: running: automake --add-mis

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-27 Thread Alex Kost
Tomáš Čech (2016-08-27 09:57 +0300) wrote: > On Fri, Aug 26, 2016 at 09:48:36PM +0200, Roel Janssen wrote: >>Dear Guix, >> >>Due to an old Automake version (1.13), running the `./configure' phase on >>CentOS 7 fails with: >> >>> autoreconf: running: automake --add-missing --copy --force-missing >>

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-26 Thread Tomáš Čech
On Fri, Aug 26, 2016 at 09:48:36PM +0200, Roel Janssen wrote: Dear Guix, Due to an old Automake version (1.13), running the `./configure' phase on CentOS 7 fails with: autoreconf: running: automake --add-missing --copy --force-missing configure.ac:21: warning: The 'AM_PROG_MKDIR_P' macro is de

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-26 Thread Ricardo Wurmus
Roel Janssen writes: > Dear Guix, > > Due to an old Automake version (1.13), running the `./configure' phase on > CentOS 7 fails with: > >> autoreconf: running: automake --add-missing --copy --force-missing >> configure.ac:21: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its >> use i

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-26 Thread Roel Janssen
ng0 writes: > Roel Janssen writes: > >> From dcbf57e6b7e6798a321d599390a052953ab3a75a Mon Sep 17 00:00:00 2001 >> From: Roel Janssen >> Date: Fri, 26 Aug 2016 15:22:00 -0400 >> Subject: [PATCH] Changes to compile it on Centos 7. >> >> --- >> doc/local.mk | 84 +-- >> emacs/local.mk | 74

Re: [PATCH] Fix compiling on CentOS 7.

2016-08-26 Thread ng0
Roel Janssen writes: > From dcbf57e6b7e6798a321d599390a052953ab3a75a Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Fri, 26 Aug 2016 15:22:00 -0400 > Subject: [PATCH] Changes to compile it on Centos 7. > > --- > doc/local.mk | 84 +-- > emacs/local.mk | 74 +-- > gnu/local.mk | 1

[PATCH] Fix compiling on CentOS 7.

2016-08-26 Thread Roel Janssen
>From dcbf57e6b7e6798a321d599390a052953ab3a75a Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Fri, 26 Aug 2016 15:22:00 -0400 Subject: [PATCH] Changes to compile it on Centos 7. --- doc/local.mk | 84 +-- emacs/local.mk | 74 +-- gnu/local.mk | 1712 ---