From patchwork Thu Aug 13 05:55:53 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 95066 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 49C12C5B572 for ; Thu, 13 Aug 2026 05:55:59 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.12928.1786600554938572102 for ; Wed, 12 Aug 2026 22:55:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Ck+31RDP; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=KVbkWjLR; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019ff9b0fda3-fe29fb9d-a1b6-4472-9cd8-18c715fa480b-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1786600554; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=q8YDwoUHb6I0WIeuiJ/U5tbPBFLc9EeOvuTPSJ9kQPw=; b=Ck+31RDPAsG6A9gK1lKEG3/xCMIM5CVFD04JJX9ohhpuMuMw3CLqvge69vlk+HWU 5xCh2YKdqi3FbxGuBNc8EboceCLlkzeAsRh+ceYcdJikZxY2e5uiZ007Z9+Qu5zo4Xm 0+hX8KuY+yd/nTBviAsE3rxlw9FGmUr4ZfDIk39o= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1786600554; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=q8YDwoUHb6I0WIeuiJ/U5tbPBFLc9EeOvuTPSJ9kQPw=; b=KVbkWjLRBkG8w7sBxS5zu/g40766si3KmnO0UcKmj6Nt9+1Q/4Vj77oZxmaD+zL8 1jrTkGoZ8W3w/ppmk94APjFkONvfHsp4oLcXHNMNjzp0C55Ti0T/uzKJXUU4gGs/9xA 0u/9dAv+MjSL2jE1hPRPWQr25vsMsWGGtv/sBPiI= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] boost: upgrading to 1.92.0 FAILED Message-ID: <0101019ff9b0fda3-fe29fb9d-a1b6-4472-9cd8-18c715fa480b-000000@us-west-2.amazonses.com> Date: Thu, 13 Aug 2026 05:55:53 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.13-54.240.27.23 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 13 Aug 2026 05:55:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243331 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *boost* to *1.92.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-boost-upgrade-1.91.0-1.92.0.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 fa82d93476feb90f1caeadf7329f39d326b263b7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 13 Aug 2026 05:55:46 +0000 Subject: [PATCH] boost: upgrade 1.91.0 -> 1.92.0 Source: libs/beast/CHANGELOG.md Version 361: * `websocket::stream` accepts close code 1014 (bad gateway) * `http::basic_parser` ignores connection and framing fields in trailers * `http::parser` drops framing and connection-control fields carried in trailers * `http::basic_parser` rejects chunked transfer-encoding in HTTP/1.0 requests * `http::basic_parser` rejects `Content-Length` with `Transfer-Encoding` regardless of field order * `http::basic_parser` rejects requests with a `Transfer-Encoding` that does not end in chunked * `http::basic_parser` validates quoted-strings in chunk extensions * `http::message::prepare_payload` rejects 1xx responses with a body * `websocket::stream` rejects 64-bit frame lengths with the high bit set * File operations clear the `error_code` on success * The `server-flex-awaitable` example dispatches cancellation to the task's strand * Removed dependency on Boost.Functional -------------------------------------------------------------------------------- --- .../boost/{boost-1.91.0.inc => boost-1.92.0.inc} | 2 +- ...Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch | 4 ++-- .../boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch | 4 ++-- .../boost/boost/boost-math-disable-pch-for-gcc.patch | 2 +- .../boost/{boost_1.91.0.bb => boost_1.92.0.bb} | 0 5 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-support/boost/{boost-1.91.0.inc => boost-1.92.0.inc} (90%) rename meta/recipes-support/boost/{boost_1.91.0.bb => boost_1.92.0.bb} (100%) diff --git a/meta/recipes-support/boost/boost-1.91.0.inc b/meta/recipes-support/boost/boost-1.92.0.inc similarity index 90% rename from meta/recipes-support/boost/boost-1.91.0.inc rename to meta/recipes-support/boost/boost-1.92.0.inc index dc68d7a336..98c2ec5aa2 100644 --- a/meta/recipes-support/boost/boost-1.91.0.inc +++ b/meta/recipes-support/boost/boost-1.92.0.inc @@ -12,7 +12,7 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}" BOOST_P = "boost_${BOOST_VER}" SRC_URI = "https://archives.boost.io/release/${PV}/source/${BOOST_P}.tar.bz2" -SRC_URI[sha256sum] = "de5e6b0e4913395c6bdfa90537febd9028ea4c0735d2cdb0cd9b45d5f51264f5" +SRC_URI[sha256sum] = "5c1d40cb8e19adbf740a4ec2da35b3e58f3f5804b1dce44deb53df72193cbc6c" UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/" UPSTREAM_CHECK_REGEX = "release/(?P.*)/source/" diff --git a/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch b/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch index 92bb6e55b3..672a41cf45 100644 --- a/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch +++ b/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch @@ -1,4 +1,4 @@ -From 98fff479c074472833dcacb815115f247e9023c7 Mon Sep 17 00:00:00 2001 +From d43269dab039cefe841c7fe9804d0cb6b5bbc393 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 18 Dec 2018 15:42:57 +0100 Subject: [PATCH] Don't set up arch/instruction-set flags, we do that @@ -13,7 +13,7 @@ Signed-off-by: Alexander Kanavin 1 file changed, 153 deletions(-) diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam -index acf02ce26..becd0ad05 100644 +index 5359b018d..ac313ce0d 100644 --- a/tools/build/src/tools/gcc.jam +++ b/tools/build/src/tools/gcc.jam @@ -1150,156 +1150,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + : diff --git a/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch b/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch index 229e5ab8ea..271220e589 100644 --- a/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch +++ b/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch @@ -1,4 +1,4 @@ -From 03ec6a66ad60d224d56c0b85eae843b469b572e0 Mon Sep 17 00:00:00 2001 +From c10c18b6d48304efd7e9d07fc46ab6db932f9694 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 14 Nov 2019 10:13:53 +0800 Subject: [PATCH] dont setup compiler flags -m32/-m64 @@ -13,7 +13,7 @@ Signed-off-by: Anuj Mittal 1 file changed, 16 deletions(-) diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam -index becd0ad05..e39bf8454 100644 +index ac313ce0d..9221f8615 100644 --- a/tools/build/src/tools/gcc.jam +++ b/tools/build/src/tools/gcc.jam @@ -375,22 +375,6 @@ local rule compile-link-flags ( * ) diff --git a/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch b/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch index 178c1dd416..eb6781f3b7 100644 --- a/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch +++ b/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch @@ -1,4 +1,4 @@ -From 2dd80802e0b9747ed32f45a886c7ad21b7fa61be Mon Sep 17 00:00:00 2001 +From 698ccf919d6facfbacdeeeceb7aeff1431d12316 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 23 Sep 2016 01:04:50 -0700 Subject: [PATCH] boost-math: disable pch for gcc diff --git a/meta/recipes-support/boost/boost_1.91.0.bb b/meta/recipes-support/boost/boost_1.92.0.bb similarity index 100% rename from meta/recipes-support/boost/boost_1.91.0.bb rename to meta/recipes-support/boost/boost_1.92.0.bb