more binary dists Re: ANNOUNCE: GHC version 6.10.4

Christian Maeder Christian.Maeder at dfki.de
Fri Jul 24 07:11:07 EDT 2009


Simon Marlow wrote:
> On 22/07/2009 10:35, Christian Maeder wrote:
>>
>> For sparc-solaris 10 I could not run the testsuite (with GNU Make 3.80)
> 
> What went wrong?

Even after creating timeout, I get the failure below with
Python 2.4.1 (I see, 2.5.2 or later is required)

Cheers Christian

python ../../driver/runtests.py  -e ghc_with_native_codegen=0 -e
ghc_with_profiling=1 -e ghc_with_threaded_rts=1 -e
ghc_with_interpreter=1 -e ghc_unregisterised=0 -e ghc_with_smp=1
--rootdir=. --config=../../config/ghc -e config.confdir=\"../../config\"
-e config.compiler=\"/home/pub-bkb/bin/ghc\" -e
config.compiler_always_flags.append"(\"\")" -e
config.ghc_pkg=\"/home/pub-bkb/bin//ghc-pkg\" -e
config.hp2ps=\"/home/pub-bkb/bin//hp2ps\" -e config.gs=\"gs\" -e
config.platform=\"sparc-sun-solaris2\" -e config.os=\"solaris2\" -e
config.wordsize=\"32\" -e default_testopts.cleanup=\"\" -e
config.timeout="int() or config.timeout" -e
config.timeout_prog=\"../../timeout/install-inplace/bin/timeout\" -e
config.exeext=\"\" -e config.top=\"\"
--rootdir=../../../libraries/containers/tests
--rootdir=../../../libraries/hpc/tests
--rootdir=../../../libraries/bytestring/tests
--rootdir=../../../libraries/random/tests
--rootdir=../../../libraries/directory/tests
--rootdir=../../../libraries/process/tests
--rootdir=../../../libraries/parallel/tests
--rootdir=../../../libraries/Cabal/tests
--rootdir=../../../libraries/stm/tests
--rootdir=../../../libraries/network/tests
--rootdir=../../../libraries/unix/tests \
         \
         \
         \
         \
         \

gs -dNODISPLAY -dBATCH -dQUIET -dNOPAUSE ../../config/good.ps
Traceback (most recent call last):
  File "../../driver/runtests.py", line 105, in ?
    from testlib import *
  File
"/export/local2/home/maeder/haskell/ghc-6.10.4/testsuite-6.10.4/driver/testlib.py",
line 1274, in ?
    resultGood = runCmdExitCode(genGSCmd(config.confdir + '/good.ps'));
  File
"/export/local2/home/maeder/haskell/ghc-6.10.4/testsuite-6.10.4/driver/testlib.py",
line 1257, in runCmdExitCode
    return (runCmd(cmd) >> 8);
  File
"/export/local2/home/maeder/haskell/ghc-6.10.4/testsuite-6.10.4/driver/testlib.py",
line 1251, in runCmd
    r = rawSystem([config.timeout_prog, str(config.timeout), cmd])
  File
"/export/local2/home/maeder/haskell/ghc-6.10.4/testsuite-6.10.4/driver/testlib.py",
line 1228, in rawSystem
    return subprocess.call(cmd_and_args)
  File "/usr/lib/python2.4/subprocess.py", line 413, in call
    return Popen(*args, **kwargs).wait()
  File "/usr/lib/python2.4/subprocess.py", line 543, in __init__
    errread, errwrite)
  File "/usr/lib/python2.4/subprocess.py", line 975, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
gmake: *** [test] Error


More information about the Glasgow-haskell-users mailing list