maddening tarball problems.
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-10-30 05:18:52 CET
OK, so I've rolled a 0.14.5 tarball, sitting right here:
http://newton.ch.collab.net/pub/subversion-r3566.tar.gz
The main point of this release is to fix the berkeley db detection,
But despite the fact that it works:
* on FreeBSD, with no ./configure args
... this tarball is *still* not working for Fitz on Debian, or for Ed
For Fitz on Debian (no configure args), he sees:
checking for Berkeley DB in /usr/local/include/db4 and /usr/local/lib
...and that's it, its just gives up, never finds berkeley db. It
For Ed on Redhat 8 (no configure args), he sees a false positive:
checking for Berkeley DB in /usr/local/include/db4 and /usr/local/lib (as db)... yes
... it then tacks on the oddball paths and builds anyway, even though
I'm wondering if these problems are due to this change I made in our
places="/usr/local/include/db4:/usr/local/lib std /usr/local
The 'std' thing used to be first on the list, which was a change
I have no explanation for Fitz's situation....?
Can someone (brane? philip?) look at this problem?
I don't think the answer is to simply put 'std' first in the list
---------------------------------------------------------------------
|
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.