Bug 214353

Summary: build-webkit script tries to execute command xcodebuild on Linux
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: Tools / TestsAssignee: Carlos Alberto Lopez Perez <clopez>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, clopez, darin, ews-watchlist, jbedard, mitz, rbuis, svillar, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

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].