[
https://issues.apache.org/jira/browse/THRIFT-3332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14877429#comment-14877429
]
ASF GitHub Bot commented on THRIFT-3332:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/609
THRIFT-3332 make dist fails on clean build
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3332
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/609.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #609
----
commit 4fbbbc0a575d71ab5ce6744da6a0dd2042a0688f
Author: Nobuaki Sukegawa <[email protected]>
Date: 2015-09-20T05:03:16Z
THRIFT-3332 make dist fails on clean build
----
> make dist fails on clean build
> ------------------------------
>
> Key: THRIFT-3332
> URL: https://issues.apache.org/jira/browse/THRIFT-3332
> Project: Thrift
> Issue Type: Bug
> Components: Build Process
> Reporter: Nobuaki Sukegawa
> Priority: Trivial
> Fix For: 0.9.3
>
>
> {{make dist}} tries to distribute lib/cpp/test/tests.xml which is test result
> file generated by Boost.
> So in a clean source tree where we haven't run {{make check}}, make dist
> fails.
> While we can tell how to generate the file in lib/cpp/test/Makefile.am, I
> think we shouldn't distribute test results.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)