From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.9 (X11; Linux i686; U;) Gecko/20030314 Description of problem: The command line loader tool doesn't validate the initializer dependencies until after it has loaded the data model for an application. This causes a delay in the detection of unsatisfied installation dependencies. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Load ccm-core data model only 2. Load ccm-cms 3. Actual Results: No error about missing com.arsdigita.core.Initializer dependency until after CMS data model has loaded Expected Results: Missing dependency is highlighted immediately Additional info:
Fixed in perforce change 39763. It's only reproducible if you disable some of the other dependency checks, since the package dep check, for instance, catches the problem for the above example first.