package hweak

  1. Overview
  2. Docs
On This Page
  1. Error log

hweak 1.1

Error log

The package failed to build. The error log from opam follows.

Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.1-1
Done.

<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy hweak.1.1" ><><><><><><><><><><><><><><><>

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
The following actions will be performed:
  - install hweak 1.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3:
-> retrieved hweak.1.1  (cached)
Processing  2/3: [hweak: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/5.1/.opam-switch/build/hweak.1.1)
- ocamlc  -c hweak.mli
- ocamlc  -c hweak.ml
- File "hweak.ml", line 69, characters 14-26:
- 69 |       table = Array.create sz (emptybucket, em);
-                    ^^^^^^^^^^^^
- Error: Unbound value Array.create
- make: *** [Makefile:32: hweak.cmo] Error 2
[ERROR] The compilation of hweak.1.1 failed at "make".

#=== ERROR while compiling hweak.1.1 ==========================================#
# context              2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///src
# path                 ~/.opam/5.1/.opam-switch/build/hweak.1.1
# command              /usr/bin/make
# exit-code            2
# env-file             ~/.opam/log/hweak-113-46b01b.env
# output-file          ~/.opam/log/hweak-113-46b01b.out
### output ###
# ocamlc  -c hweak.mli
# ocamlc  -c hweak.ml
# File "hweak.ml", line 69, characters 14-26:
# 69 |       table = Array.create sz (emptybucket, em);
#                    ^^^^^^^^^^^^
# Error: Unbound value Array.create
# make: *** [Makefile:32: hweak.cmo] Error 2



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build hweak 1.1
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam --cli=2.1 install hweak.1.1 --verbose --yes --confirm-level=unsafe-yes' failed.