[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: Christopher Ness <chris_at_nesser.org>
Date: 2005-07-19 05:18:44 CEST

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?

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?

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?

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

> In order to prevent the build from breaking, we do daily smoke tests.
> You can check their results by viewing the svn-breakage list
> http://subversion.tigris.org/servlets/SummarizeList?listName=svn-breakage

Neat, thanks for the info.

> According to the svn-breakage list, r15354 is confirmed to pass tests.
> Later revisions will be tested soon.

Sorry for the noise on the list.
Ness

-- 
PGP Public Key: http://www.nesser.org/pgp-key/
22:38:38 up 5:54, 4 users, load average: 1.35, 0.56, 0.35

Received on Tue Jul 19 05:18:04 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.