Hi,

First time trying nightly build on open solaris.

I am trying to build the Change Set ID 88afeddf1b92. I have configured(i hope i 
didnot miss any step) but after that, it complains that the compiler is missing 
in the path <my workspace>/usr/src/tools/proto/opt/onbld/bin/i386/cw

I do not find anything under proto directory. I do not know whether i need to 
copy something in that directory.

I am building this on a x86 machine with build 134.

Here is my  PATH variable setting.

export PATH=$PATH:/usr/ccs/bin:/opt/onbld/bin:/opt/onbld/`uname 
-p`/bin:/opt/SUNWspro/bin:/usr/sfw/bin

Here is the nightly  e-mail msg copied below. Any help you can give to get the 
build going will be really appreciated.

Thanks
sureshtk
==== Build environment ====

/usr/bin/uname
SunOS R710-RK5-DV02 5.11 snv_134 i86pc i386 i86pc

/opt/onbld/bin/nightly opensolaris.sh
   PKGINST:  SUNWonbld
   VERSION:  11.11,REV=2010.02.17.15.54

/opt/SUNWspro/bin/dmake
dmake: Sun Distributed Make 7.8 SunOS_i386 Patch 126504-01 2007/07/19
number of concurrent jobs = 4

No 32-bit compiler found
*** Error code 1
The following command caused the error:

if /export/home/sureshtk/testws/usr/src/tools/proto/opt/onbld/bin/i386/cw -_cc 
-_versions >/dev/null 2>/dev/null; then \
        echo 32-bit compiler;                   \
        echo 
/export/home/sureshtk/testws/usr/src/tools/proto/opt/onbld/bin/i386/cw -_cc;    
                           \
        /export/home/sureshtk/testws/usr/src/tools/proto/opt/onbld/bin/i386/cw 
-_cc -_versions 2>&1 |                   \
            /usr/bin/egrep '^(cw|cc|gcc|primary|shadow)';       \
else                                                    \
        
__COMPILER=`/export/home/sureshtk/testws/usr/src/tools/proto/opt/onbld/bin/i386/cw
 -_cc -_compiler 2>/dev/null || true`;\
        if [ -z "$__COMPILER" ]; then                   \
                echo No 32-bit compiler found;  \
                exit 1;                                 \
        else                                            \
                echo 32-bit compiler;           \
                echo 
/export/home/sureshtk/testws/usr/src/tools/proto/opt/onbld/bin/i386/cw -_cc;    
                   \
                echo $__COMPILER;                       \
                
/export/home/sureshtk/testws/usr/src/tools/proto/opt/onbld/bin/i386/cw -_cc -V 
2>&1 | head -1;  \
        fi;                                             \
fi

No 64-bit compiler found
*** Error code 1
The following command caused the error:
if /export/home/sureshtk/testws/usr/src/tools/proto/opt/onbld/bin/i386/cw -_cc 
-_versions >/dev/null 2>/dev/null; then \
        echo 64-bit compiler;                   \
        echo 
/export/home/sureshtk/testws/usr/src/tools/proto/opt/onbld/bin/i386/cw -_cc;    
                   \
        /export/home/sureshtk/testws/usr/src/tools/proto/opt/onbld/bin/i386/cw 
-_cc -_versions 2>&1 |           \
            /usr/bin/egrep '^(cw|cc|gcc|primary|shadow)';       \
else                                                    \
        
__COMPILER=`/export/home/sureshtk/testws/usr/src/tools/proto/opt/onbld/bin/i386/cw
 -_cc -_compiler 2>/dev/null || true`;\
        if [ -z "$__COMPILER" ]; then                   \
                echo No 64-bit compiler found;  \
                exit 1;                                 \
        else                                            \
                echo 64-bit compiler;           \
                echo 
/export/home/sureshtk/testws/usr/src/tools/proto/opt/onbld/bin/i386/cw -_cc;    
           \
                echo $__COMPILER;                       \
                
/export/home/sureshtk/testws/usr/src/tools/proto/opt/onbld/bin/i386/cw -_cc -V 
2>&1 | head -1;  \
        fi;                                             \
fi

/usr/java/bin/javac
java full version "1.6.0_18-b07"

Aborting due to missing compiler.

Build project:  group.staff
Build taskid:   98

==== Nightly argument issues ====


==== Build version ====

testws

==== Make clobber ERRORS ====


==== Make tools clobber ERRORS ====
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to