You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SmartOS has a slightly different build environment. Instead, you should start by following the instructions here: https://wiki.smartos.org/display/DOC/Building+SmartOS+on+SmartOS. I generally use the workflow of running gmake world, and then go back in using bldenv to modify and go from there. You'd use it as follows:
$ cd projects/illumos/usr/src
$ ./tools/proto/root_i386-nd/opt/onbld/bin/bldenv ../../illumos.sh
Note, that on SmartOS, instead of running nightly manually, remove the file 0-illumos-stamp in the root of the smartos-live project and run gmake world. Let me know if this clarifies things.
The path referred in the creation of
illumos.sh
, i.e./opt/onbld/env/illumos
does not exist in SmartOS.I really don’t know where to get this file.
The text was updated successfully, but these errors were encountered: