[Webkit-unassigned] [Bug 48222] New: QtWebKit (qt-webkit-4.6.3) fails to link on Linux/MIPS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 00:22:07 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48222

           Summary: QtWebKit (qt-webkit-4.6.3) fails to link on Linux/MIPS
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: redhatter at gentoo.org


Created an attachment (id=71717)
 --> (https://bugs.webkit.org/attachment.cgi?id=71717&action=review)
Compressed build log for QtWebKit-4.6.3 (uncompressed: ~5MB)

Hi all,

I'm in the process of trying to compile the full Qt suite for use with the KDE desktop.  Target platform is a few Lemote systems, namely one Yeeloong netbook and two Fulong desktops.  The compiling is being done on one of the Fulongs natively, using distcc between these three systems, and an x86_64 desktop (AMD PhenomII X6) with mipsel-unknown-linux-gnu cross-compiler.

Build seems to go okay, until it hits the final link stage where it errors out.  I have omitted the rather large call to the linker here (suffice to say it fills an entire 1600x1200 screen using a fairly small font), I've attached a compressed version of the log instead.  The error message I get is as follows.

/usr/lib/gcc/mipsel-unknown-linux-gnu/4.4.4/../../../../mipsel-unknown-linux-gnu/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
distcc[16541] ERROR: compile (null) on localhost failed
make: *** [../../../../lib/libQtWebKit.so.4.6.3] Error 1

Toolchain in use (on all distcc nodes; target mipsel-unknown-linux-gnu):
- binutils-2.20.1
- gcc-4.4.4
- glibc-2.11.2

I have not had issues compiling other packages using this setup, including Firefox which I am now using to post this bug.  I therefore have no reason to suspect distcc, however I may give it a try without.  I suspect the linker may be hitting some unhandled condition due to the large number of objects being compiled, and that is causing it to return the "Bad value".  Sadly, it provides no other hints.  If you have any advice on what I could do to try and either solve the problem or uncover further detail, please let me know.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list