ยซ Up

infotheo 0.3.7 Error with dependencies ๐Ÿš’

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
conf-findutils      1           Virtual package relying on findutils
conf-gmp            4           Virtual package relying on a GMP lib system installation
coq                 8.15.1      Formal proof management system
dune                3.4.1       Fast, portable, and opinionated build system
ocaml               4.09.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1      Official release 4.09.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Reynald Affeldt <reynald.affeldt@aist.go.jp>"
homepage: "https://github.com/affeldt-aist/infotheo"
dev-repo: "git+https://github.com/affeldt-aist/infotheo.git"
bug-reports: "https://github.com/affeldt-aist/infotheo/issues"
license: "LGPL-2.1-or-later"
synopsis: "Discrete probabilities and information theory for Coq"
description: """
Infotheo is a Coq library for reasoning about discrete probabilities,
information theory, and linear error-correcting codes."""
build: [
  [make "-j%{jobs}%" ]
  [make "-C" "extraction" "tests"] {with-test}
]
install: [make "install"]
depends: [
  "coq" { (>= "8.14" & < "8.16~") | (= "dev") }
  "coq-mathcomp-ssreflect" { (>= "1.13.0" & < "1.15~") | (= "dev") }
  "coq-mathcomp-fingroup" { (>= "1.13.0" & < "1.15~") | (= "dev")  }
  "coq-mathcomp-algebra" { (>= "1.13.0" & < "1.15~") | (= "dev")  }
  "coq-mathcomp-solvable" { (>= "1.13.0" & < "1.15~") | (= "dev")  }
  "coq-mathcomp-field" { (>= "1.13.0" & < "1.15~") | (= "dev")  }
  "coq-mathcomp-analysis" { (>= "0.4.0") & (< "0.6~")}
]
tags: [
  "keyword:information theory"
  "keyword:probability"
  "keyword:error-correcting codes"
  "keyword:convexity"
  "logpath:infotheo"
  "date:2022-04-14"
]
authors: [
  "Reynald Affeldt, AIST"
  "Manabu Hagiwara, Chiba U. (previously AIST)"
  "Jonas Senizergues, ENS Cachan (internship at AIST)"
  "Jacques Garrigue, Nagoya U."
  "Kazuhiko Sakaguchi, Tsukuba U."
  "Taku Asai, Nagoya U. (M2)"
  "Takafumi Saikawa, Nagoya U."
  "Naruomi Obata, Titech (M2)"
]
url {
  http: "https://github.com/affeldt-aist/infotheo/archive/0.3.7.tar.gz"
  checksum: "sha512=5c49496ea6042c0cfed10c69f3d4ea8c6c6433c574b1d308174792213ed46e28c22d797f8eab5ef2a5e9ad1eeb4bd1fa9f3fc50e392c449a92395a77432a90cd"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-infotheo.0.3.7 coq.8.15.1
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-infotheo.0.3.7 coq.8.15.1
Return code
7936
Duration
28 m 0 s
Output
# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
conf-findutils      1           Virtual package relying on findutils
conf-gmp            4           Virtual package relying on a GMP lib system installation
coq                 8.15.1      Formal proof management system
dune                3.4.1       Fast, portable, and opinionated build system
ocaml               4.09.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1      Official release 4.09.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
The following actions will be performed:
  - install cppo                   1.6.9
  - install ppx_derivers           1.2.1
  - install coq-mathcomp-ssreflect 1.14.0
  - install menhirSdk              20220210
  - install menhirLib              20220210
  - install result                 1.5
  - install seq                    base
  - install sexplib0               v0.15.1
  - install ocaml-compiler-libs    v0.12.4
  - install stdlib-shims           0.3.0
  - install coq-mathcomp-finmap    1.5.2
  - install coq-mathcomp-fingroup  1.14.0
  - install coq-mathcomp-bigenough 1.0.1
  - install menhir                 20220210
  - install re                     1.10.4
  - install ppxlib                 0.27.0
  - install coq-mathcomp-algebra   1.14.0
  - install ppx_deriving           5.2.1
  - install coq-mathcomp-solvable  1.14.0
  - install elpi                   1.15.2
  - install coq-mathcomp-field     1.14.0
  - install coq-elpi               1.14.0
  - install coq-hierarchy-builder  1.3.0
  - install coq-mathcomp-analysis  0.5.4
===== 24 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-elpi.1.14.0] downloaded from https://github.com/LPCIC/coq-elpi/archive/v1.14.0.tar.gz
[coq-hierarchy-builder.1.3.0] downloaded from https://github.com/math-comp/hierarchy-builder/archive/v1.3.0.tar.gz
[coq-mathcomp-algebra.1.14.0] downloaded from https://github.com/math-comp/math-comp/archive/mathcomp-1.14.0.tar.gz
[coq-mathcomp-field.1.14.0] found in cache
[coq-mathcomp-analysis.0.5.4] downloaded from https://github.com/math-comp/analysis/archive/0.5.4.tar.gz
[coq-mathcomp-bigenough.1.0.1] downloaded from https://github.com/math-comp/bigenough/archive/1.0.1.tar.gz
[coq-mathcomp-fingroup.1.14.0] found in cache
[coq-mathcomp-solvable.1.14.0] found in cache
[coq-mathcomp-ssreflect.1.14.0] found in cache
[coq-mathcomp-finmap.1.5.2] downloaded from https://github.com/math-comp/finmap/archive/1.5.2.tar.gz
[cppo.1.6.9] downloaded from cache at https://opam.ocaml.org/cache
[elpi.1.15.2] downloaded from cache at https://opam.ocaml.org/cache
[menhir.20220210] downloaded from cache at https://opam.ocaml.org/cache
[menhirSdk.20220210] found in cache
[menhirLib.20220210] downloaded from cache at https://opam.ocaml.org/cache
[ocaml-compiler-libs.v0.12.4] downloaded from cache at https://opam.ocaml.org/cache
[ppx_derivers.1.2.1] downloaded from cache at https://opam.ocaml.org/cache
[ppx_deriving.5.2.1] downloaded from cache at https://opam.ocaml.org/cache
[ppxlib.0.27.0] downloaded from cache at https://opam.ocaml.org/cache
[re.1.10.4] downloaded from cache at https://opam.ocaml.org/cache
[result.1.5] downloaded from cache at https://opam.ocaml.org/cache
[sexplib0.v0.15.1] downloaded from cache at https://opam.ocaml.org/cache
[stdlib-shims.0.3.0] downloaded from cache at https://opam.ocaml.org/cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed cppo.1.6.9
-> installed menhirLib.20220210
-> installed menhirSdk.20220210
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed seq.base
-> installed sexplib0.v0.15.1
-> installed stdlib-shims.0.3.0
-> installed re.1.10.4
-> installed menhir.20220210
-> installed ppxlib.0.27.0
-> installed coq-mathcomp-ssreflect.1.14.0
-> installed coq-mathcomp-bigenough.1.0.1
-> installed ppx_deriving.5.2.1
-> installed coq-mathcomp-finmap.1.5.2
-> installed coq-mathcomp-fingroup.1.14.0
-> installed coq-mathcomp-algebra.1.14.0
-> installed coq-mathcomp-solvable.1.14.0
-> installed coq-mathcomp-field.1.14.0
#=== ERROR while installing elpi.1.15.2 =======================================#
# path                 ~/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/elpi.1.15.2
# command              /usr/bin/install -m 0644 /home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/elpi.1.15.2/_build/install/default/lib/elpi/elpi__Runtime.cmx /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/elpi/elpi__Runtime.cmx
# exit-code            1
# env-file             ~/.opam/log/log-10686-4513b6.env
# output-file          ~/.opam/log/log-10686-4513b6.out
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - install elpi 1.15.2
+- 
+- The following changes have been performed (the rest was aborted)
| - install coq-mathcomp-algebra   1.14.0
| - install coq-mathcomp-bigenough 1.0.1
| - install coq-mathcomp-field     1.14.0
| - install coq-mathcomp-fingroup  1.14.0
| - install coq-mathcomp-finmap    1.5.2
| - install coq-mathcomp-solvable  1.14.0
| - install coq-mathcomp-ssreflect 1.14.0
| - install cppo                   1.6.9
| - install menhir                 20220210
| - install menhirLib              20220210
| - install menhirSdk              20220210
| - install ocaml-compiler-libs    v0.12.4
| - install ppx_derivers           1.2.1
| - install ppx_deriving           5.2.1
| - install ppxlib                 0.27.0
| - install re                     1.10.4
| - install result                 1.5
| - install seq                    base
| - install sexplib0               v0.15.1
| - install stdlib-shims           0.3.0
+- 
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
    opam switch import "/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/backup/state-20220914221738.export"

Install ๐Ÿš€

Command
true
Return code
0
Duration
0 s

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none