Skip Menu |

This queue is for tickets about the Cache-Memcached-XS CPAN distribution.

Report information
The Basics
Id: 124644
Status: new
Priority: 0/
Queue: Cache-Memcached-XS

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

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: (no value)



Subject: undefined symbol: mcm_buf_len
The test suite fails on Ubuntu 16.04 systems (various perl versions): ... # Failed test 'use Cache::Memcached::XS;' # at t/Cache-Memcached-XS.t line 9. # Tried to use 'Cache::Memcached::XS'. # Error: Can't load '/home/cpansand/.cpan/build/2018030215/Cache-Memcached-XS-0.01-0/blib/arch/auto/Cache/Memcached/XS/XS.so' for module Cache::Memcached::XS: /usr/lib/libmemcache.so.0: undefined symbol: mcm_buf_len at /opt/perl-5.27.8/lib/5.27.8/x86_64-linux/DynaLoader.pm line 193. # # Compilation failed in require at t/Cache-Memcached-XS.t line 9. # BEGIN failed--compilation aborted at t/Cache-Memcached-XS.t line 9. # Looks like you failed 1 test of 1. t/Cache-Memcached-XS.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests ...