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

Antony Blakey updated COUCHDB-309:
----------------------------------

    Description: 
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

  was:
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.

Add 'mkdir build-aux' to bootstrap, as per this commit: 
http://github.com/AntonyBlakey/couchdb/commit/173a1ccb61038e8c47496084805bc953db64a7ef


mkdir  => mkdir -p

> 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.

Reply via email to