Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2198892 | 7 | William Harnois | P1 | Closed | Fixed | b104 |
Both SE and J4B full builds failed with status "Core Build FAILED" after latest PLUS build putback
Makefile needs to be fixed - related only to windows platforms
SE build logs:
http://jre.sfbay.sun.com/net/mizu.sfbay/n/mustang/jdk6_18/logs/build-windows-amd64.log
RE Build Status:
http://jre.sfbay.sun.com/restatus/build.jsp?product=jdk&version=6_18
This is from J4B log of windows-i586:
>>
>> gnumake[2]: Entering directory `C:/BUILD_AREA/jdk6_18/install/make/sign'
>> k=0; echo "Trying 3 times" ; while [ $k -le 3 ]; do C:/Progra~1/Installshield/StandaloneBuild8SP2/signcode.exe -s "my" -cn "Sun Microsystems, Inc." -t http://timestamp.verisign.com/scripts/timstamp.dll -n "Deployment Toolkit" -i http://java.com/ C:/BUILD_~1/jdk6_18/control/build/WINDOW~1/j2re-image/bin/deploytk.dll ; if [ $? -eq 0 ]; then break; fi ; echo "attempt $k failed - waiting 300 seconds for next attempt..." ; sleep 300 ; k=`expr $k + 1`; done ; if [ $k -gt 3 ]; then echo "ERROR - command failed after 3 attempts" ; exit 1 ; fi
>> Trying 3 times
>>
>> gnumake[6]: Entering directory `C:/BUILD_AREA/jdk6_18/install/make/installer/bundles/windows/ishield/jre'
>> C:/mksnt/mksnt/cp -f C:/BUILD_~1/jdk6_18/install/make/INSTAL~1/bundles/windows/ishield/jre/../IsDialogBanner.ibd C:/BUILD_~1/jdk6_18/control/build/WINDOW~1/tmp/ishield/patch/IsDialogBanner.ibd
>> cp: *Error copying file C:/BUILD_~1/jdk6_18/install/make/INSTAL~1/bundles/windows/ishield/jre/../IsDialogBanner.ibd to* C:/BUILD_~1/jdk6_18/control/build/WINDOW~1/tmp/ishield/patch/IsDialogBanner.ibd: The system cannot find the path specified.
>> gnumake[6]: *** [C:/BUILD_~1/jdk6_18/control/build/WINDOW~1/tmp/ishield/patch/IsDialogBanner.ibd] Error 1
>> gnumake[6]: Leaving directory `C:/BUILD_AREA/jdk6_18/install/make/installer/bundles/windows/ishield/jre'
>> gnumake[5]: *** [enhanced_plus] Error 2
>> gnumake[5]: Leaving directory `C:/BUILD_AREA/jdk6_18/install/make/installer/bundles/windows/ishield'
>> gnumake[4]: *** [all] Error 1
>> gnumake[4]: Leaving directory `C:/BUILD_AREA/jdk6_18/install/make/installer/bundles/windows'
>> gnumake[3]: *** [all] Error 2
>> gnumake[3]: Leaving directory `C:/BUILD_AREA/jdk6_18/install/make/installer/bundles'
>> gnumake[2]: *** [all] Error 1
>> gnumake[2]: Leaving directory `C:/BUILD_AREA/jdk6_18/install/make/installer'
>> gnumake[1]: *** [all] Error 1
>> gnumake[1]: Leaving directory `C:/BUILD_AREA/jdk6_18/install/make'
>> gnumake: *** [install-build] Error 2
>> ## Windows IA 32-bit local build finished on jb6-win-i586
>>
>> #### RETAG "End Core Build" "FAILED" "01/13/10 09:23:42"
>
Makefile needs to be fixed - related only to windows platforms
SE build logs:
http://jre.sfbay.sun.com/net/mizu.sfbay/n/mustang/jdk6_18/logs/build-windows-amd64.log
RE Build Status:
http://jre.sfbay.sun.com/restatus/build.jsp?product=jdk&version=6_18
This is from J4B log of windows-i586:
>>
>> gnumake[2]: Entering directory `C:/BUILD_AREA/jdk6_18/install/make/sign'
>> k=0; echo "Trying 3 times" ; while [ $k -le 3 ]; do C:/Progra~1/Installshield/StandaloneBuild8SP2/signcode.exe -s "my" -cn "Sun Microsystems, Inc." -t http://timestamp.verisign.com/scripts/timstamp.dll -n "Deployment Toolkit" -i http://java.com/ C:/BUILD_~1/jdk6_18/control/build/WINDOW~1/j2re-image/bin/deploytk.dll ; if [ $? -eq 0 ]; then break; fi ; echo "attempt $k failed - waiting 300 seconds for next attempt..." ; sleep 300 ; k=`expr $k + 1`; done ; if [ $k -gt 3 ]; then echo "ERROR - command failed after 3 attempts" ; exit 1 ; fi
>> Trying 3 times
>>
>> gnumake[6]: Entering directory `C:/BUILD_AREA/jdk6_18/install/make/installer/bundles/windows/ishield/jre'
>> C:/mksnt/mksnt/cp -f C:/BUILD_~1/jdk6_18/install/make/INSTAL~1/bundles/windows/ishield/jre/../IsDialogBanner.ibd C:/BUILD_~1/jdk6_18/control/build/WINDOW~1/tmp/ishield/patch/IsDialogBanner.ibd
>> cp: *Error copying file C:/BUILD_~1/jdk6_18/install/make/INSTAL~1/bundles/windows/ishield/jre/../IsDialogBanner.ibd to* C:/BUILD_~1/jdk6_18/control/build/WINDOW~1/tmp/ishield/patch/IsDialogBanner.ibd: The system cannot find the path specified.
>> gnumake[6]: *** [C:/BUILD_~1/jdk6_18/control/build/WINDOW~1/tmp/ishield/patch/IsDialogBanner.ibd] Error 1
>> gnumake[6]: Leaving directory `C:/BUILD_AREA/jdk6_18/install/make/installer/bundles/windows/ishield/jre'
>> gnumake[5]: *** [enhanced_plus] Error 2
>> gnumake[5]: Leaving directory `C:/BUILD_AREA/jdk6_18/install/make/installer/bundles/windows/ishield'
>> gnumake[4]: *** [all] Error 1
>> gnumake[4]: Leaving directory `C:/BUILD_AREA/jdk6_18/install/make/installer/bundles/windows'
>> gnumake[3]: *** [all] Error 2
>> gnumake[3]: Leaving directory `C:/BUILD_AREA/jdk6_18/install/make/installer/bundles'
>> gnumake[2]: *** [all] Error 1
>> gnumake[2]: Leaving directory `C:/BUILD_AREA/jdk6_18/install/make/installer'
>> gnumake[1]: *** [all] Error 1
>> gnumake[1]: Leaving directory `C:/BUILD_AREA/jdk6_18/install/make'
>> gnumake: *** [install-build] Error 2
>> ## Windows IA 32-bit local build finished on jb6-win-i586
>>
>> #### RETAG "End Core Build" "FAILED" "01/13/10 09:23:42"
>
- backported by
-
JDK-2198892 Both SE and J4B 6u18 full builds failed with "Core Build FAILED" after latest PLUS build putback
-
- Closed
-