Hi,
Since seems you are not aware, composes of rawhide and F28 branched are
doomed since 20 of Fev , where gcc8 breaks textlive and pdftex in i386
and arm and all builds that use it all are broken. The fixes are done ,
but since we don't have any new compose we don't have any new package
available in mirrors and therefore neither in RPMFusion buildroot. So
gcc-8.0.1-0.16.fc28 is not avaialable in rpmfusion buildroot, only is
available gcc-8.0.1-0.14.fc28 and pdftex still broken (on i386).
We can confirm it with vbox build [1] build.log have
sh: line 1: 1476 Segmentation fault (core dumped) pdftex
Anyway I'm surprised that almost all builds of gcc8 mass rebuild went
fine, in my case MLT, opencv and vbox at least are broken and we have
to wait for a new compose of Fedora .
[1]
http://koji.rpmfusion.org/koji/taskinfo?taskID=202144
On Thu, 2018-03-01 at 03:02 +0100, Kevin Kofler wrote:
commit 8c6ad6e708e830469ab335f2e5629c62861b7c77
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Thu Mar 1 03:01:53 2018 +0100
Drop -fabi-version=11 workaround, gcc-8.0.1-0.16.fc28 should fix
this
* Thu Mar 01 2018 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.10.1-
2
- Drop -fabi-version=11 workaround, gcc-8.0.1-0.16.fc28 should
fix this
qt5-qtwebengine-freeworld.spec | 11 ++++-------
qtwebengine-everywhere-src-5.10.0-QTBUG-64759.patch | 13 ---------
----
2 files changed, 4 insertions(+), 20 deletions(-)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-
freeworld.spec
index 2fb6e4e..88b226e 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -41,7 +41,7 @@
Summary: Qt5 - QtWebEngine components (freeworld version)
Name: qt5-qtwebengine-freeworld
Version: 5.10.1
-Release: 1%{?dist}
+Release: 2%{?dist}
%global major_minor %(echo %{version} | cut -d. -f-2)
%global major %(echo %{version} | cut -d. -f1)
@@ -97,9 +97,6 @@ Patch21: qtwebengine-everywhere-src-5.10.0-gn-
bootstrap-verbose.patch
#
https://codereview.qt-project.org/#/c/196922/
# see QTBUG-60886 and QTBUG-65090
Patch22: qtwebengine-everywhere-src-5.10.0-icu59.patch
-# workaround FTBFS with GCC 8 (#1546255, gcc#84286, #1545918, QTBUG-
64759)
-# build GN with -fabi-version=11 for now
-Patch23: qtwebengine-everywhere-src-5.10.0-QTBUG-64759.patch
# drop support for obsolete Unicode "aspirational scripts" (dropped
in UTS 31),
# fixes #error with ICU >= 60 (which was a reminder to double-check
the list)
# see:
http://www.unicode.org/reports/tr31/#Aspirational_Use_Scripts
@@ -334,9 +331,6 @@ This version is compiled with support for patent-
encumbered codecs enabled.
%patch12 -p1 -b .webrtc-neon-detect
%patch21 -p1 -b .gn-bootstrap-verbose
%patch22 -p1 -b .icu59
-%if 0%{?fedora} > 27
-%patch23 -p1 -b .QTBUG-64759
-%endif
%patch100 -p1 -b .no-aspirational-scripts
%if 0%{?fedora} > 27
%patch101 -p1 -b .ffmpeg35
@@ -423,6 +417,9 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Thu Mar 01 2018 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.10.1-2
+- Drop -fabi-version=11 workaround, gcc-8.0.1-0.16.fc28 should fix
this
+
* Sun Feb 18 2018 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.10.1-1
- Update to 5.10.1
- Rediff (unfuzz) no-sse2 patch
_______________________________________________
rpmfusion-commits mailing list -- rpmfusion-commits(a)lists.rpmfusion.o
rg
To unsubscribe send an email to rpmfusion-commits-leave(a)lists.rpmfusi
on.org --
Sérgio M. B.