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

[precise-gce] E: Unable to locate package liblcms2-dev / python-qt4 / libjpeg-turbo-progs #5232

Closed
hugovk opened this issue Dec 6, 2015 · 1 comment
Assignees

Comments

@hugovk
Copy link

hugovk commented Dec 6, 2015

Here's the last passing build on master, on 2nd December:
https://travis-ci.org/python-pillow/Pillow/builds/94349940

The last passing PR was on 3rd December:
https://travis-ci.org/python-pillow/Pillow/builds/94638711

The next build was today, it only changed a version number in a .rst file but errored:
https://travis-ci.org/python-pillow/Pillow/builds/95173588

This build says:

This job ran on our new platform for Legacy Precise builds. Please read our blog post for more information.

Worker information
hostname: travis-worker-gce-org-prod-5:6ecd4598-cd8c-4002-a1f7-5e676700ef9e
version: v1.4.0
instance: testing-gce-01f887a1-0cbc-467f-b41d-33c9a46d71b7:travis-ci-python-precise-1449116994

And errors like this:

$ travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick
E: Unable to locate package liblcms2-dev
E: Unable to locate package python-qt4
E: Unable to locate package libjpeg-turbo-progs
The command "sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick" failed. Retrying, 2 of 3.

We still need sudo (for installation of packages, but it would be good to move away from that).

My own fork of this repo also errors in a similar way: https://travis-ci.org/hugovk/Pillow/builds/95189290

Do you have any suggestions how to fix this?

Thank you!

@hugovk
Copy link
Author

hugovk commented Dec 6, 2015

Adding sudo apt-get update before installing fixes this: https://travis-ci.org/hugovk/Pillow/builds/95190314

I'll close this as a duplicate of: #5221

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

No branches or pull requests

2 participants