Guy writes:
> When I try to build snv_110 on a snv_108 installed server,
> nightly fails with errors :

That's consistent with not having SCM_TYPE set properly in the build
environment.

The $(SCM_TYPE) variable is used to select the right
NOT_UNDER_$(SCM_TYPE) expression to check the target.  If $(SCM_TYPE)
evaluated to some string other than "mercurial" or "teamware", then
you'd get exactly the failure you're seeing.

The first thing I'd check is the SUNWonbld that's installed on this
build machine.  If you do the following, what results do you see?

  % cd /export/testws
  % /opt/onbld/bin/which_scm 
  % sed '/STDENV_START/r usr/src/tools/scripts/stdenv.sh' 
usr/src/tools/scripts/nightly.sh > chk
  % cmp chk /opt/onbld/bin/nightly

-- 
James Carlson, Solaris Networking              <james.d.carl...@sun.com>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to