Package: qtwebkit-opensource-src
Version: 5.2.1+dfsg-3
X-Debbugs-CC: debian-...@lists.debian.org
Severity: normal

Checking the end of the builddlog[1]:

/tmp/ccaKPWJK.s: Assembler messages:
/tmp/ccaKPWJK.s:23: Error: selected processor does not support ARM mode
`blx r0'
make[4]: *** [.obj/jit/JITStubs.o] Error 1

blx is not supported on ARMv4t, lowest arch supported on debian/armel.
One needs to replace this code with:

mov lr,pc
bx r0

Or, alternatively build with -march=armv5. This option would mean than
qtwebkit would be unusable on armv4t hardware. The main usecase for such
hardware is the openmoko freerunner. Do we still have openmoko users who
are interested in qtwebkit?

Riku

[1] 
https://buildd.debian.org/status/fetch.php?pkg=qtwebkit-opensource-src&arch=armel&ver=5.2.1%2Bdfsg-3&stamp=1393519544


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to