<div dir="ltr">The function `etap:plan/1` doesn't exist. In this case the error report is a bit off, since it is more likely that the module `etap` doesn't exist. What is likely to be wrong is that the -pa execution you set doesn't include a path to a module named `etap` and this then makes the escript you are trying to run exit with an exception. Try searching for that module (etap.erl) and make sure it's compiled form (etap.beam) is part of the -pa path.<br><br></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Dec 15, 2017 at 12:08 PM Meghali Dhoble <<a href="mailto:dhoblem@us.ibm.com">dhoblem@us.ibm.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><p><font size="2">Hi,</font><br><br><font size="2">I am working one of the opensource project and trying to build it from source.</font><br><font size="2">Erlang is also being built for this as one of the dependency and while running the integrated tests for it; I am getting this error.</font><br><br><font size="2">The version of Erlang being used.  : </font><font color="#333333" face="Arial">Erlang/OTP 17 [erts-6.3]</font> <br><br><font size="2">The detailed log is as below:</font><br><font color="#333333" face="Arial">ERL_FLAGS="-pa /root/meghali/couchbase_master/build/couchdb/src/../test/etap /root/meghali/couchbase_master/build/couchdb/src/couch_set_view/test /root/meghali/couchbase_master/build/couchdb/src/couchdb /root/meghali/couchbase_master/build/couchdb/src/lhttpc /root/meghali/couchbase_master/build/couchdb/src/CMakeFiles /root/meghali/couchbase_master/build/couchdb/src/couch_set_view"<br>escript: exception error: undefined function etap:plan/1<br>in function erl_eval:do_apply/6 (erl_eval.erl, line 657)<br>in call from escript:eval_exprs/5 (escript.erl, line 865)<br>in call from erl_eval:local_func/5 (erl_eval.erl, line 544)<br>in call from escript:interpret/4 (escript.erl, line 781)<br>in call from escript:start/1 (escript.erl, line 276)<br>in call from init:start_it/1<br>in call from init:start_em/1</font> <br><br>Any pointers to understand when should I expect this error or if I have missed something. <br><br>Thanks,<br>Meghali Dhoble<br>
</p></div>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>