-
Bug
-
Resolution: Fixed
-
P4
-
6
-
None
-
b50
-
generic
-
generic
A typical control build starts out like this:
- Bringover all the MASTER workspaces.
- cd control/make
- gnumake source
If you do not set ALT_OUTPUTDIR, this will start writing the source
bundles to "$(BUILDDIR)/../build/$(PLATFORM)-$(ARCH)/source-bundles"
(see control/make/common/Defs.gmk), and eventually it will fail:
( cd ./../../j2se/make/com/sun/tools/extractor; gnumake all )
gnumake[1]: Entering directory `/export/u4/tbell/6210740/j2se/make/com/sun/tools/extractor'
/usr/bin/touch ../../../../../build/solaris-sparc/tmp/sun/com.sun.tools.extractor/.classes.list
gnumake[1]: Leaving directory `/export/u4/tbell/6210740/j2se/make/com/sun/tools/extractor'
( cd /export/u4/tbell/6210740/control/build/solaris-sparc/lib; /opt/java/jdkBOOTDIR/bin/java -jar extractor.jar \
./../build/solaris-sparc/tmp/jrl/JavaResearchLicense.txt \
/export/u4/tbell/6210740/control/build/solaris-sparc/java.net/jdk-6_0-internal-src-tbell_24_Feb_2005_15_53-jrl-24_feb_2005.zip /export/u4/tbell/6210740/control/build/solaris-sparc/java.net/jdk-6_0-internal-src-tbell_24_Feb_2005_15_53-jrl-24_feb_2005.jar )
/bin/sh: /export/u4/tbell/6210740/control/build/solaris-sparc/lib: does not exist
gnumake: *** [j2se-source] Error 1
###@###.### 2005-2-25 01:13:13 GMT
- Bringover all the MASTER workspaces.
- cd control/make
- gnumake source
If you do not set ALT_OUTPUTDIR, this will start writing the source
bundles to "$(BUILDDIR)/../build/$(PLATFORM)-$(ARCH)/source-bundles"
(see control/make/common/Defs.gmk), and eventually it will fail:
( cd ./../../j2se/make/com/sun/tools/extractor; gnumake all )
gnumake[1]: Entering directory `/export/u4/tbell/6210740/j2se/make/com/sun/tools/extractor'
/usr/bin/touch ../../../../../build/solaris-sparc/tmp/sun/com.sun.tools.extractor/.classes.list
gnumake[1]: Leaving directory `/export/u4/tbell/6210740/j2se/make/com/sun/tools/extractor'
( cd /export/u4/tbell/6210740/control/build/solaris-sparc/lib; /opt/java/jdkBOOTDIR/bin/java -jar extractor.jar \
./../build/solaris-sparc/tmp/jrl/JavaResearchLicense.txt \
/export/u4/tbell/6210740/control/build/solaris-sparc/java.net/jdk-6_0-internal-src-tbell_24_Feb_2005_15_53-jrl-24_feb_2005.zip /export/u4/tbell/6210740/control/build/solaris-sparc/java.net/jdk-6_0-internal-src-tbell_24_Feb_2005_15_53-jrl-24_feb_2005.jar )
/bin/sh: /export/u4/tbell/6210740/control/build/solaris-sparc/lib: does not exist
gnumake: *** [j2se-source] Error 1
###@###.### 2005-2-25 01:13:13 GMT