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 9AA071382C5 for ; Wed, 21 Feb 2018 02:00:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAFDAE081E; Wed, 21 Feb 2018 02:00:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 84137E081E for ; Wed, 21 Feb 2018 02:00:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AB3A335C2A for ; Wed, 21 Feb 2018 02:00:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 084F9215 for ; Wed, 21 Feb 2018 02:00:23 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1519178416.b746bc3e9dffac056b7576071ecba7fee79910ee.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/prefix/standalone/kernel-2.6.16+/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask X-VCS-Directories: profiles/features/prefix/standalone/kernel-2.6.16+/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: b746bc3e9dffac056b7576071ecba7fee79910ee X-VCS-Branch: master Date: Wed, 21 Feb 2018 02:00:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ebb6b294-48cf-4fbc-a676-ad32a2c0d7c9 X-Archives-Hash: 9232665acba18fb1a77d518cba4f4244 commit: b746bc3e9dffac056b7576071ecba7fee79910ee Author: Benda Xu gentoo org> AuthorDate: Wed Feb 21 01:56:51 2018 +0000 Commit: Benda XU gentoo org> CommitDate: Wed Feb 21 02:00:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b746bc3e profiles/f/p/s/kernel-2.6.16+: mask PIE. We cannot support PIE on linux-2.6.16 unless we know how to build glibc-2.19 with PIE. .../features/prefix/standalone/kernel-2.6.16+/package.use.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask b/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask new file mode 100644 index 00000000000..9ddfe805a61 --- /dev/null +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Benda Xu (Feb 21, 2018) +# We are on an old kernel that only glibc-2.19 is supported. That glibc does +# not build with PIE enabled. glibc-2.19 and linux-2.6.16 is end of life +# anyway, so we don't care about security. +sys-devel/gcc pie