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

Re: Build issue with Berkeley DB?

From: Andreas Jellinghaus <aj_at_dungeon.inka.de>
Date: 2004-02-13 21:28:16 CET

On Fri, 2004-02-13 at 15:24, John Peacock wrote:
> BZZT!

You are volunteering to track down the bug? Great!
1.) apr or apr-utils sometimes seem to -L/usr/lib, which if it has a db
library can cause confusion.
2.) subversion uses in build.conf:
external-lib = $(SVN_APRUTIL_LIBS)

which is set by configure to
      SVN_APRUTIL_LIBS="`$apu_config --link-libtool --libs`"
which on my system does not include -L/path/to/db/lib

whereas
  SVN_APRUTIL_EXPORT_LIBS="`$apu_config --link-ld --libs`"
does.

> Sorry, you shouldn't make statements like that
> without _positive_ proof.
"might miscompile, always did on my system"?
I need to prove what happens on my system?

also, I reported these problems before:
http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=5191

I'm happy to see that you want to tackle the issue and solve it.

> 2) Download and build Apache 2.0.48 using (at least) the following:

build apache with apache's version of apache? that works?

> 3) Download and build Subversion 0.37.0 using (at least) the following:

last time i checked svn needed it's own apr version, the one in apache
2.0.48 wasn't good enough. has that changed?

Regards, Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 13 21:27:32 2004

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.