From: Donald P. <d.g...@co...> - 2024-09-26 10:15:17
|
>> I've run into cases where test(1) is misusing "==" to test for >> equality. The proper format is "=". Attached find a patch applied >> againts Sqlite as shipping in rc2, but I've seen this in other >> extensions too. From my findings with *b3*: > > > Hello Don -- see my transciption below -- I think Sqlite might be > the only pkg affected, but for me its still in error. Thank you for the persistence. It does appear that sqlite3 3.45.3. was released in April, before these fixes to tclconfig were made in August. You can solve the problem with a run of autoconf on the bundled sqlite3 release. The upstream now has a commit of the changes too. I expect it will appear in the next upstream release. https://cyqlite.sourceforge.io/cgi-bin/sqlite/info/f227eea2c5b605cf The next sqlite3 release, when available, should drop right in to tcl/pkgs for building and installing. DGP |