I installed nix 1.2 on a new Mac OSX 10.8 machine and then ran 'nix-env -i git-annex'
There were two problems. The first was a missing dependency on haskell-transformers-base. The second was a hash mismatch on haskell-bloomfilter. I worked around the first problem by installing intltool. The error messages are listed below. Any suggestions for the second problem? Thanks, Ellis ---- trying http://hackage.haskell.org/packages/archive/transformers-base/0.4.1/transformers-base-0.4.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2449 100 2449 0 0 6169 0 --:--:-- --:--:-- --:--:-- 12184 building path(s) `/nix/store/241z3977ki4lc39vzp43r50cbdazk4x7-perl-LocaleGettext-1.05' building /nix/store/241z3977ki4lc39vzp43r50cbdazk4x7-perl-LocaleGettext-1.05 unpacking sources unpacking source archive /nix/store/krv8jbr41wr5mwnxqjivij32qagmjx16-gettext-1.05.tar.gz source root is gettext-1.05 patching sources configuring patching ./t/bind.t... patching ./t/frconvert.t... patching ./t/jaconvert.t... patching ./t/raw.t... patching ./t/use.t... checking for gettext... no checking for gettext in -lintl...gettext function not found. Please install libintl at Makefile.PL line 18. no builder for `/nix/store/r0582jvzkjl2bac8l4kgzp6dyamw99z3-perl-LocaleGettext-1.05.drv' failed with exit code 2 cannot build derivation `/nix/store/c91z7ing0dm1g6aag1hp894brgg41llj-ikiwiki-3.20121212.drv': 1 dependencies couldn't be built cannot build derivation `/nix/store/jmb79m6pva34csgak34rrh0pc50nw8m0-git-annex-3.20121211.drv': 1 dependencies couldn't be built error: build of `/nix/store/jmb79m6pva34csgak34rrh0pc50nw8m0-git-annex-3.20121211.drv' failed ----- trying http://hackage.haskell.org/packages/archive/bloomfilter/1.2.6.10/bloomfilter-1.2.6.10.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 21456 100 21456 0 0 22230 0 --:--:-- --:--:-- --:--:-- 28083 output path `/nix/store/jy217lnq5gxl002mnrlxrabcy10m0017-bloomfilter-1.2.6.10.tar.gz' should have sha256 hash `1z2jc7588fkv42dxf0dxsrgk5pmj3xapshy1vyfwipp1q6y20x4j', instead has `162vp9riwf5q2l1hnw3g157fpwnw185fk41hkgyf8qaavcrz6slv' building path(s) `/nix/store/1wp6m3a8d2j1n36iyi831fcakw97fhkb-hslogger-1.2.1.tar.gz' cannot build derivation `/nix/store/7l830ajyw5alb3b0zwid58631yif5b39-haskell-bloomfilter-ghc7.4.2-1.2.6.10.drv': 1 dependencies couldn't be built _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
