Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libxcrypt* to *4.4.17* has 
Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-libxcrypt-upgrade-4.4.16-4.4.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
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 779 .bb files complete (0 cached, 779 parsed). 1341 targets, 46 
skipped, 0 masked, 0 errors.
Removing 6 recipes from the core2-32 sysroot...done.
Removing 6 recipes from the qemux86 sysroot...done.
ERROR: Nothing PROVIDES 'libxcrypt'
libxcrypt was skipped: PREFERRED_PROVIDER_virtual/crypt set to musl, not 
libxcrypt

Summary: There was 1 ERROR message shown, returning a non-zero exit code.
From baf0ff10ea00850cae148c56fd1578806ca44880 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 29 Aug 2020 12:12:08 +0000
Subject: [PATCH] libxcrypt: upgrade 4.4.16 -> 4.4.17

---
 meta/recipes-core/libxcrypt/libxcrypt.inc     |  6 ++++-
 .../libxcrypt/libxcrypt_4.4.16.bb             |  2 --
 .../libxcrypt/libxcrypt_4.4.17.bb             | 24 +++++++++++++++++++
 3 files changed, 29 insertions(+), 3 deletions(-)
 delete mode 100644 meta/recipes-core/libxcrypt/libxcrypt_4.4.16.bb
 create mode 100644 meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb

diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc
index da7607aef3..0388f5ac6b 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt.inc
+++ b/meta/recipes-core/libxcrypt/libxcrypt.inc
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM ?= "file://LICENSING;md5=3bb6614cf5880cbf1b9dbd9e3d145e2c \
 inherit autotools pkgconfig
 
 SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}"
-SRCREV = "4ffa4d38396c334a1e002427c22281b047a3d6a6"
+SRCREV = "6b110bcd4f4caa61fc39c7339d30adc20a7dd177"
 SRCBRANCH ?= "develop"
 
 PROVIDES = "virtual/crypt"
@@ -31,3 +31,7 @@ API = "--disable-obsolete-api"
 EXTRA_OECONF += "${API}"
 
 BBCLASSEXTEND = "native nativesdk"
+
+LIC_FILES_CHKSUM = "file://LICENSING;md5=102923b6e1b02a85c5a1203fa87d151d \
+                    file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+                    "
diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.16.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.16.bb
deleted file mode 100644
index 79dba2f6dc..0000000000
--- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.16.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require libxcrypt.inc
-
diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb
new file mode 100644
index 0000000000..e0e1397206
--- /dev/null
+++ b/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb
@@ -0,0 +1,24 @@
+# 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
+# @@ -55,7 +55,7 @@
+#  
+#   * 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-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
+# 
+#
+
+require libxcrypt.inc
+
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#141947): 
https://lists.openembedded.org/g/openembedded-core/message/141947
Mute This Topic: https://lists.openembedded.org/mt/76499982/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to