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

Re: svn commit: r35262 - trunk/build/ac-macros

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 15 Jan 2009 23:22:28 +0000

On Thu, Jan 15, 2009 at 07:45:14PM +0100, Greg Stein wrote:
> Every system has shared libraries and .a archive libraries. Not every
> system has .la files. Therefore, I'd say the direction is obvious.
>
> Jeremy had pointed out that it was only serf and neon that "required"
> the .la files to be present for building svn. His change was intended
> to bring the situation in line with the rest of our dependencies.
>
> So. If his change *breaks* something, then let's hear about it and get it fixed.

Here you go:

cd subversion/svn && /bin/sh /home/stsp/svn/svn-trunk/libtool --tag=CC --silent --mode=link gcc -Wpointer-arith
-Wwrite-strings -Wshadow -ansi -Wall -Wformat=2 -Wunused -Waggregate-return -Wstrict-prototypes -Wmissing-prototy
pes -Wmissing-declarations -Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code -Winline -Wno-lon
g-long -g -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DSVN_DEBUG -DAP_DE
BUG -L/usr/local/lib -L/usr/local/lib -rpath /home/stsp/svn/prefix/svn-trunk/lib -o svn add-cmd.o blame-cmd.o
cat-cmd.o changelist-cmd.o checkout-cmd.o cleanup-cmd.o commit-cmd.o conflict-callbacks.o copy-cmd.o delete-cmd.o
 diff-cmd.o export-cmd.o help-cmd.o import-cmd.o info-cmd.o list-cmd.o lock-cmd.o log-cmd.o main.o merge-cmd.o me
rgeinfo-cmd.o mkdir-cmd.o move-cmd.o notify.o propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o p
ropset-cmd.o resolve-cmd.o resolved-cmd.o revert-cmd.o status-cmd.o status.o switch-cmd.o tree-conflicts.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_diff/libsvn_diff-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /home/stsp/svn/prefix/apr/lib/libaprutil-1.la -ldb -lexpat -liconv /home/stsp/svn/prefix/apr/lib/libapr-1.la -lpthread -L/home/stsp/svn/prefix/neon/lib -lneon -lssl -lcrypto -lz -lexpat
/usr/bin/ld: cannot find -lserf-0
collect2: ld returned 1 exit status
*** Error code 1

Reverting r35262 fixes this problem for me.

Stefan
Received on 2009-01-16 00:22:52 CET

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.