[Pkgutil-users] regarding pkgutil 1.8b1 tests
Status: Beta
Brought to you by:
bonivart
|
From: Dennis C. <dc...@bl...> - 2009-09-17 19:44:12
|
Just FYI, pkgutil 1.8b1 seems to re-order the dependency installs. # /opt/csw/bin/pkgutil --available gcc4 Checking catalog integrity with gpg. gpg: Signature made Thu Sep 17 03:43:41 2009 GMT using DSA key ID A1999E90 gpg: Good signature from "Blastwave Software (Blastwave.org Inc.) <sof...@bl...>" gcc4 CSWgcc4 4.3.4,REV=2009.09.17 84.7 MB gcc4corert CSWgcc4corert 4.3.4,REV=2009.09.17 712.6 KB gcc4g++rt CSWgcc4g++rt 4.3.4,REV=2009.09.17 3.9 MB looks correct. I try an install : # /opt/csw/bin/pkgutil --install gcc4 Checking catalog integrity with gpg. gpg: Signature made Thu Sep 17 03:43:41 2009 GMT using DSA key ID A1999E90 gpg: Good signature from "Blastwave Software (Blastwave.org Inc.) <sof...@bl...>" Parsing catalog, may take a while... New packages: CSWgcc4-4.3.4,REV=2009.09.17 CSWgcc4corert-4.3.4,REV=2009.09.17 CSWgcc4g++rt-4.3.4,REV=2009.09.17 CSWlibgmp-4.3.1,REV=2009.07.23 CSWlibmpfr-2.4.2,REV=2009.09.04 Current packages: CSWbinutils-2.19.1,REV=2009.02.21 CSWcommon-1.4.6,REV=2008.04.28 CSWggettext-0.17,REV=2009.05.27 CSWiconv-1.13.1,REV=2009.07.01 CSWstl4-11.0,REV=2005.10.13 CSWzlib-1.2.3,REV=2007.05.12 Total size: 98.9 MB 5 packages to fetch. Do you want to continue? [Y,n] looks good . However libgmp gets installed before the deps : ## Processing package information. ## Processing system information. 8 package pathnames are already properly installed. ## Verifying package dependencies. WARNING: The <CSWgcc4corert> package "" is a prerequisite package and should be installed. WARNING: The <CSWgcc4g++rt> package "" is a prerequisite package and should be installed. Do you want to continue with the installation of <CSWlibgmp> [y,n,?] Somewhere along the lines we should have had CSWgcc4corert first .. but we didn't. -- Dennis Clarke dc...@op... <- Email related to the open source Solaris dc...@bl... <- Email related to open source for Solaris |