-
Bug
-
Resolution: Duplicate
-
P3
-
7
-
None
Building images on Windows (32 and 64 bit) fails when MILESTONE=fcs
tail of a failed log file
...
C:/devtools/mks/mksnt/mkdir -p C:/nightly.1.7.0/j2re-image
C:/devtools/mks/mksnt/sed 's/$//g' ../src/closed/share/doc/jre/LICENSE.fcs > C:/nightly.1.7.0/j2re-image/LICENSE
C:/devtools/mks/mksnt/chmod 444 C:/nightly.1.7.0/j2re-image/LICENSE
C:/devtools/mks/mksnt/sed 's/$//g' ../src/closed/share/doc/jre/LICENSE.rtf.fcs > C:/nightly.1.7.0/j2re-image/LICENSE.rtf
C:/devtools/mks/mksnt/chmod 444 C:/nightly.1.7.0/j2re-image/LICENSE.rtf
C:/devtools/mks/mksnt/sed 's/$//g' ../src/closed/share/doc/jre/LICENSE_de.rtf.fcs > C:/nightly.1.7.0/j2re-image/LICENSE_de.rtf
input file "../src/closed/share/doc/jre/LICENSE_de.rtf.fcs" is binary
C:\utils\gnumake.exe[1]: *** [C:/nightly.1.7.0/j2re-image/LICENSE_de.rtf] Error 1
C:\utils\gnumake.exe[1]: Leaving directory `C:/ws-nightly.1.7.0/j2se/make'
C:\utils\gnumake.exe: *** [j2se-build] Error 2
This file was recently moved from j2se/src/share/doc/jre to j2se/src/closed/share/doc/jre and the logic inside the makefile j2se/make/common/Release.gmk was changed, but the same sed processing was done on the file all along.
Few people build with MILESTONE=fcs at this stage, and the LICENSE_de.rtf.pre file used when MILESTONE!=fcs (the default is "pre") does not show the same problem, it gets processed fine.
The JDK7 LICENSE_de.rtf.fcs file was updated November 2, 2006 with a sync bringover from JDK6 B104 by Java RE. So between JDK7 build 1 and build 2, this file changed.
tail of a failed log file
...
C:/devtools/mks/mksnt/mkdir -p C:/nightly.1.7.0/j2re-image
C:/devtools/mks/mksnt/sed 's/$//g' ../src/closed/share/doc/jre/LICENSE.fcs > C:/nightly.1.7.0/j2re-image/LICENSE
C:/devtools/mks/mksnt/chmod 444 C:/nightly.1.7.0/j2re-image/LICENSE
C:/devtools/mks/mksnt/sed 's/$//g' ../src/closed/share/doc/jre/LICENSE.rtf.fcs > C:/nightly.1.7.0/j2re-image/LICENSE.rtf
C:/devtools/mks/mksnt/chmod 444 C:/nightly.1.7.0/j2re-image/LICENSE.rtf
C:/devtools/mks/mksnt/sed 's/$//g' ../src/closed/share/doc/jre/LICENSE_de.rtf.fcs > C:/nightly.1.7.0/j2re-image/LICENSE_de.rtf
input file "../src/closed/share/doc/jre/LICENSE_de.rtf.fcs" is binary
C:\utils\gnumake.exe[1]: *** [C:/nightly.1.7.0/j2re-image/LICENSE_de.rtf] Error 1
C:\utils\gnumake.exe[1]: Leaving directory `C:/ws-nightly.1.7.0/j2se/make'
C:\utils\gnumake.exe: *** [j2se-build] Error 2
This file was recently moved from j2se/src/share/doc/jre to j2se/src/closed/share/doc/jre and the logic inside the makefile j2se/make/common/Release.gmk was changed, but the same sed processing was done on the file all along.
Few people build with MILESTONE=fcs at this stage, and the LICENSE_de.rtf.pre file used when MILESTONE!=fcs (the default is "pre") does not show the same problem, it gets processed fine.
The JDK7 LICENSE_de.rtf.fcs file was updated November 2, 2006 with a sync bringover from JDK6 B104 by Java RE. So between JDK7 build 1 and build 2, this file changed.
- duplicates
-
JDK-6531585 JDK license displayed during install contains non-ASCII chars (MILESTONE=fcs build fails)
-
- Closed
-