Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make test failed: recipe for target 'proper' failed #90

Open
jdjohnston opened this issue Mar 6, 2019 · 1 comment
Open

make test failed: recipe for target 'proper' failed #90

jdjohnston opened this issue Mar 6, 2019 · 1 comment

Comments

@jdjohnston
Copy link

jdjohnston commented Mar 6, 2019

Following was with most recent update to Joxa master branch and Erlang/OTP 21 [erts-10.2.4].

make was clean other than a warning about a missing plugin: rebar3_hex. However make test failed with the following:
... Skipping several successful tests ...

Testing jxat_module_fun_line_support
There were no tests to run.
/usr/bin/erl -noshell -pa /home/Build/joxa/deps/cucumberl/ebin -pa /home/Build/joxa/deps/proper/ebin -pa /home/Build/joxa/deps/cf/ebin -pa /home/Build/joxa/deps/erlware_commons/ebin -pa /home/Build/joxa/deps/getopt/ebin -pa /home/Build/joxa/ebin -pa /home/Build/joxa/.eunit -s 'joxa-compiler' main -extra -o /home/Build/joxa/.eunit /home/Build/joxa/test/joxa-test-let-match.jxa
/usr/bin/erl -noshell -pa /home/Build/joxa/deps/cucumberl/ebin -pa /home/Build/joxa/deps/proper/ebin -pa /home/Build/joxa/deps/cf/ebin -pa /home/Build/joxa/deps/erlware_commons/ebin -pa /home/Build/joxa/deps/getopt/ebin -pa /home/Build/joxa/ebin -pa /home/Build/joxa/.eunit -s 'joxa-compiler' main -extra -o /home/Build/joxa/.eunit /home/Build/joxa/test/joxa-test-multiple-namespaces.jxa
/usr/bin/erl -noshell -pa /home/Build/joxa/deps/cucumberl/ebin -pa /home/Build/joxa/deps/proper/ebin -pa /home/Build/joxa/deps/cf/ebin -pa /home/Build/joxa/deps/erlware_commons/ebin -pa /home/Build/joxa/deps/getopt/ebin -pa /home/Build/joxa/ebin -pa /home/Build/joxa/.eunit -s 'joxa-compiler' main -extra -o /home/Build/joxa/.eunit /home/Build/joxa/test/joxa-test-namespace-mutual-recursion.jxa
/usr/bin/erl -noshell -pa /home/Build/joxa/deps/cucumberl/ebin -pa /home/Build/joxa/deps/proper/ebin -pa /home/Build/joxa/deps/cf/ebin -pa /home/Build/joxa/deps/erlware_commons/ebin -pa /home/Build/joxa/deps/getopt/ebin -pa /home/Build/joxa/ebin -pa /home/Build/joxa/.eunit -s 'joxa-compiler' main -extra -o /home/Build/joxa/.eunit /home/Build/joxa/test/joxa-test-joxification.jxa
/usr/bin/erl -noshell -pa /home/Build/joxa/deps/cucumberl/ebin -pa /home/Build/joxa/deps/proper/ebin -pa /home/Build/joxa/deps/cf/ebin -pa /home/Build/joxa/deps/erlware_commons/ebin -pa /home/Build/joxa/deps/getopt/ebin -pa /home/Build/joxa/ebin -pa /home/Build/joxa/.eunit -s 'joxa-build-support' main proper /home/Build/joxa/.eunit -s init stop
{"init terminating in do_boot",{badarg,[{erlang,get_module_info,['joxa-test-nmr-ns1',exports],[]},{'joxa-build-support','-proper-test-app/1-anonymous-0-',1,[{file,"/home/Build/joxa/src/joxa-build-support.jxa"},{line,69}]},{lists,foreach,2,[{file,"lists.erl"},{line,1338}]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
init terminating in do_boot ({badarg,[{erlang,get_module_info,[joxa-test-nmr-ns1,exports],[]},{joxa-build-support,-proper-test-app/1-anonymous-0-,1,[{},{}]},{lists,foreach,2,[{},{}]},{init,start_e

Crash dump is being written to: erl_crash.dump...done
/home/Build/joxa/build-support/core-build.mkf:116: recipe for target 'proper' failed
make: *** [proper] Error 1

make escript does build a working joxa.

@ericbmerritt
Copy link
Contributor

@jdjohnston I haven't touched Joxa in a long time. Its unlikely I am going to find the time to fix things up. :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants