From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1A8991381F3 for ; Tue, 18 Jun 2013 09:07:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98566E086E; Tue, 18 Jun 2013 09:07:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3347CE086E for ; Tue, 18 Jun 2013 09:07:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4774C33E116 for ; Tue, 18 Jun 2013 09:07:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C62D0E468F for ; Tue, 18 Jun 2013 09:07:41 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1371511217.271427dc20189d9ab3e796f0953ad1a1f4ce6850.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/mumps/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/mumps/ChangeLog sci-libs/mumps/mumps-4.10.0-r2.ebuild X-VCS-Directories: sci-libs/mumps/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 271427dc20189d9ab3e796f0953ad1a1f4ce6850 X-VCS-Branch: master Date: Tue, 18 Jun 2013 09:07:41 +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-Archives-Salt: 5b96c851-304a-4a5b-9533-69f6ddf04633 X-Archives-Hash: 11a8b58f6e04ca61fcaf9dd322740de9 commit: 271427dc20189d9ab3e796f0953ad1a1f4ce6850 Author: Justin Bronder gentoo org> AuthorDate: Mon Jun 17 23:20:17 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jun 17 23:20:17 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=271427dc Don't let openmpi override malloc, works around sandbox issue in #462602 Package-Manager: portage-2.1.11.62 --- sci-libs/mumps/ChangeLog | 5 ++++- sci-libs/mumps/mumps-4.10.0-r2.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sci-libs/mumps/ChangeLog b/sci-libs/mumps/ChangeLog index 6eba453..46b5d6d 100644 --- a/sci-libs/mumps/ChangeLog +++ b/sci-libs/mumps/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-libs/mumps -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 17 Jun 2013; Justin Bronder mumps-4.10.0-r2.ebuild: + Don't let openmpi override malloc, works around sandbox issue in #462602 + *mumps-4.10.0-r2 (11 Dec 2012) 11 Dec 2012; Sébastien Fabbro +mumps-4.10.0-r2.ebuild, diff --git a/sci-libs/mumps/mumps-4.10.0-r2.ebuild b/sci-libs/mumps/mumps-4.10.0-r2.ebuild index 0d63d75..0aa195e 100644 --- a/sci-libs/mumps/mumps-4.10.0-r2.ebuild +++ b/sci-libs/mumps/mumps-4.10.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -122,6 +122,9 @@ src_configure() { } src_compile() { + # Workaround #462602 + export FAKEROOTKEY=1 + # -j1 because of static archive race emake -j1 alllib PIC="-fPIC" if ! use mpi; then