
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) Any ideas of what might be causing this? It cripples my ability to locally test my build Thanks Simon

Simon Peyton Jones
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

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
Simon Peyton Jones
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

Simon Peyton Jones
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
Which build flavour are you using? Perhaps let's just chat if you are available. https://meet.jit.si/AnnoyedCharitiesLendRight Cheers, - Ben
participants (2)
-
Ben Gamari
-
Simon Peyton Jones