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

Build fails with the latest commit but works with tag v1.5 #43

Open
namehta4 opened this issue Dec 19, 2024 · 0 comments
Open

Build fails with the latest commit but works with tag v1.5 #43

namehta4 opened this issue Dec 19, 2024 · 0 comments

Comments

@namehta4
Copy link

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

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

1 participant