lupdate (Qt Linguist Update tool) hangs in a lucid qemu-arm-static chroot
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro QEMU |
Confirmed
|
Low
|
Unassigned |
Bug Description
Running lupdate (part of the libqt4-dev package in lucid) in a lucid qemu-arm-static chroot on top of amd64/oneiric hangs.
The symptoms look somewhat similar to those of bug #898474 (except that I never get segfaults, only a hang), but I have qemu-user-static up-to-date from the Linaro Tools PPA and the issue is 100% reproducible.
root@granuja:/# qemu-arm-static -version
qemu-arm version 1.0 (Debian 1.0-2011.
Running strace raises the following error:
root@granuja:/# strace lupdate
qemu: Unsupported syscall: 26
strace: ptrace(
Please let me know if I can provide more useful information.
Changed in qemu-linaro: | |
importance: | Undecided → Low |
Trying to strace things in a qemu chroot with a target strace binary doesn't work. Try
QEMU_STRACE=1 lupdate
instead.
(If I run lupdate in an oneiric chroot it simply prints its usage message successfully.)