Open CyrilFMoser opened 3 months ago
x86_64-pc-linux-gnu ghc version 9.6.4
I am trying to build GHC-9.10.1 using hadrian, which worked fine until I came across this issue. Any help would be greatly appreciated.
Command line: sh configure --prefix=/ghc-9.10.1/_build/stage1/libffi/build/inst --libdir=/ghc-9.10.1/_build/stage1/libffi/build/inst/lib --enable-static=yes --enable-shared=yes --host=x86_64-unknown-linux ===> Command failed with error code: 2 ../configure: 2193: ./configure.lineno: cannot create config.log: Directory nonexistent ../configure: 2203: ./configure.lineno: cannot create config.log: Directory nonexistent cat: standard output: No such file or directory
System Details
x86_64-pc-linux-gnu ghc version 9.6.4
Problems Description
I am trying to build GHC-9.10.1 using hadrian, which worked fine until I came across this issue. Any help would be greatly appreciated.