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
icu detection broken on debian testing #1014
Comments
|
According to https://bugs.launchpad.net/ubuntu/+source/icu/+bug/1247024 icu-config is not the problem. One should first use pkg-config to handle those multiarch problems, and only as fallback icu-config. |
|
Bump. This error means that Parrot doesn't build for me on Kubuntu 14.04. Pm |
|
Here's the error I'm receiving when attempting to build a fresh clone of Parrot onto Kubuntu 14.04: |
|
Fixed in branch We must not die when perl does not find the icuheaders. debian multi-arch: |
We must not die when perl does not find the icuheaders. cc needs to find it, and it does it in the probe if they are in the proper cc searchdir. icu-config does not store the full headerpath, only pkg-config. Fixes [GH #1014] on debian/ubuntu
|
I can confirm that the branch is working for me on Kubuntu 14.04. Pm |
We must not die when perl does not find the icuheaders. cc needs to find it, and it does it in the probe if they are in the proper cc searchdir. icu-config does not store the full headerpath, only pkg-config. Fixes [GH #1014] on debian/ubuntu
|
Thanks. Also worked fine on solaris. Merged into master |
They moved to archspecific
/usr/include/x86_64-linux-gnu/unicode/ucnv.hon amd64.Providing the new incdir to --icuheaders=/usr/include/x86_64-linux-gnu doesn't help,
/usr/bin/icu-config looks good.
libicu-dev 4.8.1.1-13 :amd64: /usr/include/x86_64-linux-gnu/unicode/ucnv.hHaven't investigated further, should be easy to fix by using icu-config properly
The text was updated successfully, but these errors were encountered: