-
Notifications
You must be signed in to change notification settings - Fork 701
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
cabal fails to use pkg-config for dependency resolution on linux #9790
Comments
Latest version I can get from ghcup is 3.10.2.1 which has exact same problem.
|
You can get the current development version with
None of the two PRs I pointed to (or a third I skipped) is in 3.10.2.1 either; they're all within the past 2 months. Unfortunately, so is distributions updating to pkg-config 1.9 which has the bugs. |
Ok, it seems to be fixed on version 3.11.0.0 even if I remove symbolic link I created previously. Thank you for your help. |
These fixes will be in 3.10.3, for which we've begun the release cycle, so hopefully they'll be out soon. |
Describe the bug
Cabal is unable resolve dependencies because of not being able to use pkg-config.
To Reproduce
add
gi-glib >=2.0 && <3.0
to build-depends in cabal fileExpected behavior
Use pkg-config provided by the OS.
System information
Additional context
By default Fedora has package glib-2.0, so I thought maybe creating symlink named glib-2.0-any would help, but it did not.
The text was updated successfully, but these errors were encountered: