The package rpms/arm-none-eabi-gcc-cs.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/arm-none-eabi-gcc-cs.git/commit/?id=....
Change: +%ifarch ppc64
Thanks.
Full change: ============
commit e33ee5db318bd8d5a08d86f2d06b12124925966c Author: Michal Hlavinka mhlavink@redhat.com Date: Tue Jun 27 14:04:57 2017 +0200
ignore check tests on ppc64, as upstream does
diff --git a/arm-none-eabi-gcc-cs.spec b/arm-none-eabi-gcc-cs.spec index b3761de..3d78c4a 100644 --- a/arm-none-eabi-gcc-cs.spec +++ b/arm-none-eabi-gcc-cs.spec @@ -245,6 +245,12 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/gcc-%{gcc_ver} ||: %if %{bootstrap} exit 0 %endif + +%ifarch ppc64 +# test does not work, upstream ignores it, https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57591 +exit 0 +%endif + pushd gcc-%{target} #BuildRequires: autoge may be needed make check
arch-excludes@lists.fedoraproject.org