DescriptionRichard 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 1Richard W.M. Jones
2017-06-23 10:05:52 UTC
Comment 3Richard 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 4Richard W.M. Jones
2017-06-23 10:19:01 UTC
*** This bug has been marked as a duplicate of bug 1464244 ***