Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 830338 Details for
Bug 1034940
qt5-qtwebkit 5.2.0-beta1 FTBFS on secondary arches
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed changes for fedora git
qt5-qtwebkit-nojit.patch (text/plain), 2.53 KB, created by
Dan Horák
on 2013-11-28 17:57:24 UTC
(
hide
)
Description:
proposed changes for fedora git
Filename:
MIME Type:
Creator:
Dan Horák
Created:
2013-11-28 17:57:24 UTC
Size:
2.53 KB
patch
obsolete
>diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec >index d31caf2..d363cbe 100644 >--- a/qt5-qtwebkit.spec >+++ b/qt5-qtwebkit.spec >@@ -12,7 +12,7 @@ > Summary: Qt5 - QtWebKit components > Name: qt5-qtwebkit > Version: 5.2.0 >-Release: 0.5.%{pre}%{?dist} >+Release: 0.6.%{pre}%{?dist} > > # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details > # See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html >@@ -44,6 +44,9 @@ Patch6: webkit-commit-142567.patch > BuildRequires: angleproject-devel angleproject-static > %endif > >+# fix build with JIT disabled >+Patch10: qtwebkit-opensource-src-5.2.0-beta1-nojit.patch >+ > BuildRequires: qt5-qtbase-devel >= %{version} > BuildRequires: qt5-qtdeclarative-devel >= %{version} > >@@ -113,6 +116,7 @@ BuildArch: noarch > #patch5 -p1 -b .system_angle > %patch6 -p1 -b .svn142567 > %endif >+%patch10 -p1 -b .nojit > > echo "nuke bundled code..." > # nuke bundled code >@@ -127,7 +131,12 @@ mv Source/ThirdParty/ANGLE/ \ > > > %build >-%{_qt5_qmake} %{?system_angle:DEFINES+=USE_SYSTEM_ANGLE=1} >+%{_qt5_qmake} %{?system_angle:DEFINES+=USE_SYSTEM_ANGLE=1} \ >+%ifnarch %{arm} %{ix86} x86_64 >+ DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0 >+%else >+ %{nil} >+%endif > > make %{?_smp_mflags} > >@@ -196,6 +205,10 @@ popd > > > %changelog >+* Thu Nov 28 2013 Dan Horák <dan[at]danny.cz> 5.2.0-0.6.beta1 >+- disable JIT on secondary arches >+- fix build with JIT disabled >+ > * Mon Nov 25 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.5.beta1 > - enable -doc only on primary archs (allow secondary bootstrap) > >diff --git a/qtwebkit-opensource-src-5.2.0-beta1-nojit.patch b/qtwebkit-opensource-src-5.2.0-beta1-nojit.patch >new file mode 100644 >index 0000000..00f5074 >--- /dev/null >+++ b/qtwebkit-opensource-src-5.2.0-beta1-nojit.patch >@@ -0,0 +1,16 @@ >+diff -up qtwebkit-opensource-src-5.2.0-beta1/Source/JavaScriptCore/bytecode/CodeBlock.cpp.nojit qtwebkit-opensource-src-5.2.0-beta1/Source/JavaScriptCore/bytecode/CodeBlock.cpp >+--- qtwebkit-opensource-src-5.2.0-beta1/Source/JavaScriptCore/bytecode/CodeBlock.cpp.nojit 2013-11-28 15:43:39.169409385 -0500 >++++ qtwebkit-opensource-src-5.2.0-beta1/Source/JavaScriptCore/bytecode/CodeBlock.cpp 2013-11-28 15:44:17.399410231 -0500 >+@@ -2947,8 +2947,12 @@ void CodeBlock::countReoptimization() >+ >+ unsigned CodeBlock::numberOfDFGCompiles() >+ { >++#if ENABLE(JIT) >+ ASSERT(JITCode::isBaselineCode(getJITType())); >+ return (JITCode::isOptimizingJIT(replacement()->getJITType()) ? 1 : 0) + m_reoptimizationRetryCounter; >++#else >++ return 0; >++#endif >+ } >+ >+ int32_t CodeBlock::codeTypeThresholdMultiplier() const
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1034940
: 830338