|
From: <apn...@ya...> - 2026-06-01 12:50:01
|
Fixed in the thread repository now. However, the 9.0.4 release candidate would not be having that check as it includes thread 3.0.5 and the check was added for 3.0.6. Were you using the release candidate or a thread repository checkout? /Ashok From: so...@te... <so...@te...> Sent: Monday, June 1, 2026 1:34 AM To: Paul Obermeier <pa...@po...>; Donald G Porter <don...@ni...>; Tcl List Core <tcl...@li...> Subject: Re: [TCLCORE] Tcl 9.0.4 Release Candidates The thread package now requires autoconf 2.73 Now the scripts fail because these distros have lower versions installed: RHEL9: 2.69 Debian 12 Bookworm: 2.72 Ubuntu 22 Jammy: 2.71 I did not see any specific features used from this autoconf 2.73 version. Could it be downgraded to 2.69 at least? BR _____ From: Paul Obermeier <pa...@po... <mailto:pa...@po...> > Sent: Saturday, May 30, 2026 18:02 To: Donald G Porter <don...@ni... <mailto:don...@ni...> >; Tcl List Core <tcl...@li... <mailto:tcl...@li...> > Subject: Re: [TCLCORE] Tcl 9.0.4 Release Candidates Builds fine and Tcl/Tk test suites running successfully (with the usual 3 Windows exceptions) on the following platforms: MacOS 15.7.1 M2 clang 17.0.0 Suse 15.6 x86_64 gcc 7.5.0 Debian ARM arm64 gcc 12.2.0 Windows 11 x86 gcc 14.2.0 Windows 11 x86_64 gcc 14.2.0 Windows 11 x86_64 VS2022 I noticed a strange behaviour using Tk 9.0.4 and the Img extension on macOS: The attached script draws a blue rectangle into a canvas and grabs the canvas content into a photo image using the "window" format of Img. With Tk 8.6.18 and 9.0.3 this returns the correct color value (0,0,255). Using 9.0.4 it returns (0,0,245). Happens only on macOS. Can anybody please confirm this behaviour? Regards, Paul Am 29.05.2026 um 19:59 schrieb Donald G Porter via Tcl-Core: > > Now available at > > https://sourceforge.net/projects/tcl/files/Tcl/9.0.4 > > are RC0 candidate source code distribution pre-releases of Tcl 9.0.4. > These are the first candidate releases leading to the release of Tcl 9.0.4 > > The Tcl pre-release includes a pre-release of the package Thread 3.0.5. > The released packages Itcl 4.3.7, TDBC* 1.1.13, and sqlite3 3.53.0 are also included. > > Please test these candidates on your platforms and report any blocking issues > you discover. > > Thank you for your contributions and assistance. > |