-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
pango: Add missing system lib for pango >=1.50.12 in Windows #23879
pango: Add missing system lib for pango >=1.50.12 in Windows #23879
Conversation
I detected other pull requests that are modifying pango/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 4 (
Conan v2 pipeline ✔️
All green in build 4 (
|
Works for me. I'm not sure how much log you wanted, so I provided as much as I could. Pango checkout and compilationPS C:\Users\fnadeau\git-bash\conan-center-index> conan cache clean pango*
======== Exporting recipe to the cache ======== ======== Input profiles ======== Profile build: ======== Computing dependency graph ======== ======== Computing necessary packages ======== ======== Installing packages ======== -------- Downloading 1 package -------- -------- Installing package pango/1.51.0 (21 of 21) -------- Redactedpango/1.51.0: rename libpango-1.0.a into pango-1.0.lib ======== Launching test_package ======== Redacted======== Testing the package: Executing test ======== Package built: gstreamer-full compilationPS C:\Users\fnadeau\git-bash\conan-center-index> git checkout feature/gstreamer-full ======== Exporting recipe to the cache ======== ======== Input profiles ======== Profile build: ======== Computing dependency graph ======== ======== Computing necessary packages ======== ======== Installing packages ======== Redactedgstreamer-full/1.24.3: package(): Packaged 426 '.h' files ======== Launching test_package ======== Redacted======== Testing the package: Executing test ======== PS C:\Users\fnadeau\git-bash\conan-center-index> Package used from cache: |
Specify library name and version: pango/[>=1.50.12]
As reported in #23876, Pango was missing a system dependency to dwrite that has been there from version 1.50.12 onwards
Thanks @fnadeau for reporting it :) This should fix your issues - could you please provide a successful log compilation with this change? (Let me know if you need some help getting this recipe into your Conan cache!)
Requires #23506