Author: hartmannathan
Date: Tue Nov 30 16:05:59 2021
New Revision: 1895430
URL: http://svn.apache.org/viewvc?rev=1895430&view=rev
Log:
* docs/release-notes/1.14.html
(#issues-other): Document build failure with SQLite 3.36 in new subsection
#issues-other-sqlite-3-36.
Found by: Liam Gretton <liam.gretton{_AT_}leicester.ac(dot)uk>
dsahlberg
See users@ thread "Subversion 1.14.1 build problem" started 1 Nov 2021
https://lists.apache.org/thread/ftcovbp691557hlmk2xy4blklp09hpwo
Modified:
subversion/site/publish/docs/release-notes/1.14.html
Modified: subversion/site/publish/docs/release-notes/1.14.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.14.html?rev=1895430&r1=1895429&r2=1895430&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.14.html (original)
+++ subversion/site/publish/docs/release-notes/1.14.html Tue Nov 30 16:05:59
2021
@@ -1661,6 +1661,26 @@ Subversion 1.14.1 restores support for b
</div> <!-- issues-other-apr-1-4 -->
+<div class="h4" id="issues-other-sqlite-3-36">
+<h4>Error building with SQLite 3.36
+ <a class="sectionlink" href="#issues-other-sqlite-3-36"
+ title="Link to this section">¶</a>
+</h4>
+
+<p>Building Subversion with SQLite 3.36 on Unix-like systems may fail with an
+undefined reference to unixFcntlExternalReader:</p>
+
+<pre>/usr/bin/ld: .libs/sqlite3wrapper.o: in function `unixFileControl':
+subversion-1.14.1/sqlite-amalgamation/sqlite3.c:38131: undefined reference to
`unixFcntlExternalReader'
+collect2: error: ld returned 1 exit status
+make: *** [build-outputs.mk:530: subversion/libsvn_subr/libsvn_subr-1.la]
Error 1
+</pre>
+
+<p>This appears to be caused by a bug in SQLite 3.36 only. Subversion builds
+successfully with other versions of SQLite, such as SQLite 3.35 and 3.37.</p>
+
+</div> <!-- issues-other-sqlite-3-36 -->
+
</div> <!-- issues-other -->
</div> <!-- issues -->