« Up

pi-agm 1.2.4 Error with dependencies

(2019-11-30 21:22:11 UTC)

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-m4             1           Virtual package relying on m4
coq                 dev         Formal proof management system
num                 1.3         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.09.0      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0      Official release 4.09.0
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.8.1       A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-pi-agm"
version: "1.2.4"
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.10"}
  "coq-coquelicot" {>= "3" & < "4~"}
  "coq-interval" {>= "3.1"}
]
tags: [ "keyword:real analysis" "keyword:pi" "category:Mathematics/Real Calculus and Topology" ]
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.4.zip"
  checksum: "sha256=f24f92b06f0afbdc56d89d5d0da10d80305298ad9470d03cf22ef882fbac0694"
}

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.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 2h opam install -y --deps-only coq-pi-agm.1.2.4 coq.dev
Return code
7936
Duration
12 m 9 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-m4             1           Virtual package relying on m4
coq                 dev         Formal proof management system
num                 1.3         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.09.0      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0      Official release 4.09.0
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.8.1       A library manager for OCaml
The following actions will be performed:
  - install coq-flocq              dev
  - install dune                   2.0.0
  - install coq-mathcomp-ssreflect dev
  - install coq-bignums            dev
  - install coq-coquelicot         3.0.3
  - install coq-interval           3.4.1
===== 6 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-coquelicot.3.0.3] downloaded from https://gforge.inria.fr/frs/download.php/file/38105/coquelicot-3.0.3.tar.gz
[coq-interval.3.4.1] downloaded from https://gforge.inria.fr/frs/download.php/file/38104/interval-3.4.1.tar.gz
[coq-bignums.dev] synchronised from git+https://github.com/coq/bignums.git#master
[dune.2.0.0] downloaded from cache at https://opam.ocaml.org/cache
[coq-mathcomp-ssreflect.dev] synchronised from git+https://github.com/math-comp/math-comp.git#master
[coq-flocq.dev] synchronised from git+https://gitlab.inria.fr/flocq/flocq.git#master
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed dune.2.0.0
-> installed coq-mathcomp-ssreflect.dev
-> installed coq-bignums.dev
-> installed coq-coquelicot.3.0.3
-> installed coq-flocq.dev
[ERROR] The compilation of coq-interval failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./remake -j4".
#=== ERROR while compiling coq-interval.3.4.1 =================================#
# context              2.0.5 | linux/x86_64 | ocaml-base-compiler.4.09.0 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.09.0/.opam-switch/build/coq-interval.3.4.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j4
# exit-code            1
# env-file             ~/.opam/log/coq-interval-14206-ad3a37.env
# output-file          ~/.opam/log/coq-interval-14206-ad3a37.out
### output ###
# [...]
# [deprecated-tactic,deprecated]
# File "./src/Interval_transcend.v", line 805, characters 2-17:
# Warning: Tactic Fourier.fourier is deprecated since 8.9.0. Use lra instead.
# [deprecated-tactic,deprecated]
# File "./src/Interval_transcend.v", line 813, characters 2-17:
# Warning: Tactic Fourier.fourier is deprecated since 8.9.0. Use lra instead.
# [deprecated-tactic,deprecated]
# File "./src/Interval_transcend.v", line 819, characters 2-17:
# Warning: Tactic Fourier.fourier is deprecated since 8.9.0. Use lra instead.
# [deprecated-tactic,deprecated]
# Finished src/Interval_transcend.vo
# Finished src/Interval_interval_float_full.vo
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-interval 3.4.1
+- 
+- The following changes have been performed
| - install coq-bignums            dev
| - install coq-coquelicot         3.0.3
| - install coq-flocq              dev
| - install coq-mathcomp-ssreflect dev
| - install dune                   2.0.0
+- 
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
    opam switch import "/home/bench/.opam/ocaml-base-compiler.4.09.0/.opam-switch/backup/state-20191130011528.export"

Install

Command
true
Return code
0
Duration
0 s

Installation size

No files were installed.

Uninstall

Command
true
Return code
0
Missing removes
none
Wrong removes
none