dev-lang/perl includes xlocale.h in perl.h -> breakage with glibc-2.26 update In file included from Quota.xs:5:0: /usr/lib/perl5/5.26.1/i686-linux/CORE/perl.h:738:24: fatal error: xlocale.h: No such file or directory # include <xlocale.h> ^ compilation terminated.
commit 3090f9bcb03ab409e2640b9560f58782eac87146 (HEAD -> master, origin/master, origin/HEAD) Author: Andreas K. Hüttel <dilfridge@gentoo.org> Date: Wed Nov 1 22:04:39 2017 +0100 dev-lang/perl: Dont include xlocale.h in perl.h, bug 636206 Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-lang/perl/perl-5.26.1-r1.ebuild | 624 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ dev-lang/perl/perl-5.26.9999.ebuild | 1 + dev-lang/perl/perl-5.28.9999.ebuild | 1 + 3 files changed, 626 insertions(+)
Ugh. We need to fix that also for 5.24 and stabilize...
(In reply to Andreas K. Hüttel from comment #2) > Ugh. We need to fix that also for 5.24 and stabilize... It's actually already fixed in 5.24.3-r1, which is stable.