darcs

Issue 132 build failure on sparc64 Linux

Title build failure on sparc64 Linux
Priority not-our-bug Status wont-fix
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, fx, kowey, markstos, thorkilnaur, tommy
Assigned To
Topics

Created on 2006-02-14.14:47:26 by fx, last changed 2009-08-27.13:54:16 by admin.

Messages
msg488 (view) Author: fx Date: 2006-02-14.14:47:25
The current version doesn't build for me on sparc64 Debian
mostly-stable.  The system has ghc 6.2.2, which I assume is the
relevant thing; it differs from stable in having an updated libc and a
few other things, and gcc 4.0.3.  It looks as if I last pulled patches
on 2006-01-31, and I think that version built, but I did a make
distclean before getting the following, so I can't be sure.

  $ nice make
  rm -f Main.hi Main.o
  ghc -cpp  -package QuickCheck -package parsec -package unix -O -funbox-strict-fields  -Wall -Werror -I. -DHAVE_CURSES -DHAVE_CURL -optl-L/usr/lib -optl-lcurl -optl-lidn -optl-lssl -optl-lcrypto -optl-ldl -optl-lssl -optl-lcrypto -optl-ldl -optl-lz -optl-lcurses -o stringify stringify.hs
  /tmp/ghc19443.hc: In function '__stginit_Main':
  /tmp/ghc19443.hc:6: note: if this code is reached, the program will abort
  /tmp/ghc19443.hc: In function '__stginit_ZCMain':
  /tmp/ghc19443.hc:19: note: if this code is reached, the program will abort

  [... Lots of similar messages ...]

  /tmp/ghc19443.hc: In function 'Main_main_entry':
  /tmp/ghc19443.hc:727: note: if this code is reached, the program will abort
  /tmp/ghc19443.hc: In function 'ZCMain_main_slow':
  /tmp/ghc19443.hc:742: note: if this code is reached, the program will abort
  PATH=".:$PATH" darcs changes --context | cat config.command - \
                  | ./stringify Context context > \Context.hs
  make: *** [Context.hs] Error 132
msg503 (view) Author: droundy Date: 2006-02-21.12:44:23
On Tue, Feb 14, 2006 at 02:47:27PM +0000, Dave Love wrote:
> The current version doesn't build for me on sparc64 Debian
> mostly-stable.  The system has ghc 6.2.2, which I assume is the
> relevant thing; it differs from stable in having an updated libc and a
> few other things, and gcc 4.0.3.  It looks as if I last pulled patches
> on 2006-01-31, and I think that version built, but I did a make
> distclean before getting the following, so I can't be sure.

I seem to recall that some version of ghc won't work with gcc 4.  Is there
any chance you could revert your gcc back and see how that works? The
trouble is (approximately) that ghc uses gcc to compile intermediate code,
but then modifies the compiled code again to implement a few other tricks,
so ghc is pretty closely tied to gcc.
-- 
David Roundy
http://www.darcs.net
msg3156 (view) Author: markstos Date: 2008-02-06.16:36:34
I don't believe we support GHC 6.2 any more. Closing as "wont-fix".
History
Date User Action Args
2006-02-14 14:47:26fxcreate
2006-02-21 12:44:12droundysetnosy: droundy, tommy, fx
2006-02-21 12:44:29droundysetstatus: unread -> unknown
nosy: droundy, tommy, fx
messages: + msg503
2006-07-13 18:31:59jchsetnosy: droundy, tommy, fx
title: build failure -> build failure on sparc64 Linux
2008-02-06 16:36:40markstossetstatus: unknown -> wont-fix
nosy: + markstos, kowey, beschmi
messages: + msg3156
2009-08-06 17:32:25adminsetnosy: + jast, Serware, dmitry.kurochkin, darcs-devel, zooko, dagit, mornfall, simon, thorkilnaur, - droundy, fx
2009-08-06 20:49:03adminsetnosy: - beschmi
2009-08-10 21:43:58adminsetnosy: + fx, - darcs-devel, zooko, jast, dagit, Serware, mornfall
2009-08-25 17:47:11adminsetnosy: + darcs-devel, - simon
2009-08-27 13:54:16adminsetnosy: tommy, kowey, markstos, fx, darcs-devel, thorkilnaur, dmitry.kurochkin