I've developed an urge to compile OpenSolaris from source.  So far, I've been 
following online documentation in the Developer's Reference here:
http://opensolaris.org/os/community/on/devref_toc/devref_1/

All was going smooth.  I've decided to build b107 from source.  I installed 
b101 as a VM and I've downloaded the ON source, build tools and binary tools 
from here:
http://dlc.sun.com/osol/on/downloads/b107/

Extracting and installing these seemed straight forward once I figured it out.  
I've also installed SunStudio 12 into /opt and modified my paths.

The problem is in section 1.3.3.2 of the Dev Ref, when I run the nightly 
script, it says my dmake is missing which is definitely not the case.  see 
below:
-bash-3.2$ nightly opensolaris.sh 
/opt/onbld/bin/nightly[1585]: dmake:  not found
dmake is missing.
-bash-3.2$ which dmake
/opt/bin/dmake
-bash-3.2$ dmake -v
dmake: Sun Distributed Make 7.8 SunOS_i386 Patch 126504-01 2007/07/19

I've checked the nightly script at line 1585, and this is where it is failing:
MAKE=dmake
# get the dmake version string alone
DMAKE_VERSION=$( $MAKE -v )
^^^^^^^*fail*

I can't find that the PATH is incorrect in the script or any other problems.  
Should I set CHECK_DMAKE=n?

Message was edited by: mike_b
-- 
This message posted from opensolaris.org

Reply via email to