-
-
Notifications
You must be signed in to change notification settings - Fork 10k
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
On travis-ci pkg-config can't find zlib #563
Comments
This sounds like #539 and Homebrew/homebrew-core#3051 Sorry I don't have a specific suggestion, but you might find clues in those other issues. |
See also: travis-ci/travis-ci#6329 We recommend people add something like:
To their Travis scripts. We're attempting to make Homebrew more cross-platform, which has involved moving some elements around. Sadly Travis doesn't routinely update the dependencies shipped on their boxes automatically, which is problematic in multiple ways for us but I understand the logic behind it. Apologies on our side that us moving things around can be annoying. The end product will be useful to more people & help various projects (Linuxbrew, Homebrew, Tigerbrew, Caskroom) share the same core (non-formula) code rather than maintaining unique forks, but it's not entirely painless getting there.
OS X doesn't bother providing a pkg-config file for |
Once we hit Homebrew 1.0 (coming soon!) this will hopefully stabilise a bit and we can request some of these images get recreated. |
Fixes 'zlib not found` errors. Details: Homebrew/brew#563
👍 Yup this works. I hadn't realized that homebrew preinstalls pkg-config and that we need to upgrade it manually. |
We don't, but Travis preinstalls a bunch of formulae for user convenience. |
Fixes 'zlib not found` errors. Details: Homebrew/brew#563
First of all sorry if this isn't the correct place to report this. Also I am not entirely sure that this is a homebrew problem.
I am the maintainer of qBittorrent. We have set up our travis.yml to do OS X builds a long time ago. Up until now everything went ok. But the last few days( or weeks) our configure script complains that it cannot find zlib. So I assume that something changed in newer versions of homebrew.
Do you guys have any insight on how to solve this?
Here is the latest travis failure: https://travis-ci.org/qbittorrent/qBittorrent/jobs/146165871
Here is our travis.yml: https://github.com/qbittorrent/qBittorrent/blob/master/.travis.yml
The text was updated successfully, but these errors were encountered: