You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Henrique Mendonça (JIRA)" <ji...@apache.org> on 2014/04/01 19:33:16 UTC

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

     [ https://issues.apache.org/jira/browse/THRIFT-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henrique Mendonça updated THRIFT-2432:
--------------------------------------

    Fix Version/s: 0.9.2

> 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
>             Fix For: 0.9.2
>
>         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)