Hi Jens, Oops sorry, I didn't mean to send that! But perhaps that's related to this patch?
https://travis-ci.org/apache/thrift/builds/18011132 line 1509 thriftl.ll:64:21: fatal error: thrifty.h: No such file or directory compilation terminated. updating thrifty.h ... make: *** [all] Error 2 The command "make -j$NUM_CPU" exited with 2. the job fails but after the make check runs normally again! Not sure what's causing it. - Henrique On 1 February 2014 13:16, Henrique Mendonça <henri...@apache.org> wrote: > Hi Jens, > > > https://travis-ci.org/apache/thrift/builds/18011132 line 1509 > > thriftl.ll:64:21: fatal error: thrifty.h: No such file or directory > > compilation terminated. > > updating thrifty.h > ... > > make: *** [all] Error 2 > > The command "make -j$NUM_CPU" exited with 2. > > $ make check -j$NUM_CPU && sh test/test.sh > > > > On 1 February 2014 01:02, Hudson (JIRA) <j...@apache.org> wrote: > >> >> [ >> https://issues.apache.org/jira/browse/THRIFT-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888334#comment-13888334] >> >> Hudson commented on THRIFT-2338: >> -------------------------------- >> >> SUCCESS: Integrated in Thrift #1025 (See [ >> https://builds.apache.org/job/Thrift/1025/]) >> THRIFT-2338 First doctext wrongly interpreted as program doctext in some >> cases (jensg: rev 813749dc50676c9d2ba778bf73bcb9bb872bd30c) >> * compiler/cpp/src/main.cc >> * compiler/cpp/src/logging.h >> * compiler/cpp/src/thriftl.ll >> * compiler/cpp/src/parse/t_doc.h >> * compiler/cpp/src/globals.h >> * compiler/cpp/src/main.h >> >> >> > First doctext wrongly interpreted as program doctext in some cases >> > ------------------------------------------------------------------ >> > >> > Key: THRIFT-2338 >> > URL: https://issues.apache.org/jira/browse/THRIFT-2338 >> > Project: Thrift >> > Issue Type: Sub-task >> > Components: Compiler (General) >> > Affects Versions: 0.9.2 >> > Reporter: Jens Geyer >> > Assignee: Jens Geyer >> > Fix For: 0.9.2 >> > >> > Attachments: >> THRIFT-2338_First_doctext_wrongly_interpreted_as_program_doctext_in_some_cases.patch >> > >> > >> > One can never have enough test cases. >> > {code} >> > namespace * foo >> > /** the coolest enum ever */ >> > enum bar { baz = 1 } >> > {code} >> > ends up with a program-level doctext saying "the coolest enum ever". >> >> >> >> -- >> This message was sent by Atlassian JIRA >> (v6.1.5#6160) >> > >