Bug 90796
Summary: | [Qt][ARM] Fix the build | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Blocker | CC: | ossy, rgabor, zherczeg |
Priority: | P1 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Csaba Osztrogonác
The build is broken on the Qt5 ARM bot long time ago with the following error:
/mnt/store/ARM/toolchain/softfp/arm-none-linux-gnueabi-4.4.6/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.6/../../../../arm-none-linux-gnueabi/bin/ld: /mnt/store/chroots/ubuntu-oneiric-ARM/usr/lib/arm-linux-gnueabi//../../../usr/lib/arm-linux-gnueabi/libc_nonshared.a(stat64.oS)(.text+0x8): unresolvable R_ARM_THM_JUMP24 relocation against symbol `__xstat64@@GLIBC_2.4'
/mnt/store/ARM/toolchain/softfp/arm-none-linux-gnueabi-4.4.6/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.6/../../../../arm-none-linux-gnueabi/bin/ld: final link failed: Nonrepresentable section on output
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
The ARM build was broken from http://trac.webkit.org/changeset/121925 because of an other issue which was fixed by https://trac.webkit.org/changeset/122060. Build was fixed by r122060 on the other bots, but it still fails on the Qt5 ARM bot.
Csaba Osztrogonác
It works now.