« Up

coqeal 1.1.1 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.13.1      Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2      Official release 4.11.2
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: "Cyril Cohen <cyril.cohen@inria.fr>"
homepage: "https://github.com/coq-community/coqeal"
dev-repo: "git+https://github.com/coq-community/coqeal.git"
bug-reports: "https://github.com/coq-community/coqeal/issues"
license: "MIT"
synopsis: "CoqEAL - The Coq Effective Algebra Library"
description: """
This Coq library contains a subset of the work that was developed in the context
of the ForMath EU FP7 project (2009-2013). It has two parts:
- theory, which contains developments in algebra including normal forms of matrices,
  and optimized algorithms on MathComp data structures.
- refinements, which is a framework to ease change of data representations during a proof."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "coq" {(>= "8.13" & < "8.17~") | (= "dev")}
  "coq-bignums"
  "coq-paramcoq" {>= "1.1.3"}
  "coq-mathcomp-multinomials" {((>= "1.5.1" & < "1.7~") | = "dev")}
  "coq-mathcomp-algebra" {((>= "1.13.0" & < "1.16~") | = "dev")}
  "coq-mathcomp-real-closed" {(>= "1.1.2" & < "1.2~") | (= "dev")}
]
tags: [
  "category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms"
  "keyword:effective algebra"
  "keyword:elementary divisor rings"
  "keyword:Smith normal form"
  "keyword:mathematical components"
  "keyword:Bareiss"
  "keyword:Karatsuba multiplication"
  "keyword:refinements"
  "logpath:CoqEAL"
]
authors: [
  "Guillaume Cano"
  "Cyril Cohen"
  "Maxime Dénès"
  "Érik Martin-Dorel"
  "Anders Mörtberg"
  "Damien Rouhling"
  "Pierre Roux"
  "Vincent Siles"
]
url {
  src: "https://github.com/coq-community/coqeal/archive/refs/tags/1.1.1.tar.gz"
  checksum: "sha512=e47264d4869af35e87a62947468061a1417c60476e77b21b67a30e6e58a39752d18e93889115c2b9403e9578a0fca375b2bd2e132faab9520ce527509ad11bca"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-coqeal.1.1.1 coq.8.13.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-coqeal.1.1.1 coq.8.13.1
Return code
7936
Duration
47 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.13.1      Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2      Official release 4.11.2
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 coq-mathcomp-ssreflect    1.15.0
  - install coq-bignums               8.13.0
  - install dune                      3.4.1
  - install coq-paramcoq              1.1.3+coq8.13
  - install coq-mathcomp-finmap       1.5.2
  - install coq-mathcomp-fingroup     1.15.0
  - install coq-mathcomp-bigenough    1.0.1
  - install coq-mathcomp-algebra      1.15.0
  - install coq-mathcomp-solvable     1.15.0
  - install coq-mathcomp-multinomials 1.5.5
  - install coq-mathcomp-field        1.15.0
  - install coq-mathcomp-real-closed  1.1.3
===== 12 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-bignums.8.13.0] downloaded from https://github.com/coq/bignums/archive/V8.13.0.tar.gz
[coq-mathcomp-algebra.1.15.0] downloaded from https://github.com/math-comp/math-comp/archive/mathcomp-1.15.0.tar.gz
[coq-mathcomp-bigenough.1.0.1] downloaded from https://github.com/math-comp/bigenough/archive/1.0.1.tar.gz
[coq-mathcomp-field.1.15.0] found in cache
[coq-mathcomp-fingroup.1.15.0] found in cache
[coq-mathcomp-finmap.1.5.2] downloaded from https://github.com/math-comp/finmap/archive/1.5.2.tar.gz
[coq-mathcomp-multinomials.1.5.5] downloaded from https://github.com/math-comp/multinomials/archive/1.5.5.tar.gz
[coq-mathcomp-real-closed.1.1.3] downloaded from https://github.com/math-comp/real-closed/archive/1.1.3.tar.gz
[coq-mathcomp-solvable.1.15.0] found in cache
[coq-mathcomp-ssreflect.1.15.0] found in cache
[coq-paramcoq.1.1.3+coq8.13] downloaded from https://github.com/coq-community/paramcoq/archive/v1.1.3+coq8.13.tar.gz
[dune.3.4.1] downloaded from cache at https://opam.ocaml.org/cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed coq-paramcoq.1.1.3+coq8.13
[ERROR] The compilation of dune failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./dune.exe build dune.install --release --profile dune-bootstrap -j 4".
-> installed coq-bignums.8.13.0
-> installed coq-mathcomp-ssreflect.1.15.0
-> installed coq-mathcomp-bigenough.1.0.1
-> installed coq-mathcomp-finmap.1.5.2
-> installed coq-mathcomp-fingroup.1.15.0
-> installed coq-mathcomp-algebra.1.15.0
-> installed coq-mathcomp-solvable.1.15.0
-> installed coq-mathcomp-field.1.15.0
-> installed coq-mathcomp-real-closed.1.1.3
#=== ERROR while compiling dune.3.4.1 =========================================#
# context              2.0.7 | linux/x86_64 | ocaml-base-compiler.4.11.2 | https://opam.ocaml.org#0fc5b3d7
# path                 ~/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/dune.3.4.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build ./dune.exe build dune.install --release --profile dune-bootstrap -j 4
# exit-code            2
# env-file             ~/.opam/log/dune-5205-d3d859.env
# output-file          ~/.opam/log/dune-5205-d3d859.out
### output ###
# [...]
# Execution will pass over me and through me.  And when it has gone past, I
# will unwind the stack along its path.  Where the cases are handled there will
# be nothing.  Only I will remain.
# Fatal error: exception Sys_error("No space left on device")
# Raised by primitive operation at Stdlib.close_out in file "stdlib.ml", line 385, characters 19-27
# Called from Stdune__exn.protectx in file "otherlibs/stdune/exn.ml", line 14, characters 4-13
# Called from Stdune__exn.protectx in file "otherlibs/stdune/exn.ml", line 12, characters 8-11
# Re-raised at Stdune__exn.protectx in file "otherlibs/stdune/exn.ml", line 18, characters 4-11
# Called from Stdlib.at_exit.(fun) in file "stdlib.ml", line 553, characters 62-65
# Called from Stdlib.do_at_exit in file "stdlib.ml" (inlined), line 556, characters 20-39
# Called from Stdlib.exit in file "stdlib.ml", line 559, characters 2-15
# Called from Main in file "bin/main.ml", line 100, characters 4-10
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build dune 3.4.1
+- 
+- The following changes have been performed (the rest was aborted)
| - install coq-bignums              8.13.0
| - install coq-mathcomp-algebra     1.15.0
| - install coq-mathcomp-bigenough   1.0.1
| - install coq-mathcomp-field       1.15.0
| - install coq-mathcomp-fingroup    1.15.0
| - install coq-mathcomp-finmap      1.5.2
| - install coq-mathcomp-real-closed 1.1.3
| - install coq-mathcomp-solvable    1.15.0
| - install coq-mathcomp-ssreflect   1.15.0
| - install coq-paramcoq             1.1.3+coq8.13
+- 
# 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.11.2/.opam-switch/backup/state-20220914195417.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