Skip Menu |

This queue is for tickets about the Video-ZVBI CPAN distribution.

Report information
The Basics
Id: 132741
Status: resolved
Priority: 0/
Queue: Video-ZVBI

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.1.0
Fixed in: 1.1.1



Subject: undefined symbol: utf8_to_uvchr_buf
The test suite fails with older perls (5.14.4 and older): ... PERL_DL_NONLAZY=1 "/opt/perl-5.14.4/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl Can't load '/home/cpansand/.cpan/build/2020053008/Video-ZVBI-1.1.0-eUwaDM/blib/arch/auto/Video/ZVBI/ZVBI.so' for module Video::ZVBI: /home/cpansand/.cpan/build/2020053008/Video-ZVBI-1.1.0-eUwaDM/blib/arch/auto/Video/ZVBI/ZVBI.so: undefined symbol: utf8_to_uvchr_buf at /opt/perl-5.14.4/lib/5.14.4/x86_64-linux/DynaLoader.pm line 190. at test.pl line 21. ...
Fixed in release 1.1.1 by generating ppport_zvbi.h with the latest version of Devel::PPPort, which contains a replacement for utf8_to_uvchr_buf() for older versions of Perl. Thanks a lot for your long-standing support for keeping Perl modules portable. I remember we exchanged emails regarding the ZVBI module as long as 13 years ago. On Sat May 30 10:20:49 2020, SREZIC wrote: Show quoted text
> The test suite fails with older perls (5.14.4 and older): > ZVBI.so: undefined symbol: utf8_to_uvchr_buf