Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 379383

Summary: dev-perl/Unicode-Map8-0.13 fails
Product: Gentoo Linux Reporter: Dirk Gouders <dirk>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal CC: Martin.vGagern
Priority: Highest    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 378783    
Attachments: emerge --info

Description Dirk Gouders 2011-08-16 11:33:25 UTC
Created attachment 283541 [details]
emerge --info

I habe problems to build dev-perl/Unicode-Map8-0.13:

...
cp Map8/maps/ISO_8859-13.bin blib/lib/Unicode/Map8/maps/ISO_8859-13.bin
/usr/bin/perl5.12.4 /usr/lib64/perl5/vendor_perl/5.12.4/ExtUtils/xsubpp  -typemap /usr/lib64/perl5/5.12.4/ExtUtils/typemap -typemap typemap  Map8.xs > Map8.xsc && mv Map8.xsc Map8.c
Could not find a typemap for C type 'U16*' in Map8.xs, line 229
...

I tried perl-cleaner with --all and --allmodules but that did not help.
Comment 1 Dirk Gouders 2011-08-22 11:10:43 UTC
I want to add some information:

On a machine also with perl-5.12.4 installed, everything went fine,
but I noticed that "/usr/lib64/perl5/vendor_perl/5.12.2/ExtUtils/xsubpp"
was used to build Unicode-Map8.

After I ran `perl-cleaner --modules' on that machine, "/usr/lib64/perl5/vendor_perl/5.12.4/ExtUtils/xsubpp" is used and I cannot build
Unicode-Map8 on that machine, as well.
Comment 2 Dirk Gouders 2011-08-22 12:46:02 UTC
On the machine where I first noticed the problem, I downgraded to
perl-5.12.3-r1 and with that version Unicode-Map8 can be
installed without problems.
Comment 3 Torsten Veller (RETIRED) gentoo-dev 2011-08-25 13:11:33 UTC
Fixed by perl-core/ExtUtils-ParseXS-3.40.0
Comment 4 Torsten Veller (RETIRED) gentoo-dev 2011-08-31 02:18:57 UTC
*** Bug 381235 has been marked as a duplicate of this bug. ***