WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 190075
cmake cannot run if python 2 isn't available
https://bugs.webkit.org/show_bug.cgi?id=190075
Summary
cmake cannot run if python 2 isn't available
Mike Gorse
Reported
2018-09-28 08:43:57 PDT
The build tools now support python 3, but cmake still fails if /usr/bin/python3 is available but /usr/bin/python is not. See
https://bugs.webkit.org/show_bug.cgi?id=156674#c36
Attachments
Patch.
(1.44 KB, patch)
2018-09-28 08:58 PDT
,
Mike Gorse
mcatanzaro
: review+
mcatanzaro
: commit-queue-
Details
Formatted Diff
Diff
Patch.
(1.45 KB, patch)
2018-09-28 11:51 PDT
,
Mike Gorse
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Mike Gorse
Comment 1
2018-09-28 08:58:45 PDT
Created
attachment 351078
[details]
Patch.
Michael Catanzaro
Comment 2
2018-09-28 10:49:46 PDT
Comment on
attachment 351078
[details]
Patch. View in context:
https://bugs.webkit.org/attachment.cgi?id=351078&action=review
> Source/cmake/WebKitCommon.cmake:24 > > +set(Python_ADDITIONAL_VERSIONS 3) > find_package(PythonInterp 2.7.0 REQUIRED)
The indentation is wrong here
Mike Gorse
Comment 3
2018-09-28 11:51:59 PDT
Created
attachment 351098
[details]
Patch. Fixed indentation.
WebKit Commit Bot
Comment 4
2018-09-28 18:00:47 PDT
Comment on
attachment 351098
[details]
Patch. Clearing flags on attachment: 351098 Committed
r236629
: <
https://trac.webkit.org/changeset/236629
>
WebKit Commit Bot
Comment 5
2018-09-28 18:00:49 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6
2018-09-28 18:01:45 PDT
<
rdar://problem/44880316
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug