commit: 89cd0caebb1c4e26c909d05bd40e6980e0668b13 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Jun 17 08:22:43 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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 <[email protected]> (17 Jun 2018) +# Mask broken HIPE support on sparc32 (bug #656618) +dev-lang/erlang hipe + # Sergei Trofimovich <[email protected]> (08 May 2018) # Mask USE=games to avoid unkeyworded games-util/qstat. net-analyzer/monitoring-plugins game
