mixxxdj / buildserver

Tools for managing the Mixxx build server and build VMs.
12 stars 23 forks source link

Add a Qt 5.10.1 workaround for QTBUG-61342. #45

Closed rryan closed 6 years ago

rryan commented 6 years ago

Turns out this bug was also present in Qt 4, and were patch it out there too: https://github.com/mixxxdj/buildserver/blob/2.2.x-windows/build/qt-4.8.7-win.patch

rryan commented 6 years ago

Doh, the patch didn't apply correctly.

rryan commented 6 years ago

The build failed because one upload to downloads.mixxx.org timed out. The patch applied successfully:

--------------------------
|diff --git qtscript/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArgList.h qtscript/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArgList.h
|index 8e1fdbe..a525860 100644
|--- qtscript/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArgList.h
|+++ qtscript/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArgList.h
--------------------------
patching file qtscript/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArgList.h
Using Plan A...
Hunk #1 succeeded at 172.
done