XDF / catz

The world's most advanced cat show photo engine
https://catza.net/
0 stars 0 forks source link

Cache::Memcached::Fast install error on prod #443

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Test Summary Report
-------------------
t/big_value.t   (Wstat: 256 Tests: 13 Failed: 1)
  Failed test:  13
  Non-zero exit status: 1
Files=15, Tests=122,  1 wallclock secs ( 0.05 usr  0.01 sys +  0.74 cusr  0.06 
csys =  0.86 CPU)
Result: FAIL
Failed 1/15 test programs. 1/122 subtests failed.
make: *** [test_dynamic] Error 255
  KROKI/Cache-Memcached-Fast-0.19.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports KROKI/Cache-Memcached-Fast-0.19.tar.gz
Running make install
  make test had returned bad status, won't install without force

Original issue reported on code.google.com by heikki.s...@gmail.com on 10 Mar 2013 at 9:07

GoogleCodeExporter commented 9 years ago
I've seen this before many times and all has been working without issues in 
production. So I do:

perl -MCPAN -e "CPAN::Shell->force(qw(install Cache::Memcached::Fast));"

Original comment by heikki.s...@gmail.com on 10 Mar 2013 at 9:09