From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB4841396D9 for ; Wed, 11 Oct 2017 12:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98C51E0CBF; Wed, 11 Oct 2017 12:10:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F712E0BCB for ; Wed, 11 Oct 2017 12:10:12 +0000 (UTC) Received: from martineau.localdomain (unknown [24.51.165.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: titanofold) by smtp.gentoo.org (Postfix) with ESMTPSA id CB8CC33BF47 for ; Wed, 11 Oct 2017 12:10:04 +0000 (UTC) Received: by martineau.localdomain (Postfix, from userid 1000) id 862C38701CF4; Wed, 11 Oct 2017 08:10:02 -0400 (EDT) Date: Wed, 11 Oct 2017 08:10:02 -0400 From: "Aaron W. Swenson" To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] RFC v2: news item for the 17.0 profiles Message-ID: <20171011121002.GA19127@martineau.grandmasfridge.local> Mail-Followup-To: gentoo-dev@lists.gentoo.org References: <1528131.eIYCIZq90I@pinacolada> <1537421.UsZouyEjHW@pinacolada> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <1537421.UsZouyEjHW@pinacolada> User-Agent: Mutt/1.7.2 (2016-11-26) X-Archives-Salt: 3525fd4b-b2a2-4c5f-b9d4-911aa05154e1 X-Archives-Hash: 70fa7d601c2a9d42f6d29b6f87aef692 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2017-10-10 21:16, Andreas K. Huettel wrote: > =E2=80=A6 > Switching involves the following steps: > If not already done, > * Use gcc-config to select gcc-6.4.0 (or later) as system compiler > * Re-source /etc/profile: > . /etc/profile > * Re-emerge libtool Should probably instruct users to upgrade all packages first because it can be, as I=E2=80=99ve experienced, nearly impossible to upgrade GCC if the world isn=E2=80=99t up to the latest stable. An =E2=80=98emerge -avuDN world=E2=80=99 should do the trick as a first ste= p. > Then, > * Select the new profile with eselect > * Re-emerge, in this sequence, the selected gcc, binutils, and glibc > emerge -1 sys-devel/gcc:6.4.0 > emerge -1 sys-devel/binutils > emerge -1 sys-libs/glibc Some of these can take a while. Maybe we want to spell it out: for p in sys-devel/gcc:6.4.0 sys-devel/binutils sys-libs/glibc; do emerge -1 $p || break done --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iNUEAREKAH0WIQRPTtQ2xj0Ap7RjpAAol2NzYdYtXQUCWd4KGl8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0NEY0 RUQ0MzZDNjNEMDBBN0I0NjNBNDAwMjg5NzYzNzM2MUQ2MkQ1RAAKCRAol2NzYdYt XfHKAQCCKsFtO4dbvDkVXNO2/X18dpC+ZPx2eqHPQbwS3AXnkwD/ZGSv4lonCwH0 zLX82ooemIVHAXOxl7yX/ZSVxnUISRY= =Ac2V -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK--