On 24.06.2022 22:21, Nathan Hartman wrote:
On Thu, Jun 23, 2022 at 5:58 AM Sergei Trofimovich <sly...@gmail.com> wrote:
The failure as I understand it:
'install-bdb-lib' install target assumes that '-lsvn_delta-1' and
'-lsvn_fs_util-1'
are already installed into 'DESTDIR'. But they are not. 'libtool' fails to
relink
'libsvn_fs_base' against 'DESTDIR'.
I think the dependencies usually happen to be present if 'install-fsmod-lib'
target
was lucky to be executed first. But nothing in 'Makefile.in' or
'build-outputs.mk'
seems to have an equivalent of dependency like:
# hypothetical fix
install-bdb-lib : install-fsmod-lib
I've filed this as issue #4901 in our bugtracker:
https://issues.apache.org/jira/browse/SVN-4901
This needs to be fixed in build.conf and the build generator, not in
Makefile.in.
-- Brane