Open alexeymuranov opened 1 year ago
I have feeling this might be a wider problem and not just affecting clock
. I will search the internet and add what I find here.
FWIW we just ran into this helping someone in #haskell
, and the cause was /tmp
was mounted noexec
so hsc2hs
couldn't run its self-generated script to use gcc
to dump definitions of struct
s. hsc2hs
obeys $TMPDIR
so that can be used as a workaround.
I installed Stack on Linux Mint with
Then I tried installing some package and got
ExitFailure 1
caused byclock
dependency. I tried to install justclock
and got:Full output:
I also tried GHCup with the same result.