You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Barry Ringuet <br...@loomissayles.com> on 2003/12/02 22:16:07 UTC

building an svn client on solaris




Hi, am trying to build an svn client on solaris 2.8,
am using gcc 2.8.1 and trying to compile subversion 0.33.1,
configure goes fine but make gives me this:
ld: warning: file ../../../subversion/libsvn_wc/.libs/libsvn_wc-1.so:
linked to /tmp/subversion_client/subversion-0.33.1
/subversion/libsvn_wc/.libs/libsvn_wc-1.so: attempted multiple inclusion of
file
ld: warning: file ../../../subversion/libsvn_ra/.libs/libsvn_ra-1.so:
linked to /tmp/subversion_client/subversion-0.33.1
/subversion/libsvn_ra/.libs/libsvn_ra-1.so: attempted multiple inclusion of
file
ld: warning: file ../../../subversion/libsvn_delta/.libs/libsvn_delta-1.so:
linked to /tmp/subversion_client/subversion-0.33.1
/subversion/libsvn_delta/.libs/libsvn_delta-1.so: attempted multiple
inclusion of file
ld: warning: file ../../../subversion/libsvn_subr/.libs/libsvn_subr-1.so:
linked to /tmp/subversion_client/subversion-0.33.1
/subversion/libsvn_subr/.libs/libsvn_subr-1.so: attempted multiple
inclusion of file
Undefined                       first referenced
 symbol                             in file
apr_generate_random_bytes
/tmp/subversion_client/subversion-0.33.1
/subversion/libsvn_ra_svn/.libs/libsvn_ra_svn-1.so
ld: fatal: Symbol referencing errors. No output written to .libs/svn
make: *** [subversion/clients/cmdline/svn] Error 1

I don't know where to start investigating...
thanks
barry


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

Re: building an svn client on solaris

Posted by Michael Legart <mi...@legart.dk>.
On Tue, Dec 02, 2003 at 05:16:07PM -0500, Barry Ringuet wrote:
> Undefined                       first referenced
>  symbol                             in file
> apr_generate_random_bytes

You can fix this by installing Solaris patch 112438-02 to get
/dev/random. http://halplant.com:88/software/Solaris/scripts/setup_random
can be used to install it without rebooting.

A workaround has been implemented in Subversion 0.34


hth,
Michael
-- 
hestdesign.info - we put the hest in .com

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