Hi Marco,

On 11.07.2011 17:01, Marco Gaiarin wrote:
  2011-07-11 16:50:15, DEBUG   : Adding profile dependencies of profile 
'default': 'base'
  2011-07-11 16:50:15, DEBUG   : Adding package with ID 'null' to profile 
packages.
  2011-07-11 16:50:15, ERROR   : Database inconsistency: Package with ID 'null' 
does not exist within the package database or the local settings file. Please 
contact your system administrator

Likely a package reference without proper package-id attribute.


and my profiles.xml:

  <profiles>
     <profile id="base">
         <package package-id="wpkg" />
         <package package-id="wpkg-settings" />
        [...]
     </profile>

     <profile id="default">
         <depends profile-id="base" />
         <package profile-id="xptweaks-disable-csc" />
                    ^^^^^^^^^^
And here is the bug!

You're including a package in your profile "default" but your <package /> tag does not include any package-id, instead you mixed it up with "profile-id" attribute.

Change it to
<package package-id="xptweaks-disable-csc" />

and you'll be fine to include the "xptweaks-disable-csc" package.

br,
Rainer
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to