[depends] Fix Qt build with Xcode 9#11995
Conversation
initially found in bitcoin repo bitcoin/bitcoin#11995
What is the status of this? |
|
Looks like this is for backport? |
Strange! That seems related to sse4 instructions support, not Qt. Do you have the same problem without this change? |
theuni
left a comment
There was a problem hiding this comment.
As discussed in-person, build failure looks unrelated. utACK after switching to a patch from upstream qt's git.
c38960e to
2b1f794
Compare
|
Updated to use an upstream patch. See https://bugreports.qt.io/browse/QTBUG-63401 & https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=0707260a4f8e64dfadf1df5f935e74cabb7c7d27. |
|
utACK 2b1f794 |
2b1f794 [Depends] Fix Qt build with Xcode 9.2 (fanquake) Pull request description: Building Qt in depends is currently broken with versions of Xcode > 9.0 (on both 10.12.x and 10.13.x). We'll bump our Clang/Qt/SDK again soon, however this fixes building in the interim. Fixes #11461 Related upstream issues: https://bugreports.qt.io/browse/QTBUG-63401, https://bugreports.qt.io/browse/QTBUG-62266. Tree-SHA512: b1aaa50580c5180bbae2d79f5618c145667edd824b66c20851c7346674a1700267d6df249ba559d781941def312f7867bc3950f673e9128ffd4beda2965ca639
|
I can't reproduce my issue with a fresh clone and it went away with |
GitHub-Pull: bitcoin#11995 Rebased-From: 2b1f794
f3b8d85 devtools: Exclude patches from lint-whitespace GitHub-Pull: #12442 Rebased-From: fafbf7f (MarcoFalke) 686cb86 [Depends] Fix Qt build with Xcode 9.2 (fanquake) Pull request description: GitHub-Pull: #11995 Rebased-From: 2b1f794 Tree-SHA512: 73d1c0a87fd135f3ad8bb737b97037ef047e582c41a7473833e82776957caf372fcd0caa764fc4eed792e9998e214ae829bad5535db6d589827085a74b0fa6f4
GitHub-Pull: bitcoin#11995 Rebased-From: 2b1f794
|
Removed "Needs Backport" as it was done in #12636. |
GitHub-Pull: bitcoin#11995 Rebased-From: 2b1f794
93b9a61 depends: Fix Qt build with XCode 9.3 (fanquake) 9bb1a16 [Depends] Fix Qt build with Xcode 9.2 (fanquake) Pull request description: Backports #11995 and #12946 so that qt (and all depends) can still be built on the 0.15 branch. Tree-SHA512: 671cce790b5f72c8edd04461d0bc3d300557c4df8c4e5d338561a972333edb34e2009f221d581fe3b2e61080cce0891588831c00c16d4ab852730f65856a3054
GitHub-Pull: bitcoin#11995 Rebased-From: 2b1f794
GitHub-Pull: bitcoin#11995 Rebased-From: 2b1f794
* [Depends] Fix Qt build with Xcode 9.2 GitHub-Pull: bitcoin#11995 Rebased-From: 2b1f794 * depends: Fix Qt build with XCode 9.3 GitHub-Pull: bitcoin#12946 Rebased-From: 5b4fc3e * add newline
* [Depends] Fix Qt build with Xcode 9.2 GitHub-Pull: bitcoin#11995 Rebased-From: 2b1f794 * depends: Fix Qt build with XCode 9.3 GitHub-Pull: bitcoin#12946 Rebased-From: 5b4fc3e * add newline
Building Qt in depends is currently broken with versions of Xcode > 9.0 (on both 10.12.x and 10.13.x). We'll bump our Clang/Qt/SDK again soon, however this fixes building in the interim.
Fixes #11461
Related upstream issues: https://bugreports.qt.io/browse/QTBUG-63401, https://bugreports.qt.io/browse/QTBUG-62266.