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

Subversion build problems on Tru64

From: Jan Nijtmans <jan.nijtmans_at_xs4all.nl>
Date: 2003-11-05 15:54:09 CET

Everything goes well until the point that the commandline client
is linked together. See below for the log.

workaround: in Makefile, change the line:
    LIBS =
to
    LIBS = -lpthread
then everything goes on fine, but I doubt that this is the
correct fix....

This problem seems to be introced already in subversion 0.25
(in 0.24.2 it worked fine!). It might very well be that the
real problem is in libtool, or in configure. What wonders me
especially is that libool is given the argument "-pthread"
which should be sufficient to enable a build with threads
enabled. I didn't report it earlier because the workaround was
so simple and the problem seemed only to occur on Tru64. Now
that Subversion is approaching Beta stage, it appears
appropriate to report it now.

I tried to compile Subversion with various options
(e.g. ./configure --disable-shared), all have the same result.

Further information:
System: (uname -a) OSF1 sou003.so.kadaster.nl V5.1 732 alpha
Compiler (cc -V) Compaq C V6.3-029 on Compaq Tru64 UNIX V5.1 (Rev. 732)

Regards,
     Jan Nijtmans

=================================================================
cd subversion/clients/cmdline && /bin/ksh
/usr/users/nijtmjx/gnu/subversion-0.32.1/libtool --silent --mode=link cc -O2
-pthread -L/usr/users/nijtmjx/gnu/subversion-0.32.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
/usr/users/nijtmjx/gnu/subversion-0.32.1/apr-util/libaprutil-0.la
/usr/users/nijtmjx/gnu/subversion-0.32.1/apr-util/xml/expat/lib/libexpat.la
-liconv /usr/users/nijtmjx/gnu/subversion-0.32.1/apr/libapr-0.la -lrt -lm
-lresolv /usr/users/nijtmjx/gnu/subversion-0.32.1/neon/src/libneon.la
-L/usr/local/lib
ld:
Unresolved:
pthread_sigmask
_Psigwait
__pthread_mutex_init
__pthread_mutex_destroy
__pthread_mutex_lock
__pthread_mutex_trylock
__pthread_mutex_unlock
pthread_mutexattr_init
pthread_mutexattr_setpshared
pthread_mutexattr_destroy
pthread_attr_init
pthread_attr_setdetachstate
pthread_attr_getdetachstate
__pthread_create
__pthread_join
__pthread_detach
__pthread_exit
__pthread_equal
__pthread_once
gmake: *** [subversion/clients/cmdline/svn] Error 1

-- 
Jan Nijtmans
email: jan.nijtmans@xs4all.nl
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 5 16:04:33 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.