On Thu, Sep 25, 2008 at 03:45:51PM -0700, Rich Burridge wrote: > 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.
While I agree with this fix, I wonder if the RPATH recorded in _mysql.so is correct. Do we really expect that if /usr/mysql/lib changes to point to /usr/mysql/5.x/lib that _mysql.so will continue to work? Or does _mysql.so need to be rebuilt if MySQL gets revved? If there is a bug in how _mysql.so is built then that should be filed and made a see also of this one. Nico -- _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
