On 04/11/2009, at 21:13, Simon Marlow wrote:
I'm getting this from validate even without the DPH patch:/Users/rl/projects/ndp/ghc-test/bindisttest/installed/bin/runghc HelloWorld > output GHCi runtime linker: fatal error: I found a duplicate definition for symbol _base_GHCziConc_ioManagerThread_closure whilst processing object file /Users/rl/projects/ndp/ghc-test/bindisttest/installed/lib/ ghc-6.13.20091104/base-4.2.0.0/HSbase-4.2.0.0.o This could be caused by: * Loading two different object files which export the same symbol * Specifying the same object file twice on the GHCi command line * An incorrect `package.conf' entry, causing some object to be loaded twice. GHCi cannot safely continue in this situation. Exiting now. Sorry.Sorry - am validating the fix right now.
It turns out that while everything compiles fine with the fix, conc070 hangs when run in ghci. Again, this is cured by unpulling the IO manager changes. I didn't spot that yesterday because I aborted validate after compilation. Sorry about that.
Roman _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
