[package] expat/2.2.9: default builds dynamic library
See original GitHub issuethe builds of expat are static libraries, not dynamic libs
Package and Environment Details (include every applicable attribute)
- Package Name/Version: expat/2.2.9
- Operating System+version: macos
- Compiler+version: appleclang-10
- Conan version: 1.22.2
Conan profile (output of conan profile show default
or conan profile show <profile>
if custom profile is in use)
Configuration for profile default:
[settings]
os=Macos
os_build=Macos
arch=x86_64
arch_build=x86_64
compiler=apple-clang
compiler.version=10.0
compiler.libcxx=libc++
build_type=Release
[options]
[build_requires]
[env]
Steps to reproduce (Include if Applicable)
built expat
Logs (Include/Attach if Applicable)
Click to expand log
-- Library boost_unit_test_framework found /Users/tim/.conan/data/boost/1.72.0/_/_/package/5f670f32dd3b28135ecffff67833b959fedb9483/lib/libboost_unit_test_framework.a
-- Library expat found /Users/tim/.conan/data/expat/2.2.9/_/_/package/05f2becfb3546b96a9d17ef745b219d416c14659/lib/libexpat.dylib
-- Library expat.1 found /Users/tim/.conan/data/expat/2.2.9/_/_/package/05f2becfb3546b96a9d17ef745b219d416c14659/lib/libexpat.1.dylib
-- Library expat.1.6.11 found /Users/tim/.conan/data/expat/2.2.9/_/_/package/05f2becfb3546b96a9d17ef745b219d416c14659/lib/libexpat.1.6.11.dylib
-- Library jansson found /Users/tim/.conan/data/jansson/2.12/_/_/package/a617accb6a8d0289f5b812cb3d1ab5dc42c9bd9e/lib/libjansson.a
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
Default for shared option #10096 - GitHub
Hello, at least for the recipes that I used I've noticed that the default for shared option is always False.
Read more >Extending with Shared Libraries - Jenkins
A Shared Library is defined with a name, a source code retrieval method such as by SCM, and optionally a default version. The...
Read more >8. Shared libraries — Debian Policy Manual v4.6.2.0
This section deals only with public shared libraries: shared libraries that are placed in directories searched by the dynamic linker by default or...
Read more >14.3 Building Dynamic (Shared) Libraries - Oracle Help Center
To build a dynamic (shared) library, you must create relocatable object files by compiling each object with the –Kpic or –KPIC option of...
Read more >GNU Libtool - MIT
The commands required to build shared libraries may differ wildly from host to host. These need to be determined at configure time in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@danimtb looks good here! thank you all for looking into this issue
For some reason, the latest PR merged regarding expat https://github.com/conan-io/conan-center-index/pull/468 only generated on package per version. That might be the cause of the issue. After merging #1167 the isssue seems to be fixed. Please @timblechmann could you confirm that from your side? Thanks