ยซ Up

mathcomp-real-closed 1.1.2 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            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.10.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2      Official release 4.10.2
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.3       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/math-comp/real-closed"
dev-repo: "git+https://github.com/math-comp/real-closed.git"
bug-reports: "https://github.com/math-comp/real-closed/issues"
license: "CECILL-B"
synopsis: "Mathematical Components Library on real closed fields"
description: """
This library contains definitions and theorems about real closed
fields, with a construction of the real closure and the algebraic
closure (including a proof of the fundamental theorem of
algebra). It also contains a proof of decidability of the first
order theory of real closed field, through quantifier elimination."""
build: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
  "coq" { (>= "8.10" & < "8.16~") | (= "dev") }
  "coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.15~") | (= "dev")  }
  "coq-mathcomp-algebra" { (>= "1.12.0" & < "1.15~") | (= "dev")  }
  "coq-mathcomp-field" { (>= "1.12.0" & < "1.15~") | (= "dev")  }
  "coq-mathcomp-bigenough" {>= "1.0.0"}
]
tags: [
  "keyword:real closed field"
  "logpath:mathcomp.real_closed"
]
authors: [
  "Cyril Cohen"
  "Assia Mahboubi"
]
url {
  src: "https://github.com/math-comp/real-closed/archive/1.1.2.tar.gz"
  checksum: "sha256=84e0ddf33dbbc249287dfc8fc7874d433c79cee2b335f32b6476a46a71376892"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-mathcomp-real-closed.1.1.2 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-real-closed.1.1.2 coq.dev
Return code
0
Duration
21 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-real-closed.1.1.2 coq.dev
Return code
7936
Duration
2 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                    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-field     dev         Mathematical Components Library on Fields
coq-mathcomp-fingroup  dev         Mathematical Components Library on finite groups
coq-mathcomp-solvable  dev         Mathematical Components Library on finite groups (II)
coq-mathcomp-ssreflect dev         Small Scale Reflection
dune                   3.1.1       Fast, portable, and opinionated build system
ocaml                  4.10.2      The OCaml compiler (virtual package)
ocaml-base-compiler    4.10.2      Official release 4.10.2
ocaml-config           1           OCaml Switch Configuration
ocamlfind              1.9.3       A library manager for OCaml
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-real-closed 1.1.2
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-mathcomp-real-closed.1.1.2: http]
[coq-mathcomp-real-closed.1.1.2] downloaded from https://github.com/math-comp/real-closed/archive/1.1.2.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-mathcomp-real-closed: make]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-mathcomp-real-closed.1.1.2)
- coq_makefile -f _CoqProject -o Makefile.coq
- make --no-print-directory -f Makefile.coq 
- COQDEP VFILES
- COQC theories/polyorder.v
- COQC theories/ordered_qelim.v
- COQC theories/mxtens.v
- COQC theories/cauchyreals.v
- COQC theories/polyrcf.v
- File "./theories/ordered_qelim.v", line 719, characters 0-80:
- Warning:
- SSReflect: cannot obtain new equations out of
-   (is_true (rterm _t_ && rterm _t1_))
- Did you write an extra [] in the intro pattern? [spurious-ssr-injection,ssr]
- File "./theories/ordered_qelim.v", line 719, characters 0-80:
- Warning:
- SSReflect: cannot obtain new equations out of
-   (is_true (rterm _t_ && rterm _t1_))
- Did you write an extra [] in the intro pattern? [spurious-ssr-injection,ssr]
- File "./theories/ordered_qelim.v", line 719, characters 0-80:
- Warning:
- SSReflect: cannot obtain new equations out of
-   (is_true (rterm _t_ && rterm _t1_))
- Did you write an extra [] in the intro pattern? [spurious-ssr-injection,ssr]
- File "./theories/ordered_qelim.v", line 719, characters 0-80:
- Warning:
- SSReflect: cannot obtain new equations out of
-   (is_true (rformula _f_))
- Did you write an extra [] in the intro pattern? [spurious-ssr-injection,ssr]
- File "./theories/cauchyreals.v", line 881, characters 24-32:
- Warning: Notation iota_add is deprecated since mathcomp 1.13.0.
- Use iotaD instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/cauchyreals.v", line 881, characters 24-32:
- Warning: Notation iota_add is deprecated since mathcomp 1.13.0.
- Use iotaD instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/cauchyreals.v", line 881, characters 24-32:
- Warning: Notation iota_add is deprecated since mathcomp 1.13.0.
- Use iotaD instead. [deprecated-syntactic-definition,deprecated]
- COQC theories/qe_rcf_th.v
- COQC theories/realalg.v
- File "./theories/qe_rcf_th.v", line 296, characters 45-46:
- Error:
- In environment
- R : rcfType
- R0 : realDomainType
- s : R0
- n : nat
- The term "2" has type "GRing.Zmodule.sort ?t"
- while it is expected to have type "nat".
- 
- make[2]: *** [Makefile.coq:791: theories/qe_rcf_th.vo] Error 1
- make[2]: *** Waiting for unfinished jobs....
- make[1]: *** [Makefile.coq:408: all] Error 2
- make: *** [Makefile:15: invoke-coqmakefile] Error 2
[ERROR] The compilation of coq-mathcomp-real-closed failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4".
#=== ERROR while compiling coq-mathcomp-real-closed.1.1.2 =====================#
# context              2.0.6 | linux/x86_64 | ocaml-base-compiler.4.10.2 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-mathcomp-real-closed.1.1.2
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code            2
# env-file             ~/.opam/log/coq-mathcomp-real-closed-2652-335865.env
# output-file          ~/.opam/log/coq-mathcomp-real-closed-2652-335865.out
### output ###
# [...]
# In environment
# R : rcfType
# R0 : realDomainType
# s : R0
# n : nat
# The term "2" has type "GRing.Zmodule.sort ?t"
# while it is expected to have type "nat".
# 
# make[2]: *** [Makefile.coq:791: theories/qe_rcf_th.vo] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[1]: *** [Makefile.coq:408: all] Error 2
# make: *** [Makefile:15: invoke-coqmakefile] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-mathcomp-real-closed 1.1.2
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-mathcomp-real-closed.1.1.2 coq.dev' failed.

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none