Chun-Hung Hsiao created MESOS-9200:
--------------------------------------
Summary: `make distcheck` fails with standalone Stout and
libprocess builds.
Key: MESOS-9200
URL: https://issues.apache.org/jira/browse/MESOS-9200
Project: Mesos
Issue Type: Bug
Reporter: Chun-Hung Hsiao
There seems to be two issues:
1. Missing {{$(BUNDLED_DIR)/}} in {{EXTRA_DIST}}.
2. Failed to create {{ar-lib}}:
{noformat}
cp: cannot create regular file ‘stout-0.1.0/../../ar-lib’: Permission denied
{noformat}
This is possibly due to the fact that we hard-code the path for bundled dir to
be {{$(top_srcdir)/..}}, which is not right for {{make distcheck}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)