qt4-x11 - binaries linked against libQtCore don't start
Bug #1239173 reported by
Matthias Klose
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro AArch64 cross-distro work |
New
|
Undecided
|
Unassigned | ||
qt4-x11 (Debian) |
Fix Released
|
Unknown
|
|||
qt4-x11 (Ubuntu) |
Fix Released
|
Undecided
|
William Grant |
Bug Description
something with atomics support, the patch taken from openembedded doesn't work
tags: | added: arm64 ftbfs |
Changed in qt4-x11 (Debian): | |
status: | Unknown → New |
Changed in qt4-x11 (Debian): | |
status: | New → Fix Released |
To post a comment you must log in.
__atomic_ compare_ exchange_ n is being invoked incorrectly (the new value is not meant to be a pointer). The attached patch makes things mostly work.