From: drh <>
Date: Tue, 7 Jan 2025 14:55:49 +0000 (+0000)
Subject: Enhancements to the Tcl SQLite extension testing procedures so that they
X-Git-Tag: major-relase~17
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=311990d74ed31b3622000d5e1ca85f31be6a0af7;p=thirdparty%2Fsqlite.git
Enhancements to the Tcl SQLite extension testing procedures so that they
install a full-featured SQLite and so that Tcl is build statically so that
there is no need to worry with LD_LIBRARY_PATH.
FossilOrigin-Name: c8972e652ebe62a8583904b5bc1d96b2d598222c037a714c8ff114ca84b52c7a
---
diff --git a/doc/tcl-extension-testing.md b/doc/tcl-extension-testing.md
index ec624ceb5b..dfe47922e0 100644
--- a/doc/tcl-extension-testing.md
+++ b/doc/tcl-extension-testing.md
@@ -42,11 +42,13 @@ an ordinary tclsh can subsequently run "package require sqlite3".
`fossil up core-8-6-16`
↑ Or some other version of Tcl8.6.
`fossil clean -x`
- `./configure --prefix=$TCLBUILD/tcl86`
+ `./configure --prefix=$TCLBUILD/tcl86 --disable-shared`
+ ↑ The --disable-shared is to avoid the need to set LD_LIBRARY_PATH
+ when using this Tcl build.
`make install`
`cd $SQLITESOURCE`
`fossil clean -x`
- `./configure --with-tclsh=$TCLBUILD/tcl86/bin/tclsh8.6`
+ `./configure --with-tclsh=$TCLBUILD/tcl86/bin/tclsh8.6 --all`
`make tclextension-install`
↑ Verify extension installed at $TCLBUILD/tcl86/lib/tcl8.6/sqlite3.*
`make tclextension-list`
@@ -65,11 +67,13 @@ an ordinary tclsh can subsequently run "package require sqlite3".
`fossil up core-9-0-0`
↑ Or some other version of Tcl9
`fossil clean -x`
- `./configure --prefix=$TCLBUILD/tcl90`
+ `./configure --prefix=$TCLBUILD/tcl90 --disable-shared`
+ ↑ The --disable-shared is to avoid the need to set LD_LIBRARY_PATH
+ when using this Tcl build.
`make install`
`cd $SQLITESOURCE`
`fossil clean -x`
- `./configure --with-tclsh=$TCLBUILD/tcl90/bin/tclsh9.0`
+ `./configure --with-tclsh=$TCLBUILD/tcl90/bin/tclsh9.0 --all`
`make tclextension-install`
↑ Verify extension installed at $TCLBUILD/tcl90/lib/sqlite3.*
`make tclextension-list`
diff --git a/manifest b/manifest
index 8e3fb1f0fe..c5215c7f12 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Make\sthe\sTCL\sextension\saware\sof\sthe\sbooleanString\stype\swithin\sTCL.
-D 2025-01-07T12:14:32.905
+C Enhancements\sto\sthe\sTcl\sSQLite\sextension\stesting\sprocedures\sso\sthat\sthey\ninstall\sa\sfull-featured\sSQLite\sand\sso\sthat\sTcl\sis\sbuild\sstatically\sso\sthat\nthere\sis\sno\sneed\sto\sworry\swith\sLD_LIBRARY_PATH.
+D 2025-01-07T14:55:49.344
F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
F LICENSE.md e108e1e69ae8e8a59e93c455654b8ac9356a11720d3345df2a4743e9590fb20d
@@ -61,7 +61,7 @@ F doc/json-enhancements.md e356fc834781f1f1aa22ee300027a270b2c960122468499bf347b
F doc/jsonb.md 5fab4b8613aa9153fbeb6259297bd4697988af8b3d23900deba588fa7841456b
F doc/lemon.html 8b266ff711d2ec7f867c3dca37634963f48a630329908cc282beebfa8c708706
F doc/pager-invariants.txt 27fed9a70ddad2088750c4a2b493b63853da2710
-F doc/tcl-extension-testing.md fca7b123e6f6c94f87c5e9285342fa08d17f118d47bea22c0b045485755fe9c3
+F doc/tcl-extension-testing.md 059992abc132fcec1a0c811b7d0f8c4fb08763e9833247b60b411e60a7e6128d
F doc/testrunner.md 15583cf8c7d8a1c3378fd5d4319ca769a14c4d950a5df9b015d01d5be290dc69
F doc/trusted-schema.md 33625008620e879c7bcfbbfa079587612c434fa094d338b08242288d358c3e8a
F doc/vdbesort-memory.md 4da2639c14cd24a31e0af694b1a8dd37eaf277aff3867e9a8cc14046bc49df56
@@ -2205,8 +2205,8 @@ F tool/version-info.c 3b36468a90faf1bbd59c65fd0eb66522d9f941eedd364fabccd7227350
F tool/warnings-clang.sh bbf6a1e685e534c92ec2bfba5b1745f34fb6f0bc2a362850723a9ee87c1b31a7
F tool/warnings.sh 49a486c5069de041aedcbde4de178293e0463ae9918ecad7539eedf0ec77a139
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 7d41885e85b0e2ef28bac34d663af07c35b21ee3e8b14481d2371f623bce681d
-R 7defba456aa3fec0b02242de054d2a9a
+P 14b38ae6ab86a314a63ca9513850b43fcc670864f94d03a2706eff469980da88
+R 811d0a9276e161f39f1993aa5a481734
U drh
-Z 915ad0926614914c31505681a5658ee7
+Z c4fb188a31a7551b0e4fe1e776f9db48
# Remove this line to create a well-formed Fossil manifest.
diff --git a/manifest.uuid b/manifest.uuid
index 4f85e88e04..3d4d8f52f4 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-14b38ae6ab86a314a63ca9513850b43fcc670864f94d03a2706eff469980da88
+c8972e652ebe62a8583904b5bc1d96b2d598222c037a714c8ff114ca84b52c7a