diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-08-25 19:44:59 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-08-25 19:44:59 +0000 |
commit | 1e5d099254c1550bd9cbcd0cd6bd354cf37b387a (patch) | |
tree | 183e3f767028b3e096ed84d65c988d1a47d92b45 /profiles | |
parent | Add support for USE=static-libs #378235 by Agostino Sarubbo. (diff) | |
download | gentoo-2-1e5d099254c1550bd9cbcd0cd6bd354cf37b387a.tar.gz gentoo-2-1e5d099254c1550bd9cbcd0cd6bd354cf37b387a.tar.bz2 gentoo-2-1e5d099254c1550bd9cbcd0cd6bd354cf37b387a.zip |
Mask gcc-4.3.[3456], since it doesn't compile, and isn't worth fixing -- 4.5.2 is fully functional
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/prefix/sunos/solaris/package.mask | 14 |
2 files changed, 13 insertions, 7 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index f1cca0186f40..0731082e60b1 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profiles/prefix # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.290 2011/08/11 06:41:29 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.291 2011/08/25 19:44:59 grobian Exp $ + + 25 Aug 2011; Fabian Groffen <grobian@gentoo.org> sunos/solaris/package.mask: + Mask gcc-4.3.[3456], since it doesn't compile, and isn't worth fixing -- + 4.5.2 is fully functional, bug #379723 11 Aug 2011; Fabian Groffen <grobian@gentoo.org> sunos/solaris/5.10/sparc/package.mask, diff --git a/profiles/prefix/sunos/solaris/package.mask b/profiles/prefix/sunos/solaris/package.mask index a472b0076c1d..dbd2c7092302 100644 --- a/profiles/prefix/sunos/solaris/package.mask +++ b/profiles/prefix/sunos/solaris/package.mask @@ -1,6 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/package.mask,v 1.31 2011/07/07 11:22:05 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/package.mask,v 1.32 2011/08/25 19:44:59 grobian Exp $ + +# Fabian Groffen <grobian@gentoo.org> (25 Aug 2011) +# Fails to compile, and not worth fixing, bug #379723 +=sys-devel/gcc-4.3.3* +=sys-devel/gcc-4.3.4* +=sys-devel/gcc-4.3.5* +=sys-devel/gcc-4.3.6* # Fabian Groffen <grobian@gentoo.org> (07 Jul 2011) # cannot unpack :( @@ -24,11 +31,6 @@ ~app-editors/emacs-23.2 =virtual/emacs-23 -# Fabian Groffen <grobian@gentoo.org> (02 Feb 2009) -# Fails to compile, complaining about a missing target for gmon.o, maybe -# related to http://gcc.gnu.org/ml/gcc-patches/2008-11/msg00990.html -=sys-devel/gcc-4.3.3* - # Fabian Groffen <grobian@gentoo.org> (02 Oct 2008) # Doesn't compile on Solaris. =app-shells/ksh-93.20081104 |