You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* lzma compiled and installed successfully
* Cleaning and unpacking boost
* Compiling boost
* Compiling boost for python-3.7
Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxx86_64/b2
Detecting Python version... 3.7
Unicode/ICU support for Boost.Regex?... disabled.
Generating Boost.Build configuration in project-config.jam...
Bootstrapping is done. To build, run:
./b2
To adjust configuration, edit 'project-config.jam'.
Further information:
- Command line help:
./b2 --help
- Getting started guide:
http://www.boost.org/more/getting_started/unix-variants.html
- Boost.Build documentation:
http://www.boost.org/build/doc/html/index.html
/tmp/luxbuild/boost_1_67_0/tools/build/src/build/feature.jam:491: in feature.validate-value-string from module feature
error: "none" is not a known value of feature <optimization>
error: legal values: "off" "speed" "space"
/tmp/luxbuild/boost_1_67_0/tools/build/src/build/property.jam:341: in validate1 from module property
/tmp/luxbuild/boost_1_67_0/tools/build/src/build/property.jam:367: in property.validate from module property
/tmp/luxbuild/boost_1_67_0/tools/build/src/tools/features/variant-feature.jam:70: in variant from module variant-feature
/usr/share/boost-build/site-config.jam:9: in modules.load from module site-config
/tmp/luxbuild/boost_1_67_0/tools/build/src/build-system.jam:255: in load-config from module build-system
/tmp/luxbuild/boost_1_67_0/tools/build/src/build-system.jam:425: in load-configuration-files from module build-system
/tmp/luxbuild/boost_1_67_0/tools/build/src/build-system.jam:607: in load from module build-system
/tmp/luxbuild/boost_1_67_0/tools/build/src/kernel/modules.jam:295: in import from module modules
/tmp/luxbuild/boost_1_67_0/tools/build/src/kernel/bootstrap.jam:139: in boost-build from module
/tmp/luxbuild/boost_1_67_0/boost-build.jam:17: in module scope from module
!!! Boost compilation failed
Now that I know it wants boost with python 3.7, I can at least try installing my system boost with 3.7. Perhaps it will work without needing this script at that point.
Now that I know it wants boost with python 3.7, I can at least try installing my system boost with 3.7. Perhaps it will work without needing this script at that point.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: