Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libxcrypt,libxcrypt-compat* to *4.5.2,4.5.2* has Failed(do_compile).
Detailed error information:
do_compile failed
Next steps:
- apply the patch: git am
0001-libxcrypt-libxcrypt-compat-upgrade-4.4.38-4.5.2-4.4..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 620d9da7bb75edb8667ffdc4235de4dfc8e0085f Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 15 Nov 2025 05:19:02 +0000
Subject: [PATCH] libxcrypt,libxcrypt-compat: upgrade 4.4.38 -> 4.5.2,4.4.38 ->
4.5.2
---
...at_4.4.38.bb => libxcrypt-compat_4.5.2.bb} | 44 ++++++++++++++++++
meta/recipes-core/libxcrypt/libxcrypt.inc | 4 +-
.../libxcrypt/libxcrypt_4.4.38.bb | 2 -
.../recipes-core/libxcrypt/libxcrypt_4.5.2.bb | 46 +++++++++++++++++++
4 files changed, 92 insertions(+), 4 deletions(-)
rename meta/recipes-core/libxcrypt/{libxcrypt-compat_4.4.38.bb =>
libxcrypt-compat_4.5.2.bb} (18%)
delete mode 100644 meta/recipes-core/libxcrypt/libxcrypt_4.4.38.bb
create mode 100644 meta/recipes-core/libxcrypt/libxcrypt_4.5.2.bb
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.38.bb
b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.5.2.bb
similarity index 18%
rename from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.38.bb
rename to meta/recipes-core/libxcrypt/libxcrypt-compat_4.5.2.bb
index bb4e2032dd..4fc4d0da78 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.38.bb
+++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.5.2.bb
@@ -1,3 +1,47 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENSING
+# +++ LICENSING
+# @@ -20,7 +20,7 @@
+# crypt-des.c, crypt-des-obsolete.c, gen-des-tables.c
+#
+# * Public domain, written by Ulrich Drepper et al.:
+# - crypt-sha256.c, crypt-sha512.c
+# + crypt-sha256.c, crypt-sha512.c, crypt-sm3.c
+#
+# * Public domain, written by Solar Designer et al.:
+# alg-md4.h, alg-md4.c, alg-md5.h, alg-md5.c,
+# @@ -53,8 +53,9 @@
+# crypt-scrypt.c
+#
+# * Copyright Björn Esser; 0-clause BSD:
+# - crypt-common.c, test-checksalt.c, test-compile-strong-alias.c,
+# - test-gensalt-nthash.c, test-short-outbuf.c, test-special-char-salt.c
+# + alg-sm3-hmac.h, alg-sm3-hmac.c, crypt-sm3-yescrypt.c, crypt-common.c,
+# + test-checksalt.c, test-compile-strong-alias.c, test-gensalt-nthash.c,
+# + test-short-outbuf.c, test-special-char-salt.c
+#
+# * Copyright Michael Bretterklieber, Björn Esser et al.; 2-clause BSD:
+# crypt-nthash.c
+# @@ -67,6 +68,9 @@
+#
+# * Copyright Juniper Networks, Inc.; 3-clause BSD:
+# crypt-pbkdf1-sha1.c, crypt-pbkdf1-sha1.c
+# +
+# + * Copyright Tianjia Zhang; 3-clause BSD:
+# + alg-sm3.c, alg-sm3.h
+#
+# * Copyright Björn Esser; 2-clause BSD:
+# alg-hmac-sha1.c, alg-hmac-sha1.h, test-alg-hmac-sha1.c
+#
+#
+
#
# This provides libcrypt.so.1 which contains obsolete APIs, needed for
uninative in particular
#
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc
b/meta/recipes-core/libxcrypt/libxcrypt.inc
index da515d1927..0cc02196df 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt.inc
+++ b/meta/recipes-core/libxcrypt/libxcrypt.inc
@@ -3,7 +3,7 @@ DESCRIPTION = "Forked code from glibc libary to extract only
crypto part."
HOMEPAGE = "https://github.com/besser82/libxcrypt"
SECTION = "libs"
LICENSE = "LGPL-2.1-only"
-LIC_FILES_CHKSUM = "file://LICENSING;md5=c0a30e2b1502c55a7f37e412cd6c6a4b \
+LIC_FILES_CHKSUM = "file://LICENSING;md5=b65434749329c34b5d32c2df3f1b4112 \
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
"
@@ -11,7 +11,7 @@ inherit autotools pkgconfig
SRC_URI =
"git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH};protocol=https \
"
-SRCREV = "55ea777e8d567e5e86ffac917c28815ac54cc341"
+SRCREV = "db70b42bd7b2a5b00a8580c8dec0aa66791c950a"
SRCBRANCH ?= "master"
PROVIDES = "virtual/crypt"
diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.38.bb
b/meta/recipes-core/libxcrypt/libxcrypt_4.4.38.bb
deleted file mode 100644
index 79dba2f6dc..0000000000
--- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.38.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require libxcrypt.inc
-
diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.5.2.bb
b/meta/recipes-core/libxcrypt/libxcrypt_4.5.2.bb
new file mode 100644
index 0000000000..24fba10c3e
--- /dev/null
+++ b/meta/recipes-core/libxcrypt/libxcrypt_4.5.2.bb
@@ -0,0 +1,46 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENSING
+# +++ LICENSING
+# @@ -20,7 +20,7 @@
+# crypt-des.c, crypt-des-obsolete.c, gen-des-tables.c
+#
+# * Public domain, written by Ulrich Drepper et al.:
+# - crypt-sha256.c, crypt-sha512.c
+# + crypt-sha256.c, crypt-sha512.c, crypt-sm3.c
+#
+# * Public domain, written by Solar Designer et al.:
+# alg-md4.h, alg-md4.c, alg-md5.h, alg-md5.c,
+# @@ -53,8 +53,9 @@
+# crypt-scrypt.c
+#
+# * Copyright Björn Esser; 0-clause BSD:
+# - crypt-common.c, test-checksalt.c, test-compile-strong-alias.c,
+# - test-gensalt-nthash.c, test-short-outbuf.c, test-special-char-salt.c
+# + alg-sm3-hmac.h, alg-sm3-hmac.c, crypt-sm3-yescrypt.c, crypt-common.c,
+# + test-checksalt.c, test-compile-strong-alias.c, test-gensalt-nthash.c,
+# + test-short-outbuf.c, test-special-char-salt.c
+#
+# * Copyright Michael Bretterklieber, Björn Esser et al.; 2-clause BSD:
+# crypt-nthash.c
+# @@ -67,6 +68,9 @@
+#
+# * Copyright Juniper Networks, Inc.; 3-clause BSD:
+# crypt-pbkdf1-sha1.c, crypt-pbkdf1-sha1.c
+# +
+# + * Copyright Tianjia Zhang; 3-clause BSD:
+# + alg-sm3.c, alg-sm3.h
+#
+# * Copyright Björn Esser; 2-clause BSD:
+# alg-hmac-sha1.c, alg-hmac-sha1.h, test-alg-hmac-sha1.c
+#
+#
+
+require libxcrypt.inc
+
--
2.47.1
packages/x86-64-v3-poky-linux/libxcrypt-compat: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt-compat: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-dbg: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-dbg: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-dbg: PKGSIZE changed from 570640 to 647568 (+13%) packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-dev: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-dev: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-doc: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-doc: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-locale: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-locale: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-src: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-src: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-src: PKGSIZE changed from 18917 to 19876 (+5%) packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-staticdev: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-staticdev: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat: PKGSIZE changed from 206854 to 227334 (+10%) packages/x86-64-v3-poky-linux/libxcrypt: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-dbg: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-dbg: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-dbg: PKGSIZE changed from 562848 to 639736 (+14%) packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-dev: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-dev: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-dev: PKGSIZE changed from 11527 to 11525 (-0%) packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-doc: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-doc: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-doc: PKGSIZE changed from 33329 to 36079 (+8%) packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-locale: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-locale: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-src: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-src: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-src: PKGSIZE changed from 18917 to 19876 (+5%) packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-staticdev: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-staticdev: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt: PKGV changed from 4.4.38 [default] to 4.5.2 [default] packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt: PV changed from "4.4.38" to "4.5.2" packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt: PKGSIZE changed from 202745 to 227321 (+12%)
0001-libxcrypt-libxcrypt-compat-upgrade-4.4.38-4.5.2-4.4..patch
Description: Binary data
NOTE: Reconnecting to bitbake server... Loading cache...done. Loaded 0 entries from dependency cache. Parsing recipes...done. Parsing of 947 .bb files complete (0 cached, 947 parsed). 1945 targets, 54 skipped, 0 masked, 0 errors. Removing 6 recipes from the qemux86_64 sysroot...done. Removing 7 recipes from the x86-64-v3 sysroot...done. Summary: There was 1 ERROR message, returning a non-zero exit code. ERROR: Nothing PROVIDES 'libxcrypt' libxcrypt was skipped: PREFERRED_PROVIDER_virtual/crypt set to musl, not libxcrypt libxcrypt was skipped: PREFERRED_PROVIDER_virtual/crypt set to musl, not libxcrypt
packages/x86-64-v3-poky-linux/libxcrypt-compat/libxcrypt-compat-dbg: PKGSIZE changed from 570640 to 647568 (+13%) packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt-dbg: PKGSIZE changed from 562848 to 639736 (+14%) packages/x86-64-v3-poky-linux/libxcrypt/libxcrypt: PKGSIZE changed from 202745 to 227321 (+12%)
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#226305): https://lists.openembedded.org/g/openembedded-core/message/226305 Mute This Topic: https://lists.openembedded.org/mt/116309696/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
