From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 17E5F138CAE for ; Thu, 23 Apr 2015 08:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 376DCE08FB; Thu, 23 Apr 2015 08:12:43 +0000 (UTC) Received: from mailrelay101.isp.belgacom.be (mailrelay101.isp.belgacom.be [195.238.20.128]) by pigeon.gentoo.org (Postfix) with ESMTP id AF2D9E08F2 for ; Thu, 23 Apr 2015 08:12:41 +0000 (UTC) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=aVuRYB9jFzFsbHnyIO6WTXMsFsysg296qeRS+2aVNsk= c=1 sm=2 a=NimUR-UY4PkA:10 a=pGLkceISAAAA:8 a=OeOJ9f3AytFWOm4oHScA:9 a=CjuIK1q_8ugA:10 a=bDqfGn44ETEA:10 a=F7uppklCh7L8ibQwYeEA:9 a=nAlFfgDirdAA:10 a=OLolAL8a0eIA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2B0BgDuqDhV/+F6Q1dbgwxSXMgshgwCgTZNAQEBAQEBgQuEIQEBBFYXHAsYLhApHogwAxUBvgGIfA2FNwELIIs3hBZ1FoQXAQSRHIIXgg+HUjuFc4oeg04jg3U8MYJEAQEB Received: from 225.122-67-87.adsl-dyn.isp.belgacom.be (HELO numa-be.localdomain) ([87.67.122.225]) by relay.skynet.be with ESMTP; 23 Apr 2015 10:12:40 +0200 Received: from numa-be (localhost [127.0.0.1]) by numa-be.localdomain (Postfix) with ESMTP id 3B0719C1511 for ; Thu, 23 Apr 2015 10:12:40 +0200 (CEST) Date: Thu, 23 Apr 2015 10:12:40 +0200 From: Helmut Jarausch Subject: Re: [gentoo-user] Re: gcc-5.0 ? To: gentoo-user@lists.gentoo.org References: <20150421183919.1dc1c618@hactar.digimed.co.uk> In-Reply-To: (from wireless@tampabay.rr.com on Thu Apr 23 07:51:30 2015) X-Mailer: Balsa 2.5.1-190-gea24268 Message-Id: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-Lof8yddrGnagw4Mj2oI9" X-Archives-Salt: 5c5be2a2-fd56-4b5e-8625-67a2bc139c95 X-Archives-Hash: c5417e14da32aa6f7426ff840e145694 --=-Lof8yddrGnagw4Mj2oI9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 04/23/2015 07:51:30 AM, james wrote: > Nikos Chantziaras gmail.com> writes: >=20 >=20 > > > So is my best hope the "toolchain" repo ? >=20 > > You can always compile and install locally in your $HOME directory. > 5.1 > > was just released, so you can try that. >=20 > I hear you. It'd take me a long time to figure out the settings, > configs > and such. Beside I know that folks that do this sort of thing put > some time into learning the tricks..... >=20 > I'll wait at least until there is an ebuild of some kind. Those folks > (toolchain) that put out the 5.0.x builds should have one for 5.1 > soon.......... I do agree with the subliminal suggestion that I should > find those gcc compile and install docs to read about the new options > and feature and where I needed them turned off or on, regardless of > how it is installed on my systems. >=20 I've just renamed the gcc-6.0.0_alpha20150412.ebuild (the 6 must be typo) = from toolchain overlay to gcc-5.1.0.ebuild which I have attached. It worked just fine here. Helmut = --=-Lof8yddrGnagw4Mj2oI9 Content-Type: text/plain; charset=us-ascii; name=gcc-5.1.0.ebuild Content-Disposition: attachment; filename=gcc-5.1.0.ebuild # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" GCC_FILESDIR="${PORTDIR}/sys-devel/gcc/files" inherit eutils toolchain KEYWORDS="" IUSE="debug" RDEPEND="" DEPEND="${RDEPEND} >=${CATEGORY}/binutils-2.20" if [[ ${CATEGORY} != cross-* ]] ; then PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.12 )" fi src_prepare() { toolchain_src_prepare use debug && GCC_CHECKS_LIST="yes" } --=-Lof8yddrGnagw4Mj2oI9--