In the '.info' File Content field, dependencies[] = standard is listed. Took me a while to figure out that it was one of the available profiles. The problem is that this will generate an error message during installation (Requirements problem).

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

Removing dependencies[] = standard is required for the installation to be successful.

Comments

markwk’s picture

Status: Active » Closed (works as designed)

Yeah, "standard" is the original standard installation profile. Drupal 7 does some interesting things I still haven't quite figure out yet.

Unfortunately, this module is not a magic "mothership" that can take a current site and convert it into an installation profile. It's just a helper... ;-)

bisonbleu’s picture

I wasn't complainin'... Just reporting. :-)

markwk’s picture

Yeah, I had the same issue my first installation building with this module too. I do dream of that "mothership" module, though.

But it's a testament to how wonky the Drupal plumbing is that a profiler_builder runs a query for modules and pulls the installation profile as a module

bisonbleu’s picture

Isn't there a tune by the Stones called Wonkytonk something...
Hey Drupal needs an anthem, right? ;-)

btopro’s picture

Version: 7.x-1.0-alpha2 » 7.x-1.x-dev
Status: Closed (works as designed) » Fixed

This has been fixed in dev. It checks against the listed installed profile and disables it. This makes sense because you are building an install profile off of something made with a different install profile (theoretically). Also while a profile can technically house module files it's not best practice to do so. Other hooks would allow someone to inject it back in if they really want to but this is an edge case. The norm is to remove the profile "module" in dependencies.

Status: Fixed » Closed (fixed)

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