Skip Menu |

This queue is for tickets about the Unicode-Normalize CPAN distribution.

Report information
The Basics
Id: 19506
Status: resolved
Priority: 0/
Queue: Unicode-Normalize

People
Owner: SADAHIRO [...] cpan.org
Requestors: jdhedden [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.00
Fixed in: 1.00



Subject: 'Making header files for XS' fails
'perl Makefile.PL' fails with: Making header files for XS... Unicode::Normalize, mkheader: neither unicore/CompositionExclusions.txt nor unicode/CompExcl.txt is found in /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 . at mkheader line 97 require mkheader called at Makefile.PL line 9 ERROR: 'perl Makefile.PL' failed for module Unicode-Normalize-1.00 ----- Show quoted text
> perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=cygwin, osvers=1.5.20s(0.15542), archname=cygwin-thread-multi-64int uname='cygwin_nt-5.0 pn100-02-2-054p 1.5.20s(0.15542) 20060309 10:35:06 i686 cygwin ' config_args='-de -Duse64bitint -Dusethreads -DPERL_DONT_CREATE_GVSV -Dno_mathoms -Uusemymalloc -A define:optimize=-O3 -pipe -funit-at-a-time -mtune=pentium4m -march=pentium4 -mfpmath=sse -mieee-fp -mmmx -msse -msse2 -A define:ld=/usr/bin/ld2' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=define use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement', optimize='-O3 -pipe -funit-at-a-time -mtune=pentium4m -march=pentium4 -mfpmath=sse -mieee-fp -mmmx -msse -msse2', cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement' ccversion='', gccversion='3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='/usr/bin/ld2', ldflags =' -s -L/usr/local/lib' libpth=/usr/local/lib /usr/lib /lib libs=-lgdbm -ldb -lcrypt -lgdbm_compat perllibs=-lcrypt -lgdbm_compat libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s' cccdlflags=' ', lddlflags=' -s -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API Locally applied patches: MAINT28213 28263 Built under cygwin Compiled at May 25 2006 09:01:59 %ENV: PERLIO="perlio" CYGWIN="server ntsec" @INC: /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 .
Subject: Re: [rt.cpan.org #19506] 'Making header files for XS' fails
Date: Sat, 27 May 2006 00:53:41 +0900
To: bug-Unicode-Normalize [...] rt.cpan.org
From: SADAHIRO Tomoyuki <bqw10602 [...] nifty.com>
On Fri, 26 May 2006 09:28:53 -0400 (EDT), "Jerry D. Hedden via RT" <bug-Unicode-Normalize@rt.cpan.org> wrote Show quoted text
> > Fri May 26 09:28:52 2006: Request 19506 was acted upon. > Transaction: Ticket created by JDHEDDEN > Queue: Unicode-Normalize > Subject: 'Making header files for XS' fails > Broken in: 1.00 > Severity: Critical > Owner: Nobody > Requestors: JDHEDDEN@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=19506 > > > > 'perl Makefile.PL' fails with: > > Making header files for XS... > Unicode::Normalize, mkheader: neither unicore/CompositionExclusions.txt > nor unicode/CompExcl.txt is found in /usr/lib/perl5/5.8/cygwin > /usr/lib/perl5/5.8 . at mkheader line 97 > require mkheader called at Makefile.PL line 9 > ERROR: 'perl Makefile.PL' failed for module Unicode-Normalize-1.00
This file must be included in your perl and be located in @INC. Otherwise Unicode::Normalize can't be built. README of Unicode::Normalize says: DEPENDENCIES This module requires some core modules and pragmas, and the following files from Unicode Character Database, which are included in recent perl core distributions. - unicore/CombiningClass.pl (or unicode/CombiningClass.pl) - unicore/Decomposition.pl (or unicode/Decomposition.pl) - unicore/CompositionExclusions.txt (or unicode/CompExcl.txt) Show quoted text
> ----- >
> > perl -V
> Summary of my perl5 (revision 5 version 8 subversion 8) configuration: > Platform: > osname=cygwin, osvers=1.5.20s(0.15542), > archname=cygwin-thread-multi-64int > uname='cygwin_nt-5.0 pn100-02-2-054p 1.5.20s(0.15542) 20060309 > 10:35:06 i686 cygwin ' > config_args='-de -Duse64bitint -Dusethreads -DPERL_DONT_CREATE_GVSV > -Dno_mathoms -Uusemymalloc -A define:optimize=-O3 -pipe -funit-at-a-time > -mtune=pentium4m -march=pentium4 -mfpmath=sse -mieee-fp -mmmx -msse > -msse2 -A define:ld=/usr/bin/ld2' > hint=recommended, useposix=true, d_sigaction=define > usethreads=define use5005threads=undef useithreads=define > usemultiplicity=define > useperlio=define d_sfio=undef uselargefiles=define usesocks=undef > use64bitint=define use64bitall=undef uselongdouble=undef > usemymalloc=n, bincompat5005=undef > Compiler: > cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing > -pipe -Wdeclaration-after-statement', > optimize='-O3 -pipe -funit-at-a-time -mtune=pentium4m > -march=pentium4 -mfpmath=sse -mieee-fp -mmmx -msse -msse2', > cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe > -Wdeclaration-after-statement' > ccversion='', gccversion='3.4.4 (cygming special) (gdc 0.12, using > dmd 0.125)', gccosandvers='' > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678 > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 > ivtype='long long', ivsize=8, nvtype='double', nvsize=8, > Off_t='off_t', lseeksize=8 > alignbytes=8, prototype=define > Linker and Libraries: > ld='/usr/bin/ld2', ldflags =' -s -L/usr/local/lib' > libpth=/usr/local/lib /usr/lib /lib > libs=-lgdbm -ldb -lcrypt -lgdbm_compat > perllibs=-lcrypt -lgdbm_compat > libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a > gnulibc_version='' > Dynamic Linking: > dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s' > cccdlflags=' ', lddlflags=' -s -L/usr/local/lib' > > > Characteristics of this binary (from libperl): > Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT > PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_ITHREADS > USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API > Locally applied patches: > MAINT28213 > 28263 > Built under cygwin > Compiled at May 25 2006 09:01:59 > %ENV: > PERLIO="perlio" > CYGWIN="server ntsec" > @INC: > /usr/lib/perl5/5.8/cygwin > /usr/lib/perl5/5.8 > .
Regards, SADAHIRO Tomoyuki
Subject: Re: [rt.cpan.org #19506] 'Making header files for XS' fails
Date: Mon, 29 May 2006 21:57:02 +0900
To: bug-Unicode-Normalize [...] rt.cpan.org
From: SADAHIRO Tomoyuki <bqw10602 [...] nifty.com>
Show quoted text
> Queue: Unicode-Normalize > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=19506 >
Show quoted text
> > 'perl Makefile.PL' fails with: > > > > Making header files for XS... > > Unicode::Normalize, mkheader: neither unicore/CompositionExclusions.txt > > nor unicode/CompExcl.txt is found in /usr/lib/perl5/5.8/cygwin > > /usr/lib/perl5/5.8 . at mkheader line 97 > > require mkheader called at Makefile.PL line 9 > > ERROR: 'perl Makefile.PL' failed for module Unicode-Normalize-1.00
> > This file must be included in your perl and be located in @INC. > Otherwise Unicode::Normalize can't be built.
The CPAN Testers' report #318696 tells PASS 5.8.8 on Cygwin 1.5.20s(0.15542) (cygwin-thread-multi-64int) I made a comparision between rt.cpan.org #19506 and cpan.testers #318696, and I found both are reported by same person and the summaries of the reporters' perl5 are almost identical. Therefore I consider the building problem to be resolved and I'll set the status of this ticket into resolved. If the problem still remains, please inform me again. Thanks, SADAHIRO Tomoyuki