I'm getting this error when runing the distro.make
=====================================
[root@host commerce_kickstart]# drush make distro.make happy
Project information for drupal retrieved. [ok]
drupal downloaded from http://ftp.drupal.org/files/projects/drupal-7.0.tar.gz. [ok]
commerce_kickstart cloned from http://git.drupal.org/project/commerce_kickstart.git. [ok]
Checked out branch 7.x-1.x. [ok]
Found makefile: commerce_kickstart.make [ok]
addressfield cloned from http://git.drupal.org/project/addressfield.git. [ok]
Checked out branch 7.x-1.x. [ok]
admin_menu cloned from http://git.drupal.org/project/admin_menu.git. [ok]
Checked out tag 7.x-3.0-rc1. [ok]
ctools cloned from http://git.drupal.org/project/ctools.git. [ok]
Checked out branch 7.x-1.x. [ok]
entity cloned from http://git.drupal.org/project/entity.git. [ok]
Checked out branch 7.x-1.x. [ok]
rules cloned from http://git.drupal.org/project/rules.git. [ok]
Checked out branch 7.x-2.x. [ok]
views cloned from http://git.drupal.org/project/views.git. [ok]
Checked out branch 7.x-3.x. [ok]
commerce cloned from http://git.drupal.org/project/commerce.git. [ok]
Checked out branch 7.x-1.x. [ok]
commerce_authnet cloned from http://git.drupal.org/project/commerce_authnet.git. [ok]
Checked out branch 7.x-1.x. [ok]
commerce_paypal cloned from http://git.drupal.org/project/commerce_paypal.git. [ok]
Checked out branch 7.x-1.x. [ok]
Fatal error: Call to undefined function drush_make_libraries() in /root/.drush/drush_make/drush_make.project.inc on line 246
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Call to undefined function drush_make_libraries() in /root/.drush/drush_make/drush_make.project.inc, line 246
Comments
Comment #1
helmo commentedThe same issue has also been reported in the drush_make queue see: #1091510: Error: Call to undefined function drush_make_libraries() in
Comment #2
rszrama commentedClosing this one as duplicate. Go ahead and just use the commerce_kickstart.make instead of distro.make until that's committed.