* [PATCH 1/2] boost-build-native: upgrade 1.87 -> 1.89
@ 2025-08-16 10:22 Gyorgy Sarvari
2025-08-16 10:22 ` [PATCH 2/2] boost: upgrade 1.88.0 -> 1.89.0 Gyorgy Sarvari
2025-08-18 6:07 ` [OE-core] [PATCH 1/2] boost-build-native: upgrade 1.87 -> 1.89 Mathieu Dubois-Briand
0 siblings, 2 replies; 5+ messages in thread
From: Gyorgy Sarvari @ 2025-08-16 10:22 UTC (permalink / raw)
To: openembedded-core
Changelog: https://www.boost.org/releases/1.89.0/
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
...st-build-native_1.87.0.bb => boost-build-native_1.89.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/boost/{boost-build-native_1.87.0.bb => boost-build-native_1.89.0.bb} (88%)
diff --git a/meta/recipes-support/boost/boost-build-native_1.87.0.bb b/meta/recipes-support/boost/boost-build-native_1.89.0.bb
similarity index 88%
rename from meta/recipes-support/boost/boost-build-native_1.87.0.bb
rename to meta/recipes-support/boost/boost-build-native_1.89.0.bb
index 5b914b6f88..911de72bc1 100644
--- a/meta/recipes-support/boost/boost-build-native_1.87.0.bb
+++ b/meta/recipes-support/boost/boost-build-native_1.89.0.bb
@@ -6,8 +6,8 @@ SECTION = "devel"
LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
-SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master"
-SRCREV = "4a52d8c06635435b64e31a56eaf7ca5dc912a71d"
+SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master;tag=boost-${PV}"
+SRCREV = "be69c44857e34fae250aa1321808a05c1d88bfde"
PE = "1"
UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P<pver>(\d+(\.\d+)+))"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] boost: upgrade 1.88.0 -> 1.89.0
2025-08-16 10:22 [PATCH 1/2] boost-build-native: upgrade 1.87 -> 1.89 Gyorgy Sarvari
@ 2025-08-16 10:22 ` Gyorgy Sarvari
2025-08-18 6:07 ` [OE-core] [PATCH 1/2] boost-build-native: upgrade 1.87 -> 1.89 Mathieu Dubois-Briand
1 sibling, 0 replies; 5+ messages in thread
From: Gyorgy Sarvari @ 2025-08-16 10:22 UTC (permalink / raw)
To: openembedded-core
Changelog: https://www.boost.org/releases/1.89.0/
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
.../boost/{boost-1.88.0.inc => boost-1.89.0.inc} | 2 +-
...1-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch | 2 +-
.../boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch | 2 +-
meta/recipes-support/boost/{boost_1.88.0.bb => boost_1.89.0.bb} | 0
4 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-support/boost/{boost-1.88.0.inc => boost-1.89.0.inc} (90%)
rename meta/recipes-support/boost/{boost_1.88.0.bb => boost_1.89.0.bb} (100%)
diff --git a/meta/recipes-support/boost/boost-1.88.0.inc b/meta/recipes-support/boost/boost-1.89.0.inc
similarity index 90%
rename from meta/recipes-support/boost/boost-1.88.0.inc
rename to meta/recipes-support/boost/boost-1.89.0.inc
index 96bd986f6a..ea2827ec14 100644
--- a/meta/recipes-support/boost/boost-1.88.0.inc
+++ b/meta/recipes-support/boost/boost-1.89.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] = "46d9d2c06637b219270877c9e16155cbd015b6dc84349af064c088e9b5b12f7b"
+SRC_URI[sha256sum] = "85a33fa22621b4f314f8e85e1a5e2a9363d22e4f4992925d4bb3bc631b5a0c7a"
UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
UPSTREAM_CHECK_REGEX = "release/(?P<pver>.*)/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 04bede4578..25512d582b 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
@@ -16,7 +16,7 @@ diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam
index b7825d4e6..ed7e39baf 100644
--- a/tools/build/src/tools/gcc.jam
+++ b/tools/build/src/tools/gcc.jam
-@@ -1144,156 +1144,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + :
+@@ -1143,156 +1143,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + :
<architecture>$(architecture)/<instruction-set>$(instruction-set)
: $(values) ;
}
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 db1ee03898..d23cf03b1a 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
@@ -16,7 +16,7 @@ diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam
index ed7e39baf..90513f84a 100644
--- a/tools/build/src/tools/gcc.jam
+++ b/tools/build/src/tools/gcc.jam
-@@ -377,22 +377,6 @@ local rule compile-link-flags ( * )
+@@ -375,22 +375,6 @@ local rule compile-link-flags ( * )
compile-link-flags <link>shared/<target-os>$(non-windows) : -fPIC ;
}
diff --git a/meta/recipes-support/boost/boost_1.88.0.bb b/meta/recipes-support/boost/boost_1.89.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost_1.88.0.bb
rename to meta/recipes-support/boost/boost_1.89.0.bb
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [OE-core] [PATCH 1/2] boost-build-native: upgrade 1.87 -> 1.89
2025-08-16 10:22 [PATCH 1/2] boost-build-native: upgrade 1.87 -> 1.89 Gyorgy Sarvari
2025-08-16 10:22 ` [PATCH 2/2] boost: upgrade 1.88.0 -> 1.89.0 Gyorgy Sarvari
@ 2025-08-18 6:07 ` Mathieu Dubois-Briand
2025-08-18 17:38 ` Gyorgy Sarvari
1 sibling, 1 reply; 5+ messages in thread
From: Mathieu Dubois-Briand @ 2025-08-18 6:07 UTC (permalink / raw)
To: skandigraun, openembedded-core
On Sat Aug 16, 2025 at 12:22 PM CEST, Gyorgy Sarvari via lists.openembedded.org wrote:
> Changelog: https://www.boost.org/releases/1.89.0/
>
> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
> ---
Hi Gyorgy,
Thanks for your patch.
It looks like this is breaking the build of kea:
ERROR: kea-2.6.3-r0 do_configure: Execution of '/srv/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/core2-64-poky-linux/kea/2.6.3/temp/run.do_configure.25537' failed with exit code 1
...
| checking for Boost system library... no
| configure: error: Linking with -lboost_system -lboost_system is not enough: please make sure libboost_system is installed in an expected location; Check config.log for details, you may be missing other libraries.
https://autobuilder.yoctoproject.org/valkyrie/#/builders/17/builds/2074
https://autobuilder.yoctoproject.org/valkyrie/#/builders/25/builds/2231
https://autobuilder.yoctoproject.org/valkyrie/#/builders/6/builds/2253
https://autobuilder.yoctoproject.org/valkyrie/#/builders/3/builds/2288
Can you fix it please?
Best regards,
Mathieu
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OE-core] [PATCH 1/2] boost-build-native: upgrade 1.87 -> 1.89
2025-08-18 6:07 ` [OE-core] [PATCH 1/2] boost-build-native: upgrade 1.87 -> 1.89 Mathieu Dubois-Briand
@ 2025-08-18 17:38 ` Gyorgy Sarvari
2025-08-19 8:56 ` Alexander Kanavin
0 siblings, 1 reply; 5+ messages in thread
From: Gyorgy Sarvari @ 2025-08-18 17:38 UTC (permalink / raw)
To: Mathieu Dubois-Briand, openembedded-core
On 8/18/25 08:07, Mathieu Dubois-Briand wrote:
> On Sat Aug 16, 2025 at 12:22 PM CEST, Gyorgy Sarvari via lists.openembedded.org wrote:
>> Changelog: https://www.boost.org/releases/1.89.0/
>>
>> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
>> ---
> Hi Gyorgy,
>
> Thanks for your patch.
>
> It looks like this is breaking the build of kea:
>
> ERROR: kea-2.6.3-r0 do_configure: Execution of '/srv/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/core2-64-poky-linux/kea/2.6.3/temp/run.do_configure.25537' failed with exit code 1
> ...
> | checking for Boost system library... no
> | configure: error: Linking with -lboost_system -lboost_system is not enough: please make sure libboost_system is installed in an expected location; Check config.log for details, you may be missing other libraries.
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/17/builds/2074
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/25/builds/2231
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/6/builds/2253
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/3/builds/2288
>
> Can you fix it please?
>
> Best regards,
> Mathieu
>
>
>
Thanks for the note and the logs - maybe updating boost wasn't a good
idea from me.
Boost has switched the system module to headers-only, which makes kea
unhappy. While kea can also compile with headers only, there is a scary
warning about it causing runtime errors, in general saying it "is NOT
recommended".
kea 3.0 still tries to link with this module. I wanted to submit a bug
upstream, however unfortunately they don't accept gmail addresses for
registration.
For now I will drop this - but maybe someone else will have better luck.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OE-core] [PATCH 1/2] boost-build-native: upgrade 1.87 -> 1.89
2025-08-18 17:38 ` Gyorgy Sarvari
@ 2025-08-19 8:56 ` Alexander Kanavin
0 siblings, 0 replies; 5+ messages in thread
From: Alexander Kanavin @ 2025-08-19 8:56 UTC (permalink / raw)
To: skandigraun; +Cc: Mathieu Dubois-Briand, openembedded-core
On Mon, 18 Aug 2025 at 19:38, Gyorgy Sarvari via
lists.openembedded.org <skandigraun=gmail.com@lists.openembedded.org>
wrote:
> kea 3.0 still tries to link with this module. I wanted to submit a bug
> upstream, however unfortunately they don't accept gmail addresses for
> registration.
Updating to most recent kea first would be still appreciated, as then
we'd be able to apply any possible upstream fix (or fix the issue
ourselves) on a codebase that's closer to upstream.
Alex
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-08-19 8:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-16 10:22 [PATCH 1/2] boost-build-native: upgrade 1.87 -> 1.89 Gyorgy Sarvari
2025-08-16 10:22 ` [PATCH 2/2] boost: upgrade 1.88.0 -> 1.89.0 Gyorgy Sarvari
2025-08-18 6:07 ` [OE-core] [PATCH 1/2] boost-build-native: upgrade 1.87 -> 1.89 Mathieu Dubois-Briand
2025-08-18 17:38 ` Gyorgy Sarvari
2025-08-19 8:56 ` Alexander Kanavin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.