[Webkit-unassigned] [Bug 100116] New: webkit-patch doesn't work without irclib at all

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 23 06:30:36 PDT 2012


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

           Summary: webkit-patch doesn't work without irclib at all
           Product: WebKit
           Version: 420+
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: P1
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: eric at webkit.org, tony at chromium.org, abarth at webkit.org,
                    dpranke at chromium.org, kkristof at inf.u-szeged.hu,
                    jbadics at inf.u-szeged.hu


Now webkit-patch is unusable, because the server of irclib isn't available.

$ Tools/Scripts/webkit-patch --help
Traceback (most recent call last):
  File "Tools/Scripts/webkit-patch", line 44, in <module>
    from webkitpy.tool.main import WebKitPatch
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/tool/main.py", line 38, in <module>
    from webkitpy.common.net.irc import ircproxy
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/common/net/irc/ircproxy.py", line 31, in <module>
    from webkitpy.common.net.irc.ircbot import IRCBot
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/common/net/irc/ircbot.py", line 32, in <module>
    from webkitpy.thirdparty.autoinstalled.irc import ircbot
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/thirdparty/__init__.py", line 86, in find_module
    self._install_irc()
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/thirdparty/__init__.py", line 143, in _install_irc
    url_subpath="irclib.py")
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/common/system/autoinstall.py", line 481, in install
    raise Exception(message)
Exception: Error auto-installing the irclib.py package to:
 "/home/oszi/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/irc/irclib.py"
 --> Inner message: HTTP Error code 500

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