I have a cron job that builds everyday a gate that I maintain. It used
to work but recently it started to fail. The command run in the cron job
works fine if executed manually. When it started to fail I first got
these messages:
/export/tools/onnv-tools/onbld/bin/nightly: line 2390: dmake: not found
==== Make tools clobber ERRORS ====
/export/tools/onnv-tools/onbld/bin/nightly: line 2400: dmake: not found
I found it strange since my environment file has the following variables
set:
BUILD_TOOLS=/export/tools/onnv-tools; export BUILD_TOOLS
ONBLD_TOOLS=/export/tools/onnv-tools/onbld; export ONBLD_TOOLS
SPRO_ROOT=/export/tools/onnv-tools/SUNWspro; export SPRO_ROOT
I made sure when the cron job started PATH was set to access to access
dmake. The cron job started to work again.
Recently the cron job started to fail again (it still works when
launched manually). I get these messages:
/usr/bin/uname
SunOS anthrax 5.11 snv_142 sun4u sparc SUNW,Sun-Fire-V890
/export/tools/onnv-tools/onbld/bin/nightly
/net/cifsgate/export/cifsnv/gate/public/share/jb-sparc-build.env.ips
-r-xr-xr-x 1 root bin 99529 Jul 6 18:25
/export/tools/onnv-tools/onbld/bin/nightly
number of concurrent jobs = 8
Aborting due to missing compiler.
Build project: group.staff
Build taskid: 306
==== Nightly argument issues ====
==== Build version ====
cifs-nightly-sparc
==== Make clobber ERRORS ====
/export/tools/onnv-tools/onbld/bin/nightly: line 2390: dmake: not found
==== Make tools clobber ERRORS ====
/export/tools/onnv-tools/onbld/bin/nightly: line 2400: dmake: not found
Could somebody tell me what I'm doing wrong?
- Jose
_______________________________________________
on-discuss mailing list
on-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/on-discuss