Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

help with building subversion on IRIX 6.5.20m

10 views
Skip to first unread message

Himanshu

unread,
Sep 17, 2005, 10:08:26 PM9/17/05
to
Compiling subversion [http://subversion.tigris.org/] seems to work fine
with IRIX 6.5.20m & Freeware gcc, but the when I attempt to install, I
get this fatal error...can anyone give me some hints on how to get
subversion to configure/build/install correctly? Thanks.


libtool: install: warning: relinking `libsvn_client-1.la'
ld32: WARNING 85: definition of libiconv_open in
/usr/local/lib/libsvn_wc-1.so preempts that definition in
/usr/local/lib/libsvn_ra-1.so.
ld32: WARNING 85: definition of libiconv in
/usr/local/lib/libsvn_wc-1.so preempts that definition in
/usr/local/lib/libsvn_ra-1.so.

<snip>

ld32: WARNING 85: definition of __deregister_frame_info in
/usr/people/gohel/dow
nloads/subversion-1.2.3/apr-util/.libs/libaprutil-0.so preempts that
definition in
/usr/people/gohel/downloads/subversion-1.2.3/apr-util/xml/expat/lib/.libs/lib
expat.so.
ld32: Giving up after printing 50 warnings. Use -wall to print all
warnings.
ld32: Segmentation fault. Removing output file...
collect2: ld returned 1 exit status
libtool: install: error: relink `libsvn_client-1.la' with the above
command before installing it
gmake: *** [install-lib] Error 1

*** FYI, configure options:

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 -C --disable-nls --without-berkeley-db

--
Himanshu

Himanshu

unread,
Sep 21, 2005, 9:40:17 PM9/21/05
to
Himanshu wrote:
> Compiling subversion [http://subversion.tigris.org/] seems to work fine
> with IRIX 6.5.20m & Freeware gcc, but the when I attempt to install, I
> get this fatal error...

Thanks to Joerg over at nekochan.net's IRIX developer forums, I was able
to build subversion with these configure options:

CC=/usr/freeware/bin/gcc \
CXX=/usr/freeware/bin/g++ \


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 -C --disable-nls --without-berkeley-db

--disable-mod-activation --without-be --without-axps --enable-all-static
--disable-shared

I believe the key option in the above line is --disable-shared (perhaps
in conjunction with --enable-all-static), because without that I get
linker errors (ld32 seg fault) during install.

Hope this info helps someone out there.

--
Himanshu

0 new messages