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.


$ env PYTHON=$(which python3) ./configure --without-swig ...

configure: Configuring python swig binding
checking for Python includes... 
-I/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/include/python3.7m
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
configure: py3c library configuration via prefix /.../py3c
checking py3c.h usability... yes
checking py3c.h presence... yes
checking for py3c.h... yes
checking for compiling Python extensions... clang 
checking for linking Python extensions... clang -bundle -undefined 
dynamic_lookup -isysroot 
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -bundle_loader 
/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/bin/python
checking for linking Python libraries... -bundle -undefined dynamic_lookup 
-bundle_loader 
/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/bin/python
checking for Python >= 3... yes
/.../subversion-1.14.0-rc2/configure: line 24480: test: : integer expression 
expected
configure: WARNING: Subversion Python bindings for Python 3 require SWIG 3.0.10 
or newer
/.../subversion-1.14.0-rc2/configure: line 24487: test: : integer expression 
expected

Reply via email to