[Bug 744] New: icedtea6-1.10.2 : patching error, patches/ecj/jaxws-getdtdtype.patch
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Jun 8 06:53:35 PDT 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=744
Summary: icedtea6-1.10.2 : patching error, patches/ecj/jaxws-
getdtdtype.patch
Product: IcedTea
Version: unspecified
Platform: all
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: IcedTea7
AssignedTo: ahughes at redhat.com
ReportedBy: acrux at linuxmail.org
CC: unassigned at icedtea.classpath.org
[...]
patching file openjdk/jdk/src/share/lib/security/java.security
icedtea_version="1.10.2" ; \
if test "xno" = "xyes" || \
test "xno" = "xyes"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "PRODUCT_NAME=IcedTea6" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=linux-gnu" >>openjdk/jdk/make/common/shared/Defs.gmk ;
echo "DISTRO_PACKAGE_VERSION=cruxppc-2.7-ppc" \
>>openjdk/jdk/make/common/shared/Defs.gmk ;
+ patch -p0
patching file openjdk/jdk/make/sun/splashscreen/Makefile
+ sed 's|/stable|/|' -i Makefile
+ make
UNIXCOMMAND_PATH=/mnt/DEVEL/next/0/icedtea6/work/src/icedtea6-1.10.2/bin/
mkdir -p bootstrap
rm -f /mnt/DEVEL/next/0/icedtea6/work/src/icedtea6-1.10.2/bootstrap/jdk1.6.0
ln -sf /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.ppc
/mnt/DEVEL/next/0/icedtea6/work/src/icedtea6-1.10.2/bootstrap/jdk1.6.0; \
if !
/mnt/DEVEL/next/0/icedtea6/work/src/icedtea6-1.10.2/bootstrap/jdk1.6.0/bin/java
-version ; \
then \
echo
"/mnt/DEVEL/next/0/icedtea6/work/src/icedtea6-1.10.2/bootstrap/jdk1.6.0/bin/java"
\
"cannot be found or is corrupted." ; \
exit 1; \
fi
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.1) (cruxppc-2.7-ppc)
OpenJDK Zero VM (build 19.0-b09, interpreted mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink.stamp
cp -r /mnt/DEVEL/next/0/icedtea6/work/src/icedtea6-1.10.2/overlays/openjdk/*
openjdk/
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch
patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch
patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch
patches/ecj/override.patch patches/ecj/jaxws-getdtdtype.patch
patches/ecj/needs-6.patch patches/ecj/no-test_gamma.patch ; \
do \
if test x${all_patches_ok} = "xyes" \
&& echo Checking $p \
&& /usr/bin/patch -l -p0 --dry-run -s -t -f \
< /mnt/DEVEL/next/0/icedtea6/work/src/icedtea6-1.10.2/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 <
/mnt/DEVEL/next/0/icedtea6/work/src/icedtea6-1.10.2/$p ; \
if ! grep "^\* $(basename $p)"
/mnt/DEVEL/next/0/icedtea6/work/src/icedtea6-1.10.2/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.stamp ; \
if ! test x${all_patches_ok} = "xyes"; then \
echo ERROR patch ${all_patches_ok} FAILED! ; \
echo WARNING make clean-patch before retrying a fix ; \
exit 2; \
fi
Checking patches/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file
openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 86 (offset 6 lines).
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 88 with fuzz 1.
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file
openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file
openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file
openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file
openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file
openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file
openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file
openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/jaxws-getdtdtype.patch
1 out of 1 hunk FAILED -- saving rejects to file
openjdk-ecj/jaxws/build.properties.rej
ERROR patch patches/ecj/jaxws-getdtdtype.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch-ecj.stamp] Error 2
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the distro-pkg-dev
mailing list