Bug 50742 - [Qt] run-launcher doesn't start the browser on Mac OS X 10.6
Summary: [Qt] run-launcher doesn't start the browser on Mac OS X 10.6
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 02:51 PST by Koan-Sin Tan
Modified: 2010-12-09 08:06 PST (History)
2 users (show)

See Also:


Attachments
make "run-luancher --qt" work on Mac OS X 10.6 (1.41 KB, patch)
2010-12-09 03:01 PST, Koan-Sin Tan
vestbo: review+
Details | Formatted Diff | Diff
make "run-launcher --qt" work on Mac OS X 10.6 (1.41 KB, patch)
2010-12-09 03:21 PST, Koan-Sin Tan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Koan-Sin Tan 2010-12-09 02:51:38 PST
It shows: Can't find built framework at "/Volumes/seagate/WebKit-trunk/WebKitBuild/Release/lib/libQtWebKit.so".

WebKitTools/Scripts/webkitdirs.pm  checks $configurationProductDir/lib/$libraryName.framework/$libraryName, but it seems $libraryName.framework is not used anymore, at least not on my 10.6.5+MacPorts environment
Comment 1 Koan-Sin Tan 2010-12-09 03:01:54 PST
Created attachment 76033 [details]
make "run-luancher --qt" work on Mac OS X 10.6

check not only QtWebKit.framework/QtWebKit but also libQtWebKit.dylib
Comment 2 Koan-Sin Tan 2010-12-09 03:21:13 PST
Created attachment 76038 [details]
make "run-launcher --qt" work on Mac OS X 10.6

fixed a typo, s/luancher/launcher/
Comment 3 WebKit Commit Bot 2010-12-09 05:55:06 PST
Comment on attachment 76038 [details]
make "run-launcher --qt" work on Mac OS X 10.6

Rejecting patch 76038 from commit-queue.

Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=eseidel-cq-sl', 'build', '--no-clean', '--no-update', '--build-style=both']" exit_code: 2
Last 500 characters of output:
pileC /Projects/CommitQueue/WebKitBuild/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/WebInspectorFrontend.o /Projects/CommitQueue/WebKit/mac/WebInspector/WebInspectorFrontend.mm normal x86_64 objective-c++ com.apple.compilers.gcc.4_2
	CompileC /Projects/CommitQueue/WebKitBuild/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/WebViewEventHandling.o /Projects/CommitQueue/WebKit/mac/WebView/WebViewEventHandling.mm normal x86_64 objective-c++ com.apple.compilers.gcc.4_2
(40 failures)


Full output: http://queues.webkit.org/results/6938013
Comment 4 Andreas Kling 2010-12-09 08:06:35 PST
Comment on attachment 76038 [details]
make "run-launcher --qt" work on Mac OS X 10.6

Clearing flags on attachment: 76038

Committed r73611: <http://trac.webkit.org/changeset/73611>
Comment 5 Andreas Kling 2010-12-09 08:06:45 PST
All reviewed patches have been landed.  Closing bug.