To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] ifupdown: upgrading to 0.8.45. FAILED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260201050103/all/ifupdown/0001-ifupdown-upgrade-0.8.45-0.8.45.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260201050103/all/ifupdown/bitbake-output-qemux86-64.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ifupdown* to *0.8.45.* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-ifupdown-upgrade-0.8.45-0.8.45.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 3b104a4e3f3e51a4d13cec113979c332be7a5bf0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Feb 2026 07:34:09 +0000 Subject: [PATCH] ifupdown: upgrade 0.8.45 -> 0.8.45. --- .../0001-Define-FNM_EXTMATCH-for-musl.patch | 2 +- ...not-use-dpkg-for-determining-OS-type.patch | 2 +- .../ifupdown/files/0001-Release-0.8.45.patch | 23 +++++++++++++++++++ .../0001-ifupdown-skip-wrong-test-case.patch | 2 +- ...t-rely-on-dpkg-architecture-to-set-a.patch | 2 +- .../ifupdown/files/tweak-ptest-script.patch | 2 +- ...ifupdown_0.8.45.bb => ifupdown_0.8.45..bb} | 3 ++- 7 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 meta/recipes-core/ifupdown/files/0001-Release-0.8.45.patch rename meta/recipes-core/ifupdown/{ifupdown_0.8.45.bb => ifupdown_0.8.45..bb} (95%) diff --git a/meta/recipes-core/ifupdown/files/0001-Define-FNM_EXTMATCH-for-musl.patch b/meta/recipes-core/ifupdown/files/0001-Define-FNM_EXTMATCH-for-musl.patch index 83fb706be0..ab78372e94 100644 --- a/meta/recipes-core/ifupdown/files/0001-Define-FNM_EXTMATCH-for-musl.patch +++ b/meta/recipes-core/ifupdown/files/0001-Define-FNM_EXTMATCH-for-musl.patch @@ -1,4 +1,4 @@ -From 97b196efe9671d0185d22710371acb52bb7130e2 Mon Sep 17 00:00:00 2001 +From 6febe42aeedb7453f3f8defb6897db193a598f44 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Tue, 2 Jul 2019 20:10:42 +0200 Subject: [PATCH] Define FNM_EXTMATCH for musl diff --git a/meta/recipes-core/ifupdown/files/0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch b/meta/recipes-core/ifupdown/files/0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch index f84a0a1311..b0a83f1b4e 100644 --- a/meta/recipes-core/ifupdown/files/0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch +++ b/meta/recipes-core/ifupdown/files/0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch @@ -1,4 +1,4 @@ -From 4922e2011a0132c122df4f0cf4d66d565c749060 Mon Sep 17 00:00:00 2001 +From 08ed2afb182689918eaa1e0ea17ee919e34424ba Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 9 Jan 2020 15:38:06 +0100 Subject: [PATCH] Makefile: do not use dpkg for determining OS type diff --git a/meta/recipes-core/ifupdown/files/0001-Release-0.8.45.patch b/meta/recipes-core/ifupdown/files/0001-Release-0.8.45.patch new file mode 100644 index 0000000000..42bb1b3e1a --- /dev/null +++ b/meta/recipes-core/ifupdown/files/0001-Release-0.8.45.patch @@ -0,0 +1,23 @@ +From 9ec193ec5a36f94ac8c647cdb6fe9b49c1a26fed Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= +Date: Wed, 7 Jan 2026 12:06:17 +0100 +Subject: [PATCH] Release 0.8.45 + +--- + debian/changelog | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/debian/changelog b/debian/changelog +index 7d85b37..aac5a49 100644 +--- a/debian/changelog ++++ b/debian/changelog +@@ -1,3 +1,9 @@ ++ifupdown (0.8.45) unstable; urgency=medium ++ ++ * Upload to unstable. ++ ++ -- Daniel Gröber Wed, 07 Jan 2026 12:05:46 +0100 ++ + ifupdown (0.8.45~exp1) experimental; urgency=medium + + * Fix ifup regression where it would return before IPv6 DAD had diff --git a/meta/recipes-core/ifupdown/files/0001-ifupdown-skip-wrong-test-case.patch b/meta/recipes-core/ifupdown/files/0001-ifupdown-skip-wrong-test-case.patch index 8aa227c8ec..28d44354be 100644 --- a/meta/recipes-core/ifupdown/files/0001-ifupdown-skip-wrong-test-case.patch +++ b/meta/recipes-core/ifupdown/files/0001-ifupdown-skip-wrong-test-case.patch @@ -1,4 +1,4 @@ -From ea48a9816643482d438e4bb276c90cd6f02847e4 Mon Sep 17 00:00:00 2001 +From f040eb1365e177d836349855835d18ed9a9080f3 Mon Sep 17 00:00:00 2001 From: Zqiang Date: Mon, 19 Apr 2021 14:15:45 +0800 Subject: [PATCH] ifupdown: skip wrong test case diff --git a/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch b/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch index d47c50f2d5..58e3715abc 100644 --- a/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch +++ b/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch @@ -1,4 +1,4 @@ -From 68b64a5c9d466352b0c161019bd7255e31db9a4c Mon Sep 17 00:00:00 2001 +From 1f82921bbad8441f9587809fcc169e5d47c14899 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Wed, 6 Aug 2014 14:54:12 -0400 Subject: [PATCH] defn2[c|man]: don't rely on dpkg-architecture to set arch diff --git a/meta/recipes-core/ifupdown/files/tweak-ptest-script.patch b/meta/recipes-core/ifupdown/files/tweak-ptest-script.patch index c1953f0691..7c7c824ebb 100644 --- a/meta/recipes-core/ifupdown/files/tweak-ptest-script.patch +++ b/meta/recipes-core/ifupdown/files/tweak-ptest-script.patch @@ -1,4 +1,4 @@ -From 5eede8950e35404b109cc3cf6a53bf3c84b31cfb Mon Sep 17 00:00:00 2001 +From 358dacc8165340249c080c477eaf2fe80cf6bfaa Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 3 Feb 2020 17:33:11 +0800 Subject: [PATCH] Tweak tests of ifupdown to make it work with oe-core ptest diff --git a/meta/recipes-core/ifupdown/ifupdown_0.8.45.bb b/meta/recipes-core/ifupdown/ifupdown_0.8.45..bb similarity index 95% rename from meta/recipes-core/ifupdown/ifupdown_0.8.45.bb rename to meta/recipes-core/ifupdown/ifupdown_0.8.45..bb index c78fb73398..1a3241c1ed 100644 --- a/meta/recipes-core/ifupdown/ifupdown_0.8.45.bb +++ b/meta/recipes-core/ifupdown/ifupdown_0.8.45..bb @@ -15,8 +15,9 @@ SRC_URI = "git://salsa.debian.org/debian/ifupdown.git;protocol=https;branch=mast file://0001-ifupdown-skip-wrong-test-case.patch \ file://defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch \ file://tweak-ptest-script.patch \ + file://0001-Release-0.8.45.patch \ " -SRCREV = "9ec193ec5a36f94ac8c647cdb6fe9b49c1a26fed" +SRCREV = "7a1cd3105143eb151357a30a38809c081321ac92" inherit ptest update-alternatives -- 2.47.1