diff options
author | Andres Loeh <kosmikus@gentoo.org> | 2005-11-16 09:24:44 +0000 |
---|---|---|
committer | Andres Loeh <kosmikus@gentoo.org> | 2005-11-16 09:24:44 +0000 |
commit | 36c03a323d0634237d4748275b323a225a2bab7c (patch) | |
tree | b04e50f21085f74df207b1cbcf7a37cd9f4a72b4 /dev-lang | |
parent | * bump, stabilization, cleanups (diff) | |
download | gentoo-2-36c03a323d0634237d4748275b323a225a2bab7c.tar.gz gentoo-2-36c03a323d0634237d4748275b323a225a2bab7c.tar.bz2 gentoo-2-36c03a323d0634237d4748275b323a225a2bab7c.zip |
Reduced the amount of output during the build slightly to work around bug #111183.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.4.1-r1.ebuild | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 75bb75df54da..db8377de6cb3 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.73 2005/10/21 11:25:42 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.74 2005/11/16 09:24:44 kosmikus Exp $ + + 16 Nov 2005; Andres Loeh <kosmikus@gentoo.org> ghc-6.4.1-r1.ebuild: + Reduced the amount of output during the build slightly to work around bug + #111183. *ghc-6.4.1-r1 (21 Oct 2005) diff --git a/dev-lang/ghc/ghc-6.4.1-r1.ebuild b/dev-lang/ghc/ghc-6.4.1-r1.ebuild index 474d5c33f44d..c9204af764f9 100644 --- a/dev-lang/ghc/ghc-6.4.1-r1.ebuild +++ b/dev-lang/ghc/ghc-6.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1-r1.ebuild,v 1.1 2005/10/21 11:25:42 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1-r1.ebuild,v 1.2 2005/11/16 09:24:44 kosmikus Exp $ # Brief explanation of the bootstrap logic: # @@ -145,6 +145,11 @@ src_compile() { echo "SRC_CC_OPTS+=${SUPPORTED_CFLAGS}" >> mk/build.mk echo "SRC_HC_OPTS+=${SUPPORTED_CFLAGS// -/ -optc-}" >> mk/build.mk + # circumvent a very strange bug that seems related with ghc producing too much + # output while being filtered through tee (e.g. due to portage logging) + # reported as bug #111183 + echo "SRC_HC_OPTS+=-fno-warn-deprecations" >> mk/build.mk + # force the config variable ArSupportsInput to be unset; # ar in binutils >= 2.14.90.0.8-r1 seems to be classified # incorrectly by the configure script |