ghc-6.6.1 testsuite on arm eabi: "TestStub_stub.h: No such file
or directory"
Simon Marlow
simonmarhaskell at gmail.com
Tue Nov 20 04:27:50 EST 2007
Martin Guy wrote:
> Hi
> I just ported ghc-6.6.1 to the new Debian port for ARM EABI and all
> seems to have gone well, but I am mystified by two failing tests when
> I run the testsuite:
> $ .../ghc6-6.6.1/testsuite/tests/ghc-regress$ make stage=2 fast >
> make-fast-stage=2.errs 2>&1
>
> I get 7 "internal error: adjustor creation not supported on this
> platform" and a "ghc-6.6.1: not built for interactive use", which I am
> happy with, but two tests, driver017 and driver035 fail, saying
>
> Wrong exit code (expected 0 , actual 2 )
> /tmp/ghc27396_0/ghc27396_0.hc:5:27:
> error: TestStub_stub.h: No such file or directory
This could be a difference in how gcc on your platform is finding header
files, perhaps. Could you add -v to the GHC command line and send us the
output?
Cheers,
Simon
More information about the Glasgow-haskell-bugs
mailing list