commit: 35dfd6fdc4bcc52c5e09f20eb6c0ed03faacd71c Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Nov 12 08:24:45 2018 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Nov 12 08:26:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35dfd6fd
profiles/prefix/sunos/solaris/package.mask: mask sys-devel/binutils-2.31.1: it produces broken libraries Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/sunos/solaris/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/prefix/sunos/solaris/package.mask b/profiles/prefix/sunos/solaris/package.mask index c794eb92258..8b7eafcc252 100644 --- a/profiles/prefix/sunos/solaris/package.mask +++ b/profiles/prefix/sunos/solaris/package.mask @@ -1,6 +1,12 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <[email protected]> (12 Nov 2018) +# this version of binutils produces shared libraries with symbol lookup +# errors, probably a versioning problem, confirmed on Solaris 10 and +# OpenIndiana (11) +=sys-devel/binutils-2.31.1* + # Fabian Groffen <[email protected]> (14 Jan 2014) # util-linux has no business on Solaris systems sys-apps/util-linux
