There has been the same error across multiple OS platforms and versions of Drush
Profile 1:
MAMP w/ PHP 5.3.6
Drush 5 & Drush 4.5 - Installed through brew and d.o
Profile 2:
WAMP w/ PHP 5.3.10-1
Drush 5 - Installed through the windows installer from drush.org
Process: (from cod documentation)
cd ~/Sites/
$ mkdir cod
$ cd ~/cod/
$ git clone --branch 6.x-1.x http://git.drupal.org/project/cod.git cod6
cd ~/cod/cod6
$ drush make cod-dev.make
The prompt there after looks like:
module-version.x-version.x downloaded [ok]
and the last item to download is :
jquery_ui downloaded from http://jquery-ui.googlecode.com/files/jquery.ui-1.6.zip [ok]
There are no notifications after that, no errors thrown. When I do an ls -la on the cod/cod6 directory there are no files for D6 core or any of the modules it said were downloaded.
Are we doing something wrong or is this broken?
Comments
Comment #1
chrisgross commentedHaving this issue as well, working with HeathN at the DrupalCon code sprint. Mine is the MAMP install, so obviously on a separate machine as his WAMP. I see the following errors when running the dev make on 6.x, (but not on 7.x):
DRUSH_BACKEND:{"type":"warning","message":" >> date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America\/Denver' for 'MDT\/-6.0\/DST' instead pm.drush.inc:1785","timestamp":1332528060.2005,"memory":11554088,"error":null,"packet":"log"}
DRUSH_BACKEND:{"type":"notice","message":" >> Loading release_info engine.","timestamp":1332528060.2026,"memory":11590288,"error":null,"packet":"log"}
DRUSH_BACKEND:{"type":"bootstrap","message":" >> Drush bootstrap phase : _drush_bootstrap_drush()","timestamp":1332528060.2043,"memory":11624536,"error":null,"packet":"log"}
DRUSH_BACKEND:{"type":"notice","message":" >> \/usr\/bin\/php \/Users\/cwgross\/drush\/drush.php --php=\/usr\/bin\/php --backend=2 --yes --root= --uri= pm-download ubercart-6.x-2.7 --destination=\/tmp\/make_tmp_1332527918_4f6cc32e7bbfb\/__build__\/profiles\/cod\/modules\/contrib --package-handler=wget --variant=profile-only --cache 2>&1","timestamp":1332528060.2059,"memory":11656456,"error":null,"packet":"log"}DRUSH_BACKEND:{"type":"bootstrap","message":" >> Bootstrap to phase 0.","timestamp":1332528060.2189,"memory":11772880,"error":null,"packet":"log"}
DRUSH_BACKEND:{"type":"memory","message":" >> Peak memoryusage was 10.55 MB","timestamp":1332528060.2205,"memory":11804568,"error":null,"packet":"log"}
DRUSH_BACKEND:{"type":"command","message":" >> Backend invoke: \/usr\/bin\/php \/Users\/cwgross\/drush\/drush.php --php=\/usr\/bin\/php --backend=2 --yes --root= --uri= pm-download path_redirect-6.x-1.0-rc2 --destination=\/tmp\/make_tmp_1332527918_4f6cc32e7bbfb\/__build__\/profiles\/cod\/modules\/contrib --package-handler=wget --variant=profile-only --cache 2>&1","timestamp":1332528060.2223,"memory":11840024,"error":null,"packet":"log"}DRUSH_BACKEND:{"type":"bootstrap","message":" >> Bootstrap to phase 0.","timestamp":1332528060.2313,"memory":11980888,"error":null,"packet":"log"}
DRUSH_BACKEND:{"type":"memory","message":" >> Peak memory usage was 10.55 MB","timestamp":1332528060.2329,"memory":12012184,"error":null,"packet":"log"}DRUSH_BACKEND:{"type":"notice","message":" >> \/usr\/bin\/php \/Users\/cwgross\/drush\/drush.php --php=\/usr\/bin\/php --backend=2 --yes --root= --uri= pm-download checkbox_validate-6.x-2.1 --destination=\/tmp\/make_tmp_1332527918_4f6cc32e7bbfb\/__build__\/profiles\/cod\/modules\/contrib --package-handler=wget --variant=profile-only --cache 2>&1","timestamp":1332528060.2526,"memory":12165472,"error":null,"packet":"log"}
DRUSH_BACKEND:{"type":"bootstrap","message":" >> Bootstrap to phase 0.","timestamp":1332528060.2545,"memory":12200640,"error":null,"packet":"log"}
DRUSH_BACKEND:{"type":"memory","message":" >> Peak memory usage was 10.55 MB","timestamp":1332528060.2563,"memory":12231968,"error":null,"packet":"log"}
DRUSH_BACKEND:{"type":"command","message":" >> Backend invoke: \/usr\/bin\/php \/Users\/cwgross\/drush\/drush.php--php=\/usr\/bin\/php --backend=2 --yes --root= --uri= pm-download ctools-6.x-1.8 --destination=\/tmp\/make_tmp_1332527918_4f6cc32e7bbfb\/__build__\/profiles\/cod\/modules\/contrib --package-handler=wget --variant=profile-only --cache 2>&1","timestamp":1332528060.2589,"memory":12281008,"error":null,"packet":"log"}cod cloned from http://git.drupal.org/project/cod.git.
Comment #2
steven jones commentedIf you follow the drush instructions: http://drupal.org/documentation/build/cod/install then it works fine with Drush 4/5.