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

Re: [PATCH] '--with-berkeley-db' option [Re: svn commit: r35017 - build/ac-macros]

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Wed, 07 Jan 2009 01:41:26 +0000

On Tue, 2009-01-06 at 12:28 +0100, Arfrever Frehtes Taifersar Arahesis
wrote:
> Please test a patch with:
> SVN_DB_LIBS=["${SVN_DB_LIBS-`$apu_config --libs | sed -e
> 's/.*\(-ldb[^[:space:]]*\).*/\1/' | $GREP -- '-ldb[^[:space:]]*'`}"]

With this line in 'build/ac-macros/berkeley-db.m4', the 'configure'
command gives the following error:

[...]/configure: line 21757: --: command not found

If I replace "$GREP" with "grep" in this line, then no relevant errors
or warnings are issued by the 'configure' command and it successfully
detects and builds with BDB:

[[[
[...]/configure --prefix=/home/julianfoad/usr/local \
                --enable-maintainer-mode --disable-mod-activation \
                --with-ssl --without-serf --without-javahl \
                --with-sqlite=/home/julianfoad
[...]
$ obj-dir/subversion/svnadmin/svnadmin --version
[...]
* fs_base : Module for working with a Berkeley DB repository.
* fs_fs : Module for working with a plain file (FSFS) repository.
]]]

- Julian

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1009064
Received on 2009-01-07 02:42:26 CET

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.