Bugs item #1170933, was opened at 2005-03-26 09:10
Message generated for change (Comment added) made by as49
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1170933&group_id=8032

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: GHCi
Group: 6.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Axel Simon (as49)
Assigned to: Nobody/Anonymous (nobody)
Summary: _module_registered in QuickCheck

Initial Comment:
I compiled the ghc 6.4 source tarball on Solaris.
Running ghci with QuickCheck fails with:

Loading package base-1.0 ... linking ... done.
Loading package QuickCheck-1.0 ...

GHCi runtime linker: fatal error: I found a duplicate
definition for symbol
   _module_registered
whilst processing object file
   /proj/haskell/lib/ghc-6.4/HSQuickCheck.o

According to another bug, I should now check HSbase.o:

[EMAIL PROTECTED]:/proj/haskell/lib/ghc-6.2:536$ nm
/proj/haskell/lib/ghc-6.4/HSbase.o | grep
_module_registered
[26416] |         4|       4|OBJT |GLOB |0    |COMMON
|_module_registered
[EMAIL PROTECTED]:/proj/haskell/lib/ghc-6.2:537$ nm
/proj/haskell/lib/ghc-6.4/HSQuickCheck.o | grep
_module_registered
[738]   |         4|       4|OBJT |GLOB |0    |COMMON
|_module_registered

So somehow this symbol is erroneously defined in both.
Any ideas?

System is:
SunOS myrtle 5.9 Generic_117171-07 sun4u sparc
SUNW,Sun-Fire-480R

Thanks,
Axel.


----------------------------------------------------------------------

>Comment By: Axel Simon (as49)
Date: 2005-06-13 12:16

Message:
Logged In: YES 
user_id=489164

I've just compiled ghc-6-4-branch and I still get this error
message. In fact this error appears with many modules, e.g.
cabal:

[EMAIL PROTECTED]:~/source/hsx/haskell-src-exts:518$ ghci -package
Cabal-1.0
   ___         ___ _
  / _ \ /\  /\/ __(_)
 / /_\// /_/ / /  | |      GHC Interactive, version 6.4.1,
for Haskell 98.
/ /_\/ __  / /___| |      http://www.haskell.org/ghc/
\____/\/ /_/\____/|_|      Type :? for help.

Loading package base-1.0 ... linking ... done.
Loading package Cabal-1.0 ...

GHCi runtime linker: fatal error: I found a duplicate
definition for symbol
   _module_registered

Does anybody have the same problem with ghci on Solaris?
Does ghci work for anyone on Solaris?

Any help appreciated,
Axel.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1170933&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to