> From [EMAIL PROTECTED]  Thu Dec  4 01:29:20 
1997
> Resent-Message-Id: <[EMAIL PROTECTED]>
> Old-Received: from optima.cs.arizona.edu by vanuata with SMTP (MMTA) with 
              ESMTP;          Thu, 4 Dec 1997 01:27:09 +0000
> Old-Received: from baskerville.CS.Arizona.EDU (baskerville.CS.Arizona.EDU 
              [192.12.69.35])   by optima.cs.arizona.edu (8.8.7/8.8.7)           
              with ESMTP id SAA14316    for 
              <[EMAIL PROTECTED]>;          Wed, 3 Dec 1997 
              18:26:42 -0700 (MST)
> Old-Received: from localhost (muth@localhost) by baskerville.CS.Arizona.EDU 
              (8.8.7/8.8.7)           with SMTP id SAA00072     for 
              <[EMAIL PROTECTED]>;          Wed, 3 Dec 1997 
              18:26:40 -0700 (MST)
> X-Authentication-Warning: baskerville.CS.Arizona.EDU: muth owned process doing 
                          -bs
> Date: Wed, 3 Dec 1997 18:26:40 -0700 (MST)

Hi Robert.  This isn't expert advice, but it might be the best you get
at this time of night... ;-)

> sh: /home/muth/PACKAGES/fptools/ghc/driver/../compiler/hsc: not found

This is a pretty generic one; the Actual Compiler (TM) has failed to build,
but gnumake has plowed on regardless, obtaining the above error message
as soon as it tries to run the (non-existant) Haskell compiler.  You'll
need to backscroll somewhat further through the spam, and see what caused
the compiler build to fail.  Or equally, cd to ghc/compiler, and gmake all
again.

Other such classics are "can't find interface (.hi) file for module
"FastString", and stuff about failing to build AdamsBashforth, etc.,
each kilometers of spam away from the actual error... ;-)  (Respectively,
gmake boot failure, and gmake compiler error).

Is it possible to tweak the Makefiles to have them halt closer to the
original offender, crack ghc team?

Hope this helps,
Alex.

Reply via email to