Piotr Jasiukajtis wrote: > On Mon, Mar 30, 2009 at 12:03 AM, Nicholas Solter > <Nicholas.Solter at sun.com> wrote: >> Nicholas Solter wrote: >>> Piotr, >>> >>> You have to compile on build 108 or higher because of some changes in the >>> networking area. >> Let me amend this advice to say that you should compile and run on exactly >> build 108 because of some networking issues starting in 109. See >> http://bugs.opensolaris.org/view_bug.do?bug_id=6818085 >> >> Note that on 108 you may need to look out for >> http://bugs.opensolaris.org/view_bug.do?bug_id=6810654 > Thanks, > I have successfully compiled Colorado core on b108. > > It seems that nbuild needs -D or -i options to push packages into a > IPS repository. > I have compiled all packages (both debug and non-debug) but how can I > force nbuild to send the packages to the IPS repo? > This is important for me to skip that whole build process and just to > sent them to the repo because it takes hours in VirtualBox :) >
nbuild needs the new option "-p" to send packages to the IPS repo. However you can send the packages from a prebuilt workspace with: $ cd <ws>+5.11+i386/usr/src/ipsdefs $ /opt/scbld/bin/nbmake install or for debug packages: $ /opt/scbld/bin/nbmake RELEASE_BUILD=# install Jonathan