WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
94944
build-webkit --gtk fails with Can't exec ""
https://bugs.webkit.org/show_bug.cgi?id=94944
Summary
build-webkit --gtk fails with Can't exec ""
arno.
Reported
2012-08-24 09:27:56 PDT
Hi, when trying to build webkit with build-webkit --gtk on a clean repository (for example, just cloned), it fails with % ./Tools/Scripts/build-webkit --gtk Calling autogen.sh in /home/arno/webkit/WebKit.upstream/WebKitBuild/Release grep: /home/arno/webkit/WebKit.upstream/WebKitBuild/Release/GNUmakefile: No such file or directory Can't exec "": No such file or directory at /home/arno/webkit/WebKit.upstream/Tools/Scripts/webkitdirs.pm line 1941. Calling autogen.sh failed!
Attachments
patch proposal
(1.44 KB, patch)
2012-08-24 09:33 PDT
,
arno.
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
arno.
Comment 1
2012-08-24 09:33:59 PDT
Created
attachment 160437
[details]
patch proposal This happens because of unshift(@buildArgs, jhbuildWrapperPrefixIfNeeded()); which adds an empty string as a first argument of @buildArgs. Then, system call tries to execute empty command and fails.
WebKit Review Bot
Comment 2
2012-08-24 10:20:44 PDT
Comment on
attachment 160437
[details]
patch proposal Clearing flags on attachment: 160437 Committed
r126597
: <
http://trac.webkit.org/changeset/126597
>
WebKit Review Bot
Comment 3
2012-08-24 10:20:47 PDT
All reviewed patches have been landed. Closing bug.
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