I went ahead and tried to just install the SUNWdesktop-other-l10n-sv package from Dave's test repository, and just that failed for some reason:
$ pfexec beadm mount opensolaris-8 /tmp/mnt $ pfexec pkg set-authority -P -O http://ipkg.sfbay.sun.com:29047 ipkg $ pfexec pkg refresh $ pfexec pkg info -r SUNWdesktop-other-l10n-sv Name: SUNWdesktop-other-l10n-sv Summary: Desktop other message files for Swedish State: Not installed Authority: ipkg Version: 0.5.11 Build Release: 5.11 Branch: 0.101 Packaging Date: Sun Oct 26 10:10:00 2008 Size: 797.65 kB FMRI: pkg:/[EMAIL PROTECTED],5.11-0.101:20081026T101000Z $ pfexec pkg -R /tmp/mnt install SUNWdesktop-other-l10n-sv Creating Plan /pkg: install failed (inventory exception): No matching package could be found for the following FMRIs in any of the catalogs for the current authorities: pkg:/[EMAIL PROTECTED],5.11-0.101 $ pfexec pkg set-authority -P opensolaris.org $ pfexec pkg unset-authority ipkg $ pfexec beadm unmount opensolaris-8 Something weird is going on here. -------- Original Message -------- Subject: [pkg-discuss] Problems with testing fixes for bugs #956 and #1225. Date: Wed, 29 Oct 2008 07:31:05 -0700 From: Rich Burridge <[EMAIL PROTECTED]> To: pkg discuss <[email protected]> Hi all, I'm trying to test a fix for bugs: http://defect.opensolaris.org/bz/show_bug.cgi?id=956 Firefox needs a default MIME association for Java Web Start (JNLP) http://defect.opensolaris.org/bz/show_bug.cgi?id=1225 Mimetype association for openoffice documents doesn't work I've updated my machine to build 101 packages from David (Comay) 's test repository and successfully rebooted. I then created my own local repository of build 101 packages. Which includes the proposed fixes to the two bugs above. This is internally at http://stard.sfbay.sun.com:21225 The plan was then to run the following commands: $ pfexec beadm create opensolaris-8 $ mkdir /tmp/mnt $ pfexec beadm mount opensolaris-8 /tmp/mnt $ pfexec pkg set-authority -P -O http://stard.sfbay.sun.com:21225 bug-1225 $ pfexec pkg set-authority -O http://ipkg.sfbay.sun.com:29047 ipkg $ pfexec pkg refresh $ pfexec pkg -R /tmp/mnt install SUNWcs $ pfexec pkg -R /tmp/mnt install SUNWj6rt $ pfexec pkg set-authority -P opensolaris.org $ pfexec pkg unset-authority bug-1225 $ pfexec pkg unset-authority ipkg $ pfexec beadm unmount opensolaris-8 and reboot into the opensolaris-8 environment and test out the fixes. When I try to do: $ pfexec pkg -R /tmp/mnt install SUNWcs I get: $ pfexec pkg -R /tmp/mnt install SUNWcs Creating Plan /pkg: install failed (inventory exception): No matching package could be found for the following FMRIs in any of the catalogs for the current authorities: pkg:/[EMAIL PROTECTED],5.11-0.101 $ I've tried both a slim_import and a redist_import and get the same failures. That package isn't in either .../distro-import/101/slim_cluster or .../distro-import/101/redist_cluster. There is a package of that name in Dave's test repository though. How can I get it to automatically fixup the package from there, if it can't find it in the preferred repository? Alternatively, how can I copy this package to my test repository? Do I need to install this package into opensolaris-8 at /tmp/mnt from Dave's test repository first? Thanks for any insight into this. _______________________________________________ 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
