Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1464389

Summary: /usr/lib64/perl5/CORE/perl.h requires <xlocale.h> which does not exist
Product: [Fedora] Fedora Reporter: Richard W.M. Jones <rjones>
Component: perlAssignee: Jitka Plesnikova <jplesnik>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: cweyl, fweimer, iarnell, jplesnik, kasal, perl-devel, ppisar, psabata, rc040203, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-23 10:19:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 910269    
Attachments:
Description Flags
build.log
none
root.log none

Description Richard W.M. Jones 2017-06-23 10:04:59 UTC
Description of problem:

/usr/lib64/perl5/CORE/perl.h:738:13: fatal error: xlocale.h: No such file or directory
 #   include <xlocale.h>
             ^~~~~~~~~~~

Version-Release number of selected component (if applicable):

glibc-2.25.90-12.fc27
perl-devel-4:5.26.0-393.fc27

How reproducible:

Unknown.

Steps to Reproduce:
1. Build an XS file in Rawhide.

https://koji.fedoraproject.org/koji/taskinfo?taskID=20114709

Full build.log, root.log attached.

Comment 1 Richard W.M. Jones 2017-06-23 10:05:52 UTC
Created attachment 1290961 [details]
build.log

Comment 2 Richard W.M. Jones 2017-06-23 10:06:33 UTC
Created attachment 1290962 [details]
root.log

Comment 3 Richard W.M. Jones 2017-06-23 10:10:51 UTC
From the glibc changelog:

* Wed Jun 21 2017 Florian Weimer <fweimer> - 2.25.90-8
- Adjust build requirements for gcc, binutils, kernel-headers.
- Auto-sync with upstream master,
  commit 43e0ac24c836eed627a75ca932eb7e64698407c6, changing:
- Remove <xlocale.h>

So I guess either Perl needs to be recompiled or else glibc is
broken.  No reason is given for dropping xlocale.h.

Comment 4 Richard W.M. Jones 2017-06-23 10:19:01 UTC

*** This bug has been marked as a duplicate of bug 1464244 ***