Ticket #1717 (closed bug: fixed)
ghc-6.8 configure does not recognise 32bit userland on ppc64
| Reported by: | kahl@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | _|_ |
| Component: | Build System | Version: | 6.8 |
| Keywords: | Cc: | ||
| Operating System: | Linux | Architecture: | powerpc64 |
| Type of failure: | Difficulty: | Easy (less than 1 hour) | |
| Test Case: | normal build | Blocked By: | |
| Blocking: | Related Tickets: |
Description (last modified by igloo) (diff)
Building 6.8 (2007.09.12 through 2007.09.17) out of the box with
./configure make all
fails after half an hour with assembler errors indicating that it tries to compile 64bit code on a 32bit userland (on ppc64 gentoo, on the system running the buildbot). The build goes through with
GhcUnregisterised=YES
SplitObjs=NO
in mk/build.mk, but I think that the release should work without users editing mk/build.mk.
Wolfram
../compiler/ghc-inplace -optc-O -optc-Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-I../includes -optc-I. -optc-Iparallel -optc-Ism -optc-DCOMPILING_RTS -optc-fomit-frame-pointer -optc-DNOSMP -optc-I../gmp/gmpbuild -optc-fno-strict-aliasing -optc-w -H16m -O -optc-O2 -package-name rts -optc-DNOSMP -static -I../gmp/gmpbuild -I. -#include HCIncludes.h -dcmm-lint -c StgCRun.c -o StgCRun.o
/tmp/ghc16536_0/ghc16536_0.s: Assembler messages:
/tmp/ghc16536_0/ghc16536_0.s:11:0:
Error: junk at end of line, first unrecognized character is `@'
/tmp/ghc16536_0/ghc16536_0.s:15:0:
Error: junk at end of line, first unrecognized character is `@'
make[1]: *** [StgCRun.o] Error 1
make: *** [stage1] Error 1
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

