Closed (fixed)
Project:
Drush
Version:
7.x-5.4
Component:
Make
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2011 at 12:45 UTC
Updated:
26 Aug 2012 at 16:21 UTC
I have a simple test profile setup with symlinks to another profiles modules directory like this:
lrwxrwxrwx 1 www-data www-data 21 2011-10-05 14:02 modules -> ../nodestream/modules
-rw-r--r-- 1 www-data www-data 141 2011-10-05 14:29 profile_test.info
-rw-r--r-- 1 www-data www-data 263 2011-10-05 14:20 profile_test.make
lrwxrwxrwx 1 www-data www-data 20 2011-10-05 14:29 themes -> ../nodestream/themes
When trying:
drush make --debug --no-core --contrib-destination=. profile_test.make .
It fails with debug message:
Executing: cp -Rf '/tmp/drush_make_tmp_1317817882_4e8c4e1a23a5e/__build__/modules' '.'
cp: cannot overwrite non-directory `./modules' with directory `/tmp/drush_make_tmp_1317817882_4e8c4e1a23a5e/__build__/modules'
Cannot move build into place [2.28 sec, 7.31 MB] [error]
Comments
Comment #1
helmo commented[ Powered by #1115636: Issue Macros and Templates - Drush Make]
Drush make is being merged into drush core (discussed in issue:#1310130: Put drush make in drush core)
This means that the issue queue is also moving. The drush queue has a component 'Make' especially for drush_make.
More information will be posted on the drush_make and drush project pages.
Comment #2
helmo commentedI just closed a duplicate of this: #1045242: Make claims to check out Git module, but it does not show up
Comment #3
patcon commentedJust ran into this again here:
https://github.com/myplanetdigital/2ndleveldeep/commit/8a2fa69ba94292564...
Was getting this error, and then finally clued in to delete the symlink and everything turns into hearts, stars and horseshoes afterward.
For now, I've just removed the non-critical symlink, but will try to investigate later
Comment #4
jonhattanProbably fixed at #1626972: Recreate symlinks in drush_copy_dir() instead of copying. Please reopen if error persists.