RE: 1.10.0-alpha1 is up for signing
From: <bert_at_qqmail.nl>
Date: Tue, 21 Feb 2017 17:29:42 +0100
If you compare this problem to 1.7 or something it wouldn’t be a regression.
MSBuild by default builds all targets in the makefile, if you don’t pass a target via the optional -t argument. In those older versions we always generated targets that depended hard on optional dependencies, so building everything didn’t work… You really had to specify a target like __ALL_TESTS__, to avoid things like the swig code, bdb or cxxhl failing.
Since that problem was fixed some time ago, we now fail on systems that just build everything… while those that still specify a target like our buildbots that were setup to be compatible with those old setups don’t see this problem.
Note that I don’t think the unix makefiles build everything either… so they may have similar problems somewhere.
But +1 on rerolling anyway.
Bert
Sent from Mail for Windows 10
From: Stefan Sperling
On Tue, Feb 21, 2017 at 01:18:01PM +0300, Evgeny Kotkov wrote:
Thanks for fixing this Evgeny!
I agree we should prepare another release and toss alpha1, given that
|
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.