Bug 137117 - [EFL] Tools/efl/install-dependencies does not run without manual editing on ARM64
Summary: [EFL] Tools/efl/install-dependencies does not run without manual editing on A...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-25 05:39 PDT by Akos Kiss
Modified: 2014-09-25 06:39 PDT (History)
4 users (show)

See Also:


Attachments
Proposed patch. (1.90 KB, patch)
2014-09-25 05:44 PDT, Akos Kiss
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Akos Kiss 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.
Comment 1 Akos Kiss 2014-09-25 05:44:58 PDT
Created attachment 238656 [details]
Proposed patch.
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2014-09-25 06:39:26 PDT
All reviewed patches have been landed.  Closing bug.