Danek Duvall wrote: > On Tue, Feb 03, 2009 at 09:14:19AM -0800, Rich Burridge wrote: > >> [email protected] wrote: >> >>> A general question - do we know why some of the dependencies aren't >>> being auto-discovered? >> I don't. Maybe Danek or Bart have some ideas. I can also investigate >> further if you like. > > Well, we only look at ELF dependencies right now, and as far as I can tell, > we're getting all of those right. What we're not getting, because we're > not looking, is the service dependencies. svc:/system/nws-ii depends on > svc:/system/nws_sv, for instance.
I think I've seen several ELF dependencies missed in X-related packages due to the ELF dependency finding /usr/lib/libX*.so and not following the symlinks to /usr/X11/lib/libX*.so due to http://defect.opensolaris.org/bz/show_bug.cgi?id=3395 but I don't remember specific examples off hand. (What about #! interpreter dependencies? I thought IPS did those too, but with similar problems if you specify #!/bin/perl and not #!/usr/perl5.8.4/bin/perl ) -- -Alan Coopersmith- [email protected] Sun Microsystems, Inc. - X Window System Engineering _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
