[jira] [Commented] (SVN-4813) Incompatible with apr-1.7.0: configure fails with "failed to recognize APR_INT64_T_FMT on this platform"

2019-09-24 Thread Jira


[ 
https://issues.apache.org/jira/browse/SVN-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16936876#comment-16936876
 ] 

Ulrich Müller commented on SVN-4813:


subversion-1.12.2 builds fine here with apr-1.7.0.

> Incompatible with apr-1.7.0: configure fails with "failed to recognize 
> APR_INT64_T_FMT on this platform"
> 
>
> Key: SVN-4813
> URL: https://issues.apache.org/jira/browse/SVN-4813
> Project: Subversion
>  Issue Type: Bug
>  Components: compile
>Affects Versions: all
>Reporter: Thomas Deutschmann
>Priority: Major
> Attachments: subversion-1.11.1-apr-1.7.0.patch
>
>
> Building current released subversion (1.9.x, 1.10.x, 1.11.x) or 1.12.0 RC1 
> against apr-1.7.0 will fail configure with
>  
> {noformat}
> [...]
> configure: Configuring python swig binding
> checking for Python includes... (cached) -I$(PYTHON_INCLUDEDIR)
> checking for compiling Python extensions... x86_64-pc-linux-gnu-gcc -pthread 
> -fPIC
> checking for linking Python extensions... x86_64-pc-linux-gnu-gcc -pthread 
> -shared -Wl,-O1 -Wl,--as-needed -L.
> checking for linking Python libraries... -Wl,-O1 -Wl,--as-needed -L.
> checking for apr_int64_t Python/C API format string...
> configure: error: failed to recognize APR_INT64_T_FMT on this platform
> {noformat}
> I tried to debug the problem. The _conftest.c_ file is
>  
>  
> {code:java}
> [...]
> /* end confdefs.h.  */
> #include 
>  MaTcHtHiS APR_INT64_T_FMT EnDeNd
> {code}
> and the test will validate the output of
>  
> {noformat}
> gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 
> conftest.c{noformat}
> against one of the following regular expressions
>  
> {noformat}
> /bin/grep -E 'MaTcHtHiS +"lld" +EnDeNd'
> /bin/grep -E 'MaTcHtHiS +"ld" +EnDeNd'
> /bin/grep -E 'MaTcHtHiS +"d" +EnDeNd'{noformat}
> However, the output of the command has changed between 1.6.5 - 1.7.0:
>  
>  
> {code:java}
> > @@ -2201,4 +2249,8 @@
> >  
> >  typedef apr_uint64_t apr_uintptr_t;
> >  # 48 "conftest.c" 2
> > -  MaTcHtHiS "ld" EnDeNd
> > +  MaTcHtHiS 
> > +# 48 "conftest.c" 3 4
> > +   "l" "d" 
> > +# 48 "conftest.c"
> > +   EnDeNd
> {code}
> So there's no match anymore.
>  
> Check is coming from build/ac-macros/swig.m4.
> Additional note:
> You will hit this error even if you try to configure with _--without-swig_.
>  
> This is Gentoo-Bug https://bugs.gentoo.org/682786.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (SVN-4813) Incompatible with apr-1.7.0: configure fails with "failed to recognize APR_INT64_T_FMT on this platform"

2019-09-24 Thread Julian Foad (Jira)


[ 
https://issues.apache.org/jira/browse/SVN-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16936825#comment-16936825
 ] 

Julian Foad commented on SVN-4813:
--

[~Whissi] , [~ulm] : did it work? Can we close this?

> Incompatible with apr-1.7.0: configure fails with "failed to recognize 
> APR_INT64_T_FMT on this platform"
> 
>
> Key: SVN-4813
> URL: https://issues.apache.org/jira/browse/SVN-4813
> Project: Subversion
>  Issue Type: Bug
>  Components: compile
>Affects Versions: all
>Reporter: Thomas Deutschmann
>Priority: Major
> Attachments: subversion-1.11.1-apr-1.7.0.patch
>
>
> Building current released subversion (1.9.x, 1.10.x, 1.11.x) or 1.12.0 RC1 
> against apr-1.7.0 will fail configure with
>  
> {noformat}
> [...]
> configure: Configuring python swig binding
> checking for Python includes... (cached) -I$(PYTHON_INCLUDEDIR)
> checking for compiling Python extensions... x86_64-pc-linux-gnu-gcc -pthread 
> -fPIC
> checking for linking Python extensions... x86_64-pc-linux-gnu-gcc -pthread 
> -shared -Wl,-O1 -Wl,--as-needed -L.
> checking for linking Python libraries... -Wl,-O1 -Wl,--as-needed -L.
> checking for apr_int64_t Python/C API format string...
> configure: error: failed to recognize APR_INT64_T_FMT on this platform
> {noformat}
> I tried to debug the problem. The _conftest.c_ file is
>  
>  
> {code:java}
> [...]
> /* end confdefs.h.  */
> #include 
>  MaTcHtHiS APR_INT64_T_FMT EnDeNd
> {code}
> and the test will validate the output of
>  
> {noformat}
> gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 
> conftest.c{noformat}
> against one of the following regular expressions
>  
> {noformat}
> /bin/grep -E 'MaTcHtHiS +"lld" +EnDeNd'
> /bin/grep -E 'MaTcHtHiS +"ld" +EnDeNd'
> /bin/grep -E 'MaTcHtHiS +"d" +EnDeNd'{noformat}
> However, the output of the command has changed between 1.6.5 - 1.7.0:
>  
>  
> {code:java}
> > @@ -2201,4 +2249,8 @@
> >  
> >  typedef apr_uint64_t apr_uintptr_t;
> >  # 48 "conftest.c" 2
> > -  MaTcHtHiS "ld" EnDeNd
> > +  MaTcHtHiS 
> > +# 48 "conftest.c" 3 4
> > +   "l" "d" 
> > +# 48 "conftest.c"
> > +   EnDeNd
> {code}
> So there's no match anymore.
>  
> Check is coming from build/ac-macros/swig.m4.
> Additional note:
> You will hit this error even if you try to configure with _--without-swig_.
>  
> This is Gentoo-Bug https://bugs.gentoo.org/682786.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (SVN-4813) Incompatible with apr-1.7.0: configure fails with "failed to recognize APR_INT64_T_FMT on this platform"

2019-04-25 Thread Stefan Sperling (JIRA)


[ 
https://issues.apache.org/jira/browse/SVN-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16825885#comment-16825885
 ] 

Stefan Sperling commented on SVN-4813:
--

A fix was committed to trunk in https://svn.apache.org/r1857391

Can you confirm that this patch works?

> Incompatible with apr-1.7.0: configure fails with "failed to recognize 
> APR_INT64_T_FMT on this platform"
> 
>
> Key: SVN-4813
> URL: https://issues.apache.org/jira/browse/SVN-4813
> Project: Subversion
>  Issue Type: Bug
>  Components: compile
>Affects Versions: all
>Reporter: Thomas Deutschmann
>Priority: Major
> Attachments: subversion-1.11.1-apr-1.7.0.patch
>
>
> Building current released subversion (1.9.x, 1.10.x, 1.11.x) or 1.12.0 RC1 
> against apr-1.7.0 will fail configure with
>  
> {noformat}
> [...]
> configure: Configuring python swig binding
> checking for Python includes... (cached) -I$(PYTHON_INCLUDEDIR)
> checking for compiling Python extensions... x86_64-pc-linux-gnu-gcc -pthread 
> -fPIC
> checking for linking Python extensions... x86_64-pc-linux-gnu-gcc -pthread 
> -shared -Wl,-O1 -Wl,--as-needed -L.
> checking for linking Python libraries... -Wl,-O1 -Wl,--as-needed -L.
> checking for apr_int64_t Python/C API format string...
> configure: error: failed to recognize APR_INT64_T_FMT on this platform
> {noformat}
> I tried to debug the problem. The _conftest.c_ file is
>  
>  
> {code:java}
> [...]
> /* end confdefs.h.  */
> #include 
>  MaTcHtHiS APR_INT64_T_FMT EnDeNd
> {code}
> and the test will validate the output of
>  
> {noformat}
> gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 
> conftest.c{noformat}
> against one of the following regular expressions
>  
> {noformat}
> /bin/grep -E 'MaTcHtHiS +"lld" +EnDeNd'
> /bin/grep -E 'MaTcHtHiS +"ld" +EnDeNd'
> /bin/grep -E 'MaTcHtHiS +"d" +EnDeNd'{noformat}
> However, the output of the command has changed between 1.6.5 - 1.7.0:
>  
>  
> {code:java}
> > @@ -2201,4 +2249,8 @@
> >  
> >  typedef apr_uint64_t apr_uintptr_t;
> >  # 48 "conftest.c" 2
> > -  MaTcHtHiS "ld" EnDeNd
> > +  MaTcHtHiS 
> > +# 48 "conftest.c" 3 4
> > +   "l" "d" 
> > +# 48 "conftest.c"
> > +   EnDeNd
> {code}
> So there's no match anymore.
>  
> Check is coming from build/ac-macros/swig.m4.
> Additional note:
> You will hit this error even if you try to configure with _--without-swig_.
>  
> This is Gentoo-Bug https://bugs.gentoo.org/682786.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SVN-4813) Incompatible with apr-1.7.0: configure fails with "failed to recognize APR_INT64_T_FMT on this platform"

2019-04-09 Thread Thomas Deutschmann (JIRA)


[ 
https://issues.apache.org/jira/browse/SVN-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16813739#comment-16813739
 ] 

Thomas Deutschmann commented on SVN-4813:
-

For some reason, the patch from Ulrich (another Gentoo'ler), doesn't work for 
me. I need to pass "-P" CPPFLAG on my system.

Looks like other have experienced the same before: 
[http://lists.openembedded.org/pipermail/openembedded-core/2015-April/104007.html]
 – Maybe we can fix this for all?

> Incompatible with apr-1.7.0: configure fails with "failed to recognize 
> APR_INT64_T_FMT on this platform"
> 
>
> Key: SVN-4813
> URL: https://issues.apache.org/jira/browse/SVN-4813
> Project: Subversion
>  Issue Type: Bug
>  Components: compile
>Affects Versions: all
>Reporter: Thomas Deutschmann
>Priority: Major
> Attachments: subversion-1.11.1-apr-1.7.0.patch
>
>
> Building current released subversion (1.9.x, 1.10.x, 1.11.x) or 1.12.0 RC1 
> against apr-1.7.0 will fail configure with
>  
> {noformat}
> [...]
> configure: Configuring python swig binding
> checking for Python includes... (cached) -I$(PYTHON_INCLUDEDIR)
> checking for compiling Python extensions... x86_64-pc-linux-gnu-gcc -pthread 
> -fPIC
> checking for linking Python extensions... x86_64-pc-linux-gnu-gcc -pthread 
> -shared -Wl,-O1 -Wl,--as-needed -L.
> checking for linking Python libraries... -Wl,-O1 -Wl,--as-needed -L.
> checking for apr_int64_t Python/C API format string...
> configure: error: failed to recognize APR_INT64_T_FMT on this platform
> {noformat}
> I tried to debug the problem. The _conftest.c_ file is
>  
>  
> {code:java}
> [...]
> /* end confdefs.h.  */
> #include 
>  MaTcHtHiS APR_INT64_T_FMT EnDeNd
> {code}
> and the test will validate the output of
>  
> {noformat}
> gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 
> conftest.c{noformat}
> against one of the following regular expressions
>  
> {noformat}
> /bin/grep -E 'MaTcHtHiS +"lld" +EnDeNd'
> /bin/grep -E 'MaTcHtHiS +"ld" +EnDeNd'
> /bin/grep -E 'MaTcHtHiS +"d" +EnDeNd'{noformat}
> However, the output of the command has changed between 1.6.5 - 1.7.0:
>  
>  
> {code:java}
> > @@ -2201,4 +2249,8 @@
> >  
> >  typedef apr_uint64_t apr_uintptr_t;
> >  # 48 "conftest.c" 2
> > -  MaTcHtHiS "ld" EnDeNd
> > +  MaTcHtHiS 
> > +# 48 "conftest.c" 3 4
> > +   "l" "d" 
> > +# 48 "conftest.c"
> > +   EnDeNd
> {code}
> So there's no match anymore.
>  
> Check is coming from build/ac-macros/swig.m4.
> Additional note:
> You will hit this error even if you try to configure with _--without-swig_.
>  
> This is Gentoo-Bug https://bugs.gentoo.org/682786.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SVN-4813) Incompatible with apr-1.7.0: configure fails with "failed to recognize APR_INT64_T_FMT on this platform"

2019-04-09 Thread JIRA


[ 
https://issues.apache.org/jira/browse/SVN-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16813712#comment-16813712
 ] 

Ulrich Müller commented on SVN-4813:


Attached patch fixes the problem for me.

 

> Incompatible with apr-1.7.0: configure fails with "failed to recognize 
> APR_INT64_T_FMT on this platform"
> 
>
> Key: SVN-4813
> URL: https://issues.apache.org/jira/browse/SVN-4813
> Project: Subversion
>  Issue Type: Bug
>  Components: compile
>Affects Versions: all
>Reporter: Thomas Deutschmann
>Priority: Major
> Attachments: subversion-1.11.1-apr-1.7.0.patch
>
>
> Building current released subversion (1.9.x, 1.10.x, 1.11.x) or 1.12.0 RC1 
> against apr-1.7.0 will fail configure with
>  
> {noformat}
> [...]
> configure: Configuring python swig binding
> checking for Python includes... (cached) -I$(PYTHON_INCLUDEDIR)
> checking for compiling Python extensions... x86_64-pc-linux-gnu-gcc -pthread 
> -fPIC
> checking for linking Python extensions... x86_64-pc-linux-gnu-gcc -pthread 
> -shared -Wl,-O1 -Wl,--as-needed -L.
> checking for linking Python libraries... -Wl,-O1 -Wl,--as-needed -L.
> checking for apr_int64_t Python/C API format string...
> configure: error: failed to recognize APR_INT64_T_FMT on this platform
> {noformat}
> I tried to debug the problem. The _conftest.c_ file is
>  
>  
> {code:java}
> [...]
> /* end confdefs.h.  */
> #include 
>  MaTcHtHiS APR_INT64_T_FMT EnDeNd
> {code}
> and the test will validate the output of
>  
> {noformat}
> gcc -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1 
> conftest.c{noformat}
> against one of the following regular expressions
>  
> {noformat}
> /bin/grep -E 'MaTcHtHiS +"lld" +EnDeNd'
> /bin/grep -E 'MaTcHtHiS +"ld" +EnDeNd'
> /bin/grep -E 'MaTcHtHiS +"d" +EnDeNd'{noformat}
> However, the output of the command has changed between 1.6.5 - 1.7.0:
>  
>  
> {code:java}
> > @@ -2201,4 +2249,8 @@
> >  
> >  typedef apr_uint64_t apr_uintptr_t;
> >  # 48 "conftest.c" 2
> > -  MaTcHtHiS "ld" EnDeNd
> > +  MaTcHtHiS 
> > +# 48 "conftest.c" 3 4
> > +   "l" "d" 
> > +# 48 "conftest.c"
> > +   EnDeNd
> {code}
> So there's no match anymore.
>  
> Check is coming from build/ac-macros/swig.m4.
> Additional note:
> You will hit this error even if you try to configure with _--without-swig_.
>  
> This is Gentoo-Bug https://bugs.gentoo.org/682786.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)