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

Re: Need help with building svn on SGI IRIX 6.5

From: Himanshu Gohel <gohel_at_cse.usf.edu>
Date: 2005-09-15 05:43:11 CEST

More details on my earlier message, in case someone can shed more light on
it:

> Attempts to build subversion-1.2.3 on SGI's IRIX 6.5.20m have been
> problematic.
>
> Build *seems* to work, albeit with lots of warnings because I
> believe apr and apr-util aren't configured properly (on IRIX -lsocket
> -lnsl should not be used). However, when I attempt to run 'gmake install'

> I get errors and part of the build gets installed, but no binaries.

This is how I configure subversion-1.2.3:

-BEGIN-------------------------------------------------------------------
ac_cv_lib_gen_getmntent=no \
ac_cv_lib_sun=no \
ac_cv_lib_sun_getpwnam=no \
ac_cv_lib_sun_getmntent=no \
ac_cv_lib_sun_yp_match=no \
ac_cv_lib_socket=no \
ac_cv_lib_socket_main=no \
./configure
-END---------------------------------------------------------------------

This is my reference for the configure options:

<http://freeware.sgi.com/howto.html#a0>

This is a reference for the warnings I see in my build, which essentially
tells me that there was an error in configuration, that -lsocket -lnsl
should not be used on IRIX. Note that my configuration options should have
prevented this from happening!

<http://groups.google.com/group/comp.sys.sgi.admin/msg/604fb6e2f3ce9982?hl=e
n&>

These are a few messages that I see, that confirm the above:

-BEGIN-------------------------------------------------------------------
ld32: WARNING 85: definition of libiconv_open in
../../../subversion/libsvn_delta/.libs/libsvn_delta-1.so preempts that
definition in
/usr/people/gohel/downloads/subversion-1.2.3/subversion/libsvn_subr/.libs/li
bsvn_subr-1.so.

 <snip>

ld32: WARNING 85: definition of __deregister_frame_info in
/usr/people/gohel/downloads/subversion-1.2.3/apr-util/xml/expat/lib/.libs/li
bexpat.so preempts that definition in
/usr/people/gohel/downloads/subversion-1.2.3/apr/.libs/libapr-0.so.
ld32: WARNING 84: /usr/lib32/libm.so is not used for resolving any symbol.
ld32: WARNING 84: /usr/lib32/libsocket.so is not used for resolving any
symbol.
ld32: WARNING 85: definition of _ffs in /usr/lib32/libnsl.so preempts that
definition in /usr/lib32/mips3/libc.so.
ld32: WARNING 134: weak definition of ffs in /usr/lib32/libnsl.so preempts
that weak definition in /usr/lib32/mips3/libc.so.
ld32: WARNING 134: weak definition of dial in /usr/lib32/libnsl.so preempts
that weak definition in /usr/lib32/mips3/libc.so.

 <snip>
ld32: Giving up after printing 50 warnings. Use -wall to print all
warnings.
-END---------------------------------------------------------------------

Anyway, when I try to install it, it seems to install quite a few files but
eventually fails, and I don't see the binaries installed (svn, etc.) Many
libs are installed. And 'gmake uninstall' fails.

Any hints on how I should configure & build it properly?

--
Himanshu Gohel
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 15 05:44:54 2005

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.