Michael Fladischer <mich...@fladi.at> writes: > Here's a simple patch to fix this bug. I tested it on amd64 and i386 and > it built fine.
Thanks! I checked the libmemcached 1.0 source and can confirm that this will work, although it will duplicate the "SYSTEM ERROR" string since memcached_strerror will already add that. But it will fix the build against 1.0, so I'll apply this and upload it once the 1.0 libmemcached build stabilizes. (Right now, it's failing on most architectures.) Scott, in the long run it looks like you can merge the _ERRNO case with the case below it when doing error reporting and remove the SYSTEM ERROR or Problems part of the suffix, since memcached_last_error_message() will add all that stuff for you. Unfortunately, though, that function is new in the 1.0 API and doesn't exist in 0.44, so you'll probably have to add some configure glue to build with the new version. :/ (Or drop support for older versions, of course.) -- Russ Allbery (r...@debian.org) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org