touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #65731
[Bug 1437320] Re: Adapt QML Cache patch for Qt 5.5
I was able to rebase the patch as the Qt 5.5 changes did not seem as big
as with Qt 5.4. The revised patch attached. But it fails to build with:
---
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:37:0,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:41,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:40,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractanimation.h:37,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:4,
from ../../include/QtQml/QtQmlDepends:3:
compiler/qv4isel_p.cpp: In member function ‘QQmlRefPointer<QV4::CompiledData::CompilationUnit> QV4::EvalInstructionSelection::compile(bool)’:
compiler/qv4isel_p.cpp:340:40: error: ‘codeRefLen’ was not declared in this scope
Q_ASSERT(dummySize == (int)codeRefLen);
---
** Patch added: "QML-Compilation-unit-caching-and-JIT-changes.patch"
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1437320/+attachment/4357753/+files/QML-Compilation-unit-caching-and-JIT-changes.patch
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtdeclarative-opensource-
src in Ubuntu.
https://bugs.launchpad.net/bugs/1437320
Title:
Adapt QML Cache patch for Qt 5.5
Status in qtdeclarative-opensource-src package in Ubuntu:
New
Bug description:
QML cache patch QML-Compilation-unit-caching-and-JIT-changes.patch
does not apply against Qt 5.5, and would need adjusting. Bug #1426288
is a bug about upstreaming it so that it wouldn't need to be carried
in the first place.
More information about Qt 5.5 at
https://wiki.ubuntu.com/Touch/QtTesting
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1437320/+subscriptions
References