Quote:
Originally Posted by PFH
how does one "ignore" an error message, when the build process dies - as it does with the latest error message:
|
Again: it is RPM packaging stage error. It does not affect on
how Serna is
built. You may no need to build RPM on Ubuntu.
It seems happens because of incompatibility of shell interpreters. In Ubuntu: /bin/sh is symlinked to /bin/dash which may have some restrictions not accepted by the packaging script. I've found a workaround: replace the first line in
tools/buildsys/dist/make-rpm.sh in the way:
with
And no to go again over the whole build process execute the following command in
build/serna/app dir:
P.S. and do not forget to install
rpm package required by the script:
Code:
sudo apt-get install rpm
.