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

[Patch] 0.25 Release - make errors

From: <leif.eriksen_at_hpa.com.au>
Date: 2003-07-08 04:10:49 CEST

Well, seeing as I can read m4 files now, here's a patch to the two files
that check the APR and Neon versions

<Notes>
1. the test for APR's version doesn't occur at all as part of autogen.sh
(build/buildcheck.sh) - that would be nice
2. the test for APR's version doesn't occur until very late in the
./configure run. There is a report of the version number of APR early in the
./configure run, but no use seems to be made of it
<>
...
Configuring APR library
Platform: sparc-sun-solaris2.8
checking for working mkdir -p... yes
APR Version: 0.9.3
checking for chosen layout... apr
...
<>
</Notes>

<Tests>
1. Replaced neon in 0.24.2 tarball with neon-0.24.0
Test Output
<>
buildcheck: neon version 0.24.0 found in ./neon/.
            You need neon 0.23.9.
<>
Test Result
OK

2. Replace APR in 0.24.2 tarball with APR-0.9.3
Test Output
<>
checking APR version... 0.9.3
wanted regex is 0\.9\.[4-9]
configure: error: invalid apr version found
<>
Test Result
OK
</Tests>

<snip>
Log: Subversion 0.25 can only build against APR 0.9.4 (NOT 0.9.3) and Neon
0.23.9 (NOT 0.24.? - yet)

Index: subversion/configure.in
=================================================================
--- configure.in 2003-06-19 02:35:41.000000000 +1000
+++ configure.in.apr 2003-07-08 11:04:06.674911000 +1000
@@ -107,8 +107,8 @@
 
 dnl verify apr version and set apr flags
 changequote(<<, >>)
-APR_VER_REGEX="0\.9\.[3-9]"
-APU_VER_REGEX="0\.9\.[3-9]"
+APR_VER_REGEX="0\.9\.[4-9]"
+APU_VER_REGEX="0\.9\.[4-9]"
 changequote([, ])
 
 SVN_LIB_APR($APR_VER_REGEX)

Index: subversion/build/buildcheck.sh
=================================================================
--- buildcheck.sh 2003-06-19 02:37:45.000000000 +1000
+++ buildcheck.sh.neon 2003-07-08 11:06:03.054906000 +1000
@@ -114,7 +114,7 @@
 #--------------------------------------------------------------------------
 # check for the correct version of Neon
 #
-NEON_WANTED_REGEX=0.2[34].?
+NEON_WANTED_REGEX=0.23.?
 NEON_LATEST_WORKING_VER=0.23.9
 
NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz"
 NEON_TEST_REGEX="$NEON_WANTED_REGEX"

**********************************************************************
IMPORTANT
The contents of this e-mail and its attachments are confidential and intended
solely for the use of the individual or entity to whom they are
addressed. If you received this e-mail in error, please notify
the HPA Postmaster, postmaster@hpa.com.au, then delete
the e-mail.

This footnote also confirms that this e-mail message has been swept for
the presence of computer viruses by MimeSweeper. Before opening or
using any attachments, check them for viruses and defects.

Our liability is limited to resupplying any affected attachments.

HPA collects personal information to provide and market our services.
For more information about use, disclosure and access see our Privacy
Policy at www.hpa.com.au
**********************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 8 04:11:57 2003

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.