Hi, want to compile new mlt-freeworld-6.12.0 [1], but it fails in the %install section ... %install %make_install #before remove it print it to check with main mlt package find %{buildroot} | grep -vP "mlt/avformat|libmltavformat.so" # remove all execept avformat (ffmpeg part) find %{buildroot} -type f | grep -vP "mlt/avformat|libmltavformat.so" | xargs rm find %{buildroot} -type l -delete find %{buildroot} -type d -empty -delete .. The error message is: + find /home/martin/rpmbuild/BUILDROOT/mlt-freeworld-6.12.0-1.fc29.x86_64 -type f + xargs rm + grep -vP 'mlt/avformat|libmltavformat.so' rm: cannot remove '/home/martin/rpmbuild/BUILDROOT/mlt-freeworld-6.12.0-1.fc29.x86_64/usr/share/mlt/presets/consumer/avformat/lossless/Ut': No such file or directory rm: cannot remove 'Video': No such file or directory rm: cannot remove '/home/martin/rpmbuild/BUILDROOT/mlt-freeworld-6.12.0-1.fc29.x86_64/usr/share/mlt/presets/consumer/avformat/alpha/Quicktime': No such file or directory rm: cannot remove 'Animation': No such file or directory rm: cannot remove '/home/martin/rpmbuild/BUILDROOT/mlt-freeworld-6.12.0-1.fc29.x86_64/usr/share/mlt/presets/consumer/avformat/alpha/Ut': No such file or directory rm: cannot remove 'Video': No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.KGk9Ye (%install) [1] https://martinkg.fedorapeople.org/Packages/test/mlt-freeworld.spec Thanks Martin _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx