[
https://issues.apache.org/jira/browse/COUCHDB-471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744555#action_12744555
]
Paul Joseph Davis commented on COUCHDB-471:
-------------------------------------------
Noah, the thing with $(top_srcdir) is that if you do a VPATH build then you end
up creating the tmp directory structure in the src tree and not the build tree.
make distcheck adjusts file permissions to prevent writing by the build process
and this step fails. So is it possible to use $(top_builddir) or just prevent
make dev from running durring distcheck?
> make distcheck fails
> --------------------
>
> Key: COUCHDB-471
> URL: https://issues.apache.org/jira/browse/COUCHDB-471
> Project: CouchDB
> Issue Type: Bug
> Components: Build System
> Affects Versions: 0.10
> Environment: Mac OS X
> Reporter: Jan Lehnardt
> Assignee: Paul Joseph Davis
> Priority: Critical
> Fix For: 0.10
>
> Attachments: couchdb-licence_skip.patch
>
>
> make[2]: *** No rule to make target `local.ini', needed by `distdir'. Stop.
> make[1]: *** [distdir] Error 1
> make: *** [distdir] Error 1
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.