Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 498212 Details for
Bug 633838
dev-qt/qtcore-5.9.2 fails configure phase - Please make sure to unset the QMAKESPEC, XQMAKESPEC, QMAKEPATH, and QMAKEFEATURES environment variables prior to building Qt.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-qt5-build.eclass-unset-variables-that-if-set-cause-c.patch
0001-qt5-build.eclass-unset-variables-that-if-set-cause-c.patch (text/plain), 769 bytes, created by
Michael Palimaka (kensington)
on 2017-10-09 13:17:07 UTC
(
hide
)
Description:
0001-qt5-build.eclass-unset-variables-that-if-set-cause-c.patch
Filename:
MIME Type:
Creator:
Michael Palimaka (kensington)
Created:
2017-10-09 13:17:07 UTC
Size:
769 bytes
patch
obsolete
>From a792de7395c6be0358cb31790022cc76b6a2a2ae Mon Sep 17 00:00:00 2001 >From: Michael Palimaka <kensington@gentoo.org> >Date: Tue, 10 Oct 2017 00:14:46 +1100 >Subject: [PATCH] qt5-build.eclass: unset variables that, if set, cause > configure to fail > >Bug: https://bugs.gentoo.org/633838 >--- > eclass/qt5-build.eclass | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass >index d933767b..fb1a04a6 100644 >--- a/eclass/qt5-build.eclass >+++ b/eclass/qt5-build.eclass >@@ -519,6 +519,9 @@ qt5_base_configure() { > tc-export AR CC CXX OBJDUMP RANLIB STRIP > export LD="$(tc-getCXX)" > >+ # bug 633838 >+ unset QMAKESPEC XQMAKESPEC QMAKEPATH QMAKEFEATURES >+ > # configure arguments > local conf=( > # installation paths >-- >2.13.6 >
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 633838
:
498210
| 498212