[Webkit-unassigned] [Bug 33516] New: webkit-patch fails in autoinstall

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 22:48:33 PST 2010


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

           Summary: webkit-patch fails in autoinstall
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ukai at chromium.org


If no autoinstall.cache.d directory exists, webkit-patch fails as follows:

% ./WebKitTools/Scripts/webkit-patch
No handlers could be found for logger "webkitpy.autoinstall"
Traceback (most recent call last):
  File "./WebKitTools/Scripts/webkit-patch", line 35, in <module>
    from webkitpy.bugzilla import Bugzilla
  File
"/usr/local/google/home/ukai/src/chromium-webkit/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/bugzilla.py",
line 46, in <module>
    from mechanize import Browser
  File
"/usr/local/google/home/ukai/src/chromium-webkit/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/autoinstall.py",
line 267, in find_module
    filename = self.cache.get(url)
  File
"/usr/local/google/home/ukai/src/chromium-webkit/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/autoinstall.py",
line 208, in get
    self.download(url, stream)
  File
"/usr/local/google/home/ukai/src/chromium-webkit/src/third_party/WebKit/WebKitTools/Scripts/webkitpy/autoinstall.py",
line 227, in download
    data = netstream.read(BUFSIZE)
UnboundLocalError: local variable 'netstream' referenced before assignment

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