[Webkit-unassigned] [Bug 53590] New: Can't exec "WebKit/Tools/Scripts/print-vse-failure-logs"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 2 06:35:42 PST 2011


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

           Summary: Can't exec
                    "WebKit/Tools/Scripts/print-vse-failure-logs"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alexander.farber at gmail.com


Hello,

I've followed and re-checked the steps for building with
VC++ 2005 Express at http://webkit.org/building/tools.html
and have run  ~/WebKit/Tools/Scripts/update-webkit
numerous times at my both WinXP SP3 PCs,
but the builds always fail with:

afarber at AFARBER-DT:~> ./WebKit/Tools/Scripts/build-webkit
WebKitSupportLibrary is up-to-date.
Building results into: /home/afarber/WebKit/WebKitBuild
WEBKITOUTPUTDIR is set to: C:\cygwin\home\afarber\WebKit\WebKitBuild
WEBKITLIBRARIESDIR is set to: C:\cygwin\home\afarber\WebKit\WebKitLibraries\win
/cygdrive/c/Program Files/Microsoft Visual Studio
8/Common7/IDE/VCExpress.exe win\WebKit.vcproj\WebKit.sln /build
Release
Can't exec "WebKit/Tools/Scripts/print-vse-failure-logs":
No such file or directory at ./WebKit/Tools/Scripts/build-webkit line 573.
===== BUILD FAILED ======
Please ensure you have run WebKit/Tools/Scripts/update-webkit to
install dependencies.
You can view build errors by checking the BuildLog.htm files located at:
/home/afarber/WebKit/WebKitBuild/obj/<project>/<config>.

To workaround the logging error above I've just replaced
the path by hardcoded one in build-webkit script:

           #system(File::Spec->catfile($scriptDir, "print-vse-failure-logs"));
           system("/home/afarber/WebKit/Tools/Scripts/print-vse-failure-logs");

Regards
Alex

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