Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6654456
Votes 0
Synopsis OpenJDK build problem with freetype makefiles
Category java:build
Reported Against
Release Fixed 6-open(b04), 7(b25) (Bug ID:2158354)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 24-JAN-2008
Description
Building on windows openjdk sources (NOT setting OPENJDK=true) fails due to use of OPENJDK macro prematurely.

File jdk/make/common/shared/Platform.gmk uses OPENJDK well before it can ever be defined when building openjdk source trees.

*** /tmp/sccs.tQairO    Wed Jan 23 17:06:17 2008
--- Platform.gmk        Wed Jan 23 17:03:33 2008
***************
*** 93,102 ****
  # Normal boot jdk is previous release, but a hard requirement is a 1.5 boot
  REQUIRED_BOOT_VER = 1.5
  
! #This is specific to OpenJDK build
! ifdef OPENJDK
    REQUIRED_FREETYPE_VERSION=2.3.0
- endif
  
  #
  # Prune out all known SCM (Source Code Management) directories
--- 93,100 ----
  # Normal boot jdk is previous release, but a hard requirement is a 1.5 boot
  REQUIRED_BOOT_VER = 1.5
  
! # If we are using freetype, this is the required version
  REQUIRED_FREETYPE_VERSION=2.3.0
  
  #
  # Prune out all known SCM (Source Code Management) directories
Posted Date : 2008-01-24 01:07:33.0
Work Around
N/A
Evaluation
See description.
Posted Date : 2008-01-24 01:08:53.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang