Den mån 4 juli 2022 kl 16:07 skrev Bert Huijben <[email protected]>: > > > ============================================================================== > > --- subversion/trunk/build.conf (original) > > +++ subversion/trunk/build.conf Thu Jun 30 08:10:48 2022 > > @@ -340,6 +340,7 @@ type = ra-module > > path = subversion/libsvn_ra_serf > > install = serf-lib > > libs = libsvn_delta libsvn_subr aprutil apriconv apr serf zlib > > +add-install-deps = $(SVN_FS_LIB_INSTALL_DEPS) > > msvc-static = yes > > > > # Accessing repositories via SVN > > Why add this dependency to libsvn_ra_serf? > > I think you have a different problem in your build if you need the fs > libraries for building the serf ra layer. >
Probably :-). I think I need some pointers where to look to understand the build system. The problem (the longer version has been discussed here already here and is documented in issue #4901) is that make install-serf-lib fail when linking libtool: warning: relinking 'libsvn_ra_serf-1.la': /usr/bin/ld: cannot find -lsvn_delta-1 /usr/bin/ld: cannot find -lsvn_subr-1 As far as I could determine these were installed by make install-fsmod-lib. But again, I'm new to this... Kind regards, Daniel

