[GHC] #8394: T7478 fails on i386 Linux with "unresolvable R_386_32 relocation" from ld
GHC
ghc-devs
Wed Oct 2 00:27:32 UTC 2013
#8394: T7478 fails on i386 Linux with "unresolvable R_386_32 relocation" from ld
----------------------------+---------------------------------
Reporter: rwbarton | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHC API | Version: 7.7
Keywords: | Operating System: Linux
Architecture: x86 | Type of failure: None/Unknown
Difficulty: Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: 8294 |
----------------------------+---------------------------------
Much like #8294. Here is the error messages from the debug output:
{{{
/usr/bin/ld: dynamic variable `base_GHCziBase_zdfMonadIO_closure' is zero
size
/usr/bin/ld: dynamic variable `ghczmprim_GHCziTuple_Z0T_closure' is zero
size
/usr/bin/ld: dynamic variable `base_GHCziTopHandler_runMainIO_closure' is
zero size
/usr/bin/ld: C.o(.text+0x59): unresolvable R_386_32 relocation against
symbol `base_GHCziBase_zdfMonadIO_closure'
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8394>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list