in reply to Re^2: cpan install Unicode::Map8 failed
in thread cpan install Unicode::Map8 failed

Can anyone help me?

  • Comment on Re^3: cpan install Unicode::Map8 failed

Replies are listed 'Best First'.
Re^4: cpan install Unicode::Map8 failed
by Corion (Patriarch) on Jul 18, 2011 at 08:43 UTC

    You will need to show us the output of the failing test file. That means not running make test but running the test in isolation, by using

    make perl -Mblib -w t/map8.t

    That will show you the message why the test fails. As to the potential deeper reason of why the assumptions of the author about the code fail, I don't know.

      Thanks, Corion. Here's the output:

      [root@sparts Unicode-Map8-0.13-gF4099]# perl -Mblib -w t/map8.t 1..18 MAPS_DIR = /root/.cpan/build/Unicode-Map8-0.13-gF4099/blib/lib/Unicode +/Map8/maps ok 1 Segmentation fault

      I will also try to write to the author and ask for his/her help.

Re^4: cpan install Unicode::Map8 failed
by Anonymous Monk on Mar 27, 2017 at 06:43 UTC
    map8_recode8(m1, m2, str, res, len, &rlen);

    This function is probably undefined.