There's something like: /usr/lib/rpm/brp-scl-compress %{_scl_root} %{!?__debug_package:/usr/lib/rpm/brp-strip %{__strip} /usr/lib/rpm/brp-strip-comment-note %{__strip} %{__objdump} } /usr/lib/rpm/brp-strip-static-archive %{__strip} /usr/lib/rpm/brp-scl-python-bytecompile %{__python} %{?_python_bytecompile_errors_terminate_build} %{_scl_root} /usr/lib/rpm/brp-python-hardlink %{!?__jar_repack:/usr/lib/rpm/redhat/brp-java-repack-jars} .. in scl-utils macros file. But those brp-* tools are not in Rawhide (F26+) and thus calling those non-existent scripts causes FTBFS.
It looks like only one script causes issues, upstream proposal: https://github.com/sclorg/scl-utils/pull/12/
Created attachment 1251791 [details] Proposed fix for rawhide (f26) I tried to build scl-utils with this fix [1] and it fixed the issues for me [2]. Thanks for considering. https://copr.fedorainfracloud.org/coprs/praiskup/autotools/build/513033/ https://copr.fedorainfracloud.org/coprs/praiskup/autotools/build/513034/
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'.
Fixed in rawhide, at least for now with the simpler approach of just dropping repack-jars entirely.
Panu, thanks! But fixing also F26 is crucial I would say. Did you consider it?
F26 is tracked in bug 1431004 (an update has been submitted already)
*** This bug has been marked as a duplicate of bug 1431004 ***