-
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
poppler: migrate to Conan v2 #21135
base: master
Are you sure you want to change the base?
poppler: migrate to Conan v2 #21135
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Feel free to remove 21.07.0, after looking at it with @uilianries it's going to be faster than the alternative of trying to properly support it :) |
87039e6
to
7ac49ae
Compare
This comment has been minimized.
This comment has been minimized.
Having this package in Conan2 is one of our main blockers, so work on this is very much appreciated! Btw, does the package also offer the details headers found in operating system packages like |
@h-2 I didn't check but I would say yes. Most of Conan packages are equivalent of -dev on Ubuntu. |
Yeah, but the normal ubuntu dev package is |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
3a69119
to
f5fb5c0
Compare
This comment has been minimized.
This comment has been minimized.
369af0a
to
e7b2921
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
a67201b
to
61a0052
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ❌Failure in build 7 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping Failure in build 7 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
CMake Error at CMakeLists.txt:151 (find_package): Could not find a configuration file for package "FREETYPE" that is compatible with requested version "2.10". The following configuration files were considered but not accepted: build/Release/generators/FREETYPEConfig.cmake, version: 26.1.20
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
. |
@valgur thanks for your work on this. for one of my projects, this package is the last one to be able to migrate to conan 2, so i am quite interested to get this pr merged. locally, i was able to create the package on linux and macos with very few modifications only. i could pr this changes when desired. |
@user4223 Feel free to open a PR at https://github.com/valgur/conan-center-index. The Poppler recipe had some pretty difficult linker errors in the CI, which seemed to be caused by the order of the linked libraries. There might even be a dependency cycle somewhere in the deps. Anyway, it's difficult to move forward with this PR if I can't use the CI to catch the failing configurations. |
Worked locally with all options enabled.