We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi All,
Just wanted to point out that the build fails for me in a container when compiling using the listed steps at
make install
with the following error:
************* TESTS COMPLETED SUCCESSFULLY **************** make[1]: Leaving directory '/opt/num/test' make -C src install make[1]: Entering directory '/opt/num/src' cp META.top META ocamlfind install num-top META num_top.cma num_top_printers.cmi num_top.cmi Installed /usr/local/lib/ocaml/4.13.1/num-top/num_top.cmi Installed /usr/local/lib/ocaml/4.13.1/num-top/num_top_printers.cmi Installed /usr/local/lib/ocaml/4.13.1/num-top/num_top.cma Installed /usr/local/lib/ocaml/4.13.1/num-top/META rm -f META install -d /usr/lib/ocaml cp META.num META ocamlfind install num META ocamlfind: Package num is already installed - (file META.num already exists) make[1]: *** [Makefile:160: install] Error 2 make[1]: Leaving directory '/opt/num/src' make: *** [Makefile:13: install] Error 2
This behavior is not seen when building with v1.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi All,
Just wanted to point out that the build fails for me in a container when compiling using the listed steps at
with the following error:
This behavior is not seen when building with v1.5
The text was updated successfully, but these errors were encountered: