-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Build failure: haskellPackages.pdftotext #319365
Comments
@maralorn was nice meeting you at zurihac :) Do you have any idea or pointers on this one? |
Hey Marc. Good seeing you, too. Maybe @sternenseemann has an idea? |
You'll have to run cabal with more verbosity. Looks like somethings weird with the cbits getting compiled. |
Thanks 👍 I've added the following flags:
I've added the output log as an attachment (it's too large for inline): |
Fixes NixOS#319365 Build of pdftotext was broken caused by a recent cabal change introduced via haskell/cabal#9200
Fixes NixOS#319365 Build of pdftotext was broken caused by a recent cabal change introduced via haskell/cabal#9200
With nixpkgs
ea0284a3da391822909be5e98a60c1e62572a7dc
I have a custom override forpdftotext
:(The patch is adding
libraryPkgconfigDepends = [ pkgs.poppler ];
as the package depends on the poppler PDF rendering application)After upgrading to nixpkgs
8a0c4944e56f445d53c8f16f5ffcb86edd946452
(or generally when switching to latest master of nixpkgs), it fails with this error:Full build log:
Is there anything that has changed in the nixpkgs haskell infrastructure that could cause this regression? Do I need to update my patch for
pdftotext
?The text was updated successfully, but these errors were encountered: