Advertisement
LemmingAvalanche

Failing to build `base` Haskell package

Jun 3rd, 2017
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. > nix-env -f "<nixpkgs>" -iA haskellPackages.base_4_9_1_0
  2.  
  3. ...
  4.  
  5. building path(s) ‘/nix/store/lnbr7varq6gdjrgp1l9hiiff002pxlnn-base-4.9.1.0’
  6. setupCompilerEnvironmentPhase
  7. Build with /nix/store/h4b92rq8z4sqavr1mhjz1kq1jf0v4sm3-ghc-8.0.2.
  8. unpacking sources
  9. unpacking source archive /nix/store/qhpp0v1hfgi0pcj3ii81ybgrkx28vy10-base-4.9.1.0.tar.gz
  10. source root is base-4.9.1.0
  11. setting SOURCE_DATE_EPOCH to timestamp 1484380218 of file base-4.9.1.0/Unsafe/Coerce.hs
  12. patching sources
  13. compileBuildDriverPhase
  14. setupCompileFlags: -package-db=/tmp/user/1000/nix-build-base-4.9.1.0.drv-0/package.conf.d -j8 -threaded
  15.  
  16. GHC/Float.hs:28:0: error:
  17. fatal error: ieee-flpt.h: No such file or directory
  18. #include "ieee-flpt.h"
  19. ^
  20. compilation terminated.
  21. `cc' failed in phase `C pre-processor'. (Exit code: 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement