You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/03/30 21:13:18 UTC

[jira] [Commented] (THRIFT-2432) Flaky parallel build

    [ https://issues.apache.org/jira/browse/THRIFT-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13954804#comment-13954804 ] 

Hudson commented on THRIFT-2432:
--------------------------------

SUCCESS: Integrated in Thrift #1101 (See [https://builds.apache.org/job/Thrift/1101/])
THRIFT-2432 Flaky parallel build (roger: rev 8384351c9a6568ab8cd3614b6f9a46f1c43c1e9d)
* compiler/cpp/Makefile.am


> Flaky parallel build
> --------------------
>
>                 Key: THRIFT-2432
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2432
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Compiler
>    Affects Versions: 0.9.1
>            Reporter: Benoit Sigoure
>            Assignee: Roger Meier
>            Priority: Minor
>         Attachments: THRIFT-2432.patch
>
>
> Parallel builds sometime fail with:
> {code}
> src/thriftl.ll:51:21: fatal error: thrifty.h: No such file or directory
> compilation terminated.
> make[3]: *** [libparse_a-thriftl.o] Error 1
> {code}
> This is because the Makefile doesn't require that {{thrifty.cc}} (and its accompanying header) be generated before {{thriftl.o}} is compiled.  This is normally done via {{BUILT_SOURCES}}.



--
This message was sent by Atlassian JIRA
(v6.2#6252)