On 14.04.2020 10:26, Stefan Sperling wrote: > On Tue, Apr 14, 2020 at 08:50:03AM +0200, Branko Čibej wrote: >> On 08.04.2020 12:18, Stefan Sperling wrote: >>> Everyone, thanks for all the contributions you have made for -rc2! >>> >>> The 1.14.0-rc2 release artifacts are now available for testing/signing. >>> Please get the tarballs from >>> https://dist.apache.org/repos/dist/dev/subversion >>> and add your signatures there. >>> >>> If everything goes well we can rebrand this release candidate as >>> the actual 1.14.0 release with minimal effort. >>> >>> The prospected 1.14.0 release date is May 6. >> >> Configure on OSX throws warnings about missing Swig for Python bindings. >> This is a regression. Swig should not be needed for release builds. > It's unclear from your message whether you consider this a release blocker.
It's not a blocker. The swig-py build works fine and doesn't try to invoke Swig, but configure shouldn't warn, especially when --without-swig is passed explicitly. It doesn't for Ruby and Perl. The build works fine and doesn't invoke Swig, 'make check-siwg-py' works too. -- Brane