slyfox 14/04/03 20:05:01 Modified: ghc-7.6.3-r1.ebuild ChangeLog Log: Disable ghci relinking hack on prefix. Found out by Wilfred Hughes on RHEL5 with glibc-2.7. (Portage version: 2.2.8_p62/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.10 dev-lang/ghc/ghc-7.6.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?r1=1.9&r2=1.10 Index: ghc-7.6.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ghc-7.6.3-r1.ebuild 15 Feb 2014 08:52:36 -0000 1.9 +++ ghc-7.6.3-r1.ebuild 3 Apr 2014 20:05:01 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.9 2014/02/15 08:52:36 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.10 2014/04/03 20:05:01 slyfox Exp $ # Brief explanation of the bootstrap logic: # @@ -626,6 +626,7 @@ is_crosscompile && return use elibc_glibc || return + use prefix && return # we expect 'libc.a' bits be self-sufficient if gcc-specs-pie; then 1.254 dev-lang/ghc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.254&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.254&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.253&r2=1.254 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v retrieving revision 1.253 retrieving revision 1.254 diff -u -r1.253 -r1.254 --- ChangeLog 15 Feb 2014 08:52:36 -0000 1.253 +++ ChangeLog 3 Apr 2014 20:05:01 -0000 1.254 @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ghc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.253 2014/02/15 08:52:36 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.254 2014/04/03 20:05:01 slyfox Exp $ + + 03 Apr 2014; Sergei Trofimovich <[email protected]> ghc-7.6.3-r1.ebuild: + Disable ghci relinking hack on prefix. Found out by Wilfred Hughes on RHEL5 + with glibc-2.7. 15 Feb 2014; Sergei Trofimovich <[email protected]> ghc-6.12.3-r2.ebuild, ghc-7.0.4.ebuild, ghc-7.4.1-r1.ebuild, ghc-7.4.1.ebuild, ghc-7.4.2.ebuild,
