From: Donald G P. <don...@ni...> - 2024-02-23 18:35:14
|
Now available at https://sourceforge.net/projects/tcl/files/Tcl/8.6.14/ are RC1 candidate source code distribution pre-releases of Tcl and Tk 8.6.14. This is the second of a sequence of candidate releases leading to the release of Tcl/Tk 8.6.14. Testing of builds and operations on multiple platforms is invited. Open tickets on any problems discovered, or raise the issue in a reply to this message. The Tcl pre-release includes pre-releases of the packages Thread 2.8.9 and TDBC* 1.1.7. The same level of vetting on them is also appreciated. Other packages in the tcl8.6.14/pkgs directory are the same releases that were included in the release of Tcl 9.0b1. Unless severe problems are discovered with these RCs, expect them to become the Tcl/Tk 8.6.14 releases next week. Thank you for your contributions and assistance. -- | Don Porter Applied and Computational Mathematics Division | | don...@ni... Information Technology Laboratory | | http://math.nist.gov/~DPorter/ NIST | |______________________________________________________________________| |
From: Pietro C. <ga...@ga...> - 2024-02-26 10:36:19
|
On Feb 23 2024, 18:33 UTC, Donald G Porter via Tcl-Core <tcl...@li...> wrote: >Now available at > >https://sourceforge.net/projects/tcl/files/Tcl/8.6.14/ > >are RC1 candidate source code distribution pre-releases of Tcl and Tk 8.6.14. Thanks, all good on FreeBSD! -- Pietro Cerutti I have pledged to give 10% of income to effective charities and invite you to join me - https://givingwhatwecan.org |
From: Paul O. <pa...@po...> - 2024-02-26 18:03:33
|
Builds without warnings on Raspberry Pi OS and RiscV (VisionFive 2 Debian). Tcl produces 1 failure on RiscV: ==== binary-40.3 ScanNumber: NaN FAILED ==== Contents of test case: unset -nocomplain arg1 list [binary scan \xff\xff\xff\xff f1 arg1] $arg1 ---- Result was: 1 NaN ---- Result should have been (glob matching): 1 -NaN* ==== binary-40.3 FAILED Regards, Paul Am 23.02.2024 um 19:33 schrieb Donald G Porter via Tcl-Core: > Now available at > > https://sourceforge.net/projects/tcl/files/Tcl/8.6.14/ > > are RC1 candidate source code distribution pre-releases of Tcl and Tk 8.6.14. > > This is the second of a sequence of candidate releases leading to the release of > Tcl/Tk 8.6.14. Testing of builds and operations on multiple platforms is invited. Open > tickets on any problems discovered, or raise the issue in a reply to this message. > > The Tcl pre-release includes pre-releases of the packages Thread 2.8.9 > and TDBC* 1.1.7. The same level of vetting on them is also appreciated. Other > packages in the tcl8.6.14/pkgs directory are the same releases that were included in > the release of Tcl 9.0b1. > > Unless severe problems are discovered with these RCs, expect them to become the > Tcl/Tk 8.6.14 releases next week. > > Thank you for your contributions and assistance. > |
From: Alexander S. <a.s...@gm...> - 2024-02-27 07:54:01
Attachments:
smime.p7s
|
Tcl 8.6.14rc1 all.tcl: Total 47015 Passed 43841 Skipped 3174 Failed 0 all.tcl: Total 792 Passed 726 Skipped 66 Failed 0 all.tcl: Total 1 Passed 1 Skipped 0 Failed 0 all.tcl: Total 13 Passed 13 Skipped 0 Failed 0 all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 all.tcl: Total 4 Passed 3 Skipped 1 Failed 0 all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 all.tcl: Total 161 Passed 158 Skipped 3 Failed 0 all.tcl: Total 138 Passed 122 Skipped 16 Failed 0 all.tcl: Total 47015 Passed 43841 Skipped 3174 Failed 0 all.tcl: Total 792 Passed 726 Skipped 66 Failed 0 all.tcl: Total 1 Passed 1 Skipped 0 Failed 0 all.tcl: Total 13 Passed 13 Skipped 0 Failed 0 all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 all.tcl: Total 4 Passed 3 Skipped 1 Failed 0 all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 all.tcl: Total 161 Passed 158 Skipped 3 Failed 0 all.tcl: Total 138 Passed 122 Skipped 16 Failed 0 Tk 8.6.14rc1 ==== wm-maxsize-1.7 maxsize must be <= screen size FAILED ==== Contents of test case: toplevel .t lassign [wm maxsize .t] t_width t_height set s_width [winfo screenwidth .t] set s_height [winfo screenheight .t] expr {($t_width <= $s_width) && ($t_height <= $s_height)} ---- Result was: 0 ---- Result should have been (exact matching): 1 ==== wm-maxsize-1.7 FAILED all.tcl: Total 9706 Passed 8498 Skipped 1207 Failed 1 all.tcl: Total 499 Passed 484 Skipped 15 Failed 0 ==== focus-1.12 Tk_FocusCmd procedure, -displayof option FAILED ==== Contents of test case: focusClear focus .t focus -displayof .t.b3 ---- Result was: .t ---- Result should have been (exact matching): ==== focus-1.12 FAILED ==== wm-maxsize-1.7 maxsize must be <= screen size FAILED ==== Contents of test case: toplevel .t lassign [wm maxsize .t] t_width t_height set s_width [winfo screenwidth .t] set s_height [winfo screenheight .t] expr {($t_width <= $s_width) && ($t_height <= $s_height)} ---- Result was: 0 ---- Result should have been (exact matching): 1 ==== wm-maxsize-1.7 FAILED all.tcl: Total 9706 Passed 8497 Skipped 1207 Failed 2 all.tcl: Total 499 Passed 484 Skipped 15 Failed 0 |
From: Alexander S. <a.s...@gm...> - 2024-02-28 19:31:48
Attachments:
smime.p7s
|
Tk 8.6.14rc2 OK all.tcl: Total 9706 Passed 8499 Skipped 1207 Failed 0 all.tcl: Total 499 Passed 484 Skipped 15 Failed 0 all.tcl: Total 9706 Passed 8499 Skipped 1207 Failed 0 all.tcl: Total 499 Passed 484 Skipped 15 Failed 0 > Am 27.02.2024 um 08:53 schrieb Alexander Schöpe <a.s...@gm...>: > > Tcl 8.6.14rc1 > all.tcl: Total 47015 Passed 43841 Skipped 3174 Failed 0 > all.tcl: Total 792 Passed 726 Skipped 66 Failed 0 > all.tcl: Total 1 Passed 1 Skipped 0 Failed 0 > all.tcl: Total 13 Passed 13 Skipped 0 Failed 0 > all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 > all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 > all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 > all.tcl: Total 4 Passed 3 Skipped 1 Failed 0 > all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 > all.tcl: Total 161 Passed 158 Skipped 3 Failed 0 > all.tcl: Total 138 Passed 122 Skipped 16 Failed 0 > all.tcl: Total 47015 Passed 43841 Skipped 3174 Failed 0 > all.tcl: Total 792 Passed 726 Skipped 66 Failed 0 > all.tcl: Total 1 Passed 1 Skipped 0 Failed 0 > all.tcl: Total 13 Passed 13 Skipped 0 Failed 0 > all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 > all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 > all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 > all.tcl: Total 4 Passed 3 Skipped 1 Failed 0 > all.tcl: Total 0 Passed 0 Skipped 0 Failed 0 > all.tcl: Total 161 Passed 158 Skipped 3 Failed 0 > all.tcl: Total 138 Passed 122 Skipped 16 Failed 0 > > Tk 8.6.14rc1 > ==== wm-maxsize-1.7 maxsize must be <= screen size FAILED > ==== Contents of test case: > toplevel .t > lassign [wm maxsize .t] t_width t_height > set s_width [winfo screenwidth .t] > set s_height [winfo screenheight .t] > expr {($t_width <= $s_width) && ($t_height <= $s_height)} > ---- Result was: > 0 > ---- Result should have been (exact matching): > 1 > ==== wm-maxsize-1.7 FAILED > all.tcl: Total 9706 Passed 8498 Skipped 1207 Failed 1 > all.tcl: Total 499 Passed 484 Skipped 15 Failed 0 > ==== focus-1.12 Tk_FocusCmd procedure, -displayof option FAILED > ==== Contents of test case: > focusClear > focus .t > focus -displayof .t.b3 > ---- Result was: > .t > ---- Result should have been (exact matching): > ==== focus-1.12 FAILED > ==== wm-maxsize-1.7 maxsize must be <= screen size FAILED > ==== Contents of test case: > toplevel .t > lassign [wm maxsize .t] t_width t_height > set s_width [winfo screenwidth .t] > set s_height [winfo screenheight .t] > expr {($t_width <= $s_width) && ($t_height <= $s_height)} > ---- Result was: > 0 > ---- Result should have been (exact matching): > 1 > ==== wm-maxsize-1.7 FAILED > all.tcl: Total 9706 Passed 8497 Skipped 1207 Failed 2 > all.tcl: Total 499 Passed 484 Skipped 15 Failed 0 |
From: Christopher C. <chr...@gm...> - 2024-02-28 05:41:37
|
Sent: Friday, February 23, 2024 at 12:33 PM From: "Donald G Porter via Tcl-Core" > Now available at > > https://sourceforge.net/projects/tcl/files/Tcl/8.6.14/ > > are RC1 candidate source code distribution pre-releases of Tcl and Tk 8.6.14. Hello Don, thanks for getting these out. Some feedback regarding Tk changes: > 2023-05-13 (bug)[341469] Dialogs robust against parent destruction (vogel) 341469 is ambiguous. The original SourceForge bug ID was 3414695. > 2023-07-09 (bug)[578441] Aqua: memleak in TkpOpenDisplay (chavez) This is bug a526d42999; 578441 looks duplicated from an above entry. > 2023-07-23 (bug)[f24735] Aqua: crash in [label .l -bitmap floppy] (chavez) Bug ID contains typo; should be f24725b545. A better description might be “crash when using Aqua pre-defined bitmap names“ (as Tk_GetBitmap documentation calls them). > 2023-08-30 (bug)[ef5d3e] Aqua: crash on repeated display of dialog (chavez) Showing a dialog repeatedly is an artifact of the test provided by one of the reporters of this bug; there were other ways to trigger the bug, but the thing in common was that the crash occurs after destroying the root toplevel of the first Tk interpreter of the process (which, to Python users, means destroying the first tkinter.Tk() instance). So I would suggest a description like “Aqua: crash after destroying root toplevel in first Tk interpreter”. Hope this helps |
From: Christopher C. <chr...@gm...> - 2024-02-28 06:50:15
|
Sent: Tuesday, February 27, 2024 at 11:41 PM From: "Christopher Chavez via Tcl-Core" >> 2023-08-30 (bug)[ef5d3e] Aqua: crash on repeated display of dialog (chavez) > Showing a dialog repeatedly is an artifact of the test provided by one of the reporters of this bug; there were other ways to trigger the bug, but the thing in common was that the crash occurs after destroying the root toplevel of the first Tk interpreter of the process (which, to Python users, means destroying the first tkinter.Tk() instance). So I would suggest a description like “Aqua: crash after destroying root toplevel in first Tk interpreter”. It could also help to mention the message appearing in crash reports specifically for this issue, i.e. “Aqua: crash after destroying root toplevel in first Tk interpreter (KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECT_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED in macOS crash report)” |
From: Donald G P. <don...@ni...> - 2024-02-28 15:28:35
|
Now available at https://sourceforge.net/projects/tcl/files/Tcl/8.6.14/ are RC2 candidate source code distribution pre-releases of Tk 8.6.14. This is the third of a sequence of candidate releases leading to the release of Tk 8.6.14. It differs from the RC1 release only in minor edits to the changes file. It is not expected that additional testing is needed before this becomes the Tk 8.6.14 release. All other components of the joint Tcl/Tk 8.6.14 releases are unchanged from RC1. Expect the releases to be announced soon after release notes are completed. Thank you for your contributions and assistance. -- | Don Porter Applied and Computational Mathematics Division | | don...@ni... Information Technology Laboratory | | http://math.nist.gov/~DPorter/ NIST | |______________________________________________________________________| |
From: Donald G P. <don...@ni...> - 2024-09-06 18:47:44
|
Now available at https://sourceforge.net/projects/tcl/files/Tcl/8.6.15/ are RC0 candidate source code distribution pre-releases of Tcl and Tk 8.6.15. This is the first of a sequence of candidate releases leading to the release of Tcl/Tk 8.6.15. Testing of builds and operations on multiple platforms is invited. Open tickets on any problems discovered, or raise the issue in a reply to this message. The Tcl pre-release includes pre-releases of the packages Thread 2.8.10, Itcl 4.3.0, and TDBC* 1.1.9. The same level of vetting on them is also appreciated. Unless severe problems are discovered with these RCs, expect them to become the Tcl/Tk 8.6.15 releases next week. Thank you for your contributions and assistance. -- | Don Porter Applied and Computational Mathematics Division | | don...@ni... Information Technology Laboratory | | http://math.nist.gov/~DPorter/ NIST | |______________________________________________________________________| |
From: Paul O. <pa...@po...> - 2024-09-08 18:32:26
|
Hi Don, thanks for the new release candidate. Builds fine on my BAWT build environments using Windows, Linux, Mac, Raspi, RiscV. If a warning-free build is desired, take a look at the following warnings: Warnings Mac-M2 Sonoma gcc 15.0: ./generic/itclInfo.c:1710:7: warning: variable 'numElems' set but not used [-Wunused-but-set-variable] int numElems; ld: warning: -single_module is obsolete ld: warning: -s is obsolete ld: warning: ignoring duplicate libraries: '-ltdbcstub1.1.9' Warnings Windows11 VS2022 64-bit build: Messages in German mean: Conversion from size_t to int, possible data loss pkgs\tdbc1.1.9\win\..\generic\tdbcTokenize.c(123): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich pkgs\tdbc1.1.9\win\..\generic\tdbcTokenize.c(150): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich pkgs\tdbc1.1.9\win\..\generic\tdbcTokenize.c(159): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich pkgs\tdbc1.1.9\win\..\generic\tdbcTokenize.c(167): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(888): warning C4267: "=": Konvertierung von "size_t" nach "int", Datenverlust m”glich pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(2655): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(2659): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(4006): warning C4267: "=": Konvertierung von "size_t" nach "int", Datenverlust m”glich pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(4701): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(5138): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(5440): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(5461): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich Regards, Paul Am 06.09.2024 um 20:32 schrieb Donald G Porter via Tcl-Core: > > Now available at > > https://sourceforge.net/projects/tcl/files/Tcl/8.6.15/ > > are RC0 candidate source code distribution pre-releases of Tcl and Tk 8.6.15. > > This is the first of a sequence of candidate releases leading to the release of > Tcl/Tk 8.6.15. Testing of builds and operations on multiple platforms is invited. Open > tickets on any problems discovered, or raise the issue in a reply to this message. > > The Tcl pre-release includes pre-releases of the packages Thread 2.8.10, Itcl 4.3.0, > and TDBC* 1.1.9. The same level of vetting on them is also appreciated. > > Unless severe problems are discovered with these RCs, expect them to become the > Tcl/Tk 8.6.15 releases next week. > > Thank you for your contributions and assistance. > |
From: Pietro C. <ga...@ga...> - 2024-09-09 07:31:19
|
On Sep 06 2024, 18:32 +0000, Donald G Porter via Tcl-Core <tcl...@li...> wrote: > >Now available at > >https://sourceforge.net/projects/tcl/files/Tcl/8.6.15/ > >are RC0 candidate source code distribution pre-releases of Tcl and Tk 8.6.15. Looks good on FreeBSD, thanks! -- Pietro Cerutti I have pledged to give 10% of income to effective charities and invite you to join me - https://givingwhatwecan.org |
From: Harald O. <har...@el...> - 2024-09-09 08:17:37
Attachments:
OpenPGP_signature.asc
|
Am 06.09.2024 um 20:32 schrieb Donald G Porter via Tcl-Core: > > Now available at > > https://sourceforge.net/projects/tcl/files/Tcl/8.6.15/ > > are RC0 candidate source code distribution pre-releases of Tcl and Tk > 8.6.15. Hi Don, I appreciate the release candidate. Here are the results on archaic MS-VC 6 compiler. We know, that this is old any low priority. Jan said, that we can not make sqlite compile any more. Nevertheless, here are the results. A lot of compiler warnings (and errors for sqlite) are listed below. Test suite compared to 8.6.14: all clean TDBC: in the test case, the DLL does not load. This is ok for mysql, postgres, but odbc should always load. Nevertheless, a "package require tdbc::odbc" succeeds when installed. The test error is: Test file error: couldn't load library "C:/test/tcl8.6.15rc0/tcl8.6.15/pkgs/tdbc1.1.9/win/Release/tdbc119.dll": this library or a dependent library could not be found in library path -> There is the "t" missing within the path. It should be tdbc119t.dll instead tdbc119.dll. All other binary modules have the same issue (mysql, postgresql). HTMLHELP: clean Practical test with complex application: ok Thank you for all, Harald --COMPILE ERRORS-- TCL C:\test\tcl8.6.15rc0\tcl8.6.15\win\..\generic\tclProc.c(2275) : warning C4550: expression evaluates to a function which is missing an argument list TK C:\test\tcl8.6.15rc0\tk8.6.15\win\..\generic\tkCanvas.c(4241) : warning C4022: 'memcpy' : pointer mismatch for actual parameter 1 C:\test\tcl8.6.15rc0\tk8.6.15\win\..\win\tkWinFont.c(1499) : warning C4761: integral size mismatch in argument; conversion supplied C:\test\tcl8.6.15rc0\tk8.6.15\win\..\win\tkWinFont.c(1521) : warning C4761: integral size mismatch in argument; conversion supplied C:\test\tcl8.6.15rc0\tk8.6.15\win\..\generic\ttk\ttkFrame.c(175) : warning C4005: 'DEFAULT_BORDERWIDTH' : macro redefinition C:\test\tcl8.6.15rc0\tk8.6.15\win\..\generic\ttk\ttkClassicTheme.c(0) : see previous definition of 'DEFAULT_BORDERWIDTH' SQLITE C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(35143) : error C2059: syntax error : 'bad suffix on number' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(35143) : error C2146: syntax error : missing ';' before identifier 'L' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(35143) : error C2065: 'L' : undeclared identifier C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(35147) : error C2059: syntax error : 'bad suffix on number' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(35147) : error C2146: syntax error : missing ';' before identifier 'L' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(35334) : warning C4056: overflow in floating-point constant arithmetic C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(35345) : error C2059: syntax error : 'bad suffix on number' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(35345) : error C2146: syntax error : missing ')' before identifier 'L' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(35345) : error C2059: syntax error : ')' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(35345) : error C2143: syntax error : missing ';' before '{' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(35376) : warning C4056: overflow in floating-point constant arithmetic C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(35715) : error C2059: syntax error : 'bad suffix on number' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(35715) : error C2146: syntax error : missing ')' before identifier 'L' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(35715) : error C2059: syntax error : ')' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(65536) : warning C4049: compiler limit : terminating line number emission C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(89719) : warning C4550: expression evaluates to a function which is missing an argument list C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(89729) : warning C4550: expression evaluates to a function which is missing an argument list C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(89740) : warning C4550: expression evaluates to a function which is missing an argument list C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(89744) : warning C4550: expression evaluates to a function which is missing an argument list C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(103943) : warning C4550: expression evaluates to a function which is missing an argument list C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(103945) : warning C4550: expression evaluates to a function which is missing an argument list C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(103947) : warning C4550: expression evaluates to a function which is missing an argument list C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(130040) : error C2059: syntax error : 'bad suffix on number' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(130040) : error C2146: syntax error : missing ')' before identifier 'L' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(130040) : error C2059: syntax error : 'bad suffix on number' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(130040) : error C2146: syntax error : missing ';' before identifier 'L' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(130040) : error C2059: syntax error : ')' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(130040) : error C2143: syntax error : missing ';' before '{' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(130046) : error C2181: illegal else without matching if C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(130058) : error C2059: syntax error : 'bad suffix on number' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(130058) : error C2146: syntax error : missing ')' before identifier 'L' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(130058) : error C2059: syntax error : 'bad suffix on number' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(130058) : error C2146: syntax error : missing ';' before identifier 'L' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(130058) : error C2059: syntax error : ')' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(130058) : error C2143: syntax error : missing ';' before '{' C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\sqlite3.45.3\win\..\generic\../compat/sqlite3/sqlite3.c(130062) : error C2181: illegal else without matching if TDBCODBC C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(2720) : warning C4761: integral size mismatch in argument; conversion supplied C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(4050) : warning C4761: integral size mismatch in argument; conversion supplied C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(4095) : warning C4761: integral size mismatch in argument; conversion supplied C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(1474) : warning C4761: integral size mismatch in argument; conversion supplied C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(4530) : warning C4761: integral size mismatch in argument; conversion supplied C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(4550) : warning C4761: integral size mismatch in argument; conversion supplied C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(4588) : warning C4761: integral size mismatch in argument; conversion supplied C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(4646) : warning C4761: integral size mismatch in argument; conversion supplied C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(5297) : warning C4761: integral size mismatch in argument; conversion supplied C:\test\tcl8.6.15rc0\tcl8.6.15\pkgs\tdbcodbc1.1.9\win\..\generic\tdbcodbc.c(5489) : warning C4761: integral size mismatch in argument; conversion supplied |
From: Donald G P. <don...@ni...> - 2024-09-10 17:15:27
|
Now available at https://sourceforge.net/projects/tcl/files/Tcl/9.0.0/ are RC0 candidate source code distribution pre-releases of Tcl and Tk 9.0.0 This is the first of a sequence of candidate releases leading to the release of Tcl/Tk 9.0.0. Testing of builds and operations on multiple platforms is invited. Open tickets on any problems discovered, or raise the issue in a reply to this message. The Tcl pre-release includes pre-releases of the packages Thread 3.0.0, Itcl 4.3.0, and TDBC* 1.1.9. The same level of vetting on them is also appreciated. The released package sqlite 3.45.3 is also included. Thank you for your contributions and assistance. -- | Don Porter Applied and Computational Mathematics Division | | don...@ni... Information Technology Laboratory | | http://math.nist.gov/~DPorter/ NIST | |______________________________________________________________________| |
From: <apn...@ya...> - 2024-09-11 07:06:34
|
A few minor items missing from changes.md - see https://core.tcl-lang.org/tcl/info/52a5f4ab95bc36a8. Line 7 of changes.md says 9.0b4 (not fixed in above commit) Zlib test failures reported in b3 still open - seen on Fedora but not Windows or Ubuntu. Ticket had already been logged - https://core.tcl-lang.org/tcl/tktview/73d5cb615e Tcl/Tk verified on Windows 10. Tcl (no Tk) verified on Ubuntu and Fedora. /Ashok -----Original Message----- From: Donald G Porter via Tcl-Core <tcl...@li...> Sent: Tuesday, September 10, 2024 10:30 PM To: Tcl List Core <tcl...@li...> Subject: [TCLCORE] Tcl/Tk 9.0.0 Release Candidates Now available at https://sourceforge.net/projects/tcl/files/Tcl/9.0.0/ are RC0 candidate source code distribution pre-releases of Tcl and Tk 9.0.0 This is the first of a sequence of candidate releases leading to the release of Tcl/Tk 9.0.0. Testing of builds and operations on multiple platforms is invited. Open tickets on any problems discovered, or raise the issue in a reply to this message. The Tcl pre-release includes pre-releases of the packages Thread 3.0.0, Itcl 4.3.0, and TDBC* 1.1.9. The same level of vetting on them is also appreciated. The released package sqlite 3.45.3 is also included. Thank you for your contributions and assistance. -- | Don Porter Applied and Computational Mathematics Division | | don...@ni... Information Technology Laboratory | | http://math.nist.gov/~DPorter/ NIST | |______________________________________________________________________| _______________________________________________ Tcl-Core mailing list Tcl...@li... https://lists.sourceforge.net/lists/listinfo/tcl-core |
From: Harald O. <har...@el...> - 2024-09-11 17:56:29
Attachments:
OpenPGP_signature.asc
|
Am 10.09.2024 um 18:59 schrieb Donald G Porter via Tcl-Core: > > Now available at > > https://sourceforge.net/projects/tcl/files/Tcl/9.0.0/ > > are RC0 candidate source code distribution pre-releases of Tcl and Tk 9.0.0 Awesome work, Don & team ! Here is MS-VS 2015 32 bit on Windows 10 64 bit test result htmlhelp: clean testsuite: clean practical test: clean So, a big go from my side ! Take care, Harald |
From: Paul O. <pa...@po...> - 2024-09-11 20:32:33
|
Builds fine on my BAWT build environments using Windows, Linux, Mac, Raspi, RiscV. Warnings Tcl 9.0.0 using Mac-M2 Sonoma gcc 15.0: /Users/obermeier/poSoft/BawtBuilds/poAppsDistribution/poApps-9.0.0-9.0.0/Darwin/x64/Release/Build/Tcl/generic/tclClockFmt.c:117:14: warning: unknown pragma ignored [-Wunknown-pragmas] # pragma GCC optimize("no-trapv") /Users/obermeier/poSoft/BawtBuilds/poAppsDistribution/poApps-9.0.0-9.0.0/Darwin/x64/Release/Build/Tcl/generic/tclClockFmt.c:213:14: warning: unknown pragma ignored [-Wunknown-pragmas] # pragma GCC reset_options /Users/obermeier/poSoft/BawtBuilds/poAppsDistribution/poApps-9.0.0-9.0.0/Darwin/x64/Release/Build/Tcl/generic/tclDate.c:1217:9: warning: variable 'TclDatenerrs' set but not used [-Wunused-but-set-variable] int yynerrs = 0; /Users/obermeier/poSoft/BawtBuilds/poAppsDistribution/poApps-9.0.0-9.0.0/Darwin/x64/Release/Build/Tcl/generic/tclDate.c:72:25: note: expanded from macro 'yynerrs' #define yynerrs TclDatenerrs Am 10.09.2024 um 18:59 schrieb Donald G Porter via Tcl-Core: > > Now available at > > https://sourceforge.net/projects/tcl/files/Tcl/9.0.0/ > > are RC0 candidate source code distribution pre-releases of Tcl and Tk 9.0.0 > > This is the first of a sequence of candidate releases leading to the release of > Tcl/Tk 9.0.0. Testing of builds and operations on multiple platforms is invited. Open > tickets on any problems discovered, or raise the issue in a reply to this message. > > The Tcl pre-release includes pre-releases of the packages Thread 3.0.0, Itcl 4.3.0, > and TDBC* 1.1.9. The same level of vetting on them is also appreciated. The > released package sqlite 3.45.3 is also included. > > Thank you for your contributions and assistance. > |
From: Alexander S. <a.s...@gm...> - 2024-09-12 17:59:23
|
On my Mac, the test suite runs without any errors. macOS Sonoma Version 14.6.1 (23G93) CPU Apple Silicon M2 ARM64 |
From: Reinhard M. <rei...@m4...> - 2024-09-13 08:09:30
|
Hi, Am 10.09.2024 18:59, schrieb Donald G Porter via Tcl-Core: > Open tickets on any problems discovered, or raise the issue in a reply > to this message. some of the httpProxy tests that try to access http://www.google.com/ fail in build environments that intentionally have no Internet access: --- snip --- ---- errorInfo: couldn't open socket: Temporary failure in name resolution while executing "http::geturl http://www.google.com/" ("uplevel" body line 4) invoked from within "uplevel 1 $script" --- snap --- cu Reinhard |
From: Donald G P. <don...@ni...> - 2024-09-18 19:32:53
|
Now available at https://sourceforge.net/projects/tcl/files/Tcl/9.0.0/ are RC1 candidate source code distribution pre-releases of Tcl and Tk 9.0.0 This is the second of a sequence of candidate releases leading to the release of Tcl/Tk 9.0.0. Testing of builds and operations on multiple platforms is invited. Open tickets on any problems discovered, or raise the issue in a reply to this message. The Tcl pre-release includes pre-releases of the packages Thread 3.0.0 and Itcl 4.3.1. The same level of vetting on them is also appreciated. The released packages sqlite 3.45.3 and TDBC* 1.1.9 are also included. Several fixes and improvements brought to light under examination of the RC0 release candidates are in these new offerings. Thank you for your contributions and assistance. -- | Don Porter Applied and Computational Mathematics Division | | don...@ni... Information Technology Laboratory | | http://math.nist.gov/~DPorter/ NIST | |______________________________________________________________________| |
From: Harald O. <har...@el...> - 2024-09-18 22:05:37
Attachments:
OpenPGP_signature.asc
|
Am 18.09.2024 um 21:32 schrieb Donald G Porter via Tcl-Core: > > Now available at > > https://sourceforge.net/projects/tcl/files/Tcl/9.0.0/ > > are RC1 candidate source code distribution pre-releases of Tcl and Tk 9.0.0 All good for me on Win 64 with MS-VC6 32 bit ! Great work ! Harald |
From: elns <el...@xs...> - 2024-09-19 08:41:22
|
Compiling/building Tcl and Tk ============================= - native from and to x86_64-linux: no errors - cross from x86_64-linux to x86_64-mingw32: no errors Testing Tcl (linux only) ======================== Doing "make test" in the build directory: all tests passed Installing the native x86_64-linux build ======================================== Doing "sudo make install" doesn't install init.tcl (leaving in place any existing files from previous installs). Upon launch of tclsh9.0, this leads to: -- output -- application-specific initialization failed: Cannot find a usable init.tcl in the following directories: {} /usr/local/lib/tcl9.0 /usr/local/lib/tcl9.0 /usr/lib/tcl9.0 /usr/local/library /usr/library /usr/tcl9.0/library /usr/tcl9.0.0/library /tcl9.0.0/library /usr/local/lib/tcl9.0/init.tcl: version conflict for package "tcl": have 9.0.0, need exactly 9.0b2 version conflict for package "tcl": have 9.0.0, need exactly 9.0b2 while executing "package require -exact tcl 9.0b2" (file "/usr/local/lib/tcl9.0/init.tcl" line 18) invoked from within "source /usr/local/lib/tcl9.0/init.tcl" ("uplevel" body line 1) invoked from within "uplevel #0 [list source $tclfile]" /usr/local/lib/tcl9.0/init.tcl: version conflict for package "tcl": have 9.0.0, need exactly 9.0b2 version conflict for package "tcl": have 9.0.0, need exactly 9.0b2 while executing "package require -exact tcl 9.0b2" (file "/usr/local/lib/tcl9.0/init.tcl" line 18) invoked from within "source /usr/local/lib/tcl9.0/init.tcl" ("uplevel" body line 1) invoked from within "uplevel #0 [list source $tclfile]" This probably means that Tcl wasn't installed properly. -- end of output -- I believe that "sudo make install" ought install init.tcl too, overwriting any already existing file. (After having invoked an extra "sudo make install-libraries", init.tcl is being installed together with the libraries, and all is well.) Running the x86_64-linux build (after the above install-tweak) ============================================================== Running the test scripts for windetect-2.0.0 and tkwintrack-2.1.0 (which are demanding for Tk), went fine. Running the cross-compiled tclsh90 and wish90 on MS Windows =========================================================== Running the test scripts for windetect-2.0.0 and tkwintrack-2.1.0 (which are demanding for Tk), went fine. Regards, Erik Leunissen. -- On 9/18/24 21:32, Donald G Porter via Tcl-Core wrote: > > Now available at > > https://sourceforge.net/projects/tcl/files/Tcl/9.0.0/ > > are RC1 candidate source code distribution pre-releases of Tcl and Tk 9.0.0 > > This is the second of a sequence of candidate releases leading to the release of > Tcl/Tk 9.0.0. Testing of builds and operations on multiple platforms is invited. Open > tickets on any problems discovered, or raise the issue in a reply to this message. > > The Tcl pre-release includes pre-releases of the packages Thread 3.0.0 and Itcl 4.3.1. > The same level of vetting on them is also appreciated. The released packages > sqlite 3.45.3 and TDBC* 1.1.9 are also included. > > Several fixes and improvements brought to light under examination of the RC0 > release candidates are in these new offerings. > > Thank you for your contributions and assistance. > |
From: Donald G P. <don...@ni...> - 2024-09-24 18:40:51
|
Now available at https://sourceforge.net/projects/tcl/files/Tcl/9.0.0/ are RC2 candidate source code distribution pre-release of Tcl 9.0.0 This is the third of a sequence of candidate releases leading to the release of Tcl 9.0.0. Testing of builds and operations on multiple platforms is invited. Any critical problem that should block the release should be reported immediately. The Tcl pre-release includes pre-releases of the packages Thread 3.0.0 and Itcl 4.3.1. The same level of vetting on them is also appreciated. The released packages sqlite 3.45.3 and TDBC* 1.1.9 are also included. Compared to the RC1 candidate, this release includes one bug fix in the formatting of list elements, as well as several refinements to the documentation and comments. It is expected that the RC2 candidate files will become the Tcl 9.0.0 release later this week. Thank you for your contributions and assistance. -- | Don Porter Applied and Computational Mathematics Division | | don...@ni... Information Technology Laboratory | | http://math.nist.gov/~DPorter/ NIST | |______________________________________________________________________| |
From: Donald G P. <don...@ni...> - 2024-09-24 20:04:46
|
Now available at https://sourceforge.net/projects/tcl/files/Tcl/9.0.0/ are RC2 candidate source code distribution pre-release of Tk 9.0.0 This is the third of a sequence of candidate releases leading to the release of Tk 9.0.0. Testing of builds and operations on multiple platforms is invited. Any critical problem that should block the release should be reported immediately. It is expected that the RC2 candidate files will become the Tk 9.0.0 release later this week. Thank you for your contributions and assistance. -- | Don Porter Applied and Computational Mathematics Division | | don...@ni... Information Technology Laboratory | | http://math.nist.gov/~DPorter/ NIST | |______________________________________________________________________| |
From: Donald G P. <don...@ni...> - 2024-12-19 19:10:13
|
Now available at https://sourceforge.net/projects/tcl/files/Tcl/9.0.1/ is an RC0 candidate source code distribution pre-release of Tk 9.0.1 This is the first candidate release leading to the release of Tk 9.0.1. Testing of builds and operations on multiple platforms is invited. Any critical problem that should block the release should be reported immediately. Draft release notes are also present for review. The intent is to promote this candidate to the release tomorrow, Dec. 20. Blocking issues should be urgently reported. Other flaws will be addressed in Tk 9.0.2. Thank you for your contributions and assistance. -- | Don Porter Applied and Computational Mathematics Division | | don...@ni... Information Technology Laboratory | | http://math.nist.gov/~DPorter/ NIST | |______________________________________________________________________| |
From: Donald G P. <don...@ni...> - 2025-06-26 18:16:28
|
Now available at https://sourceforge.net/projects/tcl/files/Tcl/9.0.2/ is an RC0 candidate source code distribution pre-release of Tk 9.0.2 This is the first candidate release leading to the release of Tk 9.0.2. Testing of builds and operations on multiple platforms is invited. Any critical problem that should block the release should be reported immediately. Release notes are under development, and will be available in an RC1 release to follow. Thank you for your contributions and assistance. -- | Don Porter Applied and Computational Mathematics Division | | don...@ni... Information Technology Laboratory | | http://math.nist.gov/~DPorter/ NIST | |______________________________________________________________________| |