From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF5121382C5 for ; Wed, 27 Jan 2021 07:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D2C1E0ABF; Wed, 27 Jan 2021 07:01:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1255DE0ABF for ; Wed, 27 Jan 2021 07:01:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85028340CC7 for ; Wed, 27 Jan 2021 07:01:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E153492 for ; Wed, 27 Jan 2021 07:01:37 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1611730884.7c36e0f62b67beffd1452c1254d6ed041d9f6bd5.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlp5/camlp5-7.11-r1.ebuild dev-ml/camlp5/camlp5-7.14.ebuild dev-ml/camlp5/camlp5-8.00.ebuild X-VCS-Directories: dev-ml/camlp5/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 7c36e0f62b67beffd1452c1254d6ed041d9f6bd5 X-VCS-Branch: master Date: Wed, 27 Jan 2021 07:01:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5112c60-7d22-46c2-9769-4d8c2f15080f X-Archives-Hash: 823f7a7a5d4b6a9aeed01f14370e7d6e commit: 7c36e0f62b67beffd1452c1254d6ed041d9f6bd5 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Jan 27 07:00:13 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Jan 27 07:01:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c36e0f6 dev-ml/camlp5: increasing stack during compile Bug: https://bugs.gentoo.org/710966 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/camlp5/camlp5-7.11-r1.ebuild | 3 ++- dev-ml/camlp5/camlp5-7.14.ebuild | 3 ++- dev-ml/camlp5/camlp5-8.00.ebuild | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-ml/camlp5/camlp5-7.11-r1.ebuild b/dev-ml/camlp5/camlp5-7.11-r1.ebuild index 5f91a735d0e..6be6bcfd624 100644 --- a/dev-ml/camlp5/camlp5-7.11-r1.ebuild +++ b/dev-ml/camlp5/camlp5-7.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,6 +35,7 @@ src_configure() { } src_compile() { + ulimit -s 11530000 emake out if use ocamlopt; then emake opt diff --git a/dev-ml/camlp5/camlp5-7.14.ebuild b/dev-ml/camlp5/camlp5-7.14.ebuild index cd630ba25bd..6bc2cca9ade 100644 --- a/dev-ml/camlp5/camlp5-7.14.ebuild +++ b/dev-ml/camlp5/camlp5-7.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -37,6 +37,7 @@ src_configure() { } src_compile() { + ulimit -s 11530000 emake out if use ocamlopt; then emake opt diff --git a/dev-ml/camlp5/camlp5-8.00.ebuild b/dev-ml/camlp5/camlp5-8.00.ebuild index df181c7416a..fe4e5ebe576 100644 --- a/dev-ml/camlp5/camlp5-8.00.ebuild +++ b/dev-ml/camlp5/camlp5-8.00.ebuild @@ -35,6 +35,7 @@ src_configure() { } src_compile() { + ulimit -s 11530000 emake out if use ocamlopt; then emake opt