« Up

num-analysis 1.0.0 Error with dependencies 🚒

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                 8.16.0      Formal proof management system
dune                3.6.2       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.5       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
synopsis: "Numerical Analysis in Coq"
maintainer: "MILC project <milc@inria.fr>"
authors: [ "Sylvie Boldo" "François Clément" "Vincent Martin" "Micaela Mayero" "Florian Faissole" "Houda Mouhcine" "Louise Leclerc" "Stéphane Aubry" ]
homepage: "https://lipn.univ-paris13.fr/coq-num-analysis/"
dev-repo: "git+https://lipn.univ-paris13.fr/coq-num-analysis/"
bug-reports: "https://lipn.univ-paris13.fr/coq-num-analysis/issues"
license: "LGPL-3.0-or-later"
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "coq" {>= "8.15.0"}
  "coq-mathcomp-ssreflect" {>= "1.15.0"}
  "coq-coquelicot" {= "3.2.0"}
  "coq-flocq" {>= "4.1.0"}
]
tags: [
  "category:Mathematics/Real Calculus and Topology"
  "keyword:real analysis"
  "keyword:Lax-Milgram theorem"
  "keyword:Lebesgue integration"
  "keyword:Tonelli theorem"
  "keyword:Bochner integration"
  "logpath:Lebesgue"
  "logpath:LM"
  "date:2022-09-06"
]
url {
  src: "https://depot.lipn.univ-paris13.fr/mayero/coq-num-analysis/-/archive/1.0/coq-num-analysis-1.0.tar.gz"
  checksum: "sha256=c230cb37b61e3b9de8619b66e470981ba986a4009c6e9dda0d3958d0858df40a"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-num-analysis.1.0.0 coq.8.16.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; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-num-analysis.1.0.0 coq.8.16.0
Return code
7936
Duration
16 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                 8.16.0      Formal proof management system
dune                3.6.2       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.5       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
The following actions will be performed:
  - install conf-g++               1.0
  - install coq-mathcomp-ssreflect 1.16.0
  - install coq-flocq              4.1.0
  - install coq-coquelicot         3.2.0
===== 4 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-coquelicot.3.2.0] downloaded from https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.2.0.tar.gz
[coq-flocq.4.1.0] downloaded from https://flocq.gitlabpages.inria.fr/releases/flocq-4.1.0.tar.gz
[coq-mathcomp-ssreflect.1.16.0] downloaded from https://github.com/math-comp/math-comp/archive/mathcomp-1.16.0.tar.gz
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-g++.1.0
-> installed coq-mathcomp-ssreflect.1.16.0
[ERROR] The compilation of coq-coquelicot failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./remake -j4".
-> installed coq-flocq.4.1.0
#=== ERROR while compiling coq-coquelicot.3.2.0 ===============================#
# 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-coquelicot.3.2.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j4
# exit-code            1
# env-file             ~/.opam/log/coq-coquelicot-32327-4345db.env
# output-file          ~/.opam/log/coq-coquelicot-32327-4345db.out
### output ###
# [...]
# File "./theories/Rbar.v", line 568, characters 10-26:
# Warning: Notation Ropp_inv_permute is deprecated since 8.16. Use Rinv_opp.
# [deprecated-syntactic-definition,deprecated]
# File "./theories/Rbar.v", line 568, characters 10-26:
# Warning: Notation Ropp_inv_permute is deprecated since 8.16. Use Rinv_opp.
# [deprecated-syntactic-definition,deprecated]
# Finished theories/Rbar.vo
# File "./theories/Lub.v", line 24, characters 0-40:
# Warning:
# New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function.
# [ambiguous-paths,typechecker]
# Finished theories/Lub.vo
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-coquelicot 3.2.0
+- 
+- The following changes have been performed
| - install conf-g++               1.0
| - install coq-flocq              4.1.0
| - install coq-mathcomp-ssreflect 1.16.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.10.2/.opam-switch/backup/state-20230219015934.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