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

Re: svn commit: r1134075 - in /subversion/trunk: configure.ac tools/dist/construct-rolling-environment.sh

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 11 Jun 2011 15:43:04 +0300

Arfrever Frehtes Taifersar Arahesis wrote on Sat, Jun 11, 2011 at 02:41:45 +0200:
> 2011-06-10 14:17:40 Daniel Shahaf napisaƂ(a):
> > arfrever_at_apache.org wrote on Thu, Jun 09, 2011 at 21:01:19 -0000:
> > > Author: arfrever
> > > Date: Thu Jun 9 21:01:18 2011
> > > New Revision: 1134075
> > >
> > > URL: http://svn.apache.org/viewvc?rev=1134075&view=rev
> > > Log:
> > > Update versions of some dependencies.
> > >
> > > * configure.ac
> > > (NEON_RECOMMENDED_VER): Recommend Neon 0.29.6.
> > > (SQLITE_RECOMMENDED_VER): Recommend SQLite 3.7.6.3.
> > >
> > > * tools/dist/construct-rolling-environment.sh: Use Autoconf 2.68, Libtool 2.4
> > > and SWIG 2.0.4.
> > >
> > > Modified:
> > > subversion/trunk/configure.ac
> > > subversion/trunk/tools/dist/construct-rolling-environment.sh
> > >
> > > Modified: subversion/trunk/configure.ac
> > > URL: http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1134075&r1=1134074&r2=1134075&view=diff
> > > ==============================================================================
> > > --- subversion/trunk/configure.ac (original)
> > > +++ subversion/trunk/configure.ac Thu Jun 9 21:01:18 2011
> > > @@ -104,7 +104,7 @@ AC_PATH_PROG(PKG_CONFIG, pkg-config)
> > > # Either a space-separated list of allowable Neon versions, or "any" to
> > > # mean allow anything.
> > > NEON_ALLOWED_LIST="0\.25 0\.26 0\.27\.2 0\.28 0\.29"
> > > -NEON_RECOMMENDED_VER="0.29.0"
> > > +NEON_RECOMMENDED_VER="0.29.6"
> > > NEON_URL="http://www.webdav.org/neon/neon-${NEON_RECOMMENDED_VER}.tar.gz"
> > > dnl You can skip the neon version check only if you know what you are doing
> > > AC_ARG_ENABLE(neon-version-check,
> > > @@ -153,7 +153,7 @@ SVN_FIND_APACHE(20020903)
> > >
> > > dnl Search for SQLite
> > > SQLITE_MINIMUM_VER="3.6.18"
> > > -SQLITE_RECOMMENDED_VER="3.7.2"
> > > +SQLITE_RECOMMENDED_VER="3.7.6.3"
> > > SQLITE_URL="http://www.sqlite.org/sqlite-amalgamation-${SQLITE_RECOMMENDED_VER}.tar.gz"
> > > SVN_LIB_SQLITE(${SQLITE_MINIMUM_VER}, ${SQLITE_RECOMMENDED_VER},
> > > ${SQLITE_URL})
> > >
> > > Modified: subversion/trunk/tools/dist/construct-rolling-environment.sh
> > > URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/construct-rolling-environment.sh?rev=1134075&r1=1134074&r2=1134075&view=diff
> > > ==============================================================================
> > > --- subversion/trunk/tools/dist/construct-rolling-environment.sh (original)
> > > +++ subversion/trunk/tools/dist/construct-rolling-environment.sh Thu Jun 9 21:01:18 2011
> > > @@ -21,9 +21,9 @@
> > > #
> > > set -e
> > >
> > > -AUTOCONF=autoconf-2.64
> > > -LIBTOOL=libtool-1.5.26
> > > -SWIG=swig-1.3.36
> > > +AUTOCONF=autoconf-2.68
> > > +LIBTOOL=libtool-2.4
> > > +SWIG=swig-2.0.4
> > >
> >
> > The nightly tarball rolling dies after this change:
> >
> > http://ci.apache.org/builders/svn-trunk-nightly/builds/64/steps/shell/logs/stdio
>
> Maybe r1134493 will help.

I'm not sure I agree with your log message, but the buildbot
passes now. Thanks.
Received on 2011-06-11 14:43:48 CEST

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.