pnoltes commented on pull request #401: URL: https://github.com/apache/celix/pull/401#issuecomment-1086917571
When using conan create with a profile for build and host, I get the same error: ``` % conan create --build-require -pr:b default -pr:h default . celix/2.2.3@zhengpeng/testing Exporting package recipe celix/2.2.3@zhengpeng/testing exports_sources: Copied 161 '.txt' files celix/2.2.3@zhengpeng/testing exports_sources: Copied 41 '.md' files celix/2.2.3@zhengpeng/testing exports_sources: Copied 426 '.h' files celix/2.2.3@zhengpeng/testing exports_sources: Copied 286 '.c' files celix/2.2.3@zhengpeng/testing exports_sources: Copied 99 '.cc' files celix/2.2.3@zhengpeng/testing exports_sources: Copied 4 '.html' files: index.html, index.html, index.html, index.html celix/2.2.3@zhengpeng/testing exports_sources: Copied 4 '.js' files: ansi_up.js, script.js, script.js, script.js celix/2.2.3@zhengpeng/testing exports_sources: Copied 17 '.in' files celix/2.2.3@zhengpeng/testing exports_sources: Copied 34 '.cpp' files celix/2.2.3@zhengpeng/testing exports_sources: Copied 44 '.descriptor' files celix/2.2.3@zhengpeng/testing exports_sources: Copied 6 '.json' files celix/2.2.3@zhengpeng/testing exports_sources: Copied 7 '.avpr' files celix/2.2.3@zhengpeng/testing exports_sources: Copied 2 '.xml' files: desc.xml, desc.xml celix/2.2.3@zhengpeng/testing exports_sources: Copied 5 '.inl' files celix/2.2.3@zhengpeng/testing exports_sources: Copied 11 '.properties' files celix/2.2.3@zhengpeng/testing exports_sources: Copied 6 files celix/2.2.3@zhengpeng/testing exports_sources: Copied 4 '.adoc' files: pubsub_serialization.adoc, async_remote_admin.adoc, configured_discovery.adoc, pushstreams.adoc celix/2.2.3@zhengpeng/testing exports_sources: Copied 25 '.cmake' files celix/2.2.3@zhengpeng/testing exports_sources: Copied 1 '.sh' file: create_target_filesystem.sh celix/2.2.3@zhengpeng/testing exports_sources: Copied 1 '.py' file: conanfile.py celix/2.2.3@zhengpeng/testing exports_sources: Copied 2 '.avdl' files: simple.avdl, complex.avdl celix/2.2.3@zhengpeng/testing exports_sources: Copied 1 '.png' file: statediagram.png celix/2.2.3@zhengpeng/testing exports_sources: Copied 1 '.Android' file: Dockerfile.Android celix/2.2.3@zhengpeng/testing exports_sources: Copied 3 '.MF' files: MANIFEST.MF, MANIFEST.MF, MANIFEST.MF celix/2.2.3@zhengpeng/testing: The stored package has not changed celix/2.2.3@zhengpeng/testing: Exported revision: 203b6bd856d78da272db6ab3c6076d83 Configuration (profile_host): [settings] arch=armv8 arch_build=armv8 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=13 os=Macos os_build=Macos [options] [build_requires] [env] Configuration (profile_build): [settings] arch=armv8 arch_build=armv8 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=13 os=Macos os_build=Macos [options] [build_requires] [env] WARN: libcurl/7.80.0: requirement zlib/1.2.11 overridden by celix/2.2.3@zhengpeng/testing to zlib/1.2.12 WARN: libzip/1.8.0: requirement zlib/1.2.11 overridden by celix/2.2.3@zhengpeng/testing to zlib/1.2.12 WARN: libxml2/2.9.13: requirement zlib/1.2.11 overridden by celix/2.2.3@zhengpeng/testing to zlib/1.2.12 jansson/2.14: Main binary package '87dfe75185c1ec4d4a45265bdca4ccc582ee08d9' missing. Using compatible package '9318e285a716ea373adae1284f599e416da5d17d' libffi/3.4.2: Main binary package '9626d29b9c4fd933cf8b22e708bd74cf979bc636' missing. Using compatible package '8e74bc12f7afe2971bedf38d3cbd134313ec2dbb' libiconv/1.16: Main binary package 'e98cc99c78f8ae352930d807a85fc7d6df891023' missing. Using compatible package '095512ed878f14a09dd732e9f6868729dd437529' openssl/1.1.1m: Main binary package '9626d29b9c4fd933cf8b22e708bd74cf979bc636' missing. Using compatible package '8e74bc12f7afe2971bedf38d3cbd134313ec2dbb' xz_utils/5.2.5: Main binary package 'e98cc99c78f8ae352930d807a85fc7d6df891023' missing. Using compatible package '095512ed878f14a09dd732e9f6868729dd437529' zlib/1.2.12: Main binary package '9626d29b9c4fd933cf8b22e708bd74cf979bc636' missing. Using compatible package '8e74bc12f7afe2971bedf38d3cbd134313ec2dbb' zstd/1.5.2: Main binary package '730f6fa15d7dd036e45ab9c2ddeba72c3a5b2670' missing. Using compatible package '29c13c3349c6850cc905f19384cd71df20f5ae02' libxml2/2.9.13: Main binary package '85f3a088c51eae9cf361c968abcbafddfb81b2dd' missing. Using compatible package '450a7ddd4356170be96db326460ee375171471f5' celix/2.2.3@zhengpeng/testing: Forced build from source ERROR: Conflict in cmake/3.17.5: 'cmake/3.17.5' requires 'openssl/1.1.1n' while 'libzip/1.8.0' requires 'openssl/1.1.1m'. To fix this conflict you need to override the package 'openssl' in your root package. ``` This implies that the build tools and build requirements are not in different contexts. The conan version I am using is 1.47.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org