Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942798 - dev-libs/boost-1.86.0-r1 build failure boost jam version error
Summary: dev-libs/boost-1.86.0-r1 build failure boost jam version error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: David Seifert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-03 04:22 UTC by Scott Furry
Modified: 2024-11-03 04:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Furry 2024-11-03 04:22:20 UTC
Recent upgrade of boost to version 1.86.0-r1 does not build citing an error internal to the boost build process.

Reproducible: Always

Actual Results:  
Emerge output when build fails
---
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-libs/boost-1.86.0-r1/work/boost_1_86_0 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-libs/boost-1.86.0-r1/work/boost_1_86_0 ...
 * abi_x86_64.amd64: running multilib-minimal_abi_src_compile
 * Creating configuration in /var/tmp/portage/dev-libs/boost-1.86.0-r1/work/boost_1_86_0-abi_x86_64.amd64/user-config.jam
 * Disabling support for NumPy extensions in Boost.Python
b2 --user-config=/var/tmp/portage/dev-libs/boost-1.86.0-r1/work/boost_1_86_0-abi_x86_64.amd64/user-config.jam --without-python --prefix=/usr gentoorelease -j6 -q -d+2 pch=off --without-mpi --boost-build=/usr/share/b2/src --layout=system threading=multi link=shared -sNO_BZIP2=0 -sNO_LZMA=1 -sNO_ZLIB=0 -sNO_ZSTD=0 boost.stacktrace.from_exception=off
Jamroot:125: in modules.load from module Jamfile</var/tmp/portage/dev-libs/boost-1.86.0-r1/work/boost_1_86_0-abi_x86_64.amd64>
error: B2 version 5.1.0 or greater required. But this is B2 5.0.0.
/usr/share/b2/src/build/project.jam:533: in load-jamfile from module project
/usr/share/b2/src/build/project.jam:67: in load from module project
/usr/share/b2/src/build/project.jam:200: in project.find from module project
/usr/share/b2/src/build-system.jam:618: in module scope from module build-system
 * ERROR: dev-libs/boost-1.86.0-r1::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  136:  Called src_compile
 *   environment, line 3307:  Called multilib-minimal_src_compile
 *   environment, line 2061:  Called multilib_foreach_abi 'multilib-minimal_abi_src_compile'
 *   environment, line 2328:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
 *   environment, line 2033:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
 *   environment, line 2031:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_compile'
 *   environment, line  474:  Called multilib-minimal_abi_src_compile
 *   environment, line 2055:  Called multilib_src_compile
 *   environment, line 2548:  Called die
 * The specific snippet of code:
 *       ejam --prefix="${EPREFIX}"/usr "${OPTIONS[@]}" || die;
 * 
 * If you need support, post the output of `emerge --info '=dev-libs/boost-1.86.0-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-libs/boost-1.86.0-r1::gentoo'`.
 * The complete build log is located at '/var/log/portage/build/dev-libs/boost-1.86.0-r1:20241103-025132.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/boost-1.86.0-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/boost-1.86.0-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-libs/boost-1.86.0-r1/work/boost_1_86_0-abi_x86_64.amd64'
 * S: '/var/tmp/portage/dev-libs/boost-1.86.0-r1/work/boost_1_86_0'
---
Comment 1 Larry the Git Cow gentoo-dev 2024-11-03 04:40:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a972de1af0f52438f8a57b2eb23cd8decab5fa3

commit 5a972de1af0f52438f8a57b2eb23cd8decab5fa3
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-11-03 04:38:23 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-11-03 04:38:46 +0000

    dev-libs/boost: depend on newer b2
    
    Closes: https://bugs.gentoo.org/942798
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/boost/boost-1.86.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)