# 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 dev Formal proof management system dune 3.1.1 Fast, portable, and opinionated build system ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" 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: [ "dune" "build" "-p" name "-j" jobs ] depends: [ "coq" {(>= "8.10" & < "8.15~") | = "dev"} "dune" {>= "2.5"} "coq-mathcomp-ssreflect" {(>= "1.12" & < "1.14~") | = "dev"} "coq-mathcomp-algebra" "coq-mathcomp-bigenough" {(>= "1.0" & < "1.1~") | = "dev"} "coq-mathcomp-finmap" {(>= "1.5" & < "1.6~") | = "dev"} ] conflicts: [ "coq-native" ] tags: [ "keyword:multinomials" "keyword:monoid algebra" "category:Math/Algebra/Multinomials" "category:Math/Algebra/Monoid algebra" "logpath:SsrMultinomials" ] synopsis: "A Multivariate polynomial Library for the Mathematical Components Library" url { src: "https://github.com/math-comp/multinomials/archive/1.5.4.tar.gz" checksum: "sha512=b92e76162316314653de4329b15a6cc535076e7f511e6e709cda2572381394b081a99207ce365eea034307eddacdf694486674f68d72cd5c29c7e4f40d1c01fc" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mathcomp-multinomials.1.5.4 coq.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 4h opam install -y --deps-only coq-mathcomp-multinomials.1.5.4 coq.dev
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-multinomials.1.5.4 coq.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-gmp 4 Virtual package relying on a GMP lib system installation coq dev Formal proof management system coq-mathcomp-algebra dev Mathematical Components Library on Algebra coq-mathcomp-bigenough dev A small library to do epsilon - N reasonning coq-mathcomp-fingroup dev Mathematical Components Library on finite groups coq-mathcomp-finmap dev Finite sets, finite maps, finitely supported functions coq-mathcomp-ssreflect dev Small Scale Reflection dune 3.1.1 Fast, portable, and opinionated build system ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers [NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - install coq-mathcomp-multinomials 1.5.4 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-mathcomp-multinomials.1.5.4: http] [coq-mathcomp-multinomials.1.5.4] downloaded from https://github.com/math-comp/multinomials/archive/1.5.4.tar.gz Processing 1/1: <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/2: [coq-mathcomp-multinomials: dune build] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "coq-mathcomp-multinomials" "-j" "4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-mathcomp-multinomials.1.5.4) - (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.07.1/bin/coqc -w -ambiguous-paths -w -notation-overridden -w -redundant-canonical-projection -w -projection-no-head-constant -R src SsrMultinomials src/xfinmap.v) - File "./src/xfinmap.v", line 37, characters 64-70: - Error: Syntax error: [ident] expected after 'in' (in [hloc]). - - (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.07.1/bin/coqc -w -ambiguous-paths -w -notation-overridden -w -redundant-canonical-projection -w -projection-no-head-constant -R src SsrMultinomials src/ssrcomplements.v) - File "./src/ssrcomplements.v", line 190, characters 32-42: - Warning: Notation prod_curry is deprecated since 8.13. Use uncurry instead. - [deprecated-syntactic-definition,deprecated] - File "./src/ssrcomplements.v", line 192, characters 0-29: - Warning: The default value for hint locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding hints 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] - Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated] - File "./src/ssrcomplements.v", line 197, characters 13-23: - Warning: Notation prod_curry is deprecated since 8.13. Use uncurry instead. - [deprecated-syntactic-definition,deprecated] - (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.07.1/bin/coqc -w -ambiguous-paths -w -notation-overridden -w -redundant-canonical-projection -w -projection-no-head-constant -R src SsrMultinomials src/mpoly.v) - File "./src/mpoly.v", line 984, characters 0-31: - Warning: The default value for hint locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding hints 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] - Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated] - File "./src/mpoly.v", line 1500, characters 20-30: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1500, characters 20-30: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1500, characters 20-30: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1506, characters 20-30: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1506, characters 20-30: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1506, characters 20-30: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1534, characters 10-20: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1534, characters 10-20: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1534, characters 10-20: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1542, characters 10-20: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1542, characters 10-20: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1542, characters 10-20: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1935, characters 11-21: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1935, characters 11-21: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1935, characters 11-21: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1952, characters 8-18: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1952, characters 8-18: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1952, characters 8-18: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1957, characters 8-18: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1957, characters 8-18: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 1957, characters 8-18: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 2096, characters 27-39: - Warning: Notation join_sup_seq is deprecated since mathcomp 1.13.0. - Use joins_sup_seq instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 2096, characters 27-39: - Warning: Notation join_sup_seq is deprecated since mathcomp 1.13.0. - Use joins_sup_seq instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 2479, characters 8-18: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 2479, characters 8-18: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 2479, characters 8-18: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 2866, characters 8-18: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 2866, characters 8-18: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 2866, characters 8-18: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 4824, characters 10-22: - Warning: Notation join_sup_seq is deprecated since mathcomp 1.13.0. - Use joins_sup_seq instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 4824, characters 10-22: - Warning: Notation join_sup_seq is deprecated since mathcomp 1.13.0. - Use joins_sup_seq instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 5058, characters 25-35: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 5058, characters 25-35: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 5058, characters 25-35: - Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. - Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] - File "./src/mpoly.v", line 5168, characters 0-82: - Warning: The default value for hint locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding hints 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] - Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated] [ERROR] The compilation of coq-mathcomp-multinomials failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-mathcomp-multinomials -j 4". #=== ERROR while compiling coq-mathcomp-multinomials.1.5.4 ====================# # context 2.0.6 | linux/x86_64 | ocaml-base-compiler.4.07.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.07.1/.opam-switch/build/coq-mathcomp-multinomials.1.5.4 # command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-mathcomp-multinomials -j 4 # exit-code 1 # env-file ~/.opam/log/coq-mathcomp-multinomials-29155-335865.env # output-file ~/.opam/log/coq-mathcomp-multinomials-29155-335865.out ### output ### # [...] # Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] # File "./src/mpoly.v", line 5058, characters 25-35: # Warning: Notation big_uncond is deprecated since mathcomp 1.13.0. # Use big_rmcond instead. [deprecated-syntactic-definition,deprecated] # File "./src/mpoly.v", line 5168, characters 0-82: # Warning: The default value for hint locality is currently "local" in a # section and "global" otherwise, but is scheduled to change in a future # release. For the time being, adding hints 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] # Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated] <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-mathcomp-multinomials 1.5.4 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-mathcomp-multinomials.1.5.4 coq.dev' failed.
No files were installed.
true