[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: John Szakmeister <john_at_szakmeister.net>
Date: 2005-11-22 11:13:08 CET

On Monday 21 November 2005 17:35, 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.
>
> Finally, a small note to package maintainers for various distributions
> and operating systems out there: Subversion 1.3.0-rc3 is currently NOT
> released to the public. It is released for the benefit of developers
> (commiters and otherwise), for testing and validation.
>
> It is most certainly NOT, at this stage, for inclusion in any
> distribution, or exposure to non-developer users without due prior
> warning. Even the most bleeding edge package trees will probably
> want to wait until the release of rc3 to the users@ mailing list (ie.
> once it has passed basic independant validation by several commiters).
>
> Just a reminder of what "being released to dev@" actually means, in
> terms of readiness-for-public-consumption terms.

Sorry for the pasted output, but I'm getting the following on my machine,
which has never failed before:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
cd subversion/tests/libsvn_ra_local
&& /bin/sh /tmp/sub/subversion-1.3.0-rc3/libtool --tag=CC --silent
--mode=link gc c -g -O2 -g -O2 -pthread -D_LARGEFILE64_SOURCE -DNE_LFS
-rpath /usr/local/lib -o ra-local-test
ra-local-test.o ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_ra_local/libsvn_ra_local-1.la ../../../subversi
on/libsvn_ra/libsvn_ra-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la ../../../subversion/libsvn_delta/libsvn_delt
a-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /tmp/sub/subversion-1.3.0-rc3/apr-util/libaprutil-0.la
-lgdbm -ldb-4.3 -lexpat /tmp/sub/subversion-1.3.0-rc3/apr/libapr-0.la -lrt
-lm -lcrypt -lnsl -lpthread -ldl -lz
cd subversion/tests/libsvn_delta
&& /bin/sh /tmp/sub/subversion-1.3.0-rc3/libtool --tag=CC --silent
--mode=link gcc -g -O2 -g -O2 -pthread -D_LARGEFILE64_SOURCE -DNE_LFS
-rpath /usr/local/lib -o random-test
random-test.o ../../. ./subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_sub
r/libsvn_subr-1.la /tmp/sub/subversion-1.3.0-rc3/apr-util/libaprutil-0.la
-lgdbm -ldb-4.3 -lexpat /tmp/sub/subversion -1.3.0-rc3/apr/libapr-0.la -lrt
-lm -lcrypt -lnsl -lpthread -ldl -lz
../../../subversion/libsvn_ra_local/.libs/libsvn_ra_local-1.so: undefined
reference to `svn_repos_get_commit_editor3'
collect2: ld returned 1 exit status
make: *** [subversion/tests/libsvn_ra_local/ra-local-test] Error 1
make: *** Waiting for unfinished jobs....
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

It looks like libsvn_repos is missing from the link step.

:: uname -a
Linux peanut 2.6.13-15-smp #1 SMP Tue Sep 13 14:56:15 UTC 2005 i686 athlon
i386 GNU/Linux

:: cat /etc/SuSE-release
SUSE LINUX 10.0 (i586)
VERSION = 10.0

:: make -v
GNU Make 3.80
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

:: gcc -v
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib
--enable-languages=c,c++,objc,f95,java,ada --disable-checking
--with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-java-awt=gtk
--disable-libjava-multilib --with-slibdir=/lib --with-system-zlib
--enable-shared --enable-__cxa_atexit --without-system-libunwind
--host=i586-suse-linux
Thread model: posix
gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)

-John

---------------------------------------------------------------------
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:14:08 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.