I'm trying to validate on a new system (not sure if related, but it has gcc
6.2.1 and ld 2.27.0), and I'm having 177 unexpected failures, most (maybe
even
all) of them are similar to this one:

    =====> T5976(ext-interp) 1 of 1 [0, 0, 0]
    cd "./th/T5976.run" &&  "/home/omer/haskell/ghc/inplace/test
spaces/ghc-stage2" -c T5976.hs -dcore-dno-debug-output -XTemplateHaskell
-package template-haskell -fexternal-interpreter -v0
    Actual stderr output differs from expected:
    --- ./th/T5976.run/T5976.stderr.normalised      2016-11-10
23:01:39.351997560 -0500
    +++ ./th/T5976.run/T5976.comp.stderr.normalised 2016-11-10
23:01:39.351997560 -0500
    @@ -1,7 +1,4 @@
    -
    -T5976.hs:1:1:
    -    Exception when trying to run compile-time code:
    -      bar
    -CallStack (from HasCallStack):
    -  error, called at T5976.hs:<line>:<column> in <package-id>:Main
    -    Code: error ((++) "foo " error "bar")
    +ghc-iserv.bin: internal loadArchive: GNU-variant filename offset not
found while reading filename f
    +    (GHC version 8.1.20161107 for x86_64_unknown_linux)
    +    Please report this as a GHC bug:
http://www.haskell.org/ghc/reportabug
    +ghc: ghc-iserv terminated (-6)
    *** unexpected failure for T5976(ext-interp)

Does anyone know what is this about?
_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to