Albert White wrote: > That seems a trivial enough change. > > I'll check through the SVR4 pacakges and see if there are any other > dependencies like this that we have missed. >
Thanks Albert. Check bug #5268. I've been trying to find ways to automate this. > Rich Burridge wrote: > >> Hi all, >> >> (This is presumably for post 2008.11, but I said that on another >> similar fix recently, and we snuck it in for RC2 :-) ). >> >> I'm looking for a review of the fix for bug #4853: >> >> http://defect.opensolaris.org/bz/show_bug.cgi?id=4853 >> get_file_from_pkg.py should set PYTHONPATH >> >> Webrev is at: >> >> http://cr.opensolaris.org/~richb/pkg-4853-v1/ >> >> Local repository is at: >> >> http://stard.sfbay.sun.com:24853 >> >> I've installed the three packages (SUNWphp52-mysql, >> SUNWphp52-pear and SUNWphp52-pgsql) on my OpenSolaris >> 2008.11 RC2 machine with: >> >> $ pfexec pkg set-authority -P -O http://stard.sfbay.sun.com:24853 bug-4853 >> >> $ pfexec pkg install SUNWphp52-mysql >> $ pfexec pkg install SUNWphp52-pear >> $ pfexec pkg install SUNWphp52-pgsql >> >> $ pfexec pkg set-authority -P opensolaris.org >> $ pfexec pkg unset-authority bug-4853 >> >> Checking each package shows the SUNWphp52 dependency is now there. >> >> $ pfexec pkg contents -m SUNWphp52-mysql | grep depend | grep SUNWphp >> depend [EMAIL PROTECTED] type=require >> >> $ pfexec pkg contents -m SUNWphp52-pear | grep depend | grep SUNWphp >> depend [EMAIL PROTECTED] type=require >> >> $ pfexec pkg contents -m SUNWphp52-pgsql | grep depend | grep SUNWphp >> depend [EMAIL PROTECTED] type=require >> >> Thanks. >> >> _______________________________________________ >> pkg-discuss mailing list >> [email protected] >> http://mail.opensolaris.org/mailman/listinfo/pkg-discuss >> >> > > _______________________________________________ > pkg-discuss mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/pkg-discuss > _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
