You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kopp David K <da...@us.army.mil> on 2004/12/13 16:07:05 UTC

Errors trying to build 1.1.1 on OS X Server 10.3.7

Hi,

I am trying to build 1.1.1 on our XServe here at the office. I had
previously downloaded, built and installed 1.0.6.

I downloaded the 1.1.1 sources and performed the following steps from the
1.1.1 source directory:

	./configure
	make

At this point I get the following error:

cd subversion/clients/cmdline && /bin/sh
/Users/asok/software/subversion-1.1.1/libtool --silent --mode=link gcc  -g
-O2  -g -O2  -DNEON_ZLIB  -L/usr/local/BerkeleyDB.4.1/lib
-L/Users/asok/software/subversion-1.1.1/apr-util/xml/expat/lib  -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 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 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
/Users/asok/software/subversion-1.1.1/apr-util/libaprutil-0.la -ldb-4.1
/Users/asok/software/subversion-1.1.1/apr-util/xml/expat/lib/libexpat.la
-liconv /Users/asok/software/subversion-1.1.1/apr/libapr-0.la -lresolv
-lpthread /Users/asok/software/subversion-1.1.1/neon/src/libneon.la
-L/usr/local/lib  -lz 
ld: Undefined symbols:
_svn_cmdline_printf
_svn_opt_parse_path
_svn_cmdline_fflush
_svn_cmdline_fprintf
_svn_cmdline_fputs
_svn_delta_version
_svn_subr_version
_svn_ver_check_list
_svn_io_check_special_path
_svn_sort_compare_paths
_svn_subst_copy_and_translate2
_svn_path_is_backpath_present
_svn_ver_compatible
make: *** [subversion/clients/cmdline/svn] Error 1


Anyone have an ideas about this?



David Kopp
General Engineer
USAMC LOGSA
(256) 955 - 9902

Re: Errors trying to build 1.1.1 on OS X Server 10.3.7

Posted by Ben Collins-Sussman <su...@collab.net>.
On Dec 13, 2004, at 10:07 AM, Kopp David K wrote:
>
>  ld: Undefined symbols:
> _svn_cmdline_printf
> _svn_opt_parse_path
> _svn_cmdline_fflush
> _svn_cmdline_fprintf
> _svn_cmdline_fputs
> _svn_delta_version
> _svn_subr_version
> _svn_ver_check_list
> _svn_io_check_special_path
> _svn_sort_compare_paths
> _svn_subst_copy_and_translate2
> _svn_path_is_backpath_present
> _svn_ver_compatible
> make: *** [subversion/clients/cmdline/svn] Error 1
>
>
>
> Anyone have an ideas about this?
>

Yes.  Your libtool is linking against the already-installed svn 1.0 
libraries.  (What you're seeing is complaints about not being able to 
find a bunch of new svn 1.1 symbols.)

This seems to be a general problem on BSD systems -- Darwin, FreeBSD, 
etc.  Some weird interaction between libtool and BSD.

Solution:  remove all the old 1.0 libraries, whereever they're hiding.


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