On Wed, Feb 25, 2009 at 12:47:49PM -0800, Rich Burridge wrote: > Danek Duvall wrote: >> Cups-manager looks fine. But for SUNWgnome-media-center, you appear to be >> pulling in non-direct dependencies. SUNWsqlite3, for instance, probably >> isn't s direct dependency, but a dependency of SUNWpysqlite (where it is, >> in fact properly declared). SUNWlibpigment and SUNWlibpigment-python24, >> too. I'm not sure why SUNWimagick is pulled in, since it doesn't provide >> any Python interfaces, AFAICT. >> > > I included what was in the SUNWgnome-media-center SVR4 package's > .../install/depend file. > > So how does one determine the direct dependencies here, if you can't > rely on what the SVR4 package creator put in their depend file?
You have to go figure it out. In this case, it's probably safe to assume that what's in the depend file is the maximum needed dependencies. Then go through SUNWgnome-media-center's files, and see what they depend on -- imported python or perl modules, libraries in ELF binaries, etc. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
