I'm having a consistent error where drush make tells me that it downloaded a module from my feature server but in fact never places that module in the sites/all/modules directory. My makefile is as follows:

core = 6.x
projects[] = drupal
projects[imagecache_defaults][location] = http://features.dnotes.net/fserver

running "drush make -dv build.make drupal > make.log" renders the file attached. If you do it without the -dv, the output just tells you that everything went [ok]... I think there should be some error at least. I've managed to recreate the module and get it to work as ic_sanity, version 6.x-1.0-alpha1, and I'm going ahead with that, but I thought you'd want to know about the error so I'll leave the old module online for a bit. I can't really figure out what my version of drush make is right now, so I've set it to dev... sorry.

CommentFileSizeAuthor
make.log_.txt28.34 KBdnotes

Comments

dmitrig01’s picture

This is a very interesting issue:


Executing: tar -tf                                                      [notice]
'/tmp/drush_make_tmp_1280146176/imagecache_defaults-6.x-1.0-beta1.tar'
[1.76 sec, 4.39 MB]
  tar: Record size = 17 blocks
  imagecache_defaults/imagecache_defaults.defaults.inc
  imagecache_defaults/imagecache_defaults.features.inc
  imagecache_defaults/imagecache_defaults.info
  imagecache_defaults/imagecache_defaults.module
(snip)
Executing: mv '/tmp/drush_make_tmp_1280146176'/'tar: Record size = 17   [notice]
dmitrig01’s picture

Status: Active » Fixed

Hm, that wasn't so hard.

Status: Fixed » Closed (fixed)

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