You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Lucas (JIRA)" <ji...@apache.org> on 2016/05/30 11:03:18 UTC

[jira] [Created] (COUCHDB-3023) CouchDB 1.6.1 crashes on install (crash reason: undef)

Lucas created COUCHDB-3023:
------------------------------

             Summary: CouchDB 1.6.1 crashes on install (crash reason: undef)
                 Key: COUCHDB-3023
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3023
             Project: CouchDB
          Issue Type: Bug
            Reporter: Lucas


Getting this error after installing all the dependancies: 




THE FOLLOWING IS A COPY/PASTE OF THE ERROR READOUT WHILE RUNNING MAKE-INSTALL on CouchDB 1.6.1
=========================================

make[3]: Entering directory `usr/local/apache-couchdb-1.6.1/src/couch_dbupdates'
usr/local/bin/erlc -I../../src/couchdb -o ebin/   src/couch_dbupdates.erl;
src/couch_dbupdates.erl: internal error in parse_module;
crash reason: undef

  in function  epp:parse_file/2
     called as epp:parse_file("src/couch_dbupdates.erl",
 [{includes,[".","src",
             "usr/local/apache-couchdb-1.6.1/src/couch_dbupdates/../../src/couchdb"]},
  {macros,[]},
  {default_encoding,utf8},
  extra])
  in call from compile:do_parse_module/2 (compile.erl, line 830)
  in call from compile:parse_module/1 (compile.erl, line 813)
  in call from compile:'-internal_comp/4-anonymous-1-'/2 (compile.erl, line 295)
  in call from compile:fold_comp/3 (compile.erl, line 321)
  in call from compile:internal_comp/4 (compile.erl, line 305)
  in call from compile:'-do_compile/2-anonymous-0-'/2 (compile.erl, line 155)
make[3]: *** [ebin/couch_dbupdates.beam] Error 1
make[3]: Leaving directory `usr/local/apache-couchdb-1.6.1/src/couch_dbupdates'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `usr/local/apache-couchdb-1.6.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `usr/local/apache-couchdb-1.6.1'
make: *** [all] Error 2
bash [~/apache-couchdb-1.6.1]# 





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