Bugzilla – Bug 2270
generated package dep issues
Last modified: 2005-07-06 13:00:55
You need to log in before you can comment on or make changes to this bug.
GPT deps for generated packages need to be looked at. The meta data def that includes how the binding package should be created gets out of sync with the meta data def that's generated, causing dep problems at build time. The easiest solution is probably to copy parts of the original meta data (the deps especially) over to the generated package's meta data.
I ran into dependency problems with my notification producer test service so I'll take a bit more of a look at it in the notification producer branch.
The fix for this (a script to merge GPT dependencies between a source package and the template) is committed to the gt4 branch and trunk. joe