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 E1B2F138334 for ; Sun, 10 Jun 2018 09:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4C19E0825; Sun, 10 Jun 2018 09:41:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C1A98E0825 for ; Sun, 10 Jun 2018 09:41:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7B977335C90 for ; Sun, 10 Jun 2018 09:41:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7C0829E for ; Sun, 10 Jun 2018 09:41:08 +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: <1528623667.01804741ea7cc0ea726cb60e6edb439be45efb82.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/slurm/slurm-17.02.11.ebuild sys-cluster/slurm/slurm-17.11.7.ebuild X-VCS-Directories: sys-cluster/slurm/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 01804741ea7cc0ea726cb60e6edb439be45efb82 X-VCS-Branch: master Date: Sun, 10 Jun 2018 09:41:08 +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: 2c4d5053-a38e-4f6c-b2cd-a83b7655c50b X-Archives-Hash: ef7bf49e7510a4a3f0c0a05d35a62e7f commit: 01804741ea7cc0ea726cb60e6edb439be45efb82 Author: Justin Lecher gentoo org> AuthorDate: Sun Jun 10 09:40:45 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jun 10 09:41:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01804741 sys-cluster/slurm: Disable ld.gold, bug filed upstream Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-cluster/slurm/slurm-17.02.11.ebuild | 3 ++- sys-cluster/slurm/slurm-17.11.7.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-cluster/slurm/slurm-17.02.11.ebuild b/sys-cluster/slurm/slurm-17.02.11.ebuild index 9387b9d5355..b52290725ed 100644 --- a/sys-cluster/slurm/slurm-17.02.11.ebuild +++ b/sys-cluster/slurm/slurm-17.02.11.ebuild @@ -22,7 +22,7 @@ else S="${WORKDIR}/${MY_P}" fi -inherit autotools eutils pam perl-module prefix user ${INHERIT_GIT} +inherit autotools eutils pam perl-module prefix toolchain-funcs user ${INHERIT_GIT} DESCRIPTION="A Highly Scalable Resource Manager" HOMEPAGE="https://www.schedmd.com" @@ -71,6 +71,7 @@ pkg_setup() { } src_prepare() { + tc-ld-disable-gold default # pids should go to /var/run/slurm diff --git a/sys-cluster/slurm/slurm-17.11.7.ebuild b/sys-cluster/slurm/slurm-17.11.7.ebuild index dcd9cec0e6d..c0310a53cc3 100644 --- a/sys-cluster/slurm/slurm-17.11.7.ebuild +++ b/sys-cluster/slurm/slurm-17.11.7.ebuild @@ -22,7 +22,7 @@ else S="${WORKDIR}/${MY_P}" fi -inherit autotools bash-completion-r1 eutils pam perl-module prefix user ${INHERIT_GIT} +inherit autotools bash-completion-r1 eutils pam perl-module prefix toolchain-funcs user ${INHERIT_GIT} DESCRIPTION="A Highly Scalable Resource Manager" HOMEPAGE="https://www.schedmd.com" @@ -72,6 +72,7 @@ pkg_setup() { } src_prepare() { + tc-ld-disable-gold default # pids should go to /var/run/slurm