> gsp100.h > missing command script 'mfcinc.pl' > 28-05-02 12:55:44 end of gsp100.h fast > Inconsistent build information between $RELVER(R74) and > gsp100.h (R-1-1) [...] > # find . -name gsp100.h -ls > 208899 8 -r--r--r-- 1 500 513 8177 May 16 16:16 > ./sys/src/sp/gsp100.h > 19033 0 -rwxr-xr-x 1 root root 0 May 24 21:28 > ./sys/wrk/incl/gsp100.h > 19050 8 -rw-rw-r-- 1 root root 8177 May 16 16:16 > ./sys/wrk/fast/tmp/gsp100.h
The missing mfcinc.pl is the culprit. vmake compares the release info found in the environment with the one found in $WRK/incl/gsp100.h. And because mfcinc.pl is missing, an empty file is copied to $WRK/incl. To find the problems with the incomplete build tools: - cd $TOOL - ./envexec $TOOL $TOOL perl $(TOOL)/bin/imf.pl -u mfcinc.pl.tt Does this result in an error? Does $TOOL/bin/mfcinc.pl exist after this call? Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
