[Webkit-unassigned] [Bug 27619] Switch wx to using waf for builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 12:24:49 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27619





--- Comment #19 from Kevin Ollivier <kevino at theolliviers.com>  2009-08-03 12:24:48 PDT ---
(In reply to comment #10)
> (From update of attachment 33375 [details])
> >  docs/bytecode.html: make-bytecode-docs.pl Interpreter.cpp 
> > -	perl $^ $@
> > +	perl $^ $(JavaScriptCore)/$@
> 
> VPATH is already set to the appropriate directories so I don't see why you need
> this, and why it needs to apply to Interpreter.cpp only. Can you please attach
> the build log or the error you're getting here as well? 
> 
> r- for now because of this.

I, along with other wx port users, are getting output like this: 

perl
/Users/kevino/oss/webkit-commit/WebKit/JavaScriptCore/docs/make-bytecode-docs.pl
/Users/kevino/oss/webkit-commit/WebKit/JavaScriptCore/interpreter/Interpreter.cpp
docs/bytecode.html
print() on closed filehandle OUTPUT at
/Users/kevino/oss/webkit-commit/WebKit/JavaScriptCore/docs/make-bytecode-docs.pl
line 10.
print() on closed filehandle OUTPUT at
/Users/kevino/oss/webkit-commit/WebKit/JavaScriptCore/docs/make-bytecode-docs.pl
line 31, <MACHINE> line 1209.
print() on closed filehandle OUTPUT at
/Users/kevino/oss/webkit-commit/WebKit/JavaScriptCore/docs/make-bytecode-docs.pl
line 31, <MACHINE> line 1223.
... about 50-60 more lines like this...

Note that while Interpreter.cpp and make-bytecode-docs.pl are using absolute
paths, docs/bytecode.html is not, and for some reason that causes the OUTPUT
filehandle not to be properly opened. For some reason, converting it to an
absolute path fixes the issue, though I'll admit I don't quite understand why.
:-/

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list