Bug 63924 - [Qt] "cat" is not available when building
Summary: [Qt] "cat" is not available when building
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-07-05 01:11 PDT by Alexandru Chiculita
Modified: 2011-07-05 05:49 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.14 KB, patch)
2011-07-05 01:30 PDT, Alexandru Chiculita
no flags Details | Formatted Diff | Diff
Fix the changelog. (3.17 KB, patch)
2011-07-05 04:35 PDT, Alexis Menard (darktears)
no flags Details | Formatted Diff | Diff
Fix the retardness of Windows platform. (3.17 KB, patch)
2011-07-05 04:37 PDT, Alexis Menard (darktears)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Chiculita 2011-07-05 01:11:27 PDT
The following bug broke the QT Win build:
https://bugs.webkit.org/show_bug.cgi?id=62114

-cssprops.commands = perl -ne \"print lc\" ${QMAKE_FILE_NAME} $${DASHBOARDSUPPORTCSSPROPERTIES} $${EXTRACSSPROPERTIES} > $${WC_GENERATED_SOURCES_DIR}/${QMAKE_FILE_BASE}.in && cd $$WC_GENERATED_SOURCES_DIR && perl $$cssprops.wkScript && $(DEL_FILE) ${QMAKE_FILE_BASE}.in ${QMAKE_FILE_BASE}.gperf
+cssprops.commands = cat ${QMAKE_FILE_NAME} $${DASHBOARDSUPPORTCSSPROPERTIES} $${EXTRACSSPROPERTIES} > $${WC_GENERATED_SOURCES_DIR}/${QMAKE_FILE_BASE}.in && cd $$WC_GENERATED_SOURCES_DIR && perl -I$$PWD/bindings/scripts $$cssprops.wkScript --defines \"$${FEATURE_DEFINES_JAVASCRIPT}\" --preprocessor \"$${QMAKE_MOC} -E\" ${QMAKE_FILE_NAME} && $(DEL_FILE) ${QMAKE_FILE_BASE}.in ${QMAKE_FILE_BASE}.gperf

broke the Qt port on Windows with Visual Studio. "cat" doesn't exist on Windows.

Unfortunately the Qt Windows bots are built with Cygwin so cat exists.
Comment 1 Alexandru Chiculita 2011-07-05 01:30:17 PDT
Created attachment 99679 [details]
Patch
Comment 2 Alexis Menard (darktears) 2011-07-05 04:35:18 PDT
Created attachment 99699 [details]
Fix the changelog.
Comment 3 Alexis Menard (darktears) 2011-07-05 04:37:16 PDT
Created attachment 99700 [details]
Fix the retardness of Windows platform.
Comment 4 Simon Hausmann 2011-07-05 04:58:46 PDT
Comment on attachment 99700 [details]
Fix the retardness of Windows platform.

rs=me
Comment 5 WebKit Review Bot 2011-07-05 05:49:32 PDT
Comment on attachment 99700 [details]
Fix the retardness of Windows platform.

Clearing flags on attachment: 99700

Committed r90392: <http://trac.webkit.org/changeset/90392>
Comment 6 WebKit Review Bot 2011-07-05 05:49:37 PDT
All reviewed patches have been landed.  Closing bug.