rindex undefined in libtest/main.cc
Bug #1224951 reported by
Jon Tibble
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libmemcached |
Fix Committed
|
Medium
|
Brian Aker |
Bug Description
We were getting errors about rindex undefined in libtest/main.cc. This is a SmartOS/illumos based system but I'm not sure that makes much difference to this.
The attached patch fixed the issue for us by duplicating how it seems to be handled in clients/memcp.cc
This applies to 1.0.16 and 1.0.17 (the only two I tried).
Related branches
lp:~brianaker/libmemcached/1224951
- Tangent Trunk: Pending requested
-
Diff: 765 lines (+200/-123) (has conflicts)21 files modifiedbootstrap.sh (+45/-17)
clients/memcp.cc (+1/-1)
libmemcached/io.cc (+4/-4)
libmemcached/string.cc (+11/-9)
libtest/cmdline.cc (+1/-1)
libtest/core.cc (+2/-2)
libtest/cpu.cc (+5/-0)
libtest/main.cc (+9/-2)
libtest/unittest.cc (+5/-5)
m4/ax_debug.m4 (+4/-2)
m4/ax_harden_compiler_flags.m4 (+36/-0)
m4/ax_memcached.m4 (+10/-21)
m4/hiredis.m4 (+26/-34)
tests/libmemcached-1.0/plus.cpp (+7/-0)
tests/memcat.cc (+7/-5)
tests/memcp.cc (+4/-0)
tests/memdump.cc (+3/-2)
tests/memexist.cc (+8/-8)
tests/memping.cc (+2/-2)
tests/memrm.cc (+3/-1)
tests/memtouch.cc (+7/-7)
Changed in libmemcached: | |
status: | New → Fix Committed |
To post a comment you must log in.
Thanks!