Closed surr closed 11 years ago
Sorry about that. As a workaround, installing setenv independently should let you proceed, but I should have a fix up soon.
Fixed.
I'm getting this on the llvm3.4 branch -- where was it fixed?
It should be fixed by the presence of setenv in the dependencies listed in the .cabal files. What version of the code and compiler are you using?
Yes indeed the dependency on setenv is correctly built and installed -- this is a cabal sandbox feature: https://github.com/haskell/cabal/issues/948 -- the workaround is to install setenv globally.
Thanks for tracking it down.
I'm getting error
while trying to build llvm-general-pure-3.2.7.2 under nix.
Probably, setenv dependency should be returned back, if it is used in package explicitly.