Hi all,

I'm looking for a review of the fix for bug #3395:

  http://defect.opensolaris.org/bz/show_bug.cgi?id=3395
  importer can't find dependencies hidden behind symlinks

Webrev is at:

  http://cr.opensolaris.org/~richb/pkg-3395-v1/

The problem was in the process_dependencies() function in:
.../gate/src/util/distro-import/solaris.py

We need to get the real path using:

    p = os.path.realpath(p)

before comparing with our list of dependencies.

Tested by importing just the SUNWmysql-python package from build 97
into a local repository.


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

Reply via email to