-
Notifications
You must be signed in to change notification settings - Fork 34
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
Ubuntu Launchpad CI build failling #73
Comments
@alexfikl Do you use ubuntu for development? I am having problems making the build pass using qmake. however the github action you added passes here. |
No, I'm afraid I'm using arch (and their packaging is quite different from what I recall). Like you said the CI uses Ubuntu, the 22.04 LTS from what it says on https://github.com/actions/runner-images?tab=readme-ov-file#available-images, so it should work. What errors are you seeing? Also, what's the "Ubuntu Launchpad CI"? Are the logs from that available? |
the error is pretty easy to spot. :) However, I do not get why it is not finding poppler. I am setting up a ubuntu virtual machine to test the issue. The other day I did a bunch of force push, since I was playing around to see if i could fix it. I also changed some minor things to make it pass. I am targetting for at least Ubuntu 22.04. Maybe it could be interesting if we have a package for arch :) not sure how hard it is. |
Yep, that's very clear! The Github CI isn't doing anything special from what I can tell, so not sure why it doesn't find poppler includes on the Launchpad CI. Especially since they seem to be using the same ubuntu version..
I can try the docker image locally to see if there's any difference there :\
There's already an official package for Arch: https://archlinux.org/packages/extra/x86_64/ktikz/ 😁 |
(mostly note to self) Just from looking at the logs, the Github CI clearly has a bunch of (repeated) poppler includes that the Launchpad run is missing:
The includes should be found in
EDIT: The Github images have a lot of packages installed and it's not clear how they compare to the Launchpad CI |
Yeah i noticed that too. seems like in the ubuntu launchpad the pkg-config for the poppler is not giving the right result |
I think it is a missing dependency on pkg-config |
Solved the build issue. Now just adding back a dependency i removed and didnt allow to process icons :) |
Fix the CI service of the ubuntu launchpad
The text was updated successfully, but these errors were encountered: