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

[PATCH] subversion build fails on Solaris 2.8

From: Glenn Schrader <gschrad_at_ll.mit.edu>
Date: 2005-08-02 16:31:03 CEST

I brought this up over on the user list and didn't get a
response. I couldn't find anything similar in the bug
database so I decided to just submit a patch here...

In attempting to build subversion on Solaris 2.8 with
Berkeley DB support, --enable-static and --disable-shared,
the configuration script indicates that it can't find a
good Berkeley. The problem isn't that its not pointing
to a good libdb. The link that underlies the test for
a good libdb is failing because fdatasync is undefined.
On linux, fdatasync appears to be in both libc and librt but
on Solaris 2.8 its only in librt. The attached patch modifies
subversion/configure.in and subversion/apr-util/build/apu-hits.m4
to add -lrt to the link libraries if its needed.

Thanks much,

-glenn

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

Received on Tue Aug 2 16:32:17 2005

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.