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 67463138334 for ; Sun, 17 Jun 2018 08:26:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B7EEE08DB; Sun, 17 Jun 2018 08:26:12 +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 1E416E08DB for ; Sun, 17 Jun 2018 08:26:10 +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 46829335C2E for ; Sun, 17 Jun 2018 08:26:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4DDE2AD for ; Sun, 17 Jun 2018 08:26:07 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1529223960.89cd0caebb1c4e26c909d05bd40e6980e0668b13.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/sparc/package.use.mask X-VCS-Directories: profiles/arch/sparc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 89cd0caebb1c4e26c909d05bd40e6980e0668b13 X-VCS-Branch: master Date: Sun, 17 Jun 2018 08:26:07 +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: 4aa6bab9-0864-4d5e-aa80-c6f061084d4f X-Archives-Hash: ef4e93fc424ec05bfdd4330b351f2e86 commit: 89cd0caebb1c4e26c909d05bd40e6980e0668b13 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jun 17 08:22:43 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jun 17 08:26:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cd0cae profiles/arch/sparc/package.use.mask: mask dev-lang/erlang[hipe] Build fails as error: ‘am_ultrasparc’ undeclared which is an effect of ./configure bug of sparc32/sparc64 detection. Needs an upstream fix. Reported-by: Rolf Eike Beer Bug: https://bugs.gentoo.org/656618 URL: http://erlang.org/pipermail/erlang-questions/2005-December/018317.html Signed-off-by: Sergei Trofimovich gentoo.org> profiles/arch/sparc/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 6cb2daaf639..f940e0c6be0 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Sergei Trofimovich (17 Jun 2018) +# Mask broken HIPE support on sparc32 (bug #656618) +dev-lang/erlang hipe + # Sergei Trofimovich (08 May 2018) # Mask USE=games to avoid unkeyworded games-util/qstat. net-analyzer/monitoring-plugins game