Does /home/simonpj/code/HEAD-20/_build/stage1/lib/../bin/ghc-iserv
exist?

bash$   ls  /home/simonpj/code/HEAD-20/_build/stage1/lib/../bin
check-exact  count-deps  ghc ghc-pkg   haddock  hpc     lint-codes unlit
check-ppr    dump-decls  ghc-iserv-dyn ghc-toolchain-bin  hp2ps    hsc2hs  runghc


So it seems that the answer is no. 

What now?

SImon

On Thu, 19 Dec 2024 at 13:45, Ben Gamari <ben@smart-cactus.org> wrote:
Simon Peyton Jones <simon.peytonjones@gmail.com> writes:

> When I do `./hadrian/build test` I get lots of these failures
>
> /home/simonpj/code/HEAD-20/_build/stage1/lib/../bin/ghc-iserv:
> createProcess: posix_spawnp: does not exist (No such file or directory)
>
Hmm, interesting.

Does /home/simonpj/code/HEAD-20/_build/stage1/lib/../bin/ghc-iserv
exist?

Cheers,

- Ben