question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[package] expat/2.2.9: default builds dynamic library

See original GitHub issue

the 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:closed
  • Created 4 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
timblechmanncommented, Mar 24, 2020

@danimtb looks good here! thank you all for looking into this issue

1reaction
danimtbcommented, Mar 23, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found