call for testers

Paul Querna chip at corelands.com
Tue Sep 5 00:01:10 UTC 2006


Solaris 10, x86_64, gcc 3.4.3:

gmake[2]: Entering directory
`/export/home/pquerna/src/memcached-1.2.x-svn357'
if gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2
-I/export/home/pquerna/local/libevent/1.1b/include -MT memcached.o -MD
-MP -MF ".deps/memcached.Tpo" \
  -c -o memcached.o `test -f 'memcached.c' || echo './'`memcached.c; \
then mv -f ".deps/memcached.Tpo" ".deps/memcached.Po"; \
else rm -f ".deps/memcached.Tpo"; exit 1; \
fi
memcached.c: In function `add_msghdr':
memcached.c:174: error: structure has no member named `msg_control'
memcached.c:175: error: structure has no member named `msg_controllen'
memcached.c:176: error: structure has no member named `msg_flags'
memcached.c: In function `build_udp_headers':
memcached.c:545: warning: comparison of distinct pointer types lacks a cast
gmake[2]: *** [memcached.o] Error 1
gmake[2]: Leaving directory
`/export/home/pquerna/src/memcached-1.2.x-svn357'


-Paul

Brad Fitzpatrick wrote:
> Before I do a release, can I get some people running the test suite on
> this snapshot?
> 
> http://danga.com/memcached/dist/experimental/memcached-1.2.x-svn357.tar.gz
> 
> Instructions:
> 
>   -- ./configure
>   -- make
>   -- prove test
>      -- if all good (you see at bottom:  "All tests successful, ...."),
>         let me know.
>      -- if bad, reply with "prove -v test", which will show verbose
>         per-test output
> 
> Looking for:
> 
>   -- Various Linux Distros (I've tried Debian and CentOS)
>   -- Solaris 10 (my Nexenta VM is failing to boot again)
>   -- FreeBSD
>   -- OS X
>   -- 64-bit whatevers (I did test it on 64-bit CentOS)
> 
> Let me know of any quirks, even if they're not part of the tests.
> 
> - Brad



More information about the memcached mailing list