[webkit-dev] wincairo buildbot failing, cannot install WebKitSupportLibrary, errors in JavaScriptCore[Generated]

Adam Roben aroben at apple.com
Tue Nov 16 09:59:50 PST 2010


On 11/16/2010 6:42 AM, Thomas Brodt wrote:
> The buildbot for the wincairo port is running again, thanks to whoever 
> did repair it (Brent?).
>
> But the build fails again, as before when it went offline.
>
> There are errors installing the new WebKitSupportLibrary:
> cp: cannot create regular file 
> `"D:/Projects/BuildSlave/win-cairo-debug/build/WebKitLibraries/win"/Software 
> License Agreement for WebKit Support Libraries.rtf': No such file or 
> directory
>
> and some file name concatenation seems to go wrong:
>
> in JavaScriptCoreGenerated
> ....
> 1> xcopy /y/d/e/i "..\..\..\WebKitLibraries\win\tools" 
> ""D:/Projects/BuildSlave/win-cairo-debug/build/WebKitLibraries/win"\tools"
> 1>Invalid number of parameters
>
> and later on
> in JavaScriptCore
> ....
> 2>cat: 
> "D:/Projects/BuildSlave/win-cairo-debug/build/WebKitLibraries/win"/tools/scripts/VERSION: 
> No such file or directory
> 2>cat: 
> "D:/Projects/BuildSlave/win-cairo-debug/build/WebKitLibraries/win"/tools/scripts/COPYRIGHT-END-YEAR: 
> No such file or directory
> 2>Compiling resources...
> 2>.\JavaScriptCore.rc(17) : error RC2127 : version WORDs separated by 
> commas expected
> 2>.\JavaScriptCore.rc(18) : error RC2127 : version WORDs separated by 
> commas expected
> 2>.\JavaScriptCore.rc(37) : error RC2104 : undefined keyword or key 
> name: __COPYRIGHT_YEAR_END_TEXT__
>
> As I am not familiar with that, can anyone please look at it?

All of these problems seem to have the same cause: the value of the 
WEBKITLIBRARIESDIR environment variable is quoted, but should not be.

-Adam



More information about the webkit-dev mailing list