On Tue, Dec 22, 2015 at 01:23:19PM -0700, Alan Somers wrote:
> Actually, I already tried OmniOS.  But I can't build Illumos with it.
> When I tried, I got the error below.  Do you know how to fix it?
> 
> svccfg-native: Repository server failed (exit 103).

Hmm, just as a point of reference, I upgraded my 014 system to 016 today
and rebuilt my dev zone. I checked out illumos-gate and had no problems
compiling it, specifically no issues with the section you had fail:

for m in ../milestone/boot-archive.xml  ../milestone/devices-local.xml  
../milestone/global.x
[...]
        ../svccfg/svccfg-native import $m; \
done
.../milestone/boot-archive.xml
.../milestone/devices-local.xml

I have had weird interactions between the smf repository running on the
build host and the build process in the past though, which is what
it looks like you ran into. I generally do my builds in a minimal zone
nowadays as opposed to in the global zone. It is an extra step, but
at least for me the box I'm using is a general purpose storage server
and I wouldn't want to clutter up the global zone with all the dev
packages anyway :).

It can be a bit of a PITA coming up to speed on illumos development
and getting a dev environment set up :(. I know Dan is working really
hard on making that easier, and I'm sure once he's back from vacation
he'll help you sort out why you're having issues and get you rolling.

_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer

Reply via email to