-
Notifications
You must be signed in to change notification settings - Fork 697
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
X11-xft
builds under Cabal 3.6, but not Cabal 3.8
#8495
Comments
Can you check if pkg-config --list-all contains any packages for which modversion fails? |
I'm seeing the same issue with
Yes, precisely one package:
So this looks a lot like #8494. But I've compiled #8496 and that still gives me the same error. |
Yup, here's my output. Similarly, one package is broken:
|
@georgefst apologies. there was a typo disrupting the logic in that PR. give it another shot! |
Works! Awesome, thanks. |
Great. Closing this in favor of #8494 |
Here's a repository containing a project whose
cabal build
succeeds using Cabal 3.6, but not Cabal 3.8, complaining that:Oddly, I can reproduce this issue on both my Arch Linux laptop and desktop, but I can't get the issue to reproduce in a Docker container, even though the packages installed on my host machines are a superset of the packages installed in the container.
I've also checked that:
libxft
is installed.pkg-config
is working.pkg-config --modversion xft
works.pkg-config --list-all
containsxft
./usr/lib/pkgconfig/xft.pc
exists and is valid.I suspect this might be related to #8455 or #8494
I'm running GHC 9.0.2 installed using GHCup 0.1.18.0.
The text was updated successfully, but these errors were encountered: