s2i-nodejs-container icon indicating copy to clipboard operation
s2i-nodejs-container copied to clipboard

make: *** [build-serial] Error 2

Open magick93 opened this issue 6 years ago • 1 comments

Hello

I'm trying to following the instructions, specifically:

$ git clone --recursive https://github.com/sclorg/s2i-nodejs-container.git
$ cd s2i-nodejs-container
$ git submodule update --init
$ make build TARGET=centos7 VERSIONS=8

But when I run make build TARGET=centos7 VERSIONS=8 it fails with:

make[1]: Entering directory '/home/user/git/s2i-nodejs-container'
mkdir -p 8/root
go-md2man -in "8/README.md" -out "8/root/help.1"
bash: go-md2man: command not found
common/common.mk:115: recipe for target '8/root/help.1' failed
make[1]: *** [8/root/help.1] Error 127
make[1]: Leaving directory '/home/user/git/s2i-nodejs-container'
common/common.mk:67: recipe for target 'build-serial' failed
make: *** [build-serial] Error 2

magick93 avatar Mar 22 '19 01:03 magick93

@magick93 You need to install go-md2man binary.

omron93 avatar Mar 23 '19 18:03 omron93

Closing this issue. It is not relevant to container, but in host settings environment.

phracek avatar Sep 12 '23 10:09 phracek