Author: hartmannathan
Date: Thu Nov 12 03:52:32 2020
New Revision: 1883333

URL: http://svn.apache.org/viewvc?rev=1883333&view=rev
Log:
In 'staging': 1.14 release notes: Document issue fixed as of r1876662

* docs/release-notes/1.14.html:
  (issues-other-without-swig): New subsection of #issues-other; documents that
    SWIG python bindings can now be built without having SWIG installed when
    building from a release tarball. This was merged to 1.14.x branch in
    r1879245 and is awaiting release in 1.14.1.

Modified:
    subversion/site/staging/docs/release-notes/1.14.html

Modified: subversion/site/staging/docs/release-notes/1.14.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.14.html?rev=1883333&r1=1883332&r2=1883333&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.14.html (original)
+++ subversion/site/staging/docs/release-notes/1.14.html Thu Nov 12 03:52:32 
2020
@@ -1362,6 +1362,27 @@ as of 1.14.1. See <a href="http://svn.ap
 
 </div> <!-- issues-other-c90compat -->
 
+<div class="h4" id="issues-other-without-swig">
+<h4>Cannot build SWIG Python bindings without SWIG
+  <a class="sectionlink" href="#issues-other-without-swig"
+     title="Link to this section">&para;</a>
+</h4>
+
+<p>When building Subversion from a 1.14.0 release archive, it is not possible
+to build Subversion's SWIG Python bindings if SWIG is not installed. This is a
+bug because the sources generated by SWIG are included with the release. The
+failure is due to Subversion's build system attempting to check the version of
+SWIG, which fails if SWIG is not available.</p>
+
+<p>This issue is fixed as 1.14.1. The SWIG version check is automatically
+skipped if the SWIG-generated files are present when <tt>configure</tt> is
+run. Also, the check can be skipped explicitly by passing the
+<tt>--without-swig</tt> option to <tt>configure</tt>.</p>
+
+<p>See <a href="http://svn.apache.org/r1876662";>r1876662</a>.</p>
+
+</div> <!-- issues-other-without-swig -->
+
 </div>  <!-- issues-other -->
 
 </div>  <!-- issues -->


Reply via email to