* Shawn Walker ([email protected]) wrote: > On 06/30/10 10:45 AM, Glenn Lagasse wrote: > >Hi all, > > > >I've got a problem that I'm hoping there's an easy resolution for. What > >I'm trying to do is test a version of a package that previously existing > >in the slim_source gate that I'm moving into the ONNV gate (specifically > >install/beadm). I've got the package building successfully in the ONNV > >gate and it gets added to the osnet-incorporation. I then onu my > >workstation using my built ON workspace (and in theory updating the > >existing install/beadm package that came from slim_source with my > >install/beadm package from ONNV). The onu completes fine and I can boot > >the new BE but my package isn't installed (I still have the 'old' > >install/beadm package). When I try to install it explicitly I get: > > > >pkg: No matching version of install/beadm can be installed: > >pkg://on-nightly/install/[email protected],5.11-0.144:20100629T194009Z: This > >version is excluded by installed incorporation > >pkg://opensolaris.org/consolidation/install/[email protected],5.11-0.142:20100621T230943Z > > > >Ok, so I'm constrained by the install-incoporation. I try to remove > >that and get: > > > >Creating Planpkg: Cannot remove > >'pkg://opensolaris.org/consolidation/install/[email protected],5.11-0.142:20100621T230943Z' > >due to the following packages that depend on it: > > > > pkg://opensolaris.org/developer/dtrace/[email protected],5.11-0.142:20100621T232616Z > > > > pkg://opensolaris.org/library/python-2/[email protected],5.11-0.142:20100622T000133Z > > pkg://opensolaris.org/install/[email protected],5.11-0.142:20100621T234915Z > > > > pkg://opensolaris.org/system/library/[email protected],5.11-0.142:20100622T002419Z > > > > pkg://opensolaris.org/system/library/[email protected],5.11-0.142:20100622T002445Z > > > > pkg://opensolaris.org/release/[email protected],5.11-0.142:20100622T000938Z > > > > pkg://opensolaris.org/system/management/[email protected],5.11-0.142:20100622T003123Z > > > > pkg://opensolaris.org/system/management/[email protected],5.11-0.142:20100622T003054Z > > > > pkg://opensolaris.org/service/management/[email protected],5.11-0.142:20100622T001721Z > > > > pkg://opensolaris.org/install/[email protected],5.11-0.142:20100621T234916Z > > > > pkg://opensolaris.org/system/[email protected],5.11-0.142:20100622T002250Z > > > >Thus leaving me stuck. Is there some easy (or not so easy) way to get > >my package to install so I can test it? > > You could: > > - republish the package with a version that satisfies the install > incorporation > > - publish your own install incorporation (same version as the 142 one) > and install it > > - upgrade to the on-nightly 144 bits instead of trying to mix and match
What I ended up doing was setting ONNV_BUILDNUM = 142 in my environment and then rebuilding my ON tree. Everything worked as expected after that (which was quite cool). Thanks all! -- Glenn _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
