Danek Duvall wrote:
> 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.

Okay. Understood. Will do, although I'm probably going to
try for a fix to bug #395 first, then come back to this one.

Thanks.

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

Reply via email to