On 03/ 1/11 03:40 PM, Andre Lue wrote:
Hi Shawn,

Thanks for the reply. I got a bit further pulling back packages and making own 
repository.  However I am not sure what is missing at this stage. I have 
verified all the requires on this list are in the repo. Any help is greatly 
appreciated.

pkg install -vn SUNWcs
Creating Plan -pkg: No solution was found to satisfy constraints
package solver error
attempted operation: install
proposed pkgs:
     SUNWcs
         pkg://opensolaris.org/SUNWcs@0.5.11,5.11-0.134:20100302T005446Z
                     require: consolidation/osnet/osnet-incorporation
                                 Requires one of: 
pkg://opensolaris.org/consolidation/osnet/osnet-incorporation@0.5.11,5.11-0.134:20100302T010625Z
                     require: system/library@0.5.11-0.134
                                 Requires one of: 
pkg://opensolaris.org/system/library@0.5.11,5.11-0.134:20100302T054928Z
                     require: library/zlib@1.2.3-0.134
                                 Requires one of: 
pkg://opensolaris.org/library/zlib@1.2.3,5.11-0.134:20100302T041530Z
                     require: system/zones@0.5.11-0.134
                                 Requires one of: 
pkg://opensolaris.org/system/zones@0.5.11,5.11-0.134:20100302T070628Z
                     require: library/libxml2@2.7.6-0.134
                                 Requires one of: 
pkg://opensolaris.org/library/libxml2@2.7.6,5.11-0.134:20100302T034919Z
                     require: system/kernel@0.5.11-0.134
                                 Requires one of: 
pkg://opensolaris.org/system/kernel@0.5.11,5.11-0.134:20100302T054451Z
                     require: system/library/math@0.5.11-0.134
                                 Requires one of: 
pkg://opensolaris.org/system/library/math@0.5.11,5.11-0.134:20100302T055623Z
                     require: runtime/perl-584@5.8.4-0.134
                                 Requires one of: 
pkg://opensolaris.org/runtime/perl-584@5.8.4,5.11-0.134:20100302T044700Z
                     require: system/file-system/zfs@0.5.11-0.134
                                 Requires one of: 
pkg://opensolaris.org/system/file-system/zfs@0.5.11,5.11-0.134:20100302T051852Z
                     require: system/library/libdiskmgt@0.5.11-0.134
                                 Requires one of: 
pkg://opensolaris.org/system/library/libdiskmgt@0.5.11,5.11-0.134:20100302T055513Z
                     require: library/libtecla@1.6.0-0.134
                                 Requires one of: 
pkg://opensolaris.org/library/libtecla@1.6.0,5.11-0.134:20100302T034829Z
                     require: system/boot/grub@0.97-0.134
                                 Requires one of: 
pkg://opensolaris.org/system/boot/grub@0.97,5.11-0.134:20100302T051028Z
maintained incorporations: None

Unfortunately, the version of pkg(5) you're using doesn't show the error messaging you need to see without some assistance.

You'll likely be able to get more information by naming all of the packages that installing SUNWcs requires:

pkg install -nv SUNWcs@0.5.11,5.11-0.134 \
    osnet-incorporation@0.5.11,5.11-0.134 \
    system/library library/zlib \
    system/zones library/libxml2 system/kernel library/math \
    runtime/perl-584 system/file-system/zfs \
    system/library/libdiskmgmt libtecla system/boot/grub


Try that and see if you get a different set of error messages,
-Shawn
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to