Export to GitHub

memcached - issue #419

Error during installation in "make"


Posted on Jul 16, 2015 by Massive Rhino

What steps will reproduce the problem? 1. /configure 2.make

What is the expected output? What do you see instead?

expected: no errors

instead:

items.c:1141:28: error: comparison of constant 256 with expression of type 'uint8_t' (aka 'unsigned char') is always true [-Werror,-Wtautological-constant-out-of-range-compare] assert(it->slabs_clsid < LARGEST_ID); ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ /usr/include/assert.h:93:25: note: expanded from macro 'assert' (builtin_expect(!(e), 0) ? __assert_rtn(__func, FILE, LINE, #e) : (void)0)

1 error generated. make[2]: * [memcached_debug-items.o] Error 1 make[1]: * [install-recursive] Error 1 make: * [install] Error 2

What version of the product are you using? On what operating system?

memcached-1.4.24

Mac os x

Please provide any additional information below.

Using previous version 23 solved the problem

Status: New

Labels:
Type-Defect Priority-Medium