On Tue, September 13, 2005 8:44 am, Xavier Ottolini wrote: > Thanks Graham, > > I noticed that Perl 5.6.1 is also required for another package. Do you > think that if I upgrade Perl, this problem will be fixed ?
Yes. You will also avoid the bug notes in the README There is a bug in perl5.6.0 with UV's that are >= 1<<31. This will show up as tests 8 and 9 of dualvar.t failing Graham. > Graham Barr a écrit : > >>On Tue, September 13, 2005 6:23 am, Xavier Ottolini wrote: >> >> >>>Hi all, >>> >>>I am a newbee with perl. I try to install the Scalar::Util module with >>>CPAN. I get an error during the operation. Her is the message : >>> >>> >>> >> >> >> >> >>>/usr/bin/perl -Iinc -I/usr/lib/perl5/5.6.0/i386-linux >>>-I/usr/lib/perl5/5.6.0 /usr/lib/perl5/5.6.0/ExtUtils/xsubpp -typemap >>>/usr/lib/perl5/5.6.0/ExtUtils/typemap Util.xs > Util.xsc && mv Util.xsc >>>Util.c >>> >>> >> >>Something is wrong there. The Makefile.PL should add -typemap mytypemap >>to the xsubpp args for perl prior to 5.6.1 >> >>Can you run >> >> grep XSUBPP_EXTRA_ARGS Makefile >> >>Graham. >> >> >> >> > >