Travis CI
notif****@travi*****
Thu Jul 11 21:55:21 JST 2013
Build Update for groonga/groonga ------------------------------------- Build: #2001 Status: Still Failing Duration: 15 minutes and 10 seconds Commit: 73dca1f (master) Author: Kouhei Sutou Message: suggest: use zmq_compatible.h in suggest_httpd for zmq >= 3 GitHub: refs #63 See also: http://www.zeromq.org/docs:3-1-upgrade Reported by Naoya Inada. Thanks!!! groonga_suggest_httpd.c: In function ‘log_send’: groonga_suggest_httpd.c:215:9: error: too few arguments to function ‘zmq_send’ if (zmq_send(thd->zmq_sock, &msg, 0)) { ^ In file included from groonga_suggest_httpd.c:38:0: /usr/include/zmq.h:349:16: note: declared here ZMQ_EXPORT int zmq_send (void *s, const void *buf, size_t len, int flags); ^ groonga_suggest_httpd.c: In function ‘recv_handler’: groonga_suggest_httpd.c:497:5: error: too few arguments to function ‘zmq_recv’ if (zmq_recv(zmq_recv_sock, &msg, 0)) { ^ In file included from groonga_suggest_httpd.c:38:0: /usr/include/zmq.h:350:16: note: declared here ZMQ_EXPORT int zmq_recv (void *s, void *buf, size_t len, int flags); ^ View the changeset: https://github.com/groonga/groonga/compare/dfca66e0934b...73dca1ff1910 View the full build log and details: https://travis-ci.org/groonga/groonga/builds/8964979 -- You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration -------------- next part -------------- An HTML attachment was scrubbed...Download