From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/
Date: Mon, 11 Sep 2017 13:11:18 +0000 (UTC) [thread overview]
Message-ID: <1505135464.4512a456df71b4e9efb59b9952cc74ea565d9a03.kensington@gentoo> (raw)
commit: 4512a456df71b4e9efb59b9952cc74ea565d9a03
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 11 13:10:37 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 13:11:04 2017 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4512a456
dev-qt/qtdeclarative: avoid runtime crashes when built with GCC 6
Gentoo-bug: 626070
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-qt/qtdeclarative/qtdeclarative-5.9.1.ebuild | 8 +++++++-
dev-qt/qtdeclarative/qtdeclarative-5.9.9999.ebuild | 8 +++++++-
dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild | 8 +++++++-
3 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.9.1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.9.1.ebuild
index 23c47148..c6957999 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.9.1.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.9.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} )
-inherit python-any-r1 qt5-build
+inherit flag-o-matic python-any-r1 qt5-build
DESCRIPTION="The QML and Quick modules for the Qt5 framework"
@@ -34,6 +34,12 @@ RDEPEND="${COMMON_DEPEND}
"
src_prepare() {
+ # this is supposed to be handled by the build system (src/qml/qml.pro),
+ # fails because we override QMAKE_CXXFLAGS. bug 626070
+ if tc-is-gcc && [[ $(gcc-major-version) -ge 6 ]]; then
+ append-cxxflags -fno-delete-null-pointer-checks -fno-lifetime-dse
+ fi
+
use jit || PATCHES+=("${FILESDIR}/${PN}-5.4.2-disable-jit.patch")
qt_use_disable_mod localstorage sql \
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.9.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.9.9999.ebuild
index 23c47148..c6957999 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.9.9999.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.9.9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} )
-inherit python-any-r1 qt5-build
+inherit flag-o-matic python-any-r1 qt5-build
DESCRIPTION="The QML and Quick modules for the Qt5 framework"
@@ -34,6 +34,12 @@ RDEPEND="${COMMON_DEPEND}
"
src_prepare() {
+ # this is supposed to be handled by the build system (src/qml/qml.pro),
+ # fails because we override QMAKE_CXXFLAGS. bug 626070
+ if tc-is-gcc && [[ $(gcc-major-version) -ge 6 ]]; then
+ append-cxxflags -fno-delete-null-pointer-checks -fno-lifetime-dse
+ fi
+
use jit || PATCHES+=("${FILESDIR}/${PN}-5.4.2-disable-jit.patch")
qt_use_disable_mod localstorage sql \
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild
index 23c47148..c6957999 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} )
-inherit python-any-r1 qt5-build
+inherit flag-o-matic python-any-r1 qt5-build
DESCRIPTION="The QML and Quick modules for the Qt5 framework"
@@ -34,6 +34,12 @@ RDEPEND="${COMMON_DEPEND}
"
src_prepare() {
+ # this is supposed to be handled by the build system (src/qml/qml.pro),
+ # fails because we override QMAKE_CXXFLAGS. bug 626070
+ if tc-is-gcc && [[ $(gcc-major-version) -ge 6 ]]; then
+ append-cxxflags -fno-delete-null-pointer-checks -fno-lifetime-dse
+ fi
+
use jit || PATCHES+=("${FILESDIR}/${PN}-5.4.2-disable-jit.patch")
qt_use_disable_mod localstorage sql \
next reply other threads:[~2017-09-11 13:11 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-11 13:11 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-21 18:12 [gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/ Andreas Sturmlechner
2023-10-08 11:58 Andreas Sturmlechner
2022-11-05 16:39 Andreas Sturmlechner
2022-09-24 21:24 Andreas Sturmlechner
2022-09-24 17:03 Andreas Sturmlechner
2022-08-03 9:12 Andreas Sturmlechner
2022-06-22 6:34 Jimi Huotari
2022-06-21 21:32 Andreas Sturmlechner
2022-06-21 20:15 Jimi Huotari
2022-06-20 18:03 Jimi Huotari
2022-06-18 14:27 Andreas Sturmlechner
2022-04-01 18:23 Andreas Sturmlechner
2022-03-21 10:06 Andreas Sturmlechner
2021-12-24 23:08 Andreas Sturmlechner
2021-09-30 11:35 Andreas Sturmlechner
2021-09-22 7:19 Andreas Sturmlechner
2020-12-26 23:56 Andreas Sturmlechner
2020-11-17 21:20 Andreas Sturmlechner
2020-07-30 9:22 Andreas Sturmlechner
2020-05-26 15:00 Andreas Sturmlechner
2020-04-16 19:33 Andreas Sturmlechner
2020-04-03 20:03 Andreas Sturmlechner
2020-03-21 13:50 Andreas Sturmlechner
2020-02-28 10:15 Andreas Sturmlechner
2020-01-06 0:05 Andreas Sturmlechner
2019-10-13 21:56 Andreas Sturmlechner
2019-03-16 19:09 Andreas Sturmlechner
2018-12-06 12:29 Andreas Sturmlechner
2018-01-01 3:49 Michael Palimaka
2018-01-01 3:12 Michael Palimaka
2017-09-13 12:12 Michael Palimaka
2017-09-12 15:28 Michael Palimaka
2017-07-23 2:34 Michael Palimaka
2016-10-12 11:57 Davide Pesavento
2016-10-06 15:23 Michael Palimaka
2016-10-06 15:21 Michael Palimaka
2016-05-29 23:58 Davide Pesavento
2016-05-29 23:19 Davide Pesavento
2016-01-20 17:35 Davide Pesavento
2015-10-09 15:52 Michael Palimaka
2014-08-02 22:45 Davide Pesavento
2013-10-01 22:46 Davide Pesavento
2013-09-29 11:16 Davide Pesavento
2013-09-04 17:53 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1505135464.4512a456df71b4e9efb59b9952cc74ea565d9a03.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox