Bug 214353 - build-webkit script tries to execute command xcodebuild on Linux
Summary: build-webkit script tries to execute command xcodebuild on Linux
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Alberto Lopez Perez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-15 07:58 PDT by Carlos Alberto Lopez Perez
Modified: 2020-08-06 03:55 PDT (History)
10 users (show)

See Also:


Attachments
Patch (1.58 KB, patch)
2020-07-15 08:05 PDT, Carlos Alberto Lopez Perez
no flags Details | Formatted Diff | Diff
Patch (1.25 KB, patch)
2020-08-06 03:05 PDT, Rob Buis
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2020-07-15 07:58:26 PDT
Recently, when running the script build-webkit on Linux you get this warning:

Can't exec "xcodebuild": No such file or directory at /home/clopez/webkit/webkit/Tools/Scripts/webkitdirs.pm line 602.
Comment 1 Carlos Alberto Lopez Perez 2020-07-15 08:05:08 PDT
Created attachment 404341 [details]
Patch
Comment 2 Jonathan Bedard 2020-07-15 08:40:42 PDT
...was that moved recently? Feel like it might have to do with native architecture, but don’t have a checkout in front of me right this second
Comment 3 Jonathan Bedard 2020-07-15 09:15:43 PDT
(In reply to Jonathan Bedard from comment #2)
> ...was that moved recently? Feel like it might have to do with native
> architecture, but don’t have a checkout in front of me right this second

Turns out that it does, but determineNativeArchitecture() takes care of this if we need it.
Comment 4 EWS 2020-07-15 10:34:50 PDT
Committed r264404: <https://trac.webkit.org/changeset/264404>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 404341 [details].
Comment 5 Radar WebKit Bug Importer 2020-07-15 10:35:18 PDT
<rdar://problem/65613710>
Comment 6 Tim Horton 2020-07-15 10:46:31 PDT
oops
Comment 7 Sergio Villar Senin 2020-08-05 01:10:26 PDT
This is still happening to me.
Comment 8 Sergio Villar Senin 2020-08-05 01:12:17 PDT
The call to determineXcodeSDK() is still present in argumentsForConfiguration() for all the ports/configurations.
Comment 9 Rob Buis 2020-08-06 03:05:18 PDT
Created attachment 406080 [details]
Patch
Comment 10 EWS 2020-08-06 03:55:33 PDT
Committed r265323: <https://trac.webkit.org/changeset/265323>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 406080 [details].