redhat-performance / tuned

Tuning Profile Delivery Mechanism for Linux
GNU General Public License v2.0
814 stars 178 forks source link

Building RPM fails #597

Closed superm1 closed 7 months ago

superm1 commented 7 months ago

When calling make rpm I've gotten the following error:

install -Dm 0755 tuned-ppd.py /home/supermario/rpmbuild/BUILDROOT/tuned-2.21.0-1.fc39.x86_64/usr/sbin/tuned-ppd && sed -i -r -e '1s|^#!/usr/bin/\<python3\>|#!/usr/bin/python3|' /home/supermario/rpmbuild/BUILDROOT/tuned-2.21.0-1.fc39.x86_64/usr/sbin/tuned-ppd && touch -r tuned-ppd.py /home/supermario/rpmbuild/BUILDROOT/tuned-2.21.0-1.fc39.x86_64/usr/sbin/tuned-ppd;
install: cannot stat 'tuned-ppd.py': No such file or directory

make[1]: *** [Makefile:227: install-ppd] Error 1
make[1]: Leaving directory '/home/supermario/rpmbuild/BUILD/tuned-2.21.0'
error: Bad exit status from /var/tmp/rpm-tmp.jyvsdl (%install)

RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.jyvsdl (%install)
make: *** [Makefile:85: rpm] Error 1