Bug 180199 - Install Perl's File::Copy::Recursive on Windows EWS bot
Summary: Install Perl's File::Copy::Recursive on Windows EWS bot
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 180137
  Show dependency treegraph
 
Reported: 2017-11-30 08:07 PST by Tomas Popela
Modified: 2017-11-30 12:55 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Popela 2017-11-30 08:07:11 PST
We want to start checking for required Perl modules in cmake port during configure - see bug 180137. Currently the patch fails on Windows EWS - it looks like the Windows port is using copy-user-interface-resources.pl, but it's not installed on the bot. Can you please install it there?
Comment 1 Alexey Proskuryakov 2017-11-30 11:12:08 PST
Is there an observable problem when the module is not installed? Just trying to understand why it is required when things seem to work fine without it.
Comment 2 Tomas Popela 2017-11-30 12:55:38 PST
The WebKitGTK+ build fails without it after we started to use the  copy-user-interface-resources.pl script. But if the Windows build succeeds without File::Copy::Recursive installed then I'm confused.