Darn my fat fingers. Lots of typos in the last email My file for pkgA does say depend IPSpkgB <<- IPS name. not SVR4 name
Also I meant pkg.opensolaris.org and not pkg.blastwave.org In any case without the depends and the right ordering of the list file, "pkg install" does not pull down the dependencies Also can I just sort the repository/catalog/catalog file to get it to display in correct order. -Angelo On Feb 14, 2008, at 4:50 PM, Bart Smaalders wrote: > Angelo Rajadurai wrote: >> Thanks Danek: >> The list script has >> include pkgA >> include pkgB >> pkgA script >> package IPSpkgA >> import pkgA >> depend pkgB >> end package >> pkgB script >> package IPSpkgB >> import pkgB >> end package >> For now my solution is doing an elaborate >> dependency search to create a list file that includes all >> dependencies >> before including dependents. I was wondering if this is needed. >> The one cosmetic problem with my solution is the web page >> of all packages http://myrepo.org does not have alphabetic ordering. >> I saw http://pkg.blastwave.org nicely sorted so wondering if I'm >> doing an unneeded step > > include pkgA > include pkgB > > > pkgA script > > package IPSpkgA > import pkgA > depend pkgIPSpkgB <<<<< note that since this should be the name > of the ips pkg > end package > > > pkgB script > > package IPSpkgB > import pkgB > end package > > Ordering isn't required; we don't do this for Solaris. > > - Bart > > -- > Bart Smaalders Solaris Kernel Performance > [EMAIL PROTECTED] http://blogs.sun.com/barts _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
