[MacPorts] #24887: common_test not built?
#24887: common_test not built? --------------------------------+------------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: MacPorts 1.9.0 Component: ports | Version: 1.8.2 Keywords: erlang | Port: erlang --------------------------------+------------------------------------------- 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 -- Ticket URL: <http://trac.macports.org/ticket/24887> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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
#24887: erlang: common_test not built? ---------------------------------+------------------------------------------ Reporter: macports@… | Owner: bfulgham@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: invalid | Keywords: Port: erlang | ---------------------------------+------------------------------------------ Changes (by bfulgham@…): * status: new => closed * resolution: => invalid Comment: I'm not sure why that particular program is peeking into the erlang private directories. The "ct_run" binary is linked into ${prefix}/bin as "run_test" during a normal Erlang install. I think the culprit here is scalaris (perhaps it assumes an older Erlang revision)? -- Ticket URL: <https://trac.macports.org/ticket/24887#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts