Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/
Date: Wed, 27 Jan 2021 07:01:42
Message-Id: 1611730884.7c36e0f62b67beffd1452c1254d6ed041d9f6bd5.tupone@gentoo
1 commit: 7c36e0f62b67beffd1452c1254d6ed041d9f6bd5
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 07:00:13 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 07:01:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c36e0f6
7
8 dev-ml/camlp5: increasing stack during compile
9
10 Bug: https://bugs.gentoo.org/710966
11 Package-Manager: Portage-3.0.13, Repoman-3.0.2
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-ml/camlp5/camlp5-7.11-r1.ebuild | 3 ++-
15 dev-ml/camlp5/camlp5-7.14.ebuild | 3 ++-
16 dev-ml/camlp5/camlp5-8.00.ebuild | 1 +
17 3 files changed, 5 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-ml/camlp5/camlp5-7.11-r1.ebuild b/dev-ml/camlp5/camlp5-7.11-r1.ebuild
20 index 5f91a735d0e..6be6bcfd624 100644
21 --- a/dev-ml/camlp5/camlp5-7.11-r1.ebuild
22 +++ b/dev-ml/camlp5/camlp5-7.11-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -35,6 +35,7 @@ src_configure() {
30 }
31
32 src_compile() {
33 + ulimit -s 11530000
34 emake out
35 if use ocamlopt; then
36 emake opt
37
38 diff --git a/dev-ml/camlp5/camlp5-7.14.ebuild b/dev-ml/camlp5/camlp5-7.14.ebuild
39 index cd630ba25bd..6bc2cca9ade 100644
40 --- a/dev-ml/camlp5/camlp5-7.14.ebuild
41 +++ b/dev-ml/camlp5/camlp5-7.14.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2020 Gentoo Authors
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -37,6 +37,7 @@ src_configure() {
49 }
50
51 src_compile() {
52 + ulimit -s 11530000
53 emake out
54 if use ocamlopt; then
55 emake opt
56
57 diff --git a/dev-ml/camlp5/camlp5-8.00.ebuild b/dev-ml/camlp5/camlp5-8.00.ebuild
58 index df181c7416a..fe4e5ebe576 100644
59 --- a/dev-ml/camlp5/camlp5-8.00.ebuild
60 +++ b/dev-ml/camlp5/camlp5-8.00.ebuild
61 @@ -35,6 +35,7 @@ src_configure() {
62 }
63
64 src_compile() {
65 + ulimit -s 11530000
66 emake out
67 if use ocamlopt; then
68 emake opt