# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: "2.0" name: "coq-mathcomp-multinomials" maintainer: "pierre-yves@strub.nu" homepage: "https://github.com/math-comp/multinomials" bug-reports: "https://github.com/math-comp/multinomials/issues" dev-repo: "git+https://github.com/math-comp/multinomials.git" license: "CeCILL-B" authors: ["Pierre-Yves Strub"] build: [ [make "INSTMODE=global" "config"] [make "-j%{jobs}%"] ] install: [ [make "install"] ] depends: [ "coq" {>= "8.7" & < "8.12~"} "coq-mathcomp-ssreflect" {>= "1.11" & < "1.12~"} "coq-mathcomp-algebra" "coq-mathcomp-bigenough" {>= "1.0.0" & < "1.1~"} "coq-mathcomp-finmap" {>= "1.5" & < "1.6~"} ] tags: [ "keyword:multinomials" "keyword:monoid algebra" "category:Math/Algebra/Multinomials" "category:Math/Algebra/Monoid algebra" "date:2020-01-20" "logpath:SsrMultinomials" ] synopsis: "A Multivariate polynomial Library for the Mathematical Components Library" url { src: "https://github.com/math-comp/multinomials/archive/1.5.1.tar.gz" checksum: "sha512=808be2a321348f66d0327e5d5e21e3e70f839933f90094c7768322c634db2fe64186615e750efde22bbfc5fd1bb08fcdb94d7c73a646f06d4364e9c299e5fee8" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mathcomp-multinomials.1.5.1 coq.8.10.dev
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 2h opam install -y --deps-only coq-mathcomp-multinomials.1.5.1 coq.8.10.dev
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y coq-mathcomp-multinomials.1.5.1 coq.8.10.dev
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.dev Formal proof management system coq-mathcomp-algebra 1.11.0 Mathematical Components Library on Algebra coq-mathcomp-bigenough 1.0.0 A small library to do epsilon - N reasonning coq-mathcomp-fingroup 1.11.0 Mathematical Components Library on finite groups coq-mathcomp-finmap 1.5.0 Finite sets, finite maps, finitely supported functions, orders coq-mathcomp-ssreflect 1.11.0 Small Scale Reflection num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml [NOTE] Package coq is already installed (current version is 8.10.dev). The following actions will be performed: - install coq-mathcomp-multinomials 1.5.1 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-mathcomp-multinomials.1.5.1] downloaded from https://github.com/math-comp/multinomials/archive/1.5.1.tar.gz <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] The compilation of coq-mathcomp-multinomials failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4". #=== ERROR while compiling coq-mathcomp-multinomials.1.5.1 ====================# # context 2.0.5 | linux/x86_64 | ocaml-base-compiler.4.06.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.4.06.1/.opam-switch/build/coq-mathcomp-multinomials.1.5.1 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-mathcomp-multinomials-32059-2dea01.env # output-file ~/.opam/log/coq-mathcomp-multinomials-32059-2dea01.out ### output ### # [...] # COQC src/ssrcomplements.v # COQC src/freeg.v # COQC src/xfinmap.v # COQC src/monalg.v # COQC src/mpoly.v # File "./src/mpoly.v", line 623, characters 25-38: # Error: The reference total_display was not found in the current environment. # # make[2]: *** [Makefile.coq:658: src/mpoly.vo] Error 1 # make[1]: *** [Makefile.coq:321: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.06.1/.opam-switch/build/coq-mathcomp-multinomials.1.5.1' # make: *** [Makefile.common:67: this-build] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-mathcomp-multinomials 1.5.1 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment
No files were installed.
true