Bug 42813 - [EFL] Build break for SVN r63881
Summary: [EFL] Build break for SVN r63881
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-22 03:33 PDT by Gyuyoung Kim
Modified: 2010-07-22 08:52 PDT (History)
4 users (show)

See Also:


Attachments
Patch (969 bytes, patch)
2010-07-22 03:36 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch (969 bytes, patch)
2010-07-22 03:40 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2010-07-22 03:33:03 PDT
Build break on r63881.

Linking CXX executable ../Programs/EWebLauncher
libewebkit.so: undefined reference to `WebCore::SchemeRegistry::shouldTreatURLSchemeAsLocal(WebCore::String const&)'
libewebkit.so: undefined reference to `WebCore::SchemeRegistry::shouldTreatURLSchemeAsNoAccess(WebCore::String const&)'
libewebkit.so: undefined reference to `WebCore::SchemeRegistry::shouldTreatURLSchemeAsSecure(WebCore::String const&)'
libewebkit.so: undefined reference to `WebCore::SchemeRegistry::shouldTreatURLAsLocal(WebCore::String const&)'
collect2: ld returned 1 exit status
Comment 1 Gyuyoung Kim 2010-07-22 03:36:26 PDT
Created attachment 62281 [details]
Patch
Comment 2 Gyuyoung Kim 2010-07-22 03:40:30 PDT
Created attachment 62282 [details]
Patch

Sorry. wrong file was uploaded.
Comment 3 Leandro Pereira 2010-07-22 06:31:54 PDT
Comment on attachment 62282 [details]
Patch

LGTM. Since it is a bug fix, I'm commit-queuing this without a formal review.
Comment 4 Leandro Pereira 2010-07-22 06:33:23 PDT
(In reply to comment #3)
> (From update of attachment 62282 [details])
> LGTM. Since it is a bug fix, I'm commit-queuing this without a formal review.

And by "bug fix", I meant *build* fix.
Comment 5 Antonio Gomes 2010-07-22 07:45:53 PDT
Comment on attachment 62282 [details]
Patch

Not sure if the commit-queue understands cq+ for "unreviewed build fix" patches.

Lets try r+'ing it.
Comment 6 Antonio Gomes 2010-07-22 08:05:03 PDT
Comment on attachment 62282 [details]
Patch

Lets try without r+
Comment 7 Leandro Pereira 2010-07-22 08:20:28 PDT
Comment on attachment 62282 [details]
Patch

Clearing flags on attachment: 62282

Committed r63894: <http://trac.webkit.org/changeset/63894>
Comment 8 Leandro Pereira 2010-07-22 08:20:38 PDT
All reviewed patches have been landed.  Closing bug.
Comment 9 WebKit Commit Bot 2010-07-22 08:47:44 PDT
Comment on attachment 62282 [details]
Patch

Rejecting patch 62282 from commit-queue.

Failed to run "['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--exit-after-n-failures=1', '--ignore-tests', 'compositing', '--quiet']" exit_code: 1
Running build-dumprendertree
Compiling Java tests
make: Nothing to be done for `default'.
Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests
Testing 20707 test cases.
animations/play-state.html -> failed

Exiting early after 1 failures. 123 tests run.
24.66s total testing time

122 test cases (99%) succeeded
1 test case (<1%) had incorrect layout

Full output: http://queues.webkit.org/results/3562345
Comment 10 Antonio Gomes 2010-07-22 08:50:47 PDT
Comment on attachment 62282 [details]
Patch

lets try again: animations/play-state.html seems flaky, see bug 42821
Comment 11 Leandro Pereira 2010-07-22 08:52:43 PDT
(In reply to comment #10)
> (From update of attachment 62282 [details])
> lets try again: animations/play-state.html seems flaky, see bug 42821

I'm clearing the flags, as this patch has already landed and this test has nothing to do with this build fix :)