Gary Mills wrote: >> The complete set of dependencies that we're manually >> expressing right >> now for SUNWinstalladm-tools is: >> >> depend SUNWapch22 >> depend SUNWauto-install-common >> depend SUNWdhcs >> depend SUNWdsd >> depend SUNWpysqlite >> depend SUNWpython-cherrypy >> depend SUNWpython-lxml >> depend SUNWsqlite3 >> depend SUNWtftp >> >> This is all somewhat difficult right now in part >> because we're still in >> the phase of delivering SVR4 packages from the >> projects/consolidations >> and then bulk-importing them using tools and metadata >> maintained in the >> pkg source tree. As we move to generating pkg(5) >> packages directly in >> from the sources in the next couple of months I >> expect we'll alleviate a >> lot of the difficulty you've experienced. Thanks for >> persevering, though! > > So this means that there must be an auxiliary file that must > be included in the package along with each svr4 package > that's imported. Could these files be included with the slim > source? Maybe they are already but I missed them. >
They're included in the pkg project's source tree for now; when we move to delivering those directly from the Caiman source tree, they'll move over. > By the way, SUNWdhcs is not strictly a dependancy. > It's only needed if the DHCP server is to run on the same > host as the install server. In my case, it ran on a different > host so I didn't need that package. True. Dave