build failure on FreeBSD 9.1

Ian Lynagh ian at well-typed.com
Sun Mar 24 01:37:38 CET 2013


On Thu, Mar 21, 2013 at 09:08:46AM +0900, Kazu Yamamoto wrote:
> >> In my case:
> >> 
> >> 	libffi.so.6 => not found (0)
> 
> This fix does not solve the problem and "validate" still has the same
> problem.

OK, I've just pushed another attempt; can you let me know whether HEAD
now works for you, please?

> Also, it appeared that after building GHC, inplace/lib/bin/ghc-stage2
> has the same problem:
> 
> 	% ldd ghc-stage2 | grep ffi
> 	libffi.so.6 => not found (0)

That's expected. All the Haskell .so's should also be not found.
That's why inplace/bin/ghc-stage2 sets LD_LIBRARY_PATH.


Thanks
Ian




More information about the ghc-devs mailing list