You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Eric Hanchrow <of...@blarg.net> on 2006/12/23 04:43:29 UTC

trunk build failure, on common x86 Linux

I configured with
$ ../svn-live/configure --enable-maintainer-mode
trunk, r22783
cd subversion/tests/libsvn_ra_local && /bin/sh /usr/local/src/svn-build/libtool --tag=CC --silent --mode=link gcc  -g -O2  -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall -g -O2 -pthread  -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow  -L/usr/lib  -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 ../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/lib/libaprutil-0.la -lldap -llber -ldb-4.3 -lexpat /usr/lib/libapr-0.la -lrt -lm -lcrypt -lnsl  -lpthread -ldl /usr/lib/libneon.la 
../../../subversion/libsvn_ra_local/.libs/libsvn_ra_local-1.so: undefined reference to `svn_repos_fs_change_rev_prop3'
collect2: ld returned 1 exit status
make: *** [subversion/tests/libsvn_ra_local/ra-local-test] Error 1

-- 
Most people don't even know what a rootkit is, so why should they
care about it?
        -- Thomas Hesse, Sony BMG's president of global digital business

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

Re: trunk build failure, on common x86 Linux

Posted by Eric Hanchrow <of...@blarg.net>.
>>>>> "Justin" == Justin Erenkrantz <ju...@erenkrantz.com> writes:

    Justin> On 12/23/06, Ben Collins-Sussman <su...@red-bean.com> wrote:
    >> Did you try ./autogen.sh first?

    Justin> And, since you're on Linux, if that doesn't work, also try
    Justin> uninstalling any old libraries first.

Ding ding ding -- the diagnostic prize goes to Justin.  Re-running
autogen.sh didn't help but hiding the existing libraries did.  Thanks.

-- 
I shrivel inside each time [Star Wars] is mentioned.
        -- Sir Alec Guinness

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

Re: trunk build failure, on common x86 Linux

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
On 12/23/06, Ben Collins-Sussman <su...@red-bean.com> wrote:
> Did you try ./autogen.sh first?

And, since you're on Linux, if that doesn't work, also try
uninstalling any old libraries first.  GNU libtool and the linker
often gets confused.  -- justin

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

Re: trunk build failure, on common x86 Linux

Posted by Ben Collins-Sussman <su...@red-bean.com>.
Did you try ./autogen.sh first?

On 12/22/06, Eric Hanchrow <of...@blarg.net> wrote:
> I configured with
> $ ../svn-live/configure --enable-maintainer-mode
> trunk, r22783
> cd subversion/tests/libsvn_ra_local && /bin/sh /usr/local/src/svn-build/libtool --tag=CC --silent --mode=link gcc  -g -O2  -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall -g -O2 -pthread  -D_LARGEFILE64_SOURCE -DNE_LFS -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow  -L/usr/lib  -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 ../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../subversion/libsvn_fs/libsvn_fs-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la /usr/lib/libaprutil-0.la -lldap -llber -ldb-4.3 -lexpat /usr/lib/libapr-0.la -lrt -lm -lcrypt -lnsl  -lpthread -ldl /usr/lib/libneon.la
> ../../../subversion/libsvn_ra_local/.libs/libsvn_ra_local-1.so: undefined reference to `svn_repos_fs_change_rev_prop3'
> collect2: ld returned 1 exit status
> make: *** [subversion/tests/libsvn_ra_local/ra-local-test] Error 1
>
> --
> Most people don't even know what a rootkit is, so why should they
> care about it?
>         -- Thomas Hesse, Sony BMG's president of global digital business
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>

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