Hi,
   I am trying desperately to build a kernel from the opensolaris code base. I 
could see that the opensolaris.sh file has incorrect options for the 
NIGHTLY_OPTIONS shell variable
NIGHTLY_OPTIONS="-FNnaCDlmrt";         export NIGHTLY_OPTIONS

Look at the option 't'
In th bldenv.sh program it sets up other build related variables if this option 
is set. I can see that
ONBLD_TOOLS is set to ${SRC}/tools/proto/opt/onbld tools if this is set. But we 
are advised to put the onbld tools under /opt in the README. 

So I removed the 't' option from the NIGHTLY_OPTIONS variable. Now when I try 
to do a dmake install, I stumble upon this:

/opt/onbld/bin/i386/ctfconvert -i -L VERSION debug64/cbe.o
*** Error code 1
The following command caused the error:
BUILD_TYPE=DBG64 VERSION='onnv-gate' dmake  install.targ
dmake: Fatal error: Command failed for target `install.debug64'
Current working directory /export/home/romit/onnv-gate/usr/src/uts/i86pc/unix
*** Error code 1
The following command caused the error:
cd unix; pwd; dmake  install
dmake: Fatal error: Command failed for target `unix'
Current working directory /export/home/romit/onnv-gate/usr/src/uts/i86pc
*** Error code 1
The following command caused the error:
cd i86pc; pwd; dmake  install
dmake: Fatal error: Command failed for target `i86pc'
Current working directory /export/home/romit/onnv-gate/usr/src/uts
bash-3.00$ 


CAN any kind soul (may be some Solaris kernel /build engineer), point out where 
I can get a buildable/working version of the source tree? 
Also, I would suggest that before publishing the source if some sanity test is 
done, then it saves a lot of time. 

Thanks,
-Romit
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to