ยซ Up

mathcomp-multinomials 1.5.4 Error ๐Ÿ”ฅ

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                 3           Virtual package relying on a GMP lib system installation
coq                      dev         Formal proof management system
dune                     2.9.1       Fast, portable, and opinionated build system
ocaml                    4.05.0      The OCaml compiler (virtual package)
ocaml-base-compiler      4.05.0      Official 4.05.0 release
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"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-mathcomp-multinomials.1.5.4 coq.dev
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-mathcomp-multinomials.1.5.4 coq.dev
Return code
0
Duration
26 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-multinomials.1.5.4 coq.dev
Return code
7936
Duration
4 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                 3           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                     2.9.1       Fast, portable, and opinionated build system
ocaml                    4.05.0      The OCaml compiler (virtual package)
ocaml-base-compiler      4.05.0      Official 4.05.0 release
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" "7" (CWD=/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-mathcomp-multinomials.1.5.4)
-         coqc src/.ssrcomplements.aux,src/ssrcomplements.{glob,vo}
- 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]
-         coqc src/.mpoly.aux,src/mpoly.{glob,vo}
- 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]
-         coqc src/.xfinmap.aux,src/xfinmap.{glob,vo} (exit 1)
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.05.0/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]).
- 
[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 7".
#=== ERROR while compiling coq-mathcomp-multinomials.1.5.4 ====================#
# context              2.0.1 | linux/x86_64 | ocaml-base-compiler.4.05.0 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-mathcomp-multinomials.1.5.4
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-mathcomp-multinomials -j 7
# exit-code            1
# env-file             ~/.opam/log/coq-mathcomp-multinomials-12969-335865.env
# output-file          ~/.opam/log/coq-mathcomp-multinomials-12969-335865.out
### output ###
# [...]
# 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]
#         coqc src/.xfinmap.aux,src/xfinmap.{glob,vo} (exit 1)
# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.05.0/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]).
# 
<><> 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.

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none