On Thu, Apr 23, 2009 at 3:36 AM,  <Casper.Dik at sun.com> wrote:
>
>>Hi,
>>
>>I get the following *intermittently* from running nightly build -
>>
>>
>> ? ? ? ? No 32-bit compiler found
>> ? ? ? ? *** Error code 1
>>
>> ? ? ? ? No 64-bit compiler found
>> ? ? ? ? *** Error code 1
>>
>> ? ? ? ? /usr/java/bin/javac
>> ? ? ? ? java full version "1.6.0_13-b03"
>>
>> ? ? ? ? Aborting due to missing compiler.
>>
>>The problems happens on sparc and x64 build machines maintained
>>by RE groups. ?It doesn't stick to a particular build machine OS,
>>nor build workspace, it comes and goes for no apparent reason.
>>
>>Does anyone have an idea what might be the culprit?
>
>
> Check /var/adm/messages; I think an automount timeout?

I've also run into that, what I had to do:

bldenv env.sh
cd $CODEMGR_WS/usr/src
dmake clobber
cd tools
dmake
cd ..

then do a nightly -i

In my case at least (I was building a copy of ON w/ the
9362:bd636e1940a2 aka onnv_113 tag), libunistat was trying to build
prior to usr/src/tools, thus $CODEMGR_WS/usr/src/tool/proto/..../cw
wasn't getting built.

Reply via email to