Bug 67706

Summary: REGRESSION(r94288) build-webkit doesn't work on Symbian
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: Tools / TestsAssignee: Kristóf Kosztyó <kkristof>
Status: RESOLVED FIXED    
Severity: Blocker CC: abecsi, dihan.wickremasuriya, jade.han, laszlo.gombos, ossy
Priority: P1 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 38054    

Description Csaba Osztrogonác 2011-09-07 05:46:53 PDT
cannot chdir to D:/t/qt-symbian-release/build/Source/WebKit from D:/t/qt-symbian-release/build/Source: No such file or directory, aborting. at D:/t/qt-symbian-release/build/Tools/Scripts/webkitdirs.pm line 1698

The problem is that qmake is called on Symbian from different path.
Comment 1 Csaba Osztrogonác 2011-09-07 05:48:05 PDT
It isn't so serious now, because trunk isn't buildable because of an RVCT bug. But it would be great if we can fix it tomorrow.
Comment 2 Csaba Osztrogonác 2011-09-07 06:33:15 PDT
I disabled clean build feature on Symbian, because it doesn't support shadow build. Because of this Source directory was removed instead of WebKitBuild.

Fix landed in http://trac.webkit.org/changeset/94667.

Making a clean build is more complex on Symbian. If Symbian folks are interested in this automatic clean build feature, ideas are welcome.