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

Re: [PATCH] subversion build fails on Solaris 2.8

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-08-02 16:35:51 CEST

Glenn Schrader wrote:
> 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.

This is a change to the apr build glue, which we simply import from
there, so you should post this patch to the APR dev list
(dev@apr.apache.org) so it can be applied to their version of the file
first.

-garrett

---------------------------------------------------------------------
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:38:23 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.