So I put a comment in the bug, but I guess it didn't get in before you'd
sent this out.  Using realpath() is only useful on the filesystem -- it
actually does a bunch of stat()s and readlink()s under the covers, which
aren't going to work when the data we're supposed to be operating on are a
bunch of python objects sitting in memory.  The fix as it is can't work.
You'll need to write a realpath() function that operates on the data we
have.

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to