New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drush dl drupal fail to work (No such file or directory filesystem.inc:257) #234
Comments
|
Same problem when downloading D6 |
|
Confirmed. This is a major issue for as we can't use our deployment system to add sites. |
|
Same problem here. To fix it in makefiles we use now the git download strategy projects[drupal][type] = "core" We have an other problem with downloading themes. They are now located in the modules/contrib folder |
|
There's a change in the update xml: http://updates.drupal.org/release-history/drupal/7.x It is missing terms/term/name = Projects. This term indicates the project type (Drupal core, module, theme....). Drush assumes a module by default. Probably if you try to download a theme or a profile it will be placed in sites/all/modules. I guess it is related to the drupal.org upgrade to Drupal 7. |
|
Related issue https://drupal.org/node/2126123 |
|
The above fix for the core will also work for themes and, in fact, for every project whose type is not 'module'. It works around the issue by completely circumventing the release history. |
|
@NoDiskInDriveA yeap I just realize when I download drupal manually then try to download bootstrap theme via drush and suddenly it end up in sitets/all/module dir(??) |
|
Also there is problem with Drush make. #236. |
|
I found the following works and also avoids a clone of the entire Drupal git repository: projects[drupal][type] = core
projects[drupal][version] = 7.23
projects[drupal][download][type] = get
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.23.tar.gz |
|
Just to say that we've just tried jrbeeman's workaround in our stub.make and found it works a treat! |
|
If you are not using make, then the following workaround also works for Drush dl: drush dl drupal --package-handler=git_drupalorg This does, of course, download the entire repository, though. |
|
I'm proposing a fix in this pull request: #237 |
|
jrbeeman method works but contrib themes are still downloading to modules/contrib |
This is a temporary workaround. See the following for more info: drush-ops/drush#234 (comment) https://drupal.org/node/2126123
This is a temporary workaround. See the following for more info: drush-ops/drush#234 (comment) https://drupal.org/node/2126123 Bug 1018387
|
@nickwshaw, you can explicitly declare the type of project for the theme, and it'll put it in the right location: projects[adaptivetheme][type] = theme
projects[adaptivetheme][subdir] = contrib
projects[adaptivetheme][version] = 3.1 |
Drush make fails to download Drupal core 7.23 after site-wide upgrade of drupal.org. The related upstream bug could be found here: drush-ops/drush#234 Change-Id: Ieb0a818518ab7ef3f68a5c00b462836a5074a395 Related-Bug: #1247925
|
FYI, drumm pushed a fix for this to d.o https://drupal.org/comment/8144251#comment-8144251
|
|
|
|
I can confirm that A simple make file: Fails: This is after a Update: Very strange, I'm able to build with drush make again on my FreeBSD machine but I get the above error on OSX. There must be a cache somewhere that is not getting cleared with Update 2: Okay, so this appears to be another bug which is that |
|
I think we're done. Lets wait the tests https://travis-ci.org/drush-ops/drush/builds |
|
drush make works great now! |
|
Anyone having issues might need to clean up |
|
Sweet! Working. I assuming is done now, last 3 builds were fine https://travis-ci.org/drush-ops/drush/builds so closing this now. Thanks guys for good work. |
|
update xml is still rebuilding. Some projects won't work yet. |
|
Everything in place now. Start making! |
|
Now that the fire is gone, let's see how to implement a long term fix, see #249. |
I''m on Ubuntu 13.10 with php 5.5.3 and latest drush (6.1). I'm trying to download fresh drupal but with no success. I've try already with vagrant and ubuntu 13.04 and 12.04 end even with centOS but with same results. Below you can find debug output (-v) I'm getting each time whatever I've try. I also try on each system to downgrade drush to 6.0.0 then to 5.0.0.
The text was updated successfully, but these errors were encountered: