On Thu, May 3, 2012 at 12:29 PM, Baojun Wang <[email protected]> wrote:

> /usr/lib64/ghc-7.4.1/base-4.5.0.0/HSbase-4.5.0.0.o: unknown symbol
> `stat'
>

This is not a missing package, as some respondents seem to think; it's a
sign that something went very wrong during building it and the result is
broken at runtime. Usually on Linux this means something made use of stat()
without #include-ing the appropriate header; stat() is often a macro on
Linux which calls a different function depending on various compatibility
options (large files, timestamp formats, etc.).

Unfortunately I don't know of any Gentoo-specific details for fixing the
package, although I know how I'd go about trying to debug it as part of a
source build.

-- 
brandon s allbery                                      [email protected]
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to