Benoit Sigoure created THRIFT-2432: -------------------------------------- Summary: 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 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)