From: Pietro C. <ga...@ga...> - 2022-11-21 10:11:22
|
kn Nov 20 2022, 16:43 UTC, Harald Oehlmann <har...@el...> wrote: >Now available at > >https://sourceforge.net/projects/tcl/files/Tcl/8.6.13/ > >are candidate files making up the RC3 pre-releases of Tcl and Tk 8.6.13. > >The pre-release of Tcl 8.6.13 includes pre-releases of packages >sqlite3.40.0, Itcl 4.2.3, tdbc* 1.1.5, and Thread 2.8.8 . > >The changes since RC2 include the new sqlite3.40.0 release, some >packaging troubles with the tdbc* packages, and a few test suite >corner cases. > >The RC3 files should become the release on Nov. 22, when release notes >will also be published. Please report any release-blocking troubles >you discover. All good on FreeBSD 13.1, amd64, except from a minor thing. unixInit-3.2 fails: [encoding system] inside the spawned interpreter is iso8859-1. This gets fixed if I re-run the test after installation, so I guess somehow the test can't resolve the encoding files before they are installed. As a double check, I have renamed the installed encodings/ directory, re-run the test, and reproduced the failure. -- Pietro Cerutti |