Bug 212578 - [Flatpak SDK] CMake call performed before entering the sandbox
Summary: [Flatpak SDK] CMake call performed before entering the sandbox
Status: RESOLVED INVALID
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:
 
Reported: 2020-05-31 03:08 PDT by Philippe Normand
Modified: 2020-05-31 03:14 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2020-05-31 03:08:15 PDT
$ build-webkit --wpe                                                                                       
Building flatpak based environment
Can't exec "cmake": No such file or directory at /var/home/phil/WebKit/Tools/Scripts/webkitdirs.pm line 386.

This is determineArchitecture... A simpler approach could simply be to use `uname -m`.
Comment 1 Philippe Normand 2020-05-31 03:14:52 PDT
Ah well, uname -m is already used as fallback.