You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ron Bieber <ro...@bieberlabs.com> on 2004/01/11 15:44:56 UTC

Re: branch 1.0-stabilization: All my tests passed, how about yours? ;-)

The 1.0-stabilization branch builds for me aside from the python
bindings.   I am receiving the following error when trying to execute a
make swig-py:


/bin/sh /home/rbieber/SVN/subversion/libtool --silent --mode=compile gcc
-pthread -DNDEBUG -D_FILE_OFFSET_BITS=64 -DHAVE_LARGEFILE_SUPPORT -O2
-march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -Wall -fPIC -DLINUX=2
-D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE  -I/home/rbieber/SVN/subversion/subversion/bindings/swig
-I/home/rbieber/SVN/subversion/subversion/include
-I/home/rbieber/SVN/subversion/apr/include  -I/usr/include/python2.3
-prefer-pic -c -o subversion/bindings/swig/python/core.lo
subversion/bindings/swig/python/core.c
In file included from /usr/include/python2.3/Python.h:8,
                 from subversion/bindings/swig/python/core.c:14:
/usr/include/python2.3/pyconfig.h:856:1: warning: "_XOPEN_SOURCE"
redefined
<command line>:10:1: warning: this is the location of the previous
definition
In file included from subversion/bindings/swig/python/core.c:765:
/home/rbieber/SVN/subversion/subversion/include/svn_md5.h:26:21:
apr_md5.h: No such file or directory
subversion/bindings/swig/python/core.c: In function
`_wrap_svn_error_t_apr_err_set':
subversion/bindings/swig/python/core.c:791: warning: dereferencing
type-punned pointer will break strict-aliasing rules
subversion/bindings/swig/python/core.c: In function
`_wrap_svn_error_t_apr_err_get':

The configure command I used for this build is the following:

./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.2
--with-apr=$PWD/apr --with-apr-util=$PWD/apr-util

The --with-apr and --with-apr-util are called out explicitly just as a
test.   I am running Suse 9.   The odd thing is that the build runs
fine, including swig bindings, on my Redhat 7.3 server.

I'm still trying to figure out what is causing this error, however, my
autoconf/automake skills are not really that great.

-- Ron


   On Sat, 2004-01-10 at 09:20, Jostein Chr. Andersen wrote:

> Hi, 
> 
> First: -A big thanks to all of you who replied the similar posting I did 
> for the 0.35.0 branch:
>   http://www.contactor.se/~dast/svn/archive-2003-12/index.shtml#829
> 
> Tuesday is the release date for 0.36.0 and I'm asking you for a favor:
>   -Checkout, compile and test the 1.0-stabilization branch now!
> 
> It would be nice if you can 'configure', 'make', 'make check', 'make 
> install', 'make davcheck' and 'make svncheck' on your OS/distro/whatever 
> with this packages installed:
>  -Berkeley DB 4.2.52
>  -A new SSL if possible (ex.: OpenSSL 0.9.7c)
>  -Apache 2.0.48
>  -Neon 0.24.4
> 
> My system: Linux (LFS) with ReiserFS and all the latest packages above. 
> All my "make tests" went ok.
> 
> Jostein

Re: branch 1.0-stabilization: All my tests passed, how about yours? ;-)

Posted by Ben Reser <be...@reser.org>.
On Sun, Jan 11, 2004 at 09:44:56AM -0600, Ron Bieber wrote:
> The 1.0-stabilization branch builds for me aside from the python
> bindings.   I am receiving the following error when trying to execute a
> make swig-py:
> 
> 
> /bin/sh /home/rbieber/SVN/subversion/libtool --silent --mode=compile gcc
> -pthread -DNDEBUG -D_FILE_OFFSET_BITS=64 -DHAVE_LARGEFILE_SUPPORT -O2
> -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -Wall -fPIC -DLINUX=2
> -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
> -D_GNU_SOURCE  -I/home/rbieber/SVN/subversion/subversion/bindings/swig
> -I/home/rbieber/SVN/subversion/subversion/include
> -I/home/rbieber/SVN/subversion/apr/include  -I/usr/include/python2.3
> -prefer-pic -c -o subversion/bindings/swig/python/core.lo
> subversion/bindings/swig/python/core.c
> In file included from /usr/include/python2.3/Python.h:8,
>                  from subversion/bindings/swig/python/core.c:14:
> /usr/include/python2.3/pyconfig.h:856:1: warning: "_XOPEN_SOURCE"
> redefined
> <command line>:10:1: warning: this is the location of the previous
> definition
> In file included from subversion/bindings/swig/python/core.c:765:
> /home/rbieber/SVN/subversion/subversion/include/svn_md5.h:26:21:
> apr_md5.h: No such file or directory
> subversion/bindings/swig/python/core.c: In function
> `_wrap_svn_error_t_apr_err_set':
> subversion/bindings/swig/python/core.c:791: warning: dereferencing
> type-punned pointer will break strict-aliasing rules
> subversion/bindings/swig/python/core.c: In function
> `_wrap_svn_error_t_apr_err_get':
> 
> The configure command I used for this build is the following:
> 
> ./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.2
> --with-apr=$PWD/apr --with-apr-util=$PWD/apr-util
> 
> The --with-apr and --with-apr-util are called out explicitly just as a
> test.   I am running Suse 9.   The odd thing is that the build runs
> fine, including swig bindings, on my Redhat 7.3 server.
> 
> I'm still trying to figure out what is causing this error, however, my
> autoconf/automake skills are not really that great.

Looks like issue #1666.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org