Bug 33632

Summary: autoinstall can get confused and fail to download mechanize
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, cjerdonek
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Eric Seidel (no email) 2010-01-13 15:59:23 PST
autoinstall can get confused and fail to download mechanize

Especially if users happen to control-c during the download.

We need to handle this case better.  We need to log more to explain to users what's going on.

The easy fix is to ask people to just remove "autoinstall.cache.d"

Right now autoinstall is puting autoinstall.cache.d in $CWD, but it really  should put it in a standard location, like WebKitTools/Scripts.   See bug 33365.
Comment 1 Chris Jerdonek 2010-05-17 09:36:07 PDT
(In reply to comment #0)
> The easy fix is to ask people to just remove "autoinstall.cache.d"
> 
> Right now autoinstall is puting autoinstall.cache.d in $CWD, but it really  should put it in a standard location, like WebKitTools/Scripts.   See bug 33365.

The autoinstall module has since been rewritten to use a standard location (and so no longer uses autoinstall.cache.d, etc):

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

Marking this resolved.