Bug 56349 - REGRESSION(80977): breaks Qt ARMv7 Linux Release bot
Summary: REGRESSION(80977): breaks Qt ARMv7 Linux Release bot
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P1 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-03-14 17:59 PDT by Balazs Kelemen
Modified: 2011-03-15 09:01 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.26 KB, patch)
2011-03-14 18:05 PDT, Balazs Kelemen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Balazs Kelemen 2011-03-14 17:59:14 PDT
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.
Comment 1 Balazs Kelemen 2011-03-14 18:05:31 PDT
Created attachment 85749 [details]
Patch
Comment 2 Adam Barth 2011-03-15 02:08:03 PDT
Comment on attachment 85749 [details]
Patch

rs=me
Comment 3 Laszlo Gombos 2011-03-15 05:01:52 PDT
Comment on attachment 85749 [details]
Patch

I run into this as well, let's land it.
Comment 4 WebKit Commit Bot 2011-03-15 05:44:01 PDT
Comment on attachment 85749 [details]
Patch

Rejecting attachment 85749 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=cr-jail-3', 'build-..." exit_code: 2

Last 500 characters of output:
......................................
tables/mozilla_expected_failures/other ..
transforms ....
transforms/2d ............
transforms/3d/general .....
transforms/3d/hit-testing ....
transforms/3d/point-mapping ........
transitions .................
transitions/interrupted-accelerated-transition.html -> failed

Exiting early after 1 failures. 21736 tests run.
523.78s total testing time

21735 test cases (99%) succeeded
1 test case (<1%) had incorrect layout
13 test cases (<1%) had stderr output

Full output: http://queues.webkit.org/results/8174594
Comment 5 Balazs Kelemen 2011-03-15 09:01:31 PDT
Comment on attachment 85749 [details]
Patch

Clearing flags on attachment: 85749

Committed r81139: <http://trac.webkit.org/changeset/81139>
Comment 6 Balazs Kelemen 2011-03-15 09:01:37 PDT
All reviewed patches have been landed.  Closing bug.