<div dir="ltr"><div>I'm trying to validate on a new system (not sure if related, but it has gcc<br></div><div>6.2.1 and ld 2.27.0), and I'm having 177 unexpected failures, most (maybe even</div><div>all) of them are similar to this one:</div><div><br></div><div>    =====> T5976(ext-interp) 1 of 1 [0, 0, 0]</div><div>    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</div><div>    Actual stderr output differs from expected:</div><div>    --- ./th/T5976.run/T5976.stderr.normalised      2016-11-10 23:01:39.351997560 -0500</div><div>    +++ ./th/T5976.run/T5976.comp.stderr.normalised 2016-11-10 23:01:39.351997560 -0500</div><div>    @@ -1,7 +1,4 @@</div><div>    -</div><div>    -T5976.hs:1:1:</div><div>    -    Exception when trying to run compile-time code:</div><div>    -      bar</div><div>    -CallStack (from HasCallStack):</div><div>    -  error, called at T5976.hs:<line>:<column> in <package-id>:Main</div><div>    -    Code: error ((++) "foo " error "bar")</div><div>    +ghc-iserv.bin: internal loadArchive: GNU-variant filename offset not found while reading filename f</div><div>    +    (GHC version 8.1.20161107 for x86_64_unknown_linux)</div><div>    +    Please report this as a GHC bug:  <a href="http://www.haskell.org/ghc/reportabug">http://www.haskell.org/ghc/reportabug</a></div><div>    +ghc: ghc-iserv terminated (-6)</div><div>    *** unexpected failure for T5976(ext-interp)</div><div><br></div><div>Does anyone know what is this about?</div></div>