[1.10, 1.11] Patch Approvals
Pavel Tisnovsky
ptisnovs at redhat.com
Thu May 10 07:22:09 PDT 2012
Dr Andrew John Hughes wrote:
> Hi all,
>
> I need a few more patch approvals to get the delayed 1.10.7 and
> 1.11.2 releases out of the door.
>
> Both 1.10 & 1.11 need this simple patch:
>
> diff --git a/acinclude.m4 b/acinclude.m4
> --- a/acinclude.m4
> +++ b/acinclude.m4
> @@ -1349,7 +1349,7 @@
> }
> }]
> EOF
> - if $JAVAC -cp . $JAVACFLAGS -source 5 $CLASS >&AS_MESSAGE_LOG_FD 2>&1; then
> + if $JAVAC -cp . $JAVACFLAGS -source 5 -target 5 $CLASS >&AS_MESSAGE_LOG_FD 2>&1; then
> if $JAVA -classpath . $BYTECODE >&AS_MESSAGE_LOG_FD 2>&1; then
> it_cv_dtdtype=no;
> else
>
> which is already part of a larger patch on HEAD, so that the jaxws dtdtype patch
> doesn't return a false positive when run with OpenJDK7 (javac will produce 1.7 bytecode
> as there is no target option, and then java can't run it, causing a failure).
>
> 1.10 also needs the following:
>
> 1. The dtdtype patch recreated so it still applies (simple regeneration against current source)
> 2. Backport of
>
> changeset: 2713:737f39dbb69f
> user: Omair Majid <omajid at redhat.com>
> date: Wed Oct 26 19:28:49 2011 -0400
> summary: S7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc
>
> 3. Backport of
>
> changeset: 2805:ddca483b3ed9
> user: Deepak Bhole <dbhole at redhat.com>
> date: Mon Jan 30 18:26:56 2012 -0500
> summary: Fixed build with GCC 4.7
>
> to keep it building with modern dependencies. I've checked and all patches apply
> and build fine to both hs20 and the default hs19 HotSpot in 1.10.
>
> Can I have approval to get these in?
>
> Thanks,
Hi Andrew,
I think it's ok to backport these patches to 1.10 and 1.11, including change in acinclude.m4.
Thanks
Pavel
More information about the distro-pkg-dev
mailing list