in reply to Re^2: Installing Pugs via CPAN shell (How to call specific ghc version)
in thread Installing Pugs via CPAN shell (How to call specific ghc version)

The output is fairly clear:

make: /home/neversaint/.ghc/bin/hsc2hs-6.4.1: Command not found

So, there seems to be no file under the name /home/neversaint/.ghc/bin/hsc2hs-6.4.1, or the file is not executable. Most likely your installation of ghc is not complete or that tool needs to be built manually. I'm no expert in compiling and installing Pugs, so I recommend you take your problems to the maintainers of Pugs.