Bug 50742

Summary: [Qt] run-launcher doesn't start the browser on Mac OS X 10.6
Product: WebKit Reporter: Koan-Sin Tan <koansin.tan>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.6   
Attachments:
Description Flags
make "run-luancher --qt" work on Mac OS X 10.6
vestbo: review+
make "run-launcher --qt" work on Mac OS X 10.6 none

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.