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

Cheers,
Nathan

Reply via email to