Skip Menu |

This queue is for tickets about the URI-Encode-XS CPAN distribution.

Report information
The Basics
Id: 122809
Status: new
Priority: 0/
Queue: URI-Encode-XS

People
Owner: Nobody in particular
Requestors: lautgesetz [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.10
Fixed in: (no value)



Subject: does not build: utf8_valid.h missing
See log below. CPAN testers show this issue to occur on all platforms. Building and testing URI-Encode-XS-0.10 cp README.pod blib/lib/URI/Encode/README.pod cp lib/URI/Encode/XS.pm blib/lib/URI/Encode/XS.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/Users/davekam/perl5/perlbrew/perls/perl-5.24.1/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/URI/Encode/XS/XS.bs 644 "/Users/davekam/perl5/perlbrew/perls/perl-5.24.1/bin/perl" "/Users/davekam/perl5/perlbrew/perls/perl-5.24.1/lib/site_perl/5.24.1/ExtUtils/xsubpp" -typemap '/Users/davekam/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/ExtUtils/typemap' XS.xs > XS.xsc mv XS.xsc XS.c cc -c -I. -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -O3 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" "-I/Users/davekam/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/darwin-2level/CORE" XS.c XS.xs:6:10: fatal error: 'utf8_valid.h' file not found #include "utf8_valid.h" ^ 1 error generated. make: *** [XS.o] Error 1