Closed (fixed)
Project:
Vagrant
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2011 at 18:55 UTC
Updated:
9 Sep 2011 at 19:18 UTC
Jump to comment: Most recent file
The latest vagrant is failing to install drush due to this error.
[default] [Fri, 09 Sep 2011 20:47:47 +0200] ERROR: bash[install-drush] (drush::default line 20) has had an error
[Fri, 09 Sep 2011 20:47:47 +0200] ERROR: Running exception handlers
[Fri, 09 Sep 2011 20:47:47 +0200] ERROR: Exception handlers complete
[Fri, 09 Sep 2011 20:47:47 +0200] FATAL: Stacktrace dumped to /tmp/vagrant-chef/chef-stacktrace.out
[Fri, 09 Sep 2011 20:47:47 +0200] FATAL: Chef::Exceptions::ShellCommandFailed: bash[install-drush] (drush::default line 20) had an error: Expected process to exit 0, but it exited with 1
---- Begin output of "bash" "/tmp/chef-script20110909-1415-1d8iv2a-0" ----
STDOUT: pear/Console_Table is already installed and is the same as the released version 1.1.4
install failed
STDERR: --2011-09-09 20:47:45-- http://ftp.drupal.org/files/projects/drush-All-Versions-HEAD.tar.gz
Resolving ftp.drupal.org... 64.50.236.52, 64.50.233.100
Connecting to ftp.drupal.org|64.50.236.52|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-09-09 20:47:45 ERROR 404: Not Found.
tar: drush-All-Versions-HEAD.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
It seems that the HEAD tar is no longer valid. Patch to follow....
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1274546-fix-drush-install-2.patch | 763 bytes | travist |
Comments
Comment #1
travist commentedHere is the patch.
Comment #2
travist commentedglennpratt suggested that we use stable version Drush 4.5, so I just committed a patch to use Drush version 4.5.