unity-api fails to build against Qt 5.2
Bug #1258057 reported by
Timo Jyrinki
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity API |
Invalid
|
Critical
|
Unassigned | ||
qtdeclarative-opensource-src (Ubuntu) |
Fix Released
|
Critical
|
Timo Jyrinki |
Bug Description
unity-api fails to build against Qt 5.2 (fails tests) on i386 and armhf:
https:/
https:/
amd64 succeeded.
The solution should be so that the source builds both against Qt 5.0.2 and 5.2, possibly via #ifdef:s or such.
To reproduce:
apt-add-repository ppa:canonical-
apt-get update
apt-get dist-upgrade
bzr branch lp:unity-api
cd unity-api
bzr bd
(or PPA upload)
description: | updated |
tags: | added: qt5.2 |
description: | updated |
Changed in unity-api: | |
assignee: | Michał Sawicz (saviq) → Daniel d'Andrada (dandrader) |
Changed in unity-api: | |
status: | In Progress → Triaged |
Changed in unity-api: | |
status: | Triaged → In Progress |
Changed in qtdeclarative-opensource-src (Ubuntu): | |
status: | New → Fix Committed |
assignee: | nobody → Timo Jyrinki (timo-jyrinki) |
importance: | Undecided → Critical |
Changed in unity-api: | |
assignee: | Timo Jyrinki (timo-jyrinki) → nobody |
status: | In Progress → Invalid |
To post a comment you must log in.
This is a failing test because of crashes in V4. Must be an issue inside qtdeclarative as the code seems perfectly fine (and works on amd64)