Gentoo Archives: gentoo-dev

From: Patrick Lauer <patrick@g.o>
To: gentoo-dev@l.g.o
Cc: qa@g.o
Subject: Re: [gentoo-dev] glibc 2.23 and willfully breaking stuff
Date: Sat, 16 Apr 2016 07:34:14
Message-Id: 5711EAE5.2030201@gentoo.org
In Reply to: [gentoo-dev] glibc 2.23 and willfully breaking stuff by Patrick Lauer
1 On 04/16/2016 09:23 AM, Patrick Lauer wrote:
2 >I very strongly suggest bumping the glibc ebuild, removing the patch in
3 the bump, and masking the broken version. Then asking people to test the
4 patched version to smoke out failures, and in a few months we can
5 consider re-enabling this tomfoolery.
6
7 And this is the required patch:
8
9 --- glibc-2.23-r1.ebuild 2016-04-14 09:46:35.204239147 +0200
10 +++ glibc-2.23-r2.ebuild 2016-04-16 09:30:44.653753397 +0200
11 @@ -166,6 +166,7 @@
12 # Bug 558636 we don't apply the pie works around for 2.22. It
13 shoud have the support. #558636
14 GLIBC_PATCH_EXCLUDE+="
15 00_all_0002-workaround-crash-when-handling-signals-in-static-PIE.patch"
16 GLIBC_PATCH_EXCLUDE+="
17 00_all_0012-disable-PIE-when-checking-for-PIC-default.patch"
18 + GLIBC_PATCH_EXCLUDE+="
19 00_all_0009-sys-types.h-drop-sys-sysmacros.h-include.patch"
20 }
21
22 eblit-src_prepare-post() {