David Anderson wrote:
> Subversion 1.3.1 is up for testing and signing. The magic revision is
> r18866.
There is a linking issue on OpenBSD with the commit r18156 of get-py-info.py.
The "-L/usr/local/lib/python2.3/config -lpython2.3" is now missing, and this
is an regression with respect to 1.3.0.
http://svn.collab.net/viewvc/svn/branches/1.3.x/build/get-py-info.py?view=log
Without the commit we have:
[snip]
checking for /usr/local/bin/python2.3... /usr/local/bin/python2.3
checking for perl... /usr/bin/perl
checking for ruby... /usr/local/bin/ruby
checking for rb_hash_foreach()... yes
checking swig version... 1.3.24
configure: Configuring python swig binding
checking for Python includes... -I/usr/local/include/python2.3
checking for compiling Python extensions... cc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -DTHREAD_STACK_SIZE=0x100000 -fPIC -fPIC
checking for linking Python extensions... cc -pthread -shared -fPIC -L/usr/ports/lang/python/2.3/w-python-2.3.5p3/Python-2.3.5 -L/usr/local/lib/python2.3/config -lpython2.3
checking for linking Python libraries... -L/usr/ports/lang/python/2.3/w-python-2.3.5p3/Python-2.3.5 -L/usr/local/lib/python2.3/config -lpython2.3
checking for apr_int64_t Python/C API format string... l
[snip]
With the commit:
[snip]
checking for /usr/local/bin/python2.3... /usr/local/bin/python2.3
checking for perl... /usr/bin/perl
checking for ruby... /usr/local/bin/ruby
checking for rb_hash_foreach()... yes
checking swig version... 1.3.24
configure: Configuring python swig binding
checking for Python includes... -I/usr/local/include/python2.3
checking for compiling Python extensions... cc -pthread -fno-strict-aliasing -DNDEBUG -O2 -pipe -DTHREAD_STACK_SIZE=0x100000 -fPIC -fPIC
checking for linking Python extensions... cc -pthread -shared -fPIC -L/usr/ports/lang/python/2.3/w-python-2.3.5p3/Python-2.3.5
checking for linking Python libraries... -L/usr/ports/lang/python/2.3/w-python-2.3.5p3/Python-2.3.5
checking for apr_int64_t Python/C API format string... l
[snip]
/Sigfred
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 19 12:58:13 2006