Re: ./configure --with-berkeley-db gives incomplete message
Michael Osipov <[email protected]> Tue, 18 Mar 2025 18:21:24 -0000
| Newsgroups | gmane.comp.version-control.subversion.user |
|---|---|
| Message-ID | <pony-3bf33b0e-dff1-493a-ae7e-0918f176c2c1-users@subversion.apache.org> |
On 2025/03/18 16:41:07 Nathan Hartman wrote: > On Tue, Mar 18, 2025 at 10:09 AM Michael Osipov <[email protected]> wrote: > > > Folks, > > > > the configure script for 1.14.5 gives me: > > --with-berkeley-db[=HEADER:INCLUDES:LIB_SEARCH_DIRS:LIBS] > > The Subversion Berkeley DB based filesystem > > library > > requires Berkeley DB $db_version or > > $db_alt_version. > > If you specify `--without-berkeley-db', that > > library > > will not be built. If you omit the argument of > > this > > option completely, the configure script will use > > Berkeley DB used by APR-UTIL. > > > > $db_alt_version is defined with "5.x", but not rendered. $db_version is > > set dynamically with a case and is valid as well. > > > > Maybe someone wants to check why they are not interpolated for help output. > > > > Michael > > > > Hi Michael, > > Did this same invocation work as expected with an earlier SVN release? If > so, which release was that? That will help immensely... I dare to say that it has never worked. Tried 1.10.x and 1.11.x, both have the same issue.