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

Issue's Compiling from Subversion trunk.

From: <Danny.McKinney_at_sungard.com>
Date: 2007-05-16 21:36:57 CEST

I am attempting to build Subversion from the trunk in order to look at
the sparse-directory feature that was committed. I have development
groups that use both java and COBOL. On the COBOL side one directory
contains over 6000 members, so the time to create a workspace or even
switch to different branches is expensive not to mention the disk space
for 20+ developers to each have a workspace that contains that complete
directory. The issue that I am having is the following when attempting
to compile:

 

Target "all" is up to date.

------ completed all in neon

        cd subversion/svn && /bin/sh
/home/afsdxm/src/subversion-1.5.0/libtool --tag=CC --silent --mode=link
gcc -g -O2 -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -Wl,-brtl
-L/usr/local/lib -L/usr/local/apr/lib -rpath /usr/local/lib -o svn
add-cmd.o blame-cmd.o cat-cmd.o changelist-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 list-cmd.o lock-cmd.o
log-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o notify.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_diff/libsvn_diff-1.la
../../subversion/libsvn_subr/libsvn_subr-1.la
/usr/local/apr/lib/libaprutil-1.la -lldap -lexpat -liconv
/usr/local/apr/lib/libapr-1.la -lpthread
/home/afsdxm/src/subversion-1.5.0/neon/src/libneon.la -lintl

ld: 0711-317 ERROR: Undefined symbol: .svn_client_get_changelist

ld: 0711-317 ERROR: Undefined symbol: .svn_client_add_to_changelist

ld: 0711-317 ERROR: Undefined symbol: .svn_client_remove_from_changelist

ld: 0711-317 ERROR: Undefined symbol: .svn_client_checkout3

ld: 0711-317 ERROR: Undefined symbol: .svn_client_commit4

ld: 0711-317 ERROR: Undefined symbol: .svn_client_copy4

ld: 0711-317 ERROR: Undefined symbol: .svn_client_delete3

ld: 0711-317 ERROR: Undefined symbol: .svn_client_diff_summarize2

ld: 0711-317 ERROR: Undefined symbol: .svn_client_diff_summarize_peg2

ld: 0711-317 ERROR: Undefined symbol: .svn_client_diff4

ld: 0711-317 ERROR: Undefined symbol: .svn_client_diff_peg4

ld: 0711-317 ERROR: Undefined symbol: .svn_client_export4

ld: 0711-317 ERROR: Undefined symbol: .svn_client_list2

ld: 0711-317 ERROR: Undefined symbol: .svn_client_merge_peg3

ld: 0711-317 ERROR: Undefined symbol: .svn_client_merge3

ld: 0711-317 ERROR: Undefined symbol: .svn_client_mkdir3

ld: 0711-317 ERROR: Undefined symbol: .svn_client_move5

ld: 0711-317 ERROR: Undefined symbol: .svn_client_propset3

ld: 0711-317 ERROR: Undefined symbol: .svn_client_propget3

ld: 0711-317 ERROR: Undefined symbol: .svn_client_proplist3

ld: 0711-317 ERROR: Undefined symbol: .svn_client_status3

ld: 0711-317 ERROR: Undefined symbol: .svn_client_switch2

ld: 0711-317 ERROR: Undefined symbol: .svn_client_update3

ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.

collect2: ld returned 8 exit status

make: 1254-004 The error code from the last command is 1.

 

 

Stop.

 

Thanks in advance for any advice and direction to take.

 

 

Danny McKinney * Senior Software Engineer * SunGard * Investar*ONE *
2300 Main Street Suite 400, Kansas City, MO 64108
Tel 816-460-3226 * Fax 816-472-8230 * www.sungard.com/investarone
Received on Wed May 16 21:37:50 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.