see http://qa.drupal.org/pifr/test/27276

[09:33:06] Encountered error on [syntax], details:
array (
  '@reason' => 'No such module [entity_metadata]',
)

Really, there is no such module in the repo (any more). Still the system think it is there, e.g. it also listed in:

                    [drupal.modules] => Array
                        (
                            [0] => entity
                            [1] => entity_token
                            [2] => entity_metadata
                            [3] => entity_feature
                            [4] => entity_test
                        )

Any idea why it still thinks there is an entity metadata module when it isn't?

Comments

rfay’s picture

Dependency information has not been updated since January 15, 2011, so this kind of thing has to be manually fixed. Did it for one project. Maybe I can figure out how to do it again.

I'm working hard on getting dependency stuff fixed again.

jthorson’s picture

Status: Active » Postponed

Should be resolved with project_dependency rollout.

jthorson’s picture

Status: Postponed » Fixed

Looks like branch is passing, so I assume this is fixed. Please re-open if I'm wrong.

Status: Fixed » Closed (fixed)

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