[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 1.10.0-alpha1 is up for signing

From: Stefan <luke1410_at_posteo.de>
Date: Mon, 20 Feb 2017 22:27:21 +0100

On 2/16/2017 15:26, Stefan Sperling wrote:
> The 1.10.1-alpha1 release is finally up for signing.
>
> Full committers, please get this release from
> https://dist.apache.org/repos/dist/dev/subversion
> and add your signatures there.
>
> Thank you!

Trying to build this release triggers the following build error when
compiling the svn-mergeinfo-normalizer tool for me:

..\..\..\tools\client-side\svn-mergeinfo-normalizer\wc_mergeinfo.c(376):
error C4013: 'svn_hash__sets' undefined; assuming extern returning int [
G:\Projekte\MaxSVN\1.10.0-alpha1\build\win32\vcnet-vcproj\svn-mergeinfo-normalizer.vcxproj]

If I'm not mistaken, the issue got introduced in r1777345 where
svn_hash__sets() is used now. However, svn_has__sets() is only declared
(in svn_hash.h ln251 ff.) if SVN_HASH__GETS_SETS is defined (which atm
is only the case, if SVN_DEBUG is defined). That currently breaks the
release build of that tool for me.

Should this issue be fixed before alpha1 is released (assuming it's not
an issue on my side)?

Regards,
Stefan

Received on 2017-02-20 22:27:33 CET

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.