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

batteries 1.3.0, ocaml 3.12, mingw, tests failure #142

Closed
gdsfh opened this issue May 11, 2011 · 5 comments
Closed

batteries 1.3.0, ocaml 3.12, mingw, tests failure #142

gdsfh opened this issue May 11, 2011 · 5 comments

Comments

@gdsfh
Copy link

gdsfh commented May 11, 2011

I'm trying to run "make test qtest" after compilation (the compilation script is:
$MAKE all &&
$MAKE test qtest &&
$MAKE install &&
$MAKE doc &&
$MAKE install-doc
), and there are errors without meaningful text:

[...]
_build/testsuite/main.byte; _build/qtest/test_runner.byte; _build/testsuite/main.native; _build/qtest/test_runner.native;
Fatal error: exception Not_found
Fatal error: exception Not_found
Fatal error: exception Not_found
Fatal error: exception Not_found
make[2]: *** [test] Error 2

I think that error messages should be improved.

The full build log is here: http://paste.in.ua/2319/raw/

@gasche
Copy link
Member

gasche commented May 11, 2011

I am unable to reproduce your problem.

  • Have you tried with the current development version?
  • Could you run the various testsuite/main and qtest/test_runner separately, to locate which executable raise those exception?
  • Could you try using OCAMLRUNPARAM="b" to get a backtrace?

@thelema
Copy link
Member

thelema commented Dec 8, 2011

It looks like this issue is dead - no response from gdsfh. The related build code has changed - maybe the problem is resolved?

@gdsfh
Copy link
Author

gdsfh commented Dec 8, 2011

Which new version/revision should I test for this issue? I'll test it within some days.

@gasche
Copy link
Member

gasche commented Dec 8, 2011

I would recommend checking out the v2 branch, that's were development currently happens (in the transition period before release):
https://github.com/ocaml-batteries-team/batteries-included/tree/v2

@gdsfh
Copy link
Author

gdsfh commented Dec 17, 2011

I've tested it with ocaml/mingw, everything seems fine. But, my mistake, I've tested on master branch, but I hope it doesn't change much. Anyway, I'm closing this issue. Thanks for developing batteries!

@gdsfh gdsfh closed this as completed Dec 17, 2011
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

3 participants