amcphail / hmatrix-gsl-stats

GSL Statistics functions for Haskell hmatrix
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Could not find module Config #7

Closed jimstutt closed 9 years ago

jimstutt commented 9 years ago

Hi Vivian, Sorry i didn't catch your comment after you'd closed #4. I managed to build both hmatrix and hmatrix-gsl-stats a couple of weeks ago from the nixos-unstable repo. Now my local repo versions won't build reporting that:

building path(s) ‘/...-haskell-hmatrix-gsl-stats-0.2.1’ 2setupCompilerEnvironmentPhase 3Build with /...-ghc-7.10.1. 4unpacking sources 5unpacking source archive /...-hmatrix-gsl-stats-0.2.1.tar.gz 6source root is hmatrix-gsl-stats-0.2.1 7patching sources 8compileBuildDriverPhase 9setupCompileFlags: -package-db=/tmp/nix-build-haskell-hmatrix-gsl-stats-0.2.1.drv-0/package.conf.d -j8 threaded 10 11Setup.lhs:7:10: 12 Could not find module ‘Config’ 13 It is a member of the hidden package ‘ghc-7.10.1’. 14 Use -v to see a list of the files searched for. 15builder for ‘/...-haskell-hmatrix-gsl-stats-0.2.1.drv’ failed with exit code 1

and the hydra CI system reports the same at:

http://hydra.cryp.to/build/866467/nixlog/2

System: ghc-7.10.1 nixpkgs github master nixos-15.06

jimstutt commented 9 years ago

It seems to be lapack which doesn't build. I'll check whether it ever has with ghc-7.101.

jimstutt commented 9 years ago

Somebody fixed the problem on hydra so I've got a working installation. I have seen the same Config.hs error before. Apologies for the noise. Closing,