Bug 66785 - cygwin-downloader.exe fails to run with IOError
Summary: cygwin-downloader.exe fails to run with IOError
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-23 10:31 PDT by Aditya
Modified: 2024-03-05 12:55 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aditya 2011-08-23 10:31:40 PDT
I downloaded cygwin-downloader.exe from http://www.webkit.org/building/tools.html and I am trying to use it to set up cygwin environment on Win XP & whenever I run it, I get the following error:

C:\webkit-cygwin>cygwin-downloader.exe
Using Cygwin mirror server http://mirrors.kernel.org/sourceware/cygwin/ to download setup.ini...
Traceback (most recent call last):
  File "cygwin-downloader.py", line 79, in <module>
  File "urllib.pyc", line 89, in urlretrieve
  File "urllib.pyc", line 222, in retrieve
  File "urllib.pyc", line 190, in open
  File "urllib.pyc", line 301, in open_http
IOError: [Errno http error] no host given

Looks like the proper mirror address is not being passed on to urllib.
Comment 1 Fujii Hironori 2024-03-05 12:55:15 PST
cygwin-downloader was removed.