You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Sinan Gabel (JIRA)" <ji...@apache.org> on 2017/01/03 11:46:58 UTC

[jira] [Commented] (COUCHDB-3029) make install - problem - Ubuntu 16.04 Desktop - wrong file version?

    [ https://issues.apache.org/jira/browse/COUCHDB-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15794869#comment-15794869 ] 

Sinan Gabel commented on COUCHDB-3029:
--------------------------------------

I had the same experience on a Ubuntu 16.04 server, and did the following, and it worked:

touch THANKS
touch /usr/lib/erlang/man/man1/x86_64-linux-gnu-gcov-tool.1.gz
touch /usr/lib/erlang/man/man1/gcov-tool.1.gz
make release

PS See also: https://bugs.launchpad.net/ubuntu/+source/erlang/+bug/1600780

> make install - problem - Ubuntu 16.04 Desktop - wrong file version?
> -------------------------------------------------------------------
>
>                 Key: COUCHDB-3029
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-3029
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Build System
>            Reporter: Sinan Gabel
>
> Hi!
> Couchdb 2.0 preview seems to work fine when I do "dev/run".
> I get the below error when doing "make install". It seems to have to do with a wrong file version, namely: "x86_64-linux-gnu-gcov-tool.1.gz"
> ...
> ==> setup (compile)
> ==> rel (compile)
> ==> couchdb (compile)
> Installing CouchDB into //usr/local/lib/couchdb...
> ==> rel (generate)
> ERROR: Unable to generate spec: read file info /usr/lib/erlang/man/man1/x86_64-linux-gnu-gcov-tool.1.gz failed
> ERROR: Unexpected error: rebar_abort
> ERROR: generate failed while processing /usr/local/src/couchdb/rel: rebar_abort
> Makefile:85: recipe for target 'install' failed
> make: *** [install] Error 1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)