[Freeipa-devel] [PATCH] 643 Increase Java stack size for Web UI build on aarch64

Alexander Bokovoy abokovoy at redhat.com
Wed May 21 08:30:09 UTC 2014


On Wed, 21 May 2014, Petr Vobornik wrote:
>Fixes build failure on aarch64: 
>http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2328356
>
>Successful scratch build: 
>http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2332222
>
>One patch is for upstream, second for fedora package.
ACK.

>-- 
>Petr Vobornik

>From 8f1aa5f0160bafb0e79e3b342fda326a194c9cd5 Mon Sep 17 00:00:00 2001
>From: Petr Vobornik <pvoborni at redhat.com>
>Date: Wed, 21 May 2014 10:06:03 +0200
>Subject: [PATCH] Increase Java stack size for Web UI build on aarch64
>
>---
> freeipa.spec.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/freeipa.spec.in b/freeipa.spec.in
>index 2f76c9dde3aeb349956a96687de1f266e38130f6..a6591e208aba495f2ab40f1b1a3d3a4f83b7ce15 100644
>--- a/freeipa.spec.in
>+++ b/freeipa.spec.in
>@@ -343,7 +343,7 @@ This package contains tests that verify IPA functionality.
> %setup -n freeipa-%{version} -q
> 
> %build
>-%ifarch ppc %{power64} s390 s390x
>+%ifarch ppc %{power64} s390 s390x aarch64
> # UI compilation segfaulted on some arches when the stack was lower (#1040576)
> export JAVA_STACK_SIZE="8m"
> %endif
>-- 
>1.9.0
>

>From a291203c66c74e37dcf674089745c5a19bd00c6e Mon Sep 17 00:00:00 2001
>From: Petr Vobornik <pvoborni at redhat.com>
>Date: Wed, 21 May 2014 09:38:23 +0200
>Subject: [PATCH] Increase Java Stack size for Web UI build on aarch64
>
>---
> freeipa.spec | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
>
>diff --git a/freeipa.spec b/freeipa.spec
>index 3fa12fa..c5df634 100644
>--- a/freeipa.spec
>+++ b/freeipa.spec
>@@ -12,7 +12,7 @@
> 
> Name:           freeipa
> Version:        3.3.5
>-Release:        2%{?dist}
>+Release:        3%{?dist}
> Summary:        The Identity, Policy and Audit system
> 
> Group:          System Environment/Base
>@@ -378,7 +378,7 @@ done
> # Fedora spec file only: END
> 
> %build
>-%ifarch ppc %{power64} s390 s390x
>+%ifarch ppc %{power64} s390 s390x aarch64
> # UI compilation segfaulted on some arches when the stack was lower (#1040576)
> export JAVA_STACK_SIZE="8m"
> %endif
>@@ -928,6 +928,9 @@ fi
> %endif # ONLY_CLIENT
> 
> %changelog
>+* Wed May 21 2014 Petr Vobornik <pvoborni at redhat.com> 3.3.5-3
>+- Increase Java stack size for Web UI build on aarch64
>+
> * Wed Apr 16 2014 Peter Robinson <pbrobinson at fedoraproject.org> 3.3.5-2
> - Add rhino as dependency to fix FTBFS
> 
>@@ -1207,7 +1210,7 @@ fi
> - Rebuilt for glibc bug#747377
> 
> * Wed Oct 19 2011 Alexander Bokovoy <abokovoy at redhat.com> - 2.1.3-4
>-- clean up spec 
>+- clean up spec
> - Depend on sssd >= 1.6.2 for better user experience
> 
> * Tue Oct 18 2011 Alexander Bokovoy <abokovoy at redhat.com> - 2.1.3-3
>-- 
>1.9.0
>

>_______________________________________________
>Freeipa-devel mailing list
>Freeipa-devel at redhat.com
>https://www.redhat.com/mailman/listinfo/freeipa-devel


-- 
/ Alexander Bokovoy




More information about the Freeipa-devel mailing list