[Groonga-commit] Errored: groonga/groonga#4945 (master - 5ba0483)

Back to archive index

Travis CI build****@travi*****
Tue Mar 24 22:11:18 JST 2015


Build Update for groonga/groonga
-------------------------------------

Build: #4945
Status: Errored

Duration: 1 minute and 50 seconds
Commit: 5ba0483 (master)
Author: Kouhei Sutou
Message: mingw: force to use 64bit version to work with debug build

localtime_s() and gmtime_s() are defined as inline function without
static in MinGW. The inline functions aren't inlined with -O0 build.
So localtime_s() and gmtime_s() symbols aren't found:

    .libs/ctx.o: In function `grn_timeval2tm':
    lib/ctx.c:141: undefined reference to `localtime_s'
    .libs/str.o: In function `grn_text_time2rfc1123':
    lib/str.c:2447: undefined reference to `gmtime_s'
    collect2: error: ld returned 1 exit status

View the changeset: https://github.com/groonga/groonga/compare/251f5f993dba...5ba0483347c4

View the full build log and details: https://travis-ci.org/groonga/groonga/builds/55639073

--

You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications


-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the Groonga-commit mailing list
Back to archive index