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

Re: Subversion 0.28.1 on Solaris 9

From: Michael Süß <mike_ml_at_suessnetz.de>
Date: 2003-09-03 14:16:43 CEST

On Monday 01 September 2003 17:49, Stefan Pietsch wrote:
> When I try to compile SVN 0.28.1 on Solaris 9 make stops with the
> following error:
>
>
> Undefined first referenced
> symbol in file
> pthread_mutex_consistent_np
> /tmp/subversion-0.28.1/apr/.libs/libapr-0.so
> pthread_mutexattr_setrobust_np
> /tmp/subversion-0.28.1/apr/.libs/libapr-0.so
> ld: fatal: Symbol referencing errors. No output written to .libs/svn
> collect2: ld returned 1 exit status
> make: *** [subversion/clients/cmdline/svn] Error 1
[snip]

I believe your problem has been discussed lately on the dev-list, see the
thread starting with:

http://www.contactor.se/~dast/svn/archive-2003-08/1723.shtml

for details. I believe the conclusion was, that there is presently a problem
with the package managers version of libtool, which will probably be fixed
soon (at least I hope so, since I was affected by this bug also). There are
two known workarounds at the moment:

1. run ./autogen.sh yourself (which might not be that easy, since it requires
some quite specific dependencies)

or:

2. run configure as usual, but before running make edit your Makefile and add
-lpthread to the LIBS line. This worked for me.

Of course you can also just wait for the next version of subversion, but the
release manager has not yet responded to this thread, so I am not sure what
the consensus was or when this will be fixed.

Michael Suess

-- 
"What we do in life, echos in eternity..."
Michael Suess 
Public GPG key: http://www.suessnetz.de/michael/michaelsuess.gpg
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 3 14:16:57 2003

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.