Skip Menu |

This queue is for tickets about the X11-Xlib CPAN distribution.

Report information
The Basics
Id: 121004
Status: resolved
Priority: 0/
Queue: X11-Xlib

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

Bug Information
Severity: (no value)
Broken in: 0.11
Fixed in: 0.12



Subject: Undefined symbol "utf8_to_uvchr_buf"
Running the test suite with perl 5.14 and older shows the following problem: ... # Failed test 'use X11::Xlib;' # at t/1-X11-Xlib.t line 8. # Tried to use 'X11::Xlib'. # Error: Can't load '/usr/home/eserte/.cpan/build/2017040706/X11-Xlib-0.11-1/blib/arch/auto/X11/Xlib/Xlib.so' for module X11::Xlib: /usr/home/eserte/.cpan/build/2017040706/X11-Xlib-0.11-1/blib/arch/auto/X11/Xlib/Xlib.so: Undefined symbol "utf8_to_uvchr_buf" at /usr/perl5.8.9/lib/5.8.9/amd64-freebsd/DynaLoader.pm line 226. # at t/1-X11-Xlib.t line 8. # Compilation failed in require at t/1-X11-Xlib.t line 8. # BEGIN failed--compilation aborted at t/1-X11-Xlib.t line 8. ...
Thanks for catching that. I thought I'd fixed it but there were two places where I used that function. Should be fixed in 0.12
On 2017-04-07 03:59:27, NERDVANA wrote: Show quoted text
> Thanks for catching that. I thought I'd fixed it but there were two > places where I used that function. Should be fixed in 0.12
It looks indeed fixed in 0.12.