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: 6668018
Votes 0
Synopsis Incremental/partial OpenJDK builds from jdk/make subdirectories do not always work
Category java:build
Reported Against
Release Fixed
State 3-Accepted, bug
Priority: 3-Medium
Related Bugs 4532685 , 6668260
Submit Date 26-FEB-2008
Description
If you have already built the whole openjdk (formerly known as control build), building from directories under openjdk/jdk/make will sometimes fail, because it finds class files inside openjdk/build and then refuses to create them again under openjdk/jdk/build. If you remove, or rename the openjdk/build directory, then the build works.

To reproduce:

cd openjdk/jdk/make/sun/security; gmake clean; gmake
Posted Date : 2008-02-26 20:15:03.0
Work Around
Remove or rename openjdk/build directory.
Evaluation
N/A
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang