Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *tcl8* to *8.6.17* has Succeeded.
Next steps:
- apply the patch: git am 0001-tcl8-upgrade-8.6.16-8.6.17.patch
- check the changes to upstream patches and summarize them in the commit
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list
Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.
Please review the attached files for further information and build/update
failures.
Any problem please file a bug at
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
-- >8 --
>From bd833ea612d88256c61193356a155442a898610f Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Tue, 2 Sep 2025 19:09:02 +0000
Subject: [PATCH] tcl8: upgrade 8.6.16 -> 8.6.17
---
...ric-tcl.h-use-Tcl_WideInt-for-seconds-in-Tcl_Tim.patch | 6 +++---
meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch | 8 ++++----
.../tcltk8/tcl8/fix_non_native_build_issue.patch | 4 ++--
meta/recipes-devtools/tcltk8/tcl8/interp.patch | 6 +++---
meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch | 4 ++--
.../tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch | 4 ++--
.../tcltk8/{tcl8_8.6.16.bb => tcl8_8.6.17.bb} | 2 +-
7 files changed, 17 insertions(+), 17 deletions(-)
rename meta/recipes-devtools/tcltk8/{tcl8_8.6.16.bb => tcl8_8.6.17.bb} (98%)
diff --git
a/meta/recipes-devtools/tcltk8/tcl8/0001-generic-tcl.h-use-Tcl_WideInt-for-seconds-in-Tcl_Tim.patch
b/meta/recipes-devtools/tcltk8/tcl8/0001-generic-tcl.h-use-Tcl_WideInt-for-seconds-in-Tcl_Tim.patch
index 1859992838..6ba7ff4340 100644
---
a/meta/recipes-devtools/tcltk8/tcl8/0001-generic-tcl.h-use-Tcl_WideInt-for-seconds-in-Tcl_Tim.patch
+++
b/meta/recipes-devtools/tcltk8/tcl8/0001-generic-tcl.h-use-Tcl_WideInt-for-seconds-in-Tcl_Tim.patch
@@ -1,4 +1,4 @@
-From ff508f2e6786df697876140f21855ecb92a3ed36 Mon Sep 17 00:00:00 2001
+From 7d404d1827ffb69a2aa7b60c10b435c6f47f7bfb Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <[email protected]>
Date: Fri, 18 Aug 2023 12:25:11 +0200
Subject: [PATCH] generic/tcl.h: use Tcl_WideInt for seconds in Tcl_Time
@@ -19,10 +19,10 @@ Signed-off-by: Alexander Kanavin <[email protected]>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/generic/tcl.h b/generic/tcl.h
-index 3a4622e..6204c57 100644
+index d8fd70a..ffff4b1 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
-@@ -1418,7 +1418,7 @@ typedef enum {
+@@ -1425,7 +1425,7 @@ typedef enum {
*/
typedef struct Tcl_Time {
diff --git a/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch
b/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch
index 6ceb297cea..ad91b9ffb3 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch
+++ b/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch
@@ -1,4 +1,4 @@
-From 8bb8174e13c1c0e3b27fdf96a393f9fb1b7e14be Mon Sep 17 00:00:00 2001
+From bfca2e4ae32ab546f796d9c7ff7cbf542d5b2bfe Mon Sep 17 00:00:00 2001
From: Mingli Yu <[email protected]>
Date: Tue, 22 Nov 2022 18:48:27 +0800
Subject: [PATCH] tcl: update the header location
@@ -26,7 +26,7 @@ Signed-off-by: Mingli Yu <[email protected]>
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/unix/Makefile.in b/unix/Makefile.in
-index c3b75e3..60ed93e 100644
+index 45e7b76..5a46e6a 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -57,7 +57,7 @@ SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TCL_LIBRARY)
@@ -39,7 +39,7 @@ index c3b75e3..60ed93e 100644
# Path to the private tcl header dir:
PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@
diff --git a/unix/configure.in b/unix/configure.in
-index 8e6726b..2345689 100644
+index 50b3e03..8a33d0c 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -775,7 +775,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}"
@@ -51,7 +51,7 @@ index 8e6726b..2345689 100644
HTML_DIR='$(DISTDIR)/html'
# Note: in the following variable, it's important to use the absolute
-@@ -898,7 +898,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}"
+@@ -896,7 +896,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}"
TCL_STUB_LIB_PATH="${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}"
# Install time header dir can be set via --includedir
diff --git a/meta/recipes-devtools/tcltk8/tcl8/fix_non_native_build_issue.patch
b/meta/recipes-devtools/tcltk8/tcl8/fix_non_native_build_issue.patch
index 61153878fe..07a1f4d040 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/fix_non_native_build_issue.patch
+++ b/meta/recipes-devtools/tcltk8/tcl8/fix_non_native_build_issue.patch
@@ -1,4 +1,4 @@
-From 3d11e7fd9aba6251974d990286347c06582e87b9 Mon Sep 17 00:00:00 2001
+From ad7847a15163f12c24d8ecb50dffa289876dc830 Mon Sep 17 00:00:00 2001
From: Nitin A Kamble <[email protected]>
Date: Fri, 13 Aug 2010 12:24:00 -0700
Subject: [PATCH] tcl: fix a build issue
@@ -10,7 +10,7 @@ Signed-off-by: Alexander Kanavin <[email protected]>
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/unix/Makefile.in b/unix/Makefile.in
-index a2f9e21..c3b75e3 100644
+index ab2e7b5..45e7b76 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -723,7 +723,7 @@ tcltest-real:
diff --git a/meta/recipes-devtools/tcltk8/tcl8/interp.patch
b/meta/recipes-devtools/tcltk8/tcl8/interp.patch
index aeebb038e3..c6412e7775 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/interp.patch
+++ b/meta/recipes-devtools/tcltk8/tcl8/interp.patch
@@ -1,4 +1,4 @@
-From 09049beed723243d092ffaa37939dfe0f2ed6828 Mon Sep 17 00:00:00 2001
+From 2d959d1fdfbd7e020f5177b1a7ff6a08809536ca Mon Sep 17 00:00:00 2001
From: Ross Burton <[email protected]>
Date: Mon, 12 Jul 2021 14:50:13 +0100
Subject: [PATCH] tcl: fix race in interp.test
@@ -13,10 +13,10 @@ Signed-off-by: Ross Burton <[email protected]>
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/tests/interp.test b/tests/interp.test
-index 24ffb1b..c6460ad 100644
+index d64fdd4..9931dd1 100644
--- a/tests/interp.test
+++ b/tests/interp.test
-@@ -3614,17 +3614,18 @@ test interp-36.7 {ChildBgerror sets error handler of
child [1999035]} -setup {
+@@ -3651,17 +3651,18 @@ test interp-36.7 {ChildBgerror sets error handler of
child [1999035]} -setup {
variable result
set result [lindex $args 0]
}
diff --git a/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch
b/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch
index 898e8241fc..0f8bd062ac 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch
+++ b/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch
@@ -1,4 +1,4 @@
-From 0d8e567d132e050c5d4a8d8d9257417e0679483c Mon Sep 17 00:00:00 2001
+From 2af07e2d0f0cb9f42ff982ce257e2067dcf1ec77 Mon Sep 17 00:00:00 2001
From: Richard Purdie <[email protected]>
Date: Wed, 9 Dec 2009 23:59:44 +0000
Subject: [PATCH] tcl: Add tcltk from OE.dev but with legacy staging function
@@ -11,7 +11,7 @@ Signed-off-by: Alexander Kanavin <[email protected]>
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/unix/Makefile.in b/unix/Makefile.in
-index bc743b3..a2f9e21 100644
+index 3efdfec..ab2e7b5 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -812,7 +812,10 @@ install-binaries: binaries
diff --git
a/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch
b/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch
index f2a37add7d..12e1937aa1 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch
+++ b/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch
@@ -1,4 +1,4 @@
-From 6e3cbc3600ac474776e92eb9a88abcb74299c321 Mon Sep 17 00:00:00 2001
+From 0b479a0dc845f9926cb40c13d86e55391a89fe98 Mon Sep 17 00:00:00 2001
From: "Song.Li" <[email protected]>
Date: Wed, 1 Aug 2012 19:05:51 +0800
Subject: [PATCH] tcl:install tcl to lib64 instead of lib on 64bit target
@@ -17,7 +17,7 @@ Signed-off-by: Yi Zhao <[email protected]>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unix/configure.in b/unix/configure.in
-index e88ec3c..8e6726b 100644
+index ed07ca5..50b3e03 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -774,7 +774,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}"
diff --git a/meta/recipes-devtools/tcltk8/tcl8_8.6.16.bb
b/meta/recipes-devtools/tcltk8/tcl8_8.6.17.bb
similarity index 98%
rename from meta/recipes-devtools/tcltk8/tcl8_8.6.16.bb
rename to meta/recipes-devtools/tcltk8/tcl8_8.6.17.bb
index 225f04be48..d4bdd71c05 100644
--- a/meta/recipes-devtools/tcltk8/tcl8_8.6.16.bb
+++ b/meta/recipes-devtools/tcltk8/tcl8_8.6.17.bb
@@ -25,7 +25,7 @@ SRC_URI = "${BASE_SRC_URI} \
file://run-ptest \
file://0001-generic-tcl.h-use-Tcl_WideInt-for-seconds-in-Tcl_Tim.patch \
"
-SRC_URI[sha256sum] =
"3b371386a9a928eecdbf263bcab7d6a531e620ca3fbab4fdeeb3d6a9a56f38e9"
+SRC_URI[sha256sum] =
"a1d8cbe44b38beaa29fc2130c4e7b79b8bf02e2bcc028ffefd7a25a2122202a0"
SRC_URI:class-native = "${BASE_SRC_URI}"
--
2.47.1
0001-tcl8-upgrade-8.6.16-8.6.17.patch
Description: Binary data
packages/x86-64-v3-poky-linux/tcl8: PV changed from "8.6.16" to "8.6.17" packages/x86-64-v3-poky-linux/tcl8: PKGV changed from 8.6.16 [default] to 8.6.17 [default] packages/x86-64-v3-poky-linux/tcl8: SRC_URI changed from "https://downloads.sourceforge.net/tcl/tcl-core8.6.16-src.tar.gz file://tcl-add-soname.patch file://fix_non_native_build_issue.patch file://tcl-remove-hardcoded-install-path.patch file://alter-includedir.patch file://interp.patch file://run-ptest file://0001-generic-tcl.h-use-Tcl_WideInt-for-seconds-in-Tcl_Tim.patch" to "https://downloads.sourceforge.net/tcl/tcl-core8.6.17-src.tar.gz file://tcl-add-soname.patch file://fix_non_native_build_issue.patch file://tcl-remove-hardcoded-install-path.patch file://alter-includedir.patch file://interp.patch file://run-ptest file://0001-generic-tcl.h-use-Tcl_WideInt-for-seconds-in-Tcl_Tim.patch" Changes to packages/x86-64-v3-poky-linux/tcl8 (sysroot): /usr/include/tcl8.6.16 moved to /usr/include/tcl8.6.17 /usr/lib/tcl8.6/encoding/cp165.enc was added /usr/lib/tcl8/8.5/tcltest-2.5.10.tm was added /usr/lib/tcl8/8.5/tcltest-2.5.9.tm was removed packages/x86-64-v3-poky-linux/tcl8/tcl8-dbg: PV changed from "8.6.16" to "8.6.17" packages/x86-64-v3-poky-linux/tcl8/tcl8-dbg: PKGSIZE changed from 8135800 to 8146600 (+0%) packages/x86-64-v3-poky-linux/tcl8/tcl8-dbg: PKGV changed from 8.6.16 [default] to 8.6.17 [default] packages/x86-64-v3-poky-linux/tcl8/tcl8-dev: PV changed from "8.6.16" to "8.6.17" packages/x86-64-v3-poky-linux/tcl8/tcl8-dev: PKGSIZE changed from 1457961 to 1456911 (-0%) packages/x86-64-v3-poky-linux/tcl8/tcl8-dev: PKGV changed from 8.6.16 [default] to 8.6.17 [default] packages/x86-64-v3-poky-linux/tcl8/tcl8-doc: PV changed from "8.6.16" to "8.6.17" packages/x86-64-v3-poky-linux/tcl8/tcl8-doc: PKGSIZE changed from 3173260 to 3176831 (+0%) packages/x86-64-v3-poky-linux/tcl8/tcl8-doc: PKGV changed from 8.6.16 [default] to 8.6.17 [default] packages/x86-64-v3-poky-linux/tcl8/tcl8-doc: FILELIST: added "/usr/share/man/man3/Tcl_CloseEx.3tcl8" packages/x86-64-v3-poky-linux/tcl8/tcl8-lib: PV changed from "8.6.16" to "8.6.17" packages/x86-64-v3-poky-linux/tcl8/tcl8-lib: PKGV changed from 8.6.16 [default] to 8.6.17 [default] packages/x86-64-v3-poky-linux/tcl8/tcl8-locale: PV changed from "8.6.16" to "8.6.17" packages/x86-64-v3-poky-linux/tcl8/tcl8-locale: PKGV changed from 8.6.16 [default] to 8.6.17 [default] packages/x86-64-v3-poky-linux/tcl8/tcl8-ptest: PV changed from "8.6.16" to "8.6.17" packages/x86-64-v3-poky-linux/tcl8/tcl8-ptest: PKGSIZE changed from 10107453 to 10120553 (+0%) packages/x86-64-v3-poky-linux/tcl8/tcl8-ptest: PKGV changed from 8.6.16 [default] to 8.6.17 [default] packages/x86-64-v3-poky-linux/tcl8/tcl8-ptest: FILELIST: added "/usr/lib/tcl8/ptest/library/encoding/cp165.enc /usr/lib/tcl8/ptest/library/tzdata/America/Coyhaique" packages/x86-64-v3-poky-linux/tcl8/tcl8-src: PV changed from "8.6.16" to "8.6.17" packages/x86-64-v3-poky-linux/tcl8/tcl8-src: PKGSIZE changed from 7650627 to 7653678 (+0%) packages/x86-64-v3-poky-linux/tcl8/tcl8-src: PKGV changed from 8.6.16 [default] to 8.6.17 [default] packages/x86-64-v3-poky-linux/tcl8/tcl8-staticdev: PV changed from "8.6.16" to "8.6.17" packages/x86-64-v3-poky-linux/tcl8/tcl8-staticdev: PKGSIZE changed from 264164 to 264332 (+0%) packages/x86-64-v3-poky-linux/tcl8/tcl8-staticdev: PKGV changed from 8.6.16 [default] to 8.6.17 [default] packages/x86-64-v3-poky-linux/tcl8/tcl8: PV changed from "8.6.16" to "8.6.17" packages/x86-64-v3-poky-linux/tcl8/tcl8: FILES: removed "/usr/lib/tcl8.6.16", added "/usr/lib/tcl8.6.17" packages/x86-64-v3-poky-linux/tcl8/tcl8: PKGSIZE changed from 2232318 to 2233536 (+0%) packages/x86-64-v3-poky-linux/tcl8/tcl8: PKGV changed from 8.6.16 [default] to 8.6.17 [default] packages/x86-64-v3-poky-linux/tcl8/tcl8: FILELIST: removed "/usr/bin/tclsh8.6.16 /usr/lib/tcl8/8.5/tcltest-2.5.9.tm", added "/usr/bin/tclsh8.6.17 /usr/lib/tcl8/8.5/tcltest-2.5.10.tm /usr/lib/tcl8.6/encoding/cp165.enc" Changes to packages/x86_64-linux/tcl8-native (sysroot): /usr/bin/tclsh8 changed symlink target from ./tclsh8.6.16 to ./tclsh8.6.17 /usr/bin/tclsh8.6.16 moved to /usr/bin/tclsh8.6.17 /usr/include/tcl8.6.16 moved to /usr/include/tcl8.6.17 /usr/lib/tcl8.6/encoding/cp165.enc was added /usr/lib/tcl8/8.5/tcltest-2.5.10.tm was added /usr/lib/tcl8/8.5/tcltest-2.5.9.tm was removed
Changes to packages/x86-64-v3-poky-linux/tcl8 (sysroot): /usr/include/tcl8.6.16 moved to /usr/include/tcl8.6.17 /usr/lib/tcl8.6/encoding/cp165.enc was added /usr/lib/tcl8/8.5/tcltest-2.5.10.tm was added /usr/lib/tcl8/8.5/tcltest-2.5.9.tm was removed packages/x86-64-v3-poky-linux/tcl8/tcl8-doc: FILELIST: added "/usr/share/man/man3/Tcl_CloseEx.3tcl8" packages/x86-64-v3-poky-linux/tcl8/tcl8-ptest: FILELIST: added "/usr/lib/tcl8/ptest/library/encoding/cp165.enc /usr/lib/tcl8/ptest/library/tzdata/America/Coyhaique" packages/x86-64-v3-poky-linux/tcl8/tcl8: FILELIST: removed "/usr/lib/tcl8/8.5/tcltest-2.5.9.tm /usr/bin/tclsh8.6.16", added "/usr/lib/tcl8.6/encoding/cp165.enc /usr/bin/tclsh8.6.17 /usr/lib/tcl8/8.5/tcltest-2.5.10.tm" Changes to packages/x86_64-linux/tcl8-native (sysroot): /usr/bin/tclsh8 changed symlink target from ./tclsh8.6.16 to ./tclsh8.6.17 /usr/bin/tclsh8.6.16 moved to /usr/bin/tclsh8.6.17 /usr/include/tcl8.6.16 moved to /usr/include/tcl8.6.17 /usr/lib/tcl8.6/encoding/cp165.enc was added /usr/lib/tcl8/8.5/tcltest-2.5.10.tm was added /usr/lib/tcl8/8.5/tcltest-2.5.9.tm was removed
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#222798): https://lists.openembedded.org/g/openembedded-core/message/222798 Mute This Topic: https://lists.openembedded.org/mt/115035497/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
