Failed to install opam core_unix on Amazon EC2
shanhx2000 opened this issue · 1 comments
shanhx2000 commented
Dear developers, I was trying to translate your codes to obtain the Verilog codes. I set up an Amazon Linux (Inferred) EC2 instance, and successfully installed opam (4.13.1) and other software packages. However, when executing opam install . --deps-only
, I got the process Killed. I locate the problematic package is the core_unix
. Here's a snapshot of the issue.
[ec2-user@ip-172-31-83-229 hardcaml_zprize]$ opam install core_unix.v0.15.2
The following actions will be performed:
∗ install core_unix v0.15.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved core_unix.v0.15.2 (cached)
Processing 2/3: [core_unix: dune build]Killed
Do you have any idea about this issue? Or, is it possible for me to directly obtain your Verilog files? I hope to understand your work with the Verilog codes since I'm not familiar with the ocaml.
Thanks your time in advance!
andrewray commented