[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion 1.4.6 tarballs up for testing/signing

From: Jack Repenning <jrepenning_at_collab.net>
Date: 2007-12-12 23:30:36 CET

Cannot build (on OS X 10.5.1, but it doesn't look platform-specific)
with the subversion-1.4.6.tar.gz and subversion-deps-1.4.6.tar.gz:

On Dec 11, 2007, at 7:45 PM, Hyrum K. Wright wrote:

> 1.4.6 tarballs are ready for testing.
> The magic revision is r28427.
>
> https://orac.ece.utexas.edu/pub/svn/1.4.6/

The neon contained in subversion-deps-1.4.6.tar.gz is 0.27.2, but the
configure.in contained in subversion-1.4.6.tar.gz does not accept this
neon:

> NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5
> 0.26.0 0.26.1 0.26.2 0.26.4"
> NEON_LATEST_WORKING_VER=0.25.5
> ...
> You have neon version 0.27.2,
> but Subversion needs neon 0.25.5.

Adding 0.27.2 to NEON_ALLOWED_LIST makes life happy again, of course,
but is that the right fix here? Or should the deps tarball be down-
revved? I don't know how that decision would be made.

config.log's attached for apr, apr-util, neon, and subversion itself.

-==-
Jack Repenning
Chief Technology Officer
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
office: +1 650.228.2562
mobile: +1 408.835.8090
raindance: +1 877.326.2337, x844.7461
aim: jackrepenning
skype: jrepenning

+ ./configure --prefix=/Users/Shared/scplugin/svn-mac-build/inst --
with-apr=/Users/Shared/scplugin/svn-mac-build/inst --with-apr-util=/
Users/Shared/scplugin/svn-mac-build/inst --with-neon=/Users/Shared/
scplugin/svn-mac-build/inst --with-berkeley-db=/Users/Shared/scplugin/
svn-mac-build/inst --with-editor=vi --with-zlib=/Users/Shared/scplugin/
svn-mac-build/inst --disable-mod-activation --without-apxs --without-
jdk --without-swig --disable-nls --disable-dependency-tracking
configure: Configuring Subversion 1.4.6
configure: creating config.nice
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking build system type... i386-apple-darwin9.1.0
checking host system type... i386-apple-darwin9.1.0
checking target system type... i386-apple-darwin9.1.0
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for static Apache module support... no
checking for Apache module support via DSO through APXS... no
==================================================================
WARNING: skipping the build of mod_dav_svn
          --with-apxs or --with-apache must be used
==================================================================
configure: Apache Portable Runtime (APR) library configuration
checking for APR... yes
checking APR version... 1.2.11
configure: Apache Portable Runtime Utility (APRUTIL) library
configuration
checking for APR-util... yes
checking APR-UTIL version... 1.2.10
configure: checking neon library
checking neon library version... 0.27.2
You have neon version 0.27.2,
but Subversion needs neon 0.25.5.

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

Received on Wed Dec 12 23:30:53 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.