JDK-6716749 : build lzma regardless of whether building kernel
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2008-06-19
  • Updated: 2010-09-17
  • Resolved: 2008-09-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u10 b31Fixed 7Fixed
Related Reports
Relates :  
Description
changes for 6713962 require lzma regardless of whether kernel is being built.

ifneq ($(KERNEL), off) should be removed from around DEPLOY_BUILD_TARGETS += extra-comp-all in control\make\deploy-rules.gmk so lzma is always built.

Currently, cannot build without building with KERNEL==on.  
For example, 6u11 dummy builds require KERNEL on or the sponsors workspace will not build.

Comments
SUGGESTED FIX removed ifneq ($(KERNEL), off) from around DEPLOY_BUILD_TARGETS += extra-comp-all
27-08-2008

EVALUATION ifneq ($(KERNEL), off) should be removed from around DEPLOY_BUILD_TARGETS += extra-comp-all in control\make\deploy-rules.gmk
19-06-2008