zhongyuan sun - Sun Microsystems - Beijing China wrote: > Hi, > > I'm investigating > CR16520:https://defect.opensolaris.org/bz/show_bug.cgi?id=16520 > > Which complain that ddu package should denpend on > library/python-2/python-notify-26. I've checked ddu package manifest on > IPS repo server, it already have 3 dependencies there: > depend fmri=diagnostic/ddu/[email protected] type=require > depend fmri=library/python-2/[email protected] type=require > depend fmri=consolidation/hcts/hcts-incorporation type=require > > I do not know where these dependencies come from?
Typically from pkgdep(1) adding dependencies for any libraries linked to by ELF binaries, interpreters listed in the #! line of your scripts, etc. > How can I manipulate this list? like delete or add a dependency package. If you deliver IPS packages to the WOS, in your package manifest. If you deliver SVR4 packages that the WOS translates to IPS, in the distro-import manifest for your package in the pkg gate, which David Comay maintains. Looks like at least as of build 140, you were delivering SVR4 packages, and the distro-import manifest is: http://src.opensolaris.org/source/xref/pkg/gate/src/util/distro-import/140/common/diagnostic:ddu -- -Alan Coopersmith- [email protected] Oracle Solaris Platform Engineering: X Window System _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
