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

Re: Broken trunk build at 15359?

From: David James <james82_at_gmail.com>
Date: 2005-07-19 05:31:42 CEST

On 7/18/05, Christopher Ness <chris@nesser.org> wrote:
> On Mon, 2005-07-18 at 22:24 -0400, David James wrote:
> > Thanks for the report. On my system, r15359 compiles fine (I have not
> > tried the test suite). Can you provide the details of your setup?
> I did a `make clean` and then a `make` to try and not cry wolf, but
> perhaps that would not pick up the newly added nls symbols?
You'll also need to rerun ./autogen.sh and configure.

> Ah! I think my linking is finding the installed /usr/local/lib
> directory which is where my 1.2.1 client is installed to. Is that what
> "-rpath /usr/local/lib" does?
Yes.

> I should probably set up a prefix to /~ so I don't pollute my stable
> install, but I test directly from the build dir instead of running `make
> install`, is that ok?
Yes, this is fine.

> Here is the error I am seeing:
>
> cd subversion/clients/cmdline
> && /bin/sh /home/nesscg/sandbox/subversion/libtool --tag=CC --silent
> --mode=link gcc -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes
> -Wmissing-declarations -pthread -DNEON_ZLIB -DNEON_SSL -DSVN_DEBUG
> -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow
> -rpath /usr/local/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 /home/nesscg/sandbox/subversion/apr-util/libaprutil-1.la -lgdbm -ldb-4.3 -lexpat /home/nesscg/sandbox/subversion/apr/libapr-1.la -lrt -lcrypt -lpthread -ldl -luuid /usr/lib/libneon.la
> /home/nesscg/sandbox/subversion/subversion/libsvn_subr/.libs/libsvn_subr-1.so: undefined reference to `svn_nls_init'
> collect2: ld returned 1 exit status
> make: *** [subversion/clients/cmdline/svn] Error 1

It looks like you need to rerun autogen.sh && configure in order to
pick up the new NLS symbols.

Hope this helps!

Cheers,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 19 05:32:45 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.