[Bug 928555] Re: qemu-linaro FTBFS on arm because of deprecated gthread calls

2012-03-15 Thread Peter Maydell
** Changed in: qemu-linaro Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/928555 Title: qemu-linaro FTBFS on arm because of deprecated gthread calls To

[Bug 928555] Re: qemu-linaro FTBFS on arm because of deprecated gthread calls

2012-03-15 Thread Steve Langasek
** Changed in: qemu-linaro (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/928555 Title: qemu-linaro FTBFS on arm because of deprecated gthread calls

[Bug 928555] Re: qemu-linaro FTBFS on arm because of deprecated gthread calls

2012-03-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/qemu-linaro -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/928555 Title: qemu-linaro FTBFS on arm because of deprecated gthread calls To manage notifications about this

[Bug 928555] Re: qemu-linaro FTBFS on arm because of deprecated gthread calls

2012-03-15 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu-linaro - 1.0.50-2012.03-0ubuntu1 --- qemu-linaro (1.0.50-2012.03-0ubuntu1) precise; urgency=low * Update watch file since launchpad now uses https for the download links. * New upstream release. - Fixes use of deprecated gthread calls

[Bug 928555] Re: qemu-linaro FTBFS on arm because of deprecated gthread calls

2012-03-05 Thread Peter Maydell
** Changed in: qemu-linaro Status: Confirmed = Fix Committed ** Changed in: qemu-linaro Milestone: None = 2012.03 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/928555 Title: qemu-linaro

[Bug 928555] Re: qemu-linaro FTBFS on arm because of deprecated gthread calls

2012-03-03 Thread Peter Maydell
Your patch is wrong because the reason we disable use of ucontext on ARM is because eglibc provides only stub versions which always fail... The right fix here is to update the gthread code so it uses whatever the non-deprecated APIs are (plus fallback to the deprecated versions so we don't break

[Bug 928555] Re: qemu-linaro FTBFS on arm because of deprecated gthread calls

2012-03-03 Thread Peter Maydell
I've submitted this patch upstream: http://patchwork.ozlabs.org/patch/144426/ (only tested compilation on a precise chroot on an i386 box with the configure test nobbled to always fall back to gthreads, but it should fix the ARM build problem too). The patch seems kinda ugly, although really

[Bug 928555] Re: qemu-linaro FTBFS on arm because of deprecated gthread calls

2012-03-02 Thread Marcin Juszkiewicz
Disabling cpu != arm check results in successful build. Did not checked resulting binaries. ** Tags added: arm-porting-queue armel -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/928555 Title:

[Bug 928555] Re: qemu-linaro FTBFS on arm because of deprecated gthread calls

2012-03-02 Thread Marcin Juszkiewicz
** Patch added: qemu-linaro.patch https://bugs.launchpad.net/ubuntu/+source/qemu-linaro/+bug/928555/+attachment/2802735/+files/qemu-linaro.patch ** Tags added: patch ** Also affects: qemu-linaro Importance: Undecided Status: New ** Changed in: qemu-linaro Status: New =