Open AlexDaniel opened 5 years ago
On Freitag, 8. Februar 2019 12:17:06 CET Aleks-Daniel Jakimenko-Aleksejev wrote:
"/home/alex/Blin/data/zef-data/store/Inline-Perl5-0.38.tar.gz/Inline-Perl5- 0.38/resources/libraries/libp5helper.so" -fPIC -g In file included from p5helper.c:2: /home/alex/perl5/perlbrew/perls/perl-5.26.0/lib/5.26.0/x86_64-linux-multi/CO RE/perl.h:738:13: fatal error: xlocale.h: No such file or directory #
include
Looks like your Perl 5 installation is broken. I_XLOCALE seems to be defined but xlocale.h not in the include paths. I don't think there's anything Inline::Perl5 can do there.
Interesting. I'll take a look later.
Yeah it looks like the "xlocale.h" was removed from the glibc some time ago, so is it possible this is Perl 5 built with an older gcc/glibc combo than is currently present on the machine?
Module Inline::Perl5 cannot be installed (
AlwaysFail
), perhaps it has some failing tests.works for me
label, leave a comment saying that it works for you and mention any details that you feel are important.native dependency
label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). Also try to update this wiki page.PR sent
label.failing dependency
label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.
Output:
Ping @niner
Previous ticket: #171