[Webkit-unassigned] [Bug 56349] New: REGRESSION(80977): breaks Qt ARMv7 Linux Release bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 14 17:59:14 PDT 2011


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

           Summary: REGRESSION(80977): breaks Qt ARMv7 Linux Release bot
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbalazs at webkit.org


http://trac.webkit.org/changeset/80977 fails linking on this bot:
make[1]: Entering directory `/ramdisk/qt-linux-armv7-release/build/WebKitBuild/Release/QtTestBrowser'
...
obj/release/main.o: In function `initTestFonts()':
main.cpp:(.text+0x21c): undefined reference to `FcConfigGetFonts'
main.cpp:(.text+0x350): undefined reference to `FcConfigCreate'
main.cpp:(.text+0x384): undefined reference to `FcConfigParseAndLoad'
main.cpp:(.text+0x3c4): undefined reference to `FcConfigAppFontAddDir'
main.cpp:(.text+0x3e0): undefined reference to `FcConfigSetCurrent'
main.cpp:(.text+0x3ec): undefined reference to `FcConfigGetFonts'
collect2: ld returned 1 exit status

The same happens in our 64bit Arch Linux environment with Qt-4.7.0 (dunno what configuration has it built).
I guess it is happening if Qt does not link against fontconfig.

-- 
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