On 2/22/13 9:35 PM, Theo Schlossnagle wrote:

Kent, you are indeed close. If you are just trying to build Illumos, you only want to build the illumos directory in the build system. Skip buildctl and just:

cd illumos
./build.sh

That package server is where you want to publish your built packages after they are built, so a public one wouldn't do, there is documentation on the public omnios wiki on how to set up your own package server. The various stuff in the build system is for building all the supporting parts of omnios; "Illumos" is just the kernel.

Luckily, you can get a complete build and local IPS packaging of just the gate bits from the above mentioned command.



Thanks for all the help so far.  In part I'm eager to get illumos compiled, but I'm also trying to help you understand what's not working, in case you want to fix it someday.   Here's the latest:

kent@compiler:/home/kent/omnios-build/build$ cd illumos
kent@compiler:/home/kent/omnios-build/build/illumos$ ./build.sh
===== Build started at Fri Feb 22 22:15:11 UTC 2013 =====
Package name: illumos-gate
Selected flavor: None (use -f to specify a flavor)
Selected build arch: both
Extra dependency: None (use -d to specify a version)
The PKGSRVR (http://omnios.int.omniti.net:10002/) isn't available. All is doomed.
An Error occured in the build. Do you wish to continue anyway? (y/n) y   (I tried to ignore the error)
===== User elected to continue after prompt. =====
Verifying dependencies
--- Build-time dependency developer/astdev not found
An Error occured in the build. Do you wish to continue anyway? (y/n) n   (this looks more serious...)
===== Build aborted =====

Any other ideas - or should I give the illumos build instructions a whirl?

Thanks again,
Kent


_______________________________________________
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss

Reply via email to