-
Bug
-
Resolution: Fixed
-
P2
-
7
-
b131
-
generic, unknown
-
generic, windows_xp
-
Verified
The iftw Makefile for the JDK7 dummy builds are failing with the following, due to RE's gnumake.exe 3.81 upgrade. The new gnumake does not like the \"'s that are used.
pfrom_string=00 ; \
fi ; \
if [ -z $jre_string -o -z $jre_version -o -z $pfrom_string -o -z $ck_sum ]; then \
C:/devtools/mks/mksnt/echo "Exiting because jre_string: $jre_string , jre_version: $jre_version , -pfrom string: $pfrom_string or ck_sum: $ck_sum are blank. \n"; \
exit 1 ; \
fi ; \
C:/devtools/mks/mksnt/echo $jre_string $jre_version $pfrom_string $ck_sum | C:/devtools/mks/mksnt/awk 'BEGIN { FS=" " } {print "{ \"" $1 "\", \"" $2 "\", \"" $3 "\", \"" $4 "\" }," }' >> c:/ds/build/windows-i586/tmp/jinstall-jre/obj/PatchStruct.h; \
done;
C:/devtools/mks/mksnt/awk: Syntax error Context is:
>>> BEGIN { FS=" " } {print "{ \\"" $1 "\ <<<
gnumake[6]: *** [patches_cksums] Error 1
gnumake[6]: Leaving directory `C:/ds/install/make/installer/bundles/windows/ishield/wrapper_online/jre'
gnumake[5]: *** [generate_iftw] Error 2
gnumake[5]: Leaving directory `C:/ds/install/make/installer/bundles/windows/ishield/jre'
gnumake[4]: *** [all] Error 1
gnumake[4]: Leaving directory `C:/ds/install/make/installer/bundles/windows/ishield'
gnumake[3]: *** [all] Error 1
gnumake[3]: Leaving directory `C:/ds/install/make/installer/bundles/windows'
gnumake[2]: *** [all] Error 2
gnumake[2]: Leaving directory `C:/ds/install/make/installer/bundles'
gnumake[1]: *** [all] Error 1
gnumake[1]: Leaving directory `C:/ds/install/make/installer'
gnumake: *** [all] Error 1
pfrom_string=00 ; \
fi ; \
if [ -z $jre_string -o -z $jre_version -o -z $pfrom_string -o -z $ck_sum ]; then \
C:/devtools/mks/mksnt/echo "Exiting because jre_string: $jre_string , jre_version: $jre_version , -pfrom string: $pfrom_string or ck_sum: $ck_sum are blank. \n"; \
exit 1 ; \
fi ; \
C:/devtools/mks/mksnt/echo $jre_string $jre_version $pfrom_string $ck_sum | C:/devtools/mks/mksnt/awk 'BEGIN { FS=" " } {print "{ \"" $1 "\", \"" $2 "\", \"" $3 "\", \"" $4 "\" }," }' >> c:/ds/build/windows-i586/tmp/jinstall-jre/obj/PatchStruct.h; \
done;
C:/devtools/mks/mksnt/awk: Syntax error Context is:
>>> BEGIN { FS=" " } {print "{ \\"" $1 "\ <<<
gnumake[6]: *** [patches_cksums] Error 1
gnumake[6]: Leaving directory `C:/ds/install/make/installer/bundles/windows/ishield/wrapper_online/jre'
gnumake[5]: *** [generate_iftw] Error 2
gnumake[5]: Leaving directory `C:/ds/install/make/installer/bundles/windows/ishield/jre'
gnumake[4]: *** [all] Error 1
gnumake[4]: Leaving directory `C:/ds/install/make/installer/bundles/windows/ishield'
gnumake[3]: *** [all] Error 1
gnumake[3]: Leaving directory `C:/ds/install/make/installer/bundles/windows'
gnumake[2]: *** [all] Error 2
gnumake[2]: Leaving directory `C:/ds/install/make/installer/bundles'
gnumake[1]: *** [all] Error 1
gnumake[1]: Leaving directory `C:/ds/install/make/installer'
gnumake: *** [all] Error 1
- duplicates
-
JDK-7011656 dummy build failed. Log has been sent to Bill Harnois and Chris.
-
- Closed
-