Gentoo Archives: gentoo-dev

From: Pacho Ramos <pacho@g.o>
To: gentoo-dev@l.g.o
Cc: PR Gentoo <pr@g.o>
Subject: Re: [gentoo-dev] RFC: news item for the 17.0 profiles
Date: Mon, 09 Oct 2017 21:40:18
Message-Id: 1507585200.1181.70.camel@gentoo.org
In Reply to: [gentoo-dev] RFC: news item for the 17.0 profiles by "Andreas K. Huettel"
1 El lun, 09-10-2017 a las 22:58 +0200, Andreas K. Huettel escribió:
2 > =====================================
3 > Title: New 17.0 profiles in the Gentoo repository
4 > Author: Andreas K. Hüttel <dilfridge@g.o>
5 > Posted: xxxxxxx
6 > Revision: 1
7 > News-Item-Format: 2.0
8 > Display-If-Installed: >=sys-devel/gcc-6.4.0
9 >
10 > We have just added a new set of profiles with release version 17.0
11 > to the Gentoo repository. These bring two changes:
12 > 1) The default C++ language version for applications is now C++14.
13 > This change is mostly relevant to Gentoo developers. It also
14 > means, however, that compilers earlier than GCC 6 are masked
15 > and not supported for use as a system compiler anymore. Feel
16 > free to unmask them if you need them for specific applications.
17 > 2) Where supported, GCC will now build position-independent
18 > executables (PIE) by default. This improves the overall
19 > security fingerprint. The switch from non-PIE to PIE binaries,
20 > however, requires some steps by users, as detailed below.
21 >
22 > Please consider switching from your current 13.0 profile to the
23 > corresponding 17.0 profile soon after GCC-6.4.0 has been
24 > stabilized on your architecture. The 13.0 profiles will be deprecated
25 > and removed in the near future.
26 >
27 > Switching involves the following steps:
28 > If not already done,
29 > * Use gcc-config to select gcc-6.4.0 or later as system compiler
30 > * Re-source /etc/profile:
31 > . /etc/profile
32 > * Re-emerge libtool
33
34 Could anyone with enough knowledge finally give a look to the patched vapier
35 provided in https://bugs.gentoo.org/88596 but never got committed?
36
37 Thanks!

Replies

Subject Author
Re: [gentoo-dev] RFC: news item for the 17.0 profiles "Toralf Förster" <toralf@g.o>