# 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: "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.10" & < "8.16~"} "coq-bignums" "coq-paramcoq" {>= "1.1.3"} "coq-mathcomp-multinomials" {((>= "1.5.1" & < "1.7~") | = "dev")} "coq-mathcomp-algebra" {((>= "1.12.0" & < "1.15~") | = "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" "Anders Mörtberg" "Damien Rouhling" "Pierre Roux" "Vincent Siles" ] url { src: "https://github.com/coq-community/coqeal/archive/refs/tags/1.1.0.tar.gz" checksum: "sha512=cc96712cb552802e31952513a05c943be4eeef2ca30e6bb0ffc808c1ce63b09b0648ec92d97a71c84cecbbe2b097d8050108df3688acd777fcf9c25fc7545b1f" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-coqeal.1.1.0 coq.8.15.1
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-coqeal.1.1.0 coq.8.15.1
# 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 coq-mathcomp-ssreflect 1.14.0 - install coq-paramcoq 1.1.3+coq8.15 - install coq-bignums 8.15.0 - install coq-mathcomp-finmap 1.5.2 - install coq-mathcomp-fingroup 1.14.0 - install coq-mathcomp-bigenough 1.0.1 - install coq-mathcomp-algebra 1.14.0 - install coq-mathcomp-solvable 1.14.0 - install coq-mathcomp-multinomials 1.5.5 - install coq-mathcomp-field 1.14.0 - install coq-mathcomp-real-closed 1.1.3 ===== 11 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-bignums.8.15.0] downloaded from https://github.com/coq/bignums/archive/V8.15.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-bigenough.1.0.1] downloaded from https://github.com/math-comp/bigenough/archive/1.0.1.tar.gz [coq-mathcomp-field.1.14.0] found in cache [coq-mathcomp-fingroup.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 [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.14.0] found in cache [coq-mathcomp-ssreflect.1.14.0] found in cache [coq-paramcoq.1.1.3+coq8.15] downloaded from https://github.com/coq-community/paramcoq/archive/v1.1.3+coq8.15.tar.gz <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed coq-paramcoq.1.1.3+coq8.15 [ERROR] The compilation of coq-bignums failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4". -> installed coq-mathcomp-ssreflect.1.14.0 -> installed coq-mathcomp-bigenough.1.0.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-multinomials.1.5.5 -> installed coq-mathcomp-solvable.1.14.0 -> installed coq-mathcomp-field.1.14.0 -> installed coq-mathcomp-real-closed.1.1.3 #=== ERROR while compiling coq-bignums.8.15.0 =================================# # context 2.0.6 | linux/x86_64 | ocaml-base-compiler.4.09.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-bignums.8.15.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-bignums-15827-f53971.env # output-file ~/.opam/log/coq-bignums-15827-f53971.out ### output ### # [...] # Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] # File "./BigQ/QMake.v", line 1042, characters 1-54: # Warning: The default value for instance locality is currently "local" in a # section and "global" otherwise, but is scheduled to change in a future # release. For the time being, adding instances outside of sections without # specifying an explicit locality attribute is therefore deprecated. It is # recommended to use "export" whenever possible. Use the attributes #[local], # #[global] and #[export] depending on your choice. For example: "#[export] # Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] # make[1]: *** [Makefile.coq:387: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-bignums.8.15.0' # make: *** [Makefile:2: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-bignums 8.15.0 +- +- The following changes have been performed | - 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-multinomials 1.5.5 | - install coq-mathcomp-real-closed 1.1.3 | - install coq-mathcomp-solvable 1.14.0 | - install coq-mathcomp-ssreflect 1.14.0 | - install coq-paramcoq 1.1.3+coq8.15 +- # 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-20220914185444.export"
true
No files were installed.
true