qemu-linaro FTBFS on arm because of deprecated gthread calls
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro QEMU |
Fix Released
|
Undecided
|
Unassigned | ||
qemu-linaro (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
qemu-linaro is failing to build on armel and armhf because it uses deprecated glib interfaces:
CC coroutine-gthread.o
/build/
/build/
/build/
/build/
/build/
/build/
/build/
/build/
/build/
/build/
/build/
cc1: all warnings being treated as errors
This only affects armel and armhf archs, because when cpu != arm, configure uses the ucontext implementation instead of the gthread one. And qemu running on arm is not so useful (yet?). But the code should probably be fixed all the same to not use deprecated interfaces.
Related branches
Changed in qemu-linaro: | |
status: | Confirmed → Fix Committed |
milestone: | none → 2012.03 |
Changed in qemu-linaro: | |
status: | Fix Committed → Fix Released |
Changed in qemu-linaro (Ubuntu): | |
status: | Confirmed → Fix Committed |
Disabling "cpu != arm" check results in successful build. Did not checked resulting binaries.