# drush verify-makefile mymodule/mymodule.make

PHP Fatal error:  Call to undefined function drush_make_ensure_version() in /drush/commands/make/contrib/drush_make_d_o.drush.inc on line 48
PHP Stack trace:
PHP   1. {main}() /drush/drush.php:0
PHP   2. drush_main() /drush/drush.php:14
PHP   3. _drush_bootstrap_and_dispatch() /drush/drush.php:57
PHP   4. drush_dispatch() /drush/drush.php:88
PHP   5. call_user_func_array() /drush/includes/command.inc:225
PHP   6. drush_command() /drush/includes/command.inc:225
PHP   7. _drush_invoke() /drush/includes/command.inc:946
PHP   8. call_user_func_array() /drush/includes/command.inc:125
PHP   9. drush_drush_make_d_o_verify_makefile() /drush/includes/command.inc:125
Drush command terminated abnormally due to an unrecoverable error.                                                                                                                [error]
Error: Call to undefined function drush_make_ensure_version() in /drush/commands/make/contrib/drush_make_d_o.drush.inc, line 48

Comments

jhedstrom’s picture

Project: Drush » Drupal.org drush
Component: Make » Code

This command has been moved to the Drupal.org drush project (and I think it's working at this point).

hunmonk’s picture

Status: Active » Fixed

this should now be working perfectly, and i've added tests that exercise verify-makefile in exactly the same way as 'make --drupal-org'.

Status: Fixed » Closed (fixed)

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