Bug 137117

Summary: [EFL] Tools/efl/install-dependencies does not run without manual editing on ARM64
Product: WebKit Reporter: Akos Kiss <akiss>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, ossy, ryuan.choi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch. none

Akos Kiss
Reported 2014-09-25 05:39:38 PDT
Tools/efl/install-dependencies relies on apt-get to install packages. Unfortunately, if a package does not exist (e.g., for a given architecture) then apt-get install is not able to ignore the missing package and install the rest but fails to run entirely (and there seems to be no intent to change this behaviour: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/844196). On ARM64, the luajit package is missing and currently it needs manual editing of install-dependencies to get the script install as much as it can.
Attachments
Proposed patch. (1.90 KB, patch)
2014-09-25 05:44 PDT, Akos Kiss
no flags
Akos Kiss
Comment 1 2014-09-25 05:44:58 PDT
Created attachment 238656 [details] Proposed patch.
WebKit Commit Bot
Comment 2 2014-09-25 06:39:22 PDT
Comment on attachment 238656 [details] Proposed patch. Clearing flags on attachment: 238656 Committed r173958: <http://trac.webkit.org/changeset/173958>
WebKit Commit Bot
Comment 3 2014-09-25 06:39:26 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.