[Webkit-unassigned] [Bug 79885] New: Build error for WebKit - The path to the BuildLog.htm files at the end of the error message is wrong.

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


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

           Summary: Build error for WebKit - The path to the BuildLog.htm
                    files at the end of the error message is wrong.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P1
         Component: WebKit Website
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aman2304 at gmail.com


I am trying to build Webkit on a Windows 7 64 bit machine. Here's the error list that I get 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.vcproj", "WebKit.sln")
AttributeError: 'module' object has no attribute 'find_checkout_root'
***************************************************************************************************************************************


The path to the BuildLog.htm files at the end of the error message is wrong. It should be /home/amang/webkit/WebKitBuild/<config>/obj/<project>

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