Comment 14 for bug 759357

Revision history for this message
Sammie S. Taunton (diemuzi) wrote :

Downloaded the lp:gearmand and received the exact same errors.

libtest/server.cc: In function 'void test_gearmand_stop(pid_t)':
libtest/server.cc:200:9: error: variable 'pid' set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors

make[1]: *** [libtest/server.lo] Error 1
make[1]: Leaving directory `/usr/local/packages/gearman/src/gearmand-0.20'
make: *** [all] Error 2

It seems as if some sort of new signal was introduced that is killing this from continuing. I decided to try the 0.19 branch and it compiled without problems. Previously I was testing with 0.18 as it was the latest version I knew that was working. So something between 0.19 and 0.20 changed near the end of the "make" section.

Wish I could be more helpful in determining what is actually causing this issue.