[
https://issues.apache.org/jira/browse/COUCHDB-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benoit Chesneau updated COUCHDB-152:
------------------------------------
Attachment: patch-configure_ac
patch that fix this issue. Since I test it on openbsd it also fix the pb with
-lcrypto linking
> fix : $abs_top_srcdir isn't set, ./utils/run fail after make dev
> ----------------------------------------------------------------
>
> Key: COUCHDB-152
> URL: https://issues.apache.org/jira/browse/COUCHDB-152
> Project: CouchDB
> Issue Type: Bug
> Components: Build System
> Affects Versions: 0.9
> Environment: openbsd-current
> Reporter: Benoit Chesneau
> Fix For: 0.9
>
> Attachments: patch-configure_ac
>
>
> On openbsd-current and maybe some other system with older autotools
> $abs_top_srcdir isn't set. So make dev don't replace path in config files and
> ./utils/run failed with error :
> {"init terminating in
> do_boot",{undef,[{couch_server,start,[["/etc/couchdb/default_dev.ini","/etc/couchdb/local_dev.ini"]]},{erl_eval,do_apply,5},{erl_eval,exprs,5},{init,start_it,1},{init,start_em,1}]}}
> find attached patch that fix it. In the same time i set abs_top_builddir.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.