conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
922 stars 1.67k forks source link

[package] b2/4.10.1: can't build on x86_64 Macos (apple-clang 12) #24529

Open Nekto89 opened 5 days ago

Nekto89 commented 5 days ago

Description

https://github.com/conan-io/conan-center-index/commit/a12826d4e9811b09a55f42c25c1b865ddd50e556 breaks compilation in my environment

Package and Environment Details

Conan profile

[settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.cppstd=20 compiler.libcxx=libc++ compiler.version=12.0 os=Macos

Steps to reproduce

conan install --tool-requires=b2/4.10.1 -pr:b build_profile -pr:h host_profile "--build=b2/*"

Logs

Broken log ``` conan install --tool-requires=b2/4.10.1 -pr:b build_profile -pr:h host_profile "--build=b2/*" ======== Input profiles ======== Profile host: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.cppstd=20 compiler.libcxx=libc++ compiler.version=12.0 os=Macos Profile build: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.cppstd=20 compiler.libcxx=libc++ compiler.version=12.0 os=Macos ======== Computing dependency graph ======== b2/4.10.1: Not found in local cache, looking in remotes... b2/4.10.1: Checking remote: conancenter b2/4.10.1: Downloaded recipe revision 392e8deb2d02b1f9734ebfc9028f2f92 Graph root cli Build requirements b2/4.10.1#392e8deb2d02b1f9734ebfc9028f2f92 - Downloaded (conancenter) ======== Computing necessary packages ======== b2/4.10.1: Forced build from source Build requirements b2/4.10.1#392e8deb2d02b1f9734ebfc9028f2f92:ef52fcb08b72f88cd87dade69f7b5e49a93b591a - Build ======== Installing packages ======== b2/4.10.1: Calling source() in /Users/mklymov/b2_test/conan_home/p/b2f743ce1106cf0/s/src -------- Installing package b2/4.10.1 (1 of 1) -------- b2/4.10.1: Building from source b2/4.10.1: Package b2/4.10.1:ef52fcb08b72f88cd87dade69f7b5e49a93b591a b2/4.10.1: Copying sources to build folder b2/4.10.1: Building your package in /Users/mklymov/b2_test/conan_home/p/b/b202b308cc4da96/b b2/4.10.1: Generating aggregated env files b2/4.10.1: Generated aggregated env files: ['conanbuild.sh', 'conanrun.sh'] b2/4.10.1: Calling build() b2/4.10.1: Build engine.. b2/4.10.1: RUN: ./build.sh --cxxflags=" -arch arm64 -arch x86_64" Could not find a suitable toolset. You can specify the toolset as the argument, i.e.: ./build.sh [options] gcc Toolsets supported by this script are: acc, clang, como, gcc, intel-darwin, intel-linux, kcc, kylix, mipspro, pathscale, pgi, qcc, sun, sunpro, tru64cxx, vacpp For any toolset you can override the path to the compiler with the '--cxx' option. You can also use additional flags for the compiler with the '--cxxflags' option. A special toolset; cxx, is available which is used as a fallback when a more specific toolset is not found and the cxx command is detected. The 'cxx' toolset will use the '--cxx' and '--cxxflags' options, if present. Options: --help Show this help message. --verbose Show messages about what this script is doing. --debug Build b2 with debug information, and no optimizations. --guess-toolset Print the toolset we can detect for building. --cxx=CXX The compiler exec to use instead of the detected compiler exec. --cxxflags=CXXFLAGS The compiler flags to use in addition to the flags for the detected compiler. b2/4.10.1: ERROR: Package 'ef52fcb08b72f88cd87dade69f7b5e49a93b591a' build failed b2/4.10.1: WARN: Build folder /Users/mklymov/b2_test/conan_home/p/b/b202b308cc4da96/b/build ERROR: b2/4.10.1: Error in build() method, line 180 self.run(command) ConanException: Error 1 while executing ```
Working log on 1485a373e72c9017500133c8cae3b32c171e4514 ``` conan create --version 4.10.1 -pr:b build_profile -pr:h host_profile conan-center-index/recipes/b2/portable ======== Exporting recipe to the cache ======== b2/4.10.1: Exporting package recipe: /Users/mklymov/b2_test/conan-center-index/recipes/b2/portable/conanfile.py b2/4.10.1: exports: File 'conandata.yml' found. Exporting it... b2/4.10.1: Copied 1 '.py' file: conanfile.py b2/4.10.1: Copied 1 '.yml' file: conandata.yml b2/4.10.1: Exported to cache folder: /Users/mklymov/b2_test/conan_home/p/b2b80b8d0a50122/e b2/4.10.1: Exported: b2/4.10.1#6160f88d57a1e7a84bc7be7b91e5352a (2024-07-05 13:05:33 UTC) ======== Input profiles ======== Profile host: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.cppstd=20 compiler.libcxx=libc++ compiler.version=12.0 os=Macos Profile build: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.cppstd=20 compiler.libcxx=libc++ compiler.version=12.0 os=Macos ======== Computing dependency graph ======== Graph root cli Requirements b2/4.10.1#6160f88d57a1e7a84bc7be7b91e5352a - Cache ======== Computing necessary packages ======== b2/4.10.1: Forced build from source Requirements b2/4.10.1#6160f88d57a1e7a84bc7be7b91e5352a:82339cc4d6db7990c1830d274cd12e7c91ab18a1 - Build ======== Installing packages ======== b2/4.10.1: Calling source() in /Users/mklymov/b2_test/conan_home/p/b2b80b8d0a50122/s/src -------- Installing package b2/4.10.1 (1 of 1) -------- b2/4.10.1: Building from source b2/4.10.1: Package b2/4.10.1:82339cc4d6db7990c1830d274cd12e7c91ab18a1 b2/4.10.1: Copying sources to build folder b2/4.10.1: Building your package in /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b b2/4.10.1: Generating aggregated env files b2/4.10.1: Generated aggregated env files: ['conanbuild.sh', 'conanrun.sh'] b2/4.10.1: Calling build() b2/4.10.1: Build engine.. b2/4.10.1: RUN: ./build.sh ### ### ### Using 'clang' toolset. ### ### Apple clang version 12.0.0 (clang-1200.0.32.2) Target: x86_64-apple-darwin19.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ### ### > clang++ -x c++ -std=c++11 -O3 -s -Wno-deprecated-declarations -DNDEBUG builtins.cpp class.cpp command.cpp compile.cpp constants.cpp cwd.cpp debug.cpp debugger.cpp execcmd.cpp execnt.cpp execunix.cpp filesys.cpp filent.cpp fileunix.cpp frames.cpp function.cpp glob.cpp hash.cpp hcache.cpp hdrmacro.cpp headers.cpp jam_strings.cpp jam.cpp jamgram.cpp lists.cpp make.cpp make1.cpp md5.cpp mem.cpp modules.cpp native.cpp object.cpp option.cpp output.cpp parse.cpp pathnt.cpp pathsys.cpp pathunix.cpp regexp.cpp rules.cpp scan.cpp search.cpp startup.cpp subst.cpp sysinfo.cpp timestamp.cpp variable.cpp w32_getreg.cpp modules/order.cpp modules/path.cpp modules/property-set.cpp modules/regex.cpp modules/sequence.cpp modules/set.cpp -o b2 ld: warning: option -s is obsolete and being ignored b2/4.10.1: Install.. b2/4.10.1: RUN: /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/src/src/engine/b2 --ignore-site-config --prefix=/Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output --abbreviate-paths install b2-install-layout=portable warning: No toolsets are configured. warning: Configuring default toolset "clang". warning: If the default is wrong, your build may not work correctly. warning: Use the "toolset=xxxxx" option to override our guess. warning: For more configuration options, please consult warning: https://www.bfgroup.xyz/b2/manual/release/index.html#bbv2.overview.configuration ...found 482 targets... ...updating 242 targets... common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/b2 common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build-system.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/kernel/modules.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/kernel/errors.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/kernel/class.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/kernel/bootstrap.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/utility.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/string.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/lib.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/generators/searched-lib-generator.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/generators/prebuilt-lib-generator.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/generators/linking-generator.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/generators/lib-generator.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/generators/dummy-generator.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/generators/c-preprocessing-generator.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/generators/c-compiling-generator.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/generators/archive-generator.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/generators/__init_generators__.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/html.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/exe.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/docbook.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/css.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/cpp.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/asm.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/adoc.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/xml.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/sass-type.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/rsp.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/register.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/qt.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/preprocessed.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/pdf.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/objc.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/obj.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/markdown.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/types/man.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/set.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/sequence.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/regex.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/print.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/path.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/param.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/os.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/order.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/option.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/numbers.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/indirect.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/doc.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/container.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/options/help.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/util/assert.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/contrib/wxFormBuilder.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/contrib/tntnet.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/contrib/modular.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/contrib/boost.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/virtual-target.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/version.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/type.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/toolset.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/targets.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/scanner.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/property.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/property-set.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/project.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/generators.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/configure.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/config-cache.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/build-request.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/alias.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/build/ac.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/zstd.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/zlib.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/xsltproc.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/xsltproc-config.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/xlf.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/xlcpp.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/doxygen/windows-paths-check.hpp common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/warnings-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/doxygen/windows-paths-check.doxyfile ...on 100th target... common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/visibility-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/version-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/variant-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/user-interface-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/translate-path-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/toolset-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/threading-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/threadapi-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/tag-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/strip-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/stdlib-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/source-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/search-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/sanitizers-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/runtime-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/rtti-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/response-file-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/relevant-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/os-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/optimization-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/objcflags-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/name-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/lto-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/location-prefix-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/location-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/local-visibility-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/linkflags-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/link-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/linemarkers-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/internal-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/library-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/instruction-set-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/include-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/force-include-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/flags-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/find-lib-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/file-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/fflags-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/exception-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/dll-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/dependency-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/define-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/debug-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/cxxstd-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/cxxflags-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/cxxabi-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/cxx-template-depth-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/coverage-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/conditional-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/compileflags-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/cflags-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/build-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/asmflags-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/archiveflags-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/architecture-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/address-model-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/allow-feature.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/features/__init_features__.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/whale.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/vmsdecc.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/vacpp.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/unix.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/testing.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/testing-aux.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/symlink.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/sun.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/stlport.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/stage.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/saxonhe.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/sass.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/rc.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/quickbook.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/quickbook-config.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/qt5.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/qt4.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/qt.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/qt3.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/qcc.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/python.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/python-config.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/pkg-config.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/pgi.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/pch.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/package.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/pathscale.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/openssl.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/notfile.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/mpi.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/msvc.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/mipspro.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/midl.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/message.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/mc.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/make.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/lzma.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/link.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/libtiff.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/libpng.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/libjpeg.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/lex.jam ...on 200th target... common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/intel-win.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/intel.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/intel-vxworks.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/intel-linux.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/intel-darwin.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/ifort.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/hpfortran.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/hp_cxx.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/gfortran.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/gettext.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/generate.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/gcc.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/fortran.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/fop.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/flags.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/emscripten.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/embarcadero.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/doxygen.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/doxproc.py common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/docutils.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/dmc.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/diab.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/darwin.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/cygwin.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/cw.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/cw-config.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/cray.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/convert.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/como.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/como-win.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/como-linux.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/common.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/clang-win.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/clang.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/clang-vxworks.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/clang-linux.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/clang-darwin.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/cast.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/bzip2.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/builtin.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/borland.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/boostbook.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/bison.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/auto-index.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/asciidoctor.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/acc.jam common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/xsltproc/test.xsl common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/xsltproc/test.xml common.copy /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build/output/.b2/tools/xsltproc/included.xsl ...updated 242 targets... b2/4.10.1: Package '82339cc4d6db7990c1830d274cd12e7c91ab18a1' built b2/4.10.1: Build folder /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/b/build b2/4.10.1: Generating the package b2/4.10.1: Packaging in folder /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/p b2/4.10.1: Calling package() b2/4.10.1: package(): Packaged 1 file: b2 b2/4.10.1: package(): Packaged 222 '.jam' files b2/4.10.1: package(): Packaged 1 '.txt' file: LICENSE.txt b2/4.10.1: Created package revision f62fd89d92f844878906db9f0b239a3e b2/4.10.1: Package '82339cc4d6db7990c1830d274cd12e7c91ab18a1' created b2/4.10.1: Full package reference: b2/4.10.1#6160f88d57a1e7a84bc7be7b91e5352a:82339cc4d6db7990c1830d274cd12e7c91ab18a1#f62fd89d92f844878906db9f0b239a3e b2/4.10.1: Package folder /Users/mklymov/b2_test/conan_home/p/b/b236e6feff6f52a/p WARN: deprecated: Usage of deprecated Conan 1.X features that will be removed in Conan 2.X: WARN: deprecated: 'env_info' used in: b2/4.10.1 ======== Launching test_package ======== ======== Computing dependency graph ======== Graph root b2/4.10.1 (test package): /Users/mklymov/b2_test/conan-center-index/recipes/b2/portable/test_package/conanfile.py Build requirements b2/4.10.1#6160f88d57a1e7a84bc7be7b91e5352a - Cache ======== Computing necessary packages ======== Build requirements b2/4.10.1#6160f88d57a1e7a84bc7be7b91e5352a:82339cc4d6db7990c1830d274cd12e7c91ab18a1#f62fd89d92f844878906db9f0b239a3e - Cache ======== Installing packages ======== b2/4.10.1: Already installed! (1 of 1) WARN: deprecated: Usage of deprecated Conan 1.X features that will be removed in Conan 2.X: WARN: deprecated: 'env_info' used in: b2/4.10.1 ======== Testing the package ======== b2/4.10.1 (test package): Test package build: b2/4.10.1 (test package): Test package build folder: /Users/mklymov/b2_test/conan-center-index/recipes/b2/portable/test_package b2/4.10.1 (test package): Writing generators to /Users/mklymov/b2_test/conan-center-index/recipes/b2/portable/test_package b2/4.10.1 (test package): Generator 'VirtualBuildEnv' calling 'generate()' b2/4.10.1 (test package): Generating aggregated env files b2/4.10.1 (test package): Generated aggregated env files: ['conanbuild.sh', 'conanrun.sh'] ======== Testing the package: Building ======== ======== Testing the package: Executing test ======== b2/4.10.1 (test package): Running test() b2/4.10.1 (test package): RUN: b2 -v B2 Version 4.10. OS=MACOSX. Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc. Copyright 2001 David Turner. Copyright 2001-2004 David Abrahams. Copyright 2002-2019 Rene Rivera. Copyright 2003-2015 Vladimir Prus. DEFAULTS: jobs = 8 ```
Nekto89 commented 5 days ago

newest 5.2.1 - same error