On 05/03/10 20:42, Bhavyan Bharatharajan wrote:
Hi,

I got the following error message, which I couldn't decipher.
Is anybody can help me, by explain the error message in layman's terms
and then provide a solution to resolve it... Thanks in advance.

# pkg install -nv storage/stmf
Creating Plan /Planning for install failed:


pkg: No matching version of storage/stmf can be installed:
pkg://on-nightly/storage/[email protected],5.11-0.140:20100430T202354Z: This
version is excluded by installed incorporation
pkg://opensolaris.org/consolidation/osnet/[email protected],5.11-0.137:20100409T031737Z


# pkg info osnet-incorporation
...
Version: 0.5.11
Build Release: 5.11
Branch: 0.137
Packaging Date: Fri Apr 09 03:17:37 2010
Size: 0.00 B
FMRI:
pkg://opensolaris.org/consolidation/osnet/[email protected],5.11-0.137:20100409T031737Zpkg



So, the system told you that you can't install storage/[email protected] because osnet-incorporation is at 0.137. osnet-incorporation constrains storage/stmf to be the same verison it is. osnet-incorporation generally ties all of ON to be the same version so that our customers don't end up with untested combinations of bits.

To resolve, use pkg image-update to update your osnet-incorporation to 140, which is as you showed, available in your repository. Then either reboot and pkg install storage/stmf, or use the -R option to pkg to install to an alternate root before reboot.

In theory, you could also install osnet-incorporation directly on an alternate Boot Environment, but pkg image-update requires less typing and will do essentially the same thing.

liane
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to