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

windows-ia64 cross build fails when compiling CompileFontConfig.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • None
    • 5.0
    • client-libs
    • None

      Compiling CompileFontConfig.java fails as follows.

      Looks like the problem is version difference: we're trying to compile CompileFontConfig.java with the bootstrap jdk, but it relies on the interfaces which aren't in the promoted build yet.
      It should set bootclasspath to the jdk we're bulding.

      m:/NightlyBuilds/re/1.5.0/nightly/binaries/windows-i586/latest/bin/javac -d ../../../build/windows-ia64/tmp/sun/sun.awt/awt/CompileFontConfig ../../tools/CompileFontConfig/CompileFontConfig.java
      ../../tools/CompileFontConfig/CompileFontConfig.java:37: cannot find symbol
      symbol : variable verbose
      location: class sun.awt.FontConfiguration
                  FontConfiguration.verbose = verbose;
                                   ^
      ../../tools/CompileFontConfig/CompileFontConfig.java:38: cannot find symbol
      symbol : method loadProperties(java.io.FileInputStream)
      location: class sun.awt.FontConfiguration
                  FontConfiguration.loadProperties(in);
                                   ^
      ../../tools/CompileFontConfig/CompileFontConfig.java:39: cannot find symbol
      symbol : method saveBinary(java.io.FileOutputStream)
      location: class sun.awt.FontConfiguration
                  FontConfiguration.saveBinary(out);
                                   ^
      3 errors
      gnumake[3]: *** [../../../build/windows-ia64/lib/fontconfig.bfc] Error 1
      gnumake[3]: Leaving directory `D:/i18n/ws.tiger/make/sun/awt'
      gnumake[2]: *** [optimized] Error 2
      gnumake[2]: Leaving directory `D:/i18n/ws.tiger/make/sun/awt'
      gnumake[1]: *** [all] Error 1
      gnumake[1]: Leaving directory `D:/i18n/ws.tiger/make/sun'
      gnumake: *** [all] Error 1

      ###@###.### 2004-02-04

            sherman Xueming Shen
            naoto Naoto Sato
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: