You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Noah Slater (JIRA)" <ji...@apache.org> on 2009/03/31 18:20:50 UTC

[jira] Closed: (COUCHDB-309) Cannot build CouchDB from clean because build-aux directory doesn't exist

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

Noah Slater closed COUCHDB-309.
-------------------------------

    Resolution: Fixed

Fixed in r760503. Thanks.

> Cannot build CouchDB from clean because build-aux directory doesn't exist
> -------------------------------------------------------------------------
>
>                 Key: COUCHDB-309
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-309
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 0.9
>            Reporter: Antony Blakey
>
> This commit: http://github.com/halorgium/couchdb/commit/0f0df4cb3b80e78f32e6e3393eabd9b2ef13e673 removed the two files from build-aux. When checking out (via git at least) directories are implicit, so build-aux no longer exists, which stops bootstrap from working.
> To fix, add 'mkdir -p build-aux' to bootstrap in place of the lines that were removed

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.