ARPA-SIMC / meteosatlib

OpenMTP/HRI/HRIT C++ access libraries, gdal drivers and other tools
GNU General Public License v2.0
8 stars 2 forks source link

install: cannot stat './msat-view.1': No such file or directory #28

Closed brancomat closed 3 years ago

brancomat commented 3 years ago

after #27 make install fails trying to install msat-view manpage:

./regenerate-msat-manpage
help2man: can't get `--version' info from ./msat-view
Try `--no-discard-stderr' if option outputs to stderr
 /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/meteosatlib-1.13-1.x86_64/usr/share/man/man1'
 /usr/bin/install -p -m 644 msat.1 ./msat-view.1 '/root/rpmbuild/BUILDROOT/meteosatlib-1.13-1.x86_64/usr/share/man/man1'
install: cannot stat './msat-view.1': No such file or directory
make[2]: *** [Makefile:1042: install-man1] Error 1
make[2]: Leaving directory '/root/rpmbuild/BUILD/meteosatlib-master/tools'
make[1]: *** [Makefile:1182: install-am] Error 2

see also: https://travis-ci.org/github/ARPA-SIMC/meteosatlib/jobs/744214274#L2310