Similar to http://drupal.org/node/622752 my files are unable to move from the tmp folder to the project folder.

I am on OSX 10.6.1 and I have tried using Curl and wget.

My output is this:

Unable to download                                                   [error]
/var/folders/qG/qGJiEv6xFMKwuhHnbEqaCU+++TI/-Tmp-//drush_make_tmp_1257641667/drupal-6.14.tar.gz
from http://ftp.drupal.org/files/projects/drupal-6.14.tar.gz.

Comments

dmitrig01’s picture

neither of the problems you descrbed are the case; it has nothing to do with curl or wget, andhas nothing to do with moving from the tmp folder to the project folder. Can you post the output with --debug?

fallsemo’s picture

OK See below

Found command: make [0.023 sec]                                      [bootstrap]
Make new site in the current directory? (y/n): y
Calling mkdir(/var/folders/qG/qGJiEv6xFMKwuhHnbEqaCU+++TI/-Tmp-//drush_make_tmp_1257723849)
Created directory temporary directory                                   [notice]
/var/folders/qG/qGJiEv6xFMKwuhHnbEqaCU+++TI/-Tmp-//drush_make_tmp_1257723849
[1.958 sec]
Project information for drupal retrieved. [2.693 sec]                [ok]
Project information for managingnews retrieved. [3.148 sec]          [ok]
Executing: wget %s -O %s
  --18:44:11--  http://%25s/
             => `%s'
  Resolving %25s... failed: Host not found.
Executing: curl -o %s %s
  
  curl: (6) Couldn't resolve host '%s'
Unable to download                                                   [error]
/var/folders/qG/qGJiEv6xFMKwuhHnbEqaCU+++TI/-Tmp-//drush_make_tmp_1257723849/drupal-6.14.tar.gz
from http://ftp.drupal.org/files/projects/drupal-6.14.tar.gz. [64.299
sec]
Executing: wget %s -O %s
  --18:45:11--  http://%25s/
             => `%s'
  Resolving %25s... failed: Host not found.
Executing: curl -o %s %s
  
  curl: (6) Couldn't resolve host '%s'
Unable to download                                                   [error]
/var/folders/qG/qGJiEv6xFMKwuhHnbEqaCU+++TI/-Tmp-//drush_make_tmp_1257723849/managingnews-6.x-1.0-beta5.tar.gz
from
http://ftp.drupal.org/files/projects/managingnews-6.x-1.0-beta5.tar.gz.
[124.329 sec]
Executing: mv %s/__build__ %s
  mv: %s/__build__: Not a directory
Executing: rm -r %s
Command dispatch complete [124.342 sec]                                 [notice]

Thanks dmitrig01

dmitrig01’s picture

Ok; the problem is you don't have the most recent version of Drush (drush 2.1) installed. I'll add a check in drush make beta 3

fallsemo’s picture

Oh nice. Thanks. I will leave the issue active then.

dmitrig01’s picture

Status: Active » Fixed

committed - it's now in -dev

webthingee’s picture

worked for me...
this is an amazing tool!

Thank You

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.