#24887: erlang: common_test not built? --------------------------------+------------------------------------------- Reporter: macports@… | Owner: bfulgham@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: erlang --------------------------------+------------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => bfulgham@… * keywords: erlang => * milestone: MacPorts 1.9.0 => Old description:
hi. i tried to run the test suite of scalaris (http://scalaris.googlecode.com/svn/trunk) but that failed with the following error message:
$ make test /opt/local/lib/erlang/lib/common_test-1.4.7/priv/bin/run_test -pa `pwd`/ebin `pwd`/contrib/yaws/ebin `pwd`/contrib/log4erl/ebin -spec test/scalaris.runtests-skip_benchmark.cfg | tee ct.log ; \ grep " 0 failed" ct.log /bin/sh: /opt/local/lib/erlang/lib/common_test-1.4.7/priv/bin/run_test: No such file or directory make: *** [test] Error 1
a quick check revealed that the run_test scripts has not been built:
$ ls /opt/local/lib/erlang/lib/common_test-1.4.7/priv/ run_test.in vts.tool
no bin/run_test
New description: hi. i tried to run the test suite of scalaris (http://scalaris.googlecode.com/svn/trunk) but that failed with the following error message: {{{ $ make test /opt/local/lib/erlang/lib/common_test-1.4.7/priv/bin/run_test -pa `pwd`/ebin `pwd`/contrib/yaws/ebin `pwd`/contrib/log4erl/ebin -spec test/scalaris.runtests-skip_benchmark.cfg | tee ct.log ; \ grep " 0 failed" ct.log /bin/sh: /opt/local/lib/erlang/lib/common_test-1.4.7/priv/bin/run_test: No such file or directory make: *** [test] Error 1 }}} a quick check revealed that the run_test scripts has not been built: {{{ $ ls /opt/local/lib/erlang/lib/common_test-1.4.7/priv/ run_test.in vts.tool }}} no bin/run_test -- Comment: Please remember to preview and use WikiFormatting, to Cc the port maintainer, and to not fill in the Milestone field for port tickets. -- Ticket URL: <http://trac.macports.org/ticket/24887#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS