'make test' fails for 1.0.18 compiled on CentOS 6.2 x64
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libmemcached |
New
|
Undecided
|
Unassigned |
Bug Description
I've got CentOS 6.2 with updates as provided by CentOS. I've run the following as a standard user:
wget https:/
tar xvzf libmemcached-
cd libmemcached-1.0.18
./configure
make
- Multiple warnings:
-- assuming that the loop counter does not overflow
-- assuming that the loop is not infinite
sudo make install
make test
->
...
XFAIL: clients/memcapable
XFAIL: clients/memcat
XFAIL: clients/memcp
XFAIL: clients/memdump
XFAIL: clients/memerror
XFAIL: clients/memexist
XFAIL: clients/memtouch
XFAIL: clients/memflush
XFAIL: clients/memparse
XFAIL: clients/memping
XFAIL: clients/memrm
XFAIL: clients/memslap
XFAIL: clients/memstat
...
FAIL: tests/libmemcac
CXXLD tests/libmemcac
FAIL: tests/libmemcac
CXXLD tests/libmemcac
See attached log file.
I also get errors for 1.0.14 and 1.0.16.