« Up

pi-agm 1.2.6 Error 🔥

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-domains          base
base-nnp              base        Naked pointers prohibited in the OCaml heap
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   8.18.0      The Coq Proof Assistant
coq-core              8.18.0      The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            8.18.0      The Coq Proof Assistant -- Standard Library
coqide-server         8.18.0      The Coq Proof Assistant, XML protocol server
dune                  3.13.0      Fast, portable, and opinionated build system
ocaml                 5.1.1       The OCaml compiler (virtual package)
ocaml-base-compiler   5.1.1       Official release 5.1.1
ocaml-config          3           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.6       A library manager for OCaml
zarith                1.13        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "yves.bertot@inria.fr"
homepage: "http://www-sop.inria.fr/members/Yves.Bertot/"
bug-reports: "yves.bertot@inria.fr"
license: "CECILL-B"
build: [["coq_makefile" "-f" "_CoqProject" "-o" "Makefile" ]
       [ make "-j" "%{jobs}%" ]]
install: [ make "install" "DEST='%{lib}%/coq/user-contrib/pi_agm'" ]
depends: [
  "ocaml"
  "coq" {>= "8.12"}
  "coq-coquelicot" {>= "3" & < "4~"}
  "coq-interval" {>= "4"}
]
dev-repo: "git+https://github.com/ybertot/pi-agm.git"
tags: [ "keyword:real analysis" "keyword:pi" "category:Mathematics/Real Calculus and Topology" "logpath:agm" "date:2020-06-23" ]
authors: [ "Yves Bertot <yves.bertot@inria.fr>" ]
synopsis:
  "Computing thousands or millions of digits of PI with arithmetic-geometric means"
description: """
This is a proof of correctness for two algorithms to compute PI to high
precision using arithmetic-geometric means.  A first file contains
the calculus-based proofs for an abstract view of the algorithm, where all
numbers are real numbers.  A second file describes how to approximate all
computations using large integers.  Other files describe the second algorithm
which is close to the one used in mpfr, for instance.
The whole development can be used to produce mathematically proved and
formally verified approximations of PI."""
url {
  src: "https://github.com/ybertot/pi-agm/archive/v1.2.6.zip"
  checksum: "sha256=f690dd8e464acafb4c14437a0ad09545a11f4ebd6771b05f4e7f74ca5c08a7ff"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-pi-agm.1.2.6 coq.8.18.0
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; timeout 4h opam install -y --deps-only coq-pi-agm.1.2.6 coq.8.18.0
Return code
0
Duration
14 m 0 s

Install 🚀

Command
opam list; echo; timeout 4h opam install -y -v coq-pi-agm.1.2.6 coq.8.18.0
Return code
7936
Duration
2 m 0 s
Output
# Packages matching: installed
# Name                 # Installed   # Synopsis
atd                    2.15.0        Parser for the ATD data format description language
atdgen                 2.15.0        Generates efficient JSON serializers, deserializers and validators
atdgen-runtime         2.15.0        Runtime library for code generated by atdgen
atdts                  2.15.0        TypeScript code generation for ATD APIs
base-bigarray          base
base-domains           base
base-nnp               base          Naked pointers prohibited in the OCaml heap
base-threads           base
base-unix              base
biniou                 1.2.2         Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve
camlp-streams          5.0.1         The Stream and Genlex libraries for use with Camlp4 and Camlp5
cmdliner               1.2.0         Declarative definition of command line interfaces for OCaml
conf-g++               1.0           Virtual package relying on the g++ compiler (for C++)
conf-gmp               4             Virtual package relying on a GMP lib system installation
coq                    8.18.0        The Coq Proof Assistant
coq-bignums            9.0.0+coq8.18 Bignums, the Coq library of arbitrarily large numbers
coq-coquelicot         3.4.1         A Coq formalization of real analysis compatible with the standard library
coq-core               8.18.0        The Coq Proof Assistant -- Core Binaries and Tools
coq-elpi               2.0.0         Elpi extension language for Coq
coq-flocq              4.1.3         A formalization of floating-point arithmetic for the Coq system
coq-hierarchy-builder  1.7.0         High level commands to declare and evolve a hierarchy based on packed classes
coq-interval           4.9.0         A Coq tactic for proving bounds on real-valued expressions automatically
coq-mathcomp-ssreflect 2.2.0         Small Scale Reflection
coq-stdlib             8.18.0        The Coq Proof Assistant -- Standard Library
coqide-server          8.18.0        The Coq Proof Assistant, XML protocol server
cppo                   1.6.9         Code preprocessor like cpp for OCaml
dune                   3.13.0        Fast, portable, and opinionated build system
easy-format            1.3.4         High-level and functional interface to the Format module of the OCaml standard library
elpi                   1.18.1        ELPI - Embeddable λProlog Interpreter
menhir                 20231231      An LR(1) parser generator
menhirCST              20231231      Runtime support library for parsers generated by Menhir
menhirLib              20231231      Runtime support library for parsers generated by Menhir
menhirSdk              20231231      Compile-time library for auxiliary tools related to Menhir
ocaml                  5.1.1         The OCaml compiler (virtual package)
ocaml-base-compiler    5.1.1         Official release 5.1.1
ocaml-compiler-libs    v0.12.4       OCaml compiler libraries repackaged
ocaml-config           3             OCaml Switch Configuration
ocaml-options-vanilla  1             Ensure that OCaml is compiled with no special options enabled
ocamlfind              1.9.6         A library manager for OCaml
ppx_derivers           1.2.1         Shared [@@deriving] plugin registry
ppx_deriving           5.2.1         Type-driven code generation for OCaml
ppxlib                 0.31.0        Standard infrastructure for ppx rewriters
re                     1.11.0        RE is a regular expression library for OCaml
result                 1.5           Compatibility Result module
seq                    base          Compatibility package for OCaml's standard iterator type starting from 4.07.
sexplib0               v0.16.0       Library containing the definition of S-expressions and some base converters
stdlib-shims           0.3.0         Backport some of the new stdlib features to older compiler
yojson                 2.1.2         Yojson is an optimized parsing and printing library for the JSON format
zarith                 1.13          Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is 8.18.0).
The following actions will be performed:
  - install coq-pi-agm 1.2.6
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [coq-pi-agm.1.2.6: http]
Processing  1/3:
-> retrieved coq-pi-agm.1.2.6  (https://github.com/ybertot/pi-agm/archive/v1.2.6.zip)
Processing  2/3: [coq-pi-agm: coq_makefile _CoqProject]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "coq_makefile" "-f" "_CoqProject" "-o" "Makefile" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-pi-agm.1.2.6)
Processing  2/3: [coq-pi-agm: make 4]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j" "4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-pi-agm.1.2.6)
- COQDEP VFILES
- COQC filter_Rlt.v
- COQC atan_derivative_improper_integral.v
- COQC arcsinh.v
- COQC rounding_big.v
- COQC computing.v
- File "./atan_derivative_improper_integral.v", line 3, characters 0-49:
- Warning:
- New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function.
- [ambiguous-paths,coercions,default]
- File "./filter_Rlt.v", line 2, characters 0-49:
- Warning:
- New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function.
- [ambiguous-paths,coercions,default]
-      = 31415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201967%bigZ
-      : BigZ.t_
- File "./atan_derivative_improper_integral.v", line 160, characters 60-68:
- Warning: Notation Ropp_div is deprecated since 8.19. Use Rdiv_opp_l.
- [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default]
- File "./atan_derivative_improper_integral.v", line 160, characters 60-68:
- Warning: Notation Ropp_div is deprecated since 8.19. Use Rdiv_opp_l.
- [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default]
- File "./atan_derivative_improper_integral.v", line 160, characters 60-68:
- Warning: Notation Ropp_div is deprecated since 8.19. Use Rdiv_opp_l.
- [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default]
- COQC generalities.v
- File "./generalities.v", line 1, characters 0-49:
- Warning:
- New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function.
- [ambiguous-paths,coercions,default]
- File "./generalities.v", line 292, characters 40-52:
- Warning: Notation Max.le_max_r is deprecated since 8.16.
- The Arith.Max file is obsolete. Use Nat.le_max_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./generalities.v", line 292, characters 40-52:
- Warning: Notation Max.le_max_r is deprecated since 8.16.
- The Arith.Max file is obsolete. Use Nat.le_max_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./generalities.v", line 293, characters 36-48:
- Warning: Notation Max.le_max_l is deprecated since 8.16.
- The Arith.Max file is obsolete. Use Nat.le_max_l instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./generalities.v", line 293, characters 36-48:
- Warning: Notation Max.le_max_l is deprecated since 8.16.
- The Arith.Max file is obsolete. Use Nat.le_max_l instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./generalities.v", line 312, characters 24-32:
- Warning: Notation Rinv_pow is deprecated since 8.16. Use pow_inv.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./generalities.v", line 312, characters 24-32:
- Warning: Notation Rinv_pow is deprecated since 8.16. Use pow_inv.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- COQC elliptic_integral.v
- File "./elliptic_integral.v", line 1, characters 0-49:
- Warning:
- New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function.
- [ambiguous-paths,coercions,default]
- File "./elliptic_integral.v", line 31, characters 14-29:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./elliptic_integral.v", line 31, characters 14-29:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./elli
[...] truncated
efinition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1748, characters 56-71:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1748, characters 56-71:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1748, characters 56-71:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1748, characters 56-71:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1775, characters 56-71:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1775, characters 56-71:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1775, characters 56-71:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1775, characters 56-71:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1775, characters 56-71:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1802, characters 56-71:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1802, characters 56-71:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1802, characters 56-71:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1802, characters 56-71:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1802, characters 56-71:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1825, characters 8-23:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1825, characters 8-23:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1825, characters 8-23:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1825, characters 8-23:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1825, characters 8-23:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1845, characters 10-25:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1845, characters 10-25:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1845, characters 10-25:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1845, characters 10-25:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1845, characters 10-25:
- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1960, characters 13-23:
- Warning: Notation Rlt_Rminus is deprecated since 8.19.
- Use the bidirectional version Rlt_0_minus instead.
- [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 1960, characters 13-23:
- Warning: Notation Rlt_Rminus is deprecated since 8.19.
- Use the bidirectional version Rlt_0_minus instead.
- [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 2032, characters 13-23:
- Warning: Notation Rlt_Rminus is deprecated since 8.19.
- Use the bidirectional version Rlt_0_minus instead.
- [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 2032, characters 13-23:
- Warning: Notation Rlt_Rminus is deprecated since 8.19.
- Use the bidirectional version Rlt_0_minus instead.
- [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 2093, characters 13-23:
- Warning: Notation Rlt_Rminus is deprecated since 8.19.
- Use the bidirectional version Rlt_0_minus instead.
- [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 2093, characters 13-23:
- Warning: Notation Rlt_Rminus is deprecated since 8.19.
- Use the bidirectional version Rlt_0_minus instead.
- [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default]
- File "./rounding_correct.v", line 2117, characters 36-48:
- Error: The variable Z_div_mod_eq was not found in the current environment.
- 
- make[1]: *** [Makefile:838: rounding_correct.vo] Error 1
- make[1]: *** [rounding_correct.vo] Deleting file 'rounding_correct.glob'
- make: *** [Makefile:409: all] Error 2
[ERROR] The compilation of coq-pi-agm.1.2.6 failed at "make -j 4".
#=== ERROR while compiling coq-pi-agm.1.2.6 ===================================#
# context              2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-pi-agm.1.2.6
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j 4
# exit-code            2
# env-file             ~/.opam/log/coq-pi-agm-2582-4cada3.env
# output-file          ~/.opam/log/coq-pi-agm-2582-4cada3.out
### output ###
# [...]
# Use the bidirectional version Rlt_0_minus instead.
# [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default]
# File "./rounding_correct.v", line 2093, characters 13-23:
# Warning: Notation Rlt_Rminus is deprecated since 8.19.
# Use the bidirectional version Rlt_0_minus instead.
# [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default]
# File "./rounding_correct.v", line 2117, characters 36-48:
# Error: The variable Z_div_mod_eq was not found in the current environment.
# 
# make[1]: *** [Makefile:838: rounding_correct.vo] Error 1
# make[1]: *** [rounding_correct.vo] Deleting file 'rounding_correct.glob'
# make: *** [Makefile:409: all] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-pi-agm 1.2.6
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-pi-agm.1.2.6 coq.8.18.0' failed.
The middle of the output is truncated (maximum 20000 characters)

Installation size

No files were installed.

Uninstall 🧹

Command
true
Return code
0
Missing removes
none
Wrong removes
none