Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xerces-c: hotfix - honor shared=False option #13616

Merged
merged 2 commits into from
Oct 20, 2022

Conversation

SpaceIm
Copy link
Contributor

@SpaceIm SpaceIm commented Oct 19, 2022

Fix for #13502 (comment)

It comes from https://github.com/apache/xerces-c/blob/v3.2.3/cmake/XercesDLL.cmake#L23 and how BUILD_SHARED_LIBS is injected in toolchain file (see conan-io/conan#11937 & conan-io/conan#11840).


  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the conan-center hook activated.

@conan-center-bot
Copy link
Collaborator

All green in build 2 (4cb744066d1656ccacf87e5ed064adfa423318bc):

  • xerces-c/3.2.3@:
    All packages built successfully! (All logs)

  • xerces-c/3.2.2@:
    All packages built successfully! (All logs)

@github-actions
Copy link
Contributor

Hooks produced the following warnings for commit 4cb7440
xerces-c/3.2.3
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libxerces-c-3.2.so' links to system library 'm' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libxerces-c.so' links to system library 'm' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libxerces-c-3.2.so' links to system library 'nsl' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libxerces-c.so' links to system library 'nsl' but it is not in cpp_info.system_libs.
xerces-c/3.2.2
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libxerces-c-3.2.so' links to system library 'm' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libxerces-c.so' links to system library 'm' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libxerces-c-3.2.so' links to system library 'nsl' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libxerces-c.so' links to system library 'nsl' but it is not in cpp_info.system_libs.

@conan-center-bot conan-center-bot merged commit c2c60d9 into conan-io:master Oct 20, 2022
@SpaceIm SpaceIm deleted the hotfix/xerces-c-static branch October 20, 2022 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants