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 | 383932b7b418109fe1636487e1cae3ba5b45bf3c (patch) | |
tree | 9809275aa0ced3c307bcd40db47f3796c65ceb0b /dev-lang | |
parent | * bump, stabilization, cleanups (diff) | |
download | historical-383932b7b418109fe1636487e1cae3ba5b45bf3c.tar.gz historical-383932b7b418109fe1636487e1cae3ba5b45bf3c.tar.bz2 historical-383932b7b418109fe1636487e1cae3ba5b45bf3c.zip |
Reduced the amount of output during the build slightly to work around bug #111183.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ghc/Manifest | 10 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.4.1-r1.ebuild | 7 |
3 files changed, 16 insertions, 7 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/Manifest b/dev-lang/ghc/Manifest index 75297e7fad31..46a7b3ed488a 100644 --- a/dev-lang/ghc/Manifest +++ b/dev-lang/ghc/Manifest @@ -5,8 +5,8 @@ MD5 670ea0013a01dc7771a7ee918ae62187 ghc-6.4.1.ebuild 5943 MD5 6b0575f665b30bd942f60a152f52dca8 ghc-6.0.1.ebuild 4709 MD5 49113531ecf3c15247194f067ffe00bd ghc-6.2.2.ebuild 5582 MD5 9620778937a1aff6ef88863c81222cfc ghc-6.4.ebuild 6109 -MD5 096c7e091b383a94afd2a3483545c98f ghc-6.4.1-r1.ebuild 5982 -MD5 ac3dfa5ebb04b0461ee5412e35140cf8 ChangeLog 13083 +MD5 08638c0fe1ae3a123b5b3b309e23ee49 ghc-6.4.1-r1.ebuild 6223 +MD5 88adcb2e59b27c32144092710b986578 ChangeLog 13242 MD5 a769ecfcd1cdd2d40986627df7dfb249 metadata.xml 224 MD5 af174f2e566a288f0e2276883a866827 files/ghc-updater 9075 MD5 7e423c353b08a2c05693d13f21e067d0 files/depsort.py 1958 @@ -21,7 +21,7 @@ MD5 9c15b50bf0b73b7d70a06fd47510a3ef files/ghc-6.0.1.haddock.patch 380 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFDWNCqkyZuKN4EQ6YRAl6IAJ4yov3BA/RaIBPPPuxBTQcnA8DUNQCfcqVN -Q83sYtCJ3l5nN4Q7Zf5W6M0= -=GMuE +iD8DBQFDevvtOKSBj1ObwosRApWUAJ4t+guB9YdIySGWKNckpCUZwZuQ2gCfYYPN +Xx2HJWcBYtZmFq6oGC6AcyU= +=UQsB -----END PGP SIGNATURE----- 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 |