On Fri, Feb 24, 2017 at 3:39 AM, Stefan <luke1...@posteo.de> wrote: > On 2/21/2017 13:54, Stefan Sperling wrote: >> The new 1.10.1-alpha2 release is up for signing. >> >> The proposed 1.10.0-alpha1 release had a compilation problem on Windows. >> The alpha2 release should fix this problem. It is based on trunk@r1783880. >> >> Full committers, please get this release from >> https://dist.apache.org/repos/dist/dev/subversion >> and add your signatures there. >> >> Thank you! > > Building the new svnconflict tool I'm getting the following linker errors: > > error LNK2001: unresolved external symbol svn_diff_version > error LNK2001: unresolved external symbol svn_delta_version > > (that is: with Visual Studio 2015Up3). > > Applying the attached patch resolves the build issue for me.
Maybe the __ALL_TESTS__ target for the Windows build should be updated to include tools like svnconflict and svn-mergeinfo-normalizer? Then I would have seen this failure as well, before signing the release. But perhaps more importantly: maybe then buildbots would have seen this problem, and stsp would have known this before rolling alpha2? -- Johan