Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6533178

Windows images build failure when MILESTONE=fcs (non-ASCII characters in rtf files)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • 7
    • 7
    • infrastructure
    • None
    • b02
    • 7
    • generic
    • generic

      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.

            Unassigned Unassigned
            ohair Kelly Ohair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: