You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Wadsworth, Eric (Contractor)" <wa...@fhu.disa.mil> on 2004/02/10 03:48:25 UTC

RE: Problem with compiling 0.37.0 on solaris

Do you have LD_LIBRARY_PATH set? I used /usr/local/BerkeleyDB.4.1/lib, for
example. Hope this helps.

****
**** --- Eric Wadsworth, 520-533-2749
****


> -----Original Message-----
> From: erik@debian.franken.de [mailto:erik@debian.franken.de]
> Sent: Monday, February 09, 2004 12:59 AM
> To: dev@subversion.tigris.org
> Subject: Problem with compiling 0.37.0 on solaris
> 
> 
> Hi
> 
> I was trying to compile 0.37.0 on a solaris system (SunOS ultra18 5.8
> Generic_108528-26 sun4u sparc SUNW,Sun-Blade-1000) but failed:
> 
> cd subversion/clients/cmdline && /bin/bash 
> /usr/tmp/e_tews/subversion-0.37.0/libtool --silent 
> --mode=link gcc  -g -O2  -g -O2 -pthreads   -L/usr/local/lib  
> -rpath /home/erik/svn/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 
> /var/tmp/e_tews/subversion-0.37.0/apr-util/libaprutil-0.la 
> -lexpat /var/tmp/e_tews/subversion-0.37.0/apr/libapr-0.la 
> -lsendfile -lrt -lm -lsocket -lnsl -lresolv  -ldl 
> /usr/tmp/e_tews/subversion-0.37.0/neon/src/libneon.la 
> -L/home/erik/svn/lib  -lnsl -lsocket -L/usr/local/lib 
> -R/usr/local/lib -lxml2 -lpthread -lm -lsocket -lnsl -lsocket
> libtool: link: warning: library `/usr/local/lib/libexpat.la' 
> was moved.
> libtool: link: warning: library `/usr/local/lib/libexpat.la' 
> was moved.
> ld: warning: file 
> ../../../subversion/libsvn_wc/.libs/libsvn_wc-1.so: linked to 
> /usr/tmp/e_tews/subversion-0.37.0/subversion/libsvn_wc/.libs/l
> ibsvn_wc-1.so: attempted multiple inclusion of file
> ld: warning: file 
> ../../../subversion/libsvn_ra/.libs/libsvn_ra-1.so: linked to 
> /usr/tmp/e_tews/subversion-0.37.0/subversion/libsvn_ra/.libs/l
> ibsvn_ra-1.so: attempted multiple inclusion of file
> ld: warning: file 
> ../../../subversion/libsvn_delta/.libs/libsvn_delta-1.so: 
> linked to 
> /usr/tmp/e_tews/subversion-0.37.0/subversion/libsvn_delta/.lib
> s/libsvn_delta-1.so: attempted multiple inclusion of file
> ld: warning: file 
> ../../../subversion/libsvn_subr/.libs/libsvn_subr-1.so: 
> linked to 
> /usr/tmp/e_tews/subversion-0.37.0/subversion/libsvn_subr/.libs
> /libsvn_subr-1.so: attempted multiple inclusion of file
> Undefined                       first referenced
>  symbol                             in file
> libiconv_open                       
> /var/tmp/e_tews/subversion-0.37.0/apr-util/.libs/libaprutil-0.so
> libiconv                            
> /var/tmp/e_tews/subversion-0.37.0/apr-util/.libs/libaprutil-0.so
> libiconv_close                      
> /var/tmp/e_tews/subversion-0.37.0/apr-util/.libs/libaprutil-0.so
> ld: fatal: Symbol referencing errors. No output written to .libs/svn
> collect2: ld returned 1 exit status
> *** Error code 1
> make: Fatal error: Command failed for target 
> `subversion/clients/cmdline/svn'
> 
> I am not root on this system and usually work on linux. Do you got an
> idea how to fix this?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
> 
> 
> 
> 

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

Re: Problem with compiling 0.37.0 on solaris

Posted by Seth Falcon <sf...@fhcrc.org>.
You might want to check the versions of libtool and autoconf you are
using??

On Tue, Feb 10, 2004 at 03:00:10PM +0100, Erik Tews wrote:
> On Mon, Feb 09, 2004 at 09:48:25PM -0600, Wadsworth, Eric (Contractor) wrote:
> > Do you have LD_LIBRARY_PATH set? I used /usr/local/BerkeleyDB.4.1/lib, for
> > example. Hope this helps.
> 
> I now tried this and I still got the same problem.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 


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

Re: Problem with compiling 0.37.0 on solaris

Posted by Erik Tews <er...@debian.franken.de>.
On Mon, Feb 09, 2004 at 09:48:25PM -0600, Wadsworth, Eric (Contractor) wrote:
> Do you have LD_LIBRARY_PATH set? I used /usr/local/BerkeleyDB.4.1/lib, for
> example. Hope this helps.

I now tried this and I still got the same problem.

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