JDK-6696316 : RE builds fail with plugin GCC sanity error
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-04-30
  • Updated: 2010-09-17
  • Resolved: 2008-05-30
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 b25Fixed 7Fixed
Description
RE is getting the following error with their builds:

ERROR: You do not have a valid GCC29_COMPILER_PATH setting. 
  Please check your access to 
  /localtools/linux/gcc29/usr/ 
  and/or check your value of ALT_GCC29_COMPILER_PATH. 
  This will affect you if you build the plugin target. 
 
Exiting because of the above error(s). 
 
gnumake: *** [post-sanity] Error 1
## Linux AMD 64-bit local build finished on jdk-lin-amd64

Comments
EVALUATION The problem is that as of b23, we now step into the deploy ws and do nothing for 64-bit. We never did this before b23. We're not seeing this error, because our deployment machines have these compilers. RE's machines see this error because they don't have them. The fix should be to ifdef out the deploy Sanity.gmk file unless BUILD_DEPLOY64 is defined.
30-04-2008