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

Reply via email to