Skip to content

Instantly share code, notes, and snippets.

@scottalan
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save scottalan/6dc0787b9aaa41fd7546 to your computer and use it in GitHub Desktop.

Select an option

Save scottalan/6dc0787b9aaa41fd7546 to your computer and use it in GitHub Desktop.
Drush make hanging...
This is my simple make file I'm trying to test:
------------------------------------------------
api = 2
core = 7.x
projects[addressfield][version] = "1.0-beta5"
projects[addressfield][subdir] = "contrib"
projects[addressfield_tokens][version] = "1.4"
projects[addressfield_tokens][subdir] = "contrib"
-----------------------------------------------------------------
Backend invoke: /usr/bin/php -d magic_quotes_gpc=Off -d magic_quotes_runtime=Off -d magic_quotes_sybase=Off /home/scott/drush/drush.php [command]
--php=/usr/bin/php --php-options=' -d magic_quotes_gpc=Off -d magic_quotes_runtime=Off -d magic_quotes_sybase=Off' --backend=2 make-process
/tmp/make_tmp_1407175464_53dfcb285481a 2>&1 [3.56 sec, 6.63 MB]
/usr/bin/php -d magic_quotes_gpc=Off -d magic_quotes_runtime=Off -d magic_quotes_sybase=Off /home/scott/drush/drush.php --php=/usr/bin/php [notice]
--php-options=' -d magic_quotes_gpc=Off -d magic_quotes_runtime=Off -d magic_quotes_sybase=Off' --backend=2 make-process
/tmp/make_tmp_1407175464_53dfcb285481a 2>&1 [3.56 sec, 6.64 MB]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment