Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 636206

Summary: dev-lang/perl includes xlocale.h in perl.h -> breakage with glibc-2.26 update
Product: Gentoo Linux Reporter: Andreas K. Hüttel <dilfridge>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal CC: toolchain
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=636370
https://bugs.gentoo.org/show_bug.cgi?id=648460
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 638010, 646004    

Description Andreas K. Hüttel archtester gentoo-dev 2017-11-01 19:48:10 UTC
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.
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2017-11-01 21:05:45 UTC
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(+)
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2018-04-28 18:33:11 UTC
Ugh. We need to fix that also for 5.24 and stabilize...
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2018-04-30 12:06:55 UTC
(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.