
18 Oct
2017
18 Oct
'17
1:58 a.m.
October 17, 2017 10:45 PM, "Ben Gamari"
Brandon Allbery
writes: On Tue, Oct 17, 2017 at 12:41 AM,
wrote: utils/ghc-cabal/ghc.mk:48: recipe for target 'utils/ghc-cabal/dist/build/tmp/ghc-cabal' failed make[1]: *** [utils/ghc-cabal/dist/build/tmp/ghc-cabal] Killed
The OOM killer got you. Add swap if you can.
Exactly.
Cheers,
- Ben
Hi Guys, Thanks a mil !!! Well, add a swap if I can ? Yes, we can :) $ dd if=/dev/zero of=/tmp/swap bs=1M count=4096 $ chmod 600 /tmp/swap $ mkswap /tmp/swap $ swapon /tmp/swap $ swapon -s Here we go, now it's fixed. I have an other issue but I can figure it out myself. Cheers, Shiftag