Re: Subversion 0.14.4 released
From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-10-30 01:37:47 CET
Branko ?ibej wrote:
There's an expansion issue with the patch with the $4 in the macro.
for db_libname in $4; do
ends up as
for db_libname in "db4 db"; do
which of course doesn't separate the library names and you end up with
checking for Berkeley DB in /opt/i386-linux/db-4.1 (as db4 db)... no
Change
+ $SVN_FS_WANT_DB_PATCH, "db4 db")
to
+ $SVN_FS_WANT_DB_PATCH, [db4 db])
Also, I'm on RedHat 8 and installed a vanilla DB 4.1.24 and it installs
How about changing this to
+ $SVN_FS_WANT_DB_PATCH, [db-4.1 db-4.0 db-4 db4 db])
Best,
-- Blair Zajac <blair@orcaware.com> Web and OS performance plots - http://www.orcaware.com/orca/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Oct 30 01:38:29 2002 |
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.