6.29.1. Installation of Coreutils
#make
GEN man/cp.1
help2man: can't get `--help' info from man/cp.td/cp
Try `--no-discard-stderr' if option outputs to stderr
Makefile:14065: recipe for target 'man/cp.1' failed
make[2]: *** [man/cp.1] Error 127
make[2]: Leaving directory '/sources/coreutils-8.23'
Makefile:11097: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/sources/coreutils-8.23'
Makefile:5764: recipe for target 'all' failed
make: *** [all] Error 2
add option "--no-discard-stderr" in Makefile of coreutil
#cd /sources/coreutils-8.23
#cp Makefile Makefile.ori
#vi Makefile
run_help2man = $(PERL) -- $(srcdir)/man/help2man --no-discard-stderr
#make -j1