The package rpms/webkitgtk4.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/webkitgtk4.git/commit/?id=903c50089b....
Change: -%ifarch s390 s390x ppc %{power64}
Thanks.
Full change: ============
commit 903c50089b251dca5f647966356bc8c494538783 Author: Tomas Popela tpopela@redhat.com Date: Thu Nov 30 07:52:45 2017 +0100
Temporarily disable bmalloc
diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 60c4876..954ac53 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -7,7 +7,7 @@
Name: webkitgtk4 Version: 2.19.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ Web content engine library
License: LGPLv2 @@ -181,6 +181,10 @@ rm -rf Source/ThirdParty/qunit/
# Disable ld.gold on s390 as it does not have it. # Also for aarch64 as the support is in upstream, but not packaged in Fedora. +# +# I really didn't want to do so, but looks like I have to disable bmalloc +# temporarily due to +# https://bugs.webkit.org/show_bug.cgi?id=179914 mkdir -p %{_target_platform} pushd %{_target_platform} %cmake \ @@ -194,9 +198,7 @@ pushd %{_target_platform} %ifarch s390 s390x ppc %{power64} -DENABLE_JIT=OFF \ %endif -%ifarch s390 s390x ppc %{power64} -DUSE_SYSTEM_MALLOC=ON \ -%endif .. popd
@@ -278,6 +280,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/
%changelog +* Thu Nov 30 2017 Tomas Popela tpopela@redhat.com - 2.19.2-2 +- Temporarily disable bmalloc + * Tue Nov 21 2017 Tomas Popela tpopela@redhat.com - 2.19.2-1 - Update to 2.19.2
arch-excludes@lists.fedoraproject.org