Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *kea* to *2.6.1* has Failed(do_compile).
Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-kea-upgrade-2.4.1-2.6.1.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 6da9340a6dc62c6074f26723c020c6e04804a309 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <a...@yoctoproject.org> Date: Thu, 1 Aug 2024 08:51:25 +0000 Subject: [PATCH] kea: upgrade 2.4.1 -> 2.6.1 --- ...er_unittest_support.cc-do-not-write-.patch | 3 +-- .../kea/files/fix-multilib-conflict.patch | 7 +++--- .../kea/files/fix_pid_keactrl.patch | 7 +++--- .../kea/{kea_2.4.1.bb => kea_2.6.1.bb} | 23 +++++++++++++++++-- 4 files changed, 28 insertions(+), 12 deletions(-) rename meta/recipes-connectivity/kea/{kea_2.4.1.bb => kea_2.6.1.bb} (77%) diff --git a/meta/recipes-connectivity/kea/files/0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch b/meta/recipes-connectivity/kea/files/0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch index 94fbd12737..c3a654dfe5 100644 --- a/meta/recipes-connectivity/kea/files/0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch +++ b/meta/recipes-connectivity/kea/files/0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch @@ -1,4 +1,4 @@ -From 841924e1fe8db2bff3eab8d37634ef08f86c00ec Mon Sep 17 00:00:00 2001 +From 87581d269d83618a290b5d84e8f2f5127658d458 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin <alex.kana...@gmail.com> Date: Tue, 10 Nov 2020 15:57:03 +0000 Subject: [PATCH] src/lib/log/logger_unittest_support.cc: do not write build @@ -8,7 +8,6 @@ This breaks reproducibility and is needed only in unit testing. Upstream-Status: Inappropriate [oe-core specific] Signed-off-by: Alexander Kanavin <alex.kana...@gmail.com> - --- src/lib/log/logger_unittest_support.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch b/meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch index 5b135b3aee..b6b65b6503 100644 --- a/meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch +++ b/meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch @@ -1,4 +1,4 @@ -From 06ebd1b2ced426c420ed162980eca194f9f918ae Mon Sep 17 00:00:00 2001 +From e6fb25f2bd3050e75446e2ccc075f6cb0bea64af Mon Sep 17 00:00:00 2001 From: Kai Kang <kai.k...@windriver.com> Date: Tue, 22 Sep 2020 15:02:33 +0800 Subject: [PATCH] There are conflict of config files between kea and lib32-kea: @@ -14,14 +14,13 @@ Because they are all commented out, replace the expanded libdir path with Upstream-Status: Submitted [https://gitlab.isc.org/isc-projects/kea/-/issues/2602] Signed-off-by: Kai Kang <kai.k...@windriver.com> - --- src/bin/keactrl/kea-ctrl-agent.conf.pre | 3 ++- src/bin/keactrl/kea-dhcp4.conf.pre | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/bin/keactrl/kea-ctrl-agent.conf.pre b/src/bin/keactrl/kea-ctrl-agent.conf.pre -index e6ae8b8..50a3092 100644 +index d8e0429..b2ec5b5 100644 --- a/src/bin/keactrl/kea-ctrl-agent.conf.pre +++ b/src/bin/keactrl/kea-ctrl-agent.conf.pre @@ -51,7 +51,8 @@ @@ -35,7 +34,7 @@ index e6ae8b8..50a3092 100644 // "param1": "foo" // } diff --git a/src/bin/keactrl/kea-dhcp4.conf.pre b/src/bin/keactrl/kea-dhcp4.conf.pre -index 6edb8a1..b2a7385 100644 +index 55af9db..056f06f 100644 --- a/src/bin/keactrl/kea-dhcp4.conf.pre +++ b/src/bin/keactrl/kea-dhcp4.conf.pre @@ -255,7 +255,7 @@ diff --git a/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch b/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch index 63a6a2805b..30ec690704 100644 --- a/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch +++ b/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch @@ -1,4 +1,4 @@ -From c878a356712606549f7f188b62f7d1cae08a176e Mon Sep 17 00:00:00 2001 +From d06aa08f485a2123b5cab1feed96c474f10f8f7b Mon Sep 17 00:00:00 2001 From: Armin kuster <akuster...@gmail.com> Date: Wed, 14 Oct 2020 22:48:31 -0700 Subject: [PATCH] Busybox does not support ps -p so use pgrep @@ -7,16 +7,15 @@ Upstream-Status: Inappropriate [embedded specific] Based on changes from Diego Sueiro <diego.sue...@arm.com> Signed-off-by: Armin kuster <akuster...@gmail.com> - --- src/bin/keactrl/keactrl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/keactrl/keactrl.in b/src/bin/keactrl/keactrl.in -index 450e997..c353ca9 100644 +index cccfdac..20ae2e6 100644 --- a/src/bin/keactrl/keactrl.in +++ b/src/bin/keactrl/keactrl.in -@@ -149,8 +149,8 @@ check_running() { +@@ -146,8 +146,8 @@ check_running() { # Get the PID from the PID file (if it exists) get_pid_from_file "${proc_name}" if [ ${_pid} -gt 0 ]; then diff --git a/meta/recipes-connectivity/kea/kea_2.4.1.bb b/meta/recipes-connectivity/kea/kea_2.6.1.bb similarity index 77% rename from meta/recipes-connectivity/kea/kea_2.4.1.bb rename to meta/recipes-connectivity/kea/kea_2.6.1.bb index 19309ce314..af0c7d1c0c 100644 --- a/meta/recipes-connectivity/kea/kea_2.4.1.bb +++ b/meta/recipes-connectivity/kea/kea_2.6.1.bb @@ -1,9 +1,28 @@ +# 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: +# +# --- COPYING +# +++ COPYING +# @@ -1,4 +1,4 @@ +# -Copyright (C) 2009-2023 Internet Systems Consortium, Inc. ("ISC") +# +Copyright (C) 2009-2024 Internet Systems Consortium, Inc. ("ISC") +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# +# + SUMMARY = "ISC Kea DHCP Server" DESCRIPTION = "Kea is the next generation of DHCP software developed by ISC. It supports both DHCPv4 and DHCPv6 protocols along with their extensions, e.g. prefix delegation and dynamic updates to DNS." HOMEPAGE = "http://kea.isc.org" SECTION = "connectivity" LICENSE = "MPL-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=ea061fa0188838072c4248c1318ec131" +LIC_FILES_CHKSUM = "file://COPYING;md5=618093ea9de92c70a115268c1d53421f" DEPENDS = "boost log4cplus openssl" @@ -18,7 +37,7 @@ SRC_URI = "http://ftp.isc.org/isc/kea/${PV}/${BP}.tar.gz \ file://fix_pid_keactrl.patch \ file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \ " -SRC_URI[sha256sum] = "815c61f5c271caa4a1db31dd656eb50a7f6ea973da3690f7c8581408e180131a" +SRC_URI[sha256sum] = "d2ce14a91c2e248ad2876e29152d647bcc5e433bc68dafad0ee96ec166fcfad1" inherit autotools systemd update-rc.d upstream-version-is-even -- 2.44.0
NOTE: Reconnecting to bitbake server... Loading cache...done. Loaded 1884 entries from dependency cache. Parsing recipes...done. Parsing of 920 .bb files complete (919 cached, 1 parsed). 1883 targets, 37 skipped, 0 masked, 0 errors. Removing 1 recipes from the core2-64 sysroot...done. Removing 1 recipes from the qemux86_64 sysroot...done. NOTE: Resolving any missing task queue dependencies Build Configuration: BB_VERSION = "2.9.1" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "x86_64-poky-linux" MACHINE = "qemux86-64" DISTRO = "poky" DISTRO_VERSION = "5.0+snapshot-03fc998fdadbb18e454e55601fbd501e2647e0d8" TUNE_FEATURES = "m64 core2" TARGET_FPU = "" meta meta-poky meta-yocto-bsp workspace = "tmp-auh-upgrades:03fc998fdadbb18e454e55601fbd501e2647e0d8" Initialising tasks...NOTE: The /proc/pressure files can't be read. Continuing build without monitoring pressure Sstate summary: Wanted 155 Local 143 Mirrors 0 Missed 12 Current 301 (92% match, 97% complete) done. NOTE: Executing Tasks NOTE: Setscene tasks completed NOTE: Running task 1087 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_recipe_qa) NOTE: recipe kea-2.6.1-r0: task do_recipe_qa: Started NOTE: recipe kea-2.6.1-r0: task do_recipe_qa: Succeeded NOTE: Running task 1282 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_fetch) NOTE: recipe kea-2.6.1-r0: task do_fetch: Started NOTE: recipe kea-2.6.1-r0: task do_fetch: Succeeded NOTE: Running task 1283 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_unpack) NOTE: Running task 1284 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_prepare_recipe_sysroot) NOTE: recipe kea-2.6.1-r0: task do_unpack: Started NOTE: recipe kea-2.6.1-r0: task do_prepare_recipe_sysroot: Started NOTE: recipe kea-2.6.1-r0: task do_unpack: Succeeded NOTE: Running task 1285 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_patch) NOTE: Running task 1286 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_collect_spdx_deps) NOTE: recipe kea-2.6.1-r0: task do_patch: Started NOTE: recipe kea-2.6.1-r0: task do_collect_spdx_deps: Started NOTE: recipe kea-2.6.1-r0: task do_prepare_recipe_sysroot: Succeeded NOTE: recipe kea-2.6.1-r0: task do_collect_spdx_deps: Succeeded NOTE: recipe kea-2.6.1-r0: task do_patch: Succeeded NOTE: Running task 1287 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_deploy_source_date_epoch) NOTE: Running task 1288 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_populate_lic) NOTE: recipe kea-2.6.1-r0: task do_deploy_source_date_epoch: Started NOTE: recipe kea-2.6.1-r0: task do_populate_lic: Started NOTE: recipe kea-2.6.1-r0: task do_populate_lic: Succeeded NOTE: recipe kea-2.6.1-r0: task do_deploy_source_date_epoch: Succeeded NOTE: Running task 1289 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_configure) NOTE: recipe kea-2.6.1-r0: task do_configure: Started NOTE: recipe kea-2.6.1-r0: task do_configure: Succeeded NOTE: Running task 1290 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_compile) NOTE: recipe kea-2.6.1-r0: task do_compile: Started NOTE: recipe kea-2.6.1-r0: task do_compile: Succeeded NOTE: Running task 1291 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_install) NOTE: recipe kea-2.6.1-r0: task do_install: Started NOTE: recipe kea-2.6.1-r0: task do_install: Succeeded NOTE: Running task 1292 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_package) NOTE: Running task 1293 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_populate_sysroot) NOTE: recipe kea-2.6.1-r0: task do_populate_sysroot: Started NOTE: recipe kea-2.6.1-r0: task do_package: Started NOTE: recipe kea-2.6.1-r0: task do_populate_sysroot: Succeeded NOTE: recipe kea-2.6.1-r0: task do_package: Succeeded NOTE: Running task 1294 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_packagedata) NOTE: recipe kea-2.6.1-r0: task do_packagedata: Started NOTE: recipe kea-2.6.1-r0: task do_packagedata: Succeeded NOTE: Running task 1295 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_create_spdx) NOTE: Running task 1296 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_package_write_ipk) NOTE: Running task 1297 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_package_write_deb) NOTE: Running task 1298 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_package_write_rpm) NOTE: Running task 1299 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_package_qa) NOTE: recipe kea-2.6.1-r0: task do_create_spdx: Started NOTE: recipe kea-2.6.1-r0: task do_package_write_ipk: Started NOTE: recipe kea-2.6.1-r0: task do_package_write_deb: Started NOTE: recipe kea-2.6.1-r0: task do_package_write_rpm: Started NOTE: recipe kea-2.6.1-r0: task do_package_qa: Started NOTE: recipe kea-2.6.1-r0: task do_package_write_ipk: Succeeded NOTE: recipe kea-2.6.1-r0: task do_create_spdx: Succeeded NOTE: Running task 1300 of 1301 (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_create_package_spdx) NOTE: recipe kea-2.6.1-r0: task do_create_package_spdx: Started NOTE: recipe kea-2.6.1-r0: task do_create_package_spdx: Succeeded NOTE: recipe kea-2.6.1-r0: task do_package_qa: Failed NOTE: recipe kea-2.6.1-r0: task do_package_write_deb: Succeeded NOTE: recipe kea-2.6.1-r0: task do_package_write_rpm: Succeeded NOTE: Tasks Summary: Attempted 1300 tasks of which 1280 didn't need to be rerun and 1 failed. NOTE: Writing buildhistory NOTE: Writing buildhistory took: 2 seconds NOTE: The errors for this build are stored in /home/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20240801084229.txt You can send the errors to a reports server by running: send-error-report /home/pokybuild/yocto-worker/auh/build/build/tmp/log/error-report/error_report_20240801084229.txt [-s server] NOTE: The contents of these logs will be posted in public if you use the above command with the default server. Please ensure you remove any identifying or proprietary information when prompted before sending. Summary: 1 task failed: /home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_package_qa Summary: There were 2 ERROR messages, returning a non-zero exit code. ERROR: kea-2.6.1-r0 do_package_qa: QA Issue: File /usr/sbin/kea-admin in package kea contains reference to TMPDIR [buildpaths] ERROR: kea-2.6.1-r0 do_package_qa: Fatal QA errors were found, failing task. ERROR: Logfile of failure stored in: /home/pokybuild/yocto-worker/auh/build/build/tmp/work/core2-64-poky-linux/kea/2.6.1/temp/log.do_package_qa.1601838 ERROR: Task (/home/pokybuild/yocto-worker/auh/build/meta/recipes-connectivity/kea/kea_2.6.1.bb:do_package_qa) failed with exit code '1'
0001-kea-upgrade-2.4.1-2.6.1.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#202780): https://lists.openembedded.org/g/openembedded-core/message/202780 Mute This Topic: https://lists.openembedded.org/mt/107671691/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-