[Webkit-unassigned] [Bug 79884] New: Build error for WebKit - The script print-vse-failure-logs is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 29 00:29:52 PST 2012


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

           Summary: Build error for WebKit - The script
                    print-vse-failure-logs is broken
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aman2304 at gmail.com


I was trying to build Webkit on a Windows 7 64 bit machine, when I got the following error(s) while building:


.....................
WEBKITOUTPUTDIR is set to: C:\cygwin\home\amang\webkit\WebKitBuild
WEBKITLIBRARIESDIR is set to: C:\cygwin\home\amang\webkit\WebKitLibraries\win
/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/Common7/IDE/VCExpress.exe win\WebKit.vcproj\WebKit.sln /build Release
Traceback (most recent call last):
  File "Tools/Scripts/print-vse-failure-logs", line 113, in <module>
    PrintVisualStudioExpressLogs().main()
  File "Tools/Scripts/print-vse-failure-logs", line 102, in main
    build_log_paths = self._sort_buildlogs(self._find_buildlogs(self._obj_directory()))
  File "Tools/Scripts/print-vse-failure-logs", line 67, in _sort_buildlogs
    build_order = self._build_order()
  File "Tools/Scripts/print-vse-failure-logs", line 60, in _build_order
    sln_path = os.path.join(scm.find_checkout_root(), "WebKit", "win", "WebKit.vproj", "WebKit.sln")
AttributeError: 'module' object has no attribute 'find_checkout_root'
..............

I am suspecting that the script that's supposed to show the build logs, print-vse-failure-logs, is broken.

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