On 9/16/10 11:16 AM, Keith Mitchell wrote:
On 09/16/10 10:54 AM, Janie Lu wrote:
[...]
The changes I made to both the default DC manifest and the AI
manifest are the same:
1. Specified 3 publishers in this order:
<main url="http://<machine>.sfbay/yf-on-nightly/"
publisher="on-nightly"/> <<<---Our repo.redist based on nv_143
<main url="http://<machine>.sfbay/yf-on-extra/"
publisher="on-extra"/> <<<---Our repo.extra based on nv_143
<main url="http://ipkg.sfbay/dev/" publisher="opensolaris.org"/>
2. Deleted "entire" pkg from list of pkgs to install.
Looking at the /tmp/install_log, the 147 packages are expected
(anything starting with "pkg://opensolaris.org" is coming from
ipkg, and will be @147). The interesting, and odd ones, are the
ones coming from nv_145, which makes no sense to me.
These nv_145 packages are causing my DC build of a debug nv_143 AI
ISO image to fail. FYI I was able to build a non-debug AI ISO image
using your suggestions (thanks!), but now when I try to build a debug
ISO with the same suggestions implemented it fails due to five nv_145
dependencies.
--------------------------------------------------------------------------------------------------------------------
Error in my DC build log is below.
(Full log at:
http://re.west/gates/yf/builds/ONNV/yf-onnv-14.143/images/detail-log-2010-09-26-00-38-16-FAIL)
exec command: /usr/bin/pkg -R
/rpool/DC-yf-onnv-14/build_data/pkg_image install --no-index
[email protected],5.11-0.143 SUNWcsd SUNWcs
Planning for install failed:
Use -v option for more details
pkg: No solution was found to satisfy constraints
---------------------------------------------------------------------------------------------------------------------
Output below is from running the failed "pkg_image install" command
above with the verbose flag. This exposes five nv_145 dependencies.
(Full log at:
http://re.west/gates/yf/builds/ONNV/yf-onnv-14.143/images/ROOT_ERROR)
SUNWcs
*pkg://on-nightly/[email protected],5.11-0.143*:20100924T102057Z
require: consolidation/osnet/osnet-incorporation
Requires one
of:pkg://on-nightly/consolidation/osnet/[email protected],5.11-0.143:20100924T102039Z
require:pkg:/[email protected]
Requires one
of:pkg://on-nightly/[email protected],5.11-0.143:20100924T102057Z
require:pkg:/library/[email protected]
Requires one
of:pkg://on-nightly/library/[email protected],5.11-0.143:20100924T102834Z
*require:pkg:/library/[email protected]
* FAIL: No matching packages found
Ruled
outpkg://opensolaris.org/library/[email protected],5.11-0.146:20100813T050304Z
because: Suitable required
dependencypkg:/system/[email protected],5.11-0.146 cannot be found
Ruled
outpkg://opensolaris.org/library/[email protected],5.11-0.147:20100827T064037Z
because: Suitable required
dependencypkg:/system/[email protected],5.11-0.147 cannot be found
Ruled
outpkg://opensolaris.org/library/[email protected],5.11-0.148:20100911T162310Z
because: Suitable required
dependencypkg:/system/[email protected],5.11-0.148 cannot be found
Ruled
outpkg://opensolaris.org/library/[email protected],5.11-0.145:20100730T015634Z
because: Suitable required
dependencypkg:/system/[email protected],5.11-0.145 cannot be found
*require:pkg:/library/security/[email protected]*
FAIL: No matching packages found
Ruled
outpkg://opensolaris.org/library/security/[email protected],5.11-0.146:20100813T050853Z
because: Suitable required
dependencypkg:/system/[email protected],5.11-0.146 cannot be found
Ruled
outpkg://opensolaris.org/library/security/[email protected],5.11-0.145:20100730T020204Z
because: Suitable required
dependencypkg:/system/[email protected],5.11-0.145 cannot be found
Ruled
outpkg://opensolaris.org/library/security/[email protected],5.11-0.148:20100911T162834Z
because: Suitable required
dependencypkg:/system/[email protected],5.11-0.148 cannot be found
Ruled
outpkg://opensolaris.org/library/security/[email protected],5.11-0.147:20100827T064838Z
because: Suitable required
dependencypkg:/system/[email protected],5.11-0.147 cannot be found
*require:pkg:/library/[email protected]*
FAIL: No matching packages found
---------------------------------------------------------------------------------------------------------------------
Any idea what the issue is?