Thursday, December 19, 2019

Caused by: java.io.IOException: Cannot run program "rpmbuild" (in directory "xxxx/SPECS"): error=2, No such file or directory

This issue is due to missed the rpmbuild on your server:
In RHEL/CentOS:

yum install rpm-build -y

In Ubuntu:

apt-get install rpm

In Mac OS:

brew install rpm

No comments:

Post a Comment