WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
100116
webkit-patch doesn't work without irclib at all
https://bugs.webkit.org/show_bug.cgi?id=100116
Summary
webkit-patch doesn't work without irclib at all
Csaba Osztrogonác
Reported
2012-10-23 06:31:40 PDT
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
Attachments
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2012-10-23 06:32:55 PDT
Shouldn't we add these libraries to the trunk instead of downloading from external sources always?
Csaba Osztrogonác
Comment 2
2012-10-23 07:15:50 PDT
Now I got a similar, but different backtrace: 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: Could not download Python modules from URL "
http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip
". Make sure you are connected to the internet. You must be connected to the internet when downloading needed modules for the first time. --> Inner message: ('http protocol error', 0, 'got a bad status line', None)
Adam Barth
Comment 3
2012-10-23 10:22:04 PDT
(In reply to
comment #1
)
> Shouldn't we add these libraries to the trunk instead of downloading from external sources always?
The license is not compatible with storing them in svn.webkit.org.
Adam Barth
Comment 4
2012-10-23 10:23:13 PDT
Seems to work for me now. Perhaps the server came back?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug