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

Re: 1.3.0-rc3 tarballs up for testing/signing

From: Michael Sinz <Michael.Sinz_at_sinz.org>
Date: 2005-11-22 11:55:32 CET

David Anderson wrote:
> After a long lapse in RCs, here is the latest from the factory floor:
> Subversion 1.3.0-rc3. The magic revision is r17470.
>
> http://lolut.utbm.info/pub/subversion-1.3.0/rc3/
>
> Noticing that no single tarball reached the required 3 commiter
> signatures during the first two RCs because of the effort dilution
> induced by the double-tarball regime, we have reverted to the 1.2.x
> status quo: a single tarball, containing bundled dependencies.
>
> Also, the Book now officially no longer ships in the tarball.
>
> Please test this and send signatures, critical bug reports, small furry
> creatures and free lunches. Don't forget to Cc: me for binding
> signatures, so that I can keep track and (perhaps, this time) release to
> the general public.

Well, I would send you a free lunch if I can ever find one :-)
Thanks for all of the work, but the build failed on the first
test system I just tried it on. This system had built every prior
version of Subversion (including rc1) and actively runs 1.2.3...

Anyway, the error is at link time - undefined reference svn_diff_file_output_unified2

cd subversion/clients/cmdline && /bin/sh /usr/subversion/build/build-2005-11-22_05-41-40/subversion-1.3.0-rc3/libtool --tag=CC --silent --mode=link gcc -g -O2 -g -O2 -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -rpath /home/subversion/svn/lib -o svn add-cmd.o blame-cmd.o cat-cmd.o checkout-cmd.o cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o export-cmd.o help-cmd.o import-cmd.o info-cmd.o lock-cmd.o log-cmd.o ls-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o notify.o prompt.o propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o propset-cmd.o resolved-cmd.o revert-cmd.o status-cmd.o status.o switch-cmd.o unlock-cmd.o update-cmd.o util.o ../../../subversion/libsvn_client/libsvn_client-1.la ../../../subversion/libsvn_wc/libsvn_wc-1.la ../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la
/usr/subversion/build/build-2005-11-22_05-41-40/subversion-1.3.0-rc3/apr-util/libaprutil-0.la -lgdbm -lexpat /usr/subversion/build/build-2005-11-22_05-41-40/subversion-1.3.0-rc3/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl /usr/subversion/build/build-2005-11-22_05-41-40/subversion-1.3.0-rc3/neon/src/libneon.la
../../../subversion/libsvn_client/.libs/libsvn_client-1.so: undefined reference to `svn_diff_file_output_unified2'
collect2: ld returned 1 exit status
make: *** [subversion/clients/cmdline/svn] Error 1

Configure was run as follows:

         ./configure \
                 --prefix=${D_INSTALL}/svn \
                 --with-ssl \
                 --without-swig \
                 --without-berkeley-db \
                 --with-apxs=${D_INSTALL}/apache/bin/apxs

($D_INSTALL is part of my server build script that defines the
install location for the Subversion server and related Apache)

When I get a chance (I am getting ready to wake up the kids right now) I will
try the build on a different (newer) system. It will just take some time.

-- 
Michael Sinz                     Technology and Engineering Director/Consultant
"Starting Startups"                                mailto:michael.sinz@sinz.org
My place on the web                            http://www.sinz.org/Michael.Sinz
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 22 11:56:52 2005

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.