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

soci: fix linking against dependencies with conanv1 #17245

Merged
merged 2 commits into from
Apr 30, 2023

Conversation

Cogitri
Copy link
Contributor

@Cogitri Cogitri commented Apr 26, 2023

soci searches for POSTGRESQL_LIBRARIES etc. instead of what conan defines (PostgreSQL_LIBRARIES).

fixes #11628


soci searches for POSTGRESQL_LIBRARIES etc. instead of what conan
defines (PostgreSQL_LIBRARIES).

fixes conan-io#11628
@conan-center-bot

This comment has been minimized.

@github-actions
Copy link
Contributor

Hooks produced the following warnings for commit 59873f3
soci/4.0.3
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libsoci_core.so' links to system library 'dl' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libsoci_core.so' links to system library 'pthread' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libsoci_core.so' links to system library 'm' but it is not in cpp_info.system_libs.
post_package(): WARN: [APPLE RELOCATABLE SHARED LIBS (KB-H077)] install_name dir of these shared libs is not @rpath: libsoci_core.4.0.3.dylib, libsoci_core.4.0.dylib, libsoci_core.dylib

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 4 (abcdb8c8b69bd0cd4dcc82f2084ba509dd33fa85):

  • soci/4.0.3@:
    All packages built successfully! (All logs)

Conan v2 pipeline ✔️

Note: Conan v2 builds may be required once they are on the v2 ready list

All green in build 4 (abcdb8c8b69bd0cd4dcc82f2084ba509dd33fa85):

  • soci/4.0.3@:
    All packages built successfully! (All logs)

@github-actions
Copy link
Contributor

Hooks produced the following warnings for commit abcdb8c
soci/4.0.3
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libsoci_core.so' links to system library 'dl' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libsoci_core.so' links to system library 'pthread' but it is not in cpp_info.system_libs.
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libsoci_core.so' links to system library 'm' but it is not in cpp_info.system_libs.

@conan-center-bot conan-center-bot merged commit d33327e into conan-io:master Apr 30, 2023
pezy pushed a commit to pezy/conan-center-index that referenced this pull request Jun 1, 2023
* soci: fix linking against dependencies with conanv1

soci searches for POSTGRESQL_LIBRARIES etc. instead of what conan
defines (PostgreSQL_LIBRARIES).

fixes conan-io#11628

* soci: fix @rpath on MacOS
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.

[package] soci/*: Backends don't link against required libraries
4 participants