As of last night, I started having trouble doing a fresh install of Commons. The drush make commons/build-commons.make --working-copy --prepare-install ./commons.dev command completes without any errors. However, when I step through the install process, the Requirements Problem screen appears with the following message at the bottom:

Required modules not found.
The following modules are required but were not found. Move them into the appropriate modules subdirectory, such as sites/all/modules. Missing modules: Commons_events_pages, Commons_groups_pages, Commons_wikis_pages

This morning, I tried doing a fresh clone of the Commons repository (git clone --recursive --branch 7.x-3.x http://git.drupal.org/project/commons.git), before retrying the drush make process. That didn't seem to help.

Comments

matt v.’s picture

Status: Active » Fixed

In case anyone else is running into trouble building Commons today, I got some more information via the #drupal-commons channel on IRC. It sounds like there may be a race condition in the way that the most recent package was built. As I understand it, the problem should go away tonight when the package gets rebuilt. In the mean time, deleting the commons_groups, commons_events, and commons_wikis modules and cloning the latest git repository for each fixed the issue for me.

yktdan’s picture

I get not found trying to download the dev version. The main version is very backlevel, security error on core, lots of contrib back level and if you install them you die as the newer versions require more contrib modules.

ezra-g’s picture

@yktdan, this should be resolved on the next nightly dev snapshot per https://drupal.org/node/1790734#comment-7015700.

Please be sure to read the issue tag guidelines and file a new issue if you encounter further issues.

Status: Fixed » Closed (fixed)

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