Rich Burridge wrote:
Alan Coopersmith wrote:
Rich Burridge wrote:
What's up with the (NOT FOUND) ones and the ones like:

    (Reports:
     usr/bin/gtkdoc-check has missing dependencies:
['/usr/perl5/bin/perl'])

Isn't that due to the dependency resolution not following symlinks bug
and the /usr/perl5/bin -> ./5.8.4/bin/ symlink?

Maybe, but it seems to do okay for some of the sh and ones.

See full solaris.py output in the attachment:
http://defect.opensolaris.org/bz/attachment.cgi?id=1690



I stuck in a hack for /bin -> /usr/bin.

                # we don't handle dependencies through links, so fix up the 
common one
                if p.startswith("/bin"):
                        p = "/usr" + p

- Bart


--
Bart Smaalders                  Solaris Kernel Performance
[email protected]         http://blogs.sun.com/barts
"You will contribute more with mercurial than with thunderbird."
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to