You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error in question appears to be this: hsc2hs: libraries/base/dist-install/build/GHC/Stats_hsc_make: createProcess: posix_spawnp: does not exist (No such file or directory) libraries/array/ghc.mk:4: libraries/array/dist-install/build/.depend-v-dyn.c_asm: No such file or directory
Also, the ebuild for ghc-9.2.6 does not respect CC for me, and fails without having sys-devel/clang-toolchain-symlinks[gcc-symlinks] installed.
The text was updated successfully, but these errors were encountered:
I didn't have any luck bootstrapping our ghc-9.0.2 ebuild from the ::clang-musl version of ghc-9.0.2
ghc-9.2.* is going to be even worse off because there hasn't been any effort to enable the LLVM backend. I am hoping that hadrian's "flavour transformers" will make this easier than it has been with make.
Once #1397 has hadrian fleshed out a bit better, I would like to work on getting it backported to ghc-9.2.6, which will hopefully help get the ebuild working with musl/clang.
This is the roadmap for now, but any extra help is appreciated, of course.
build.log
: https://0x0.st/H-cA.logemerge --info
: https://0x0.st/H-ca.txtThe error in question appears to be this:
hsc2hs: libraries/base/dist-install/build/GHC/Stats_hsc_make: createProcess: posix_spawnp: does not exist (No such file or directory) libraries/array/ghc.mk:4: libraries/array/dist-install/build/.depend-v-dyn.c_asm: No such file or directory
Also, the ebuild for ghc-9.2.6 does not respect CC for me, and fails without having
sys-devel/clang-toolchain-symlinks[gcc-symlinks]
installed.The text was updated successfully, but these errors were encountered: