« Up

mathcomp-apery 1.0.1 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.13.1      Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2      Official release 4.11.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"
maintainer: "assia.mahboubi@inria.fr"
homepage: "https://github.com/coq-community/apery"
dev-repo: "git+https://github.com/coq-community/apery.git"
bug-reports: "https://github.com/coq-community/apery/issues"
license: "CECILL-C"
synopsis: "A formally verified proof in Coq, by computer algebra, that ζ(3) is irrational"
description: """
This project contains a formal proof that the real number ζ(3),
also known as Apéry's constant, is irrational. It follows roughly
Apéry's original sketch of a proof. However, the recurrence
relations constituting the crux of the proof have been guessed by a
computer algebra program (in this case in Maple/Algolib). These
relations are formally checked a posteriori, so that Coq's kernel
remains the sole trusted code base."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "coq" {>= "8.11" & < "8.16~"}
  "coq-mathcomp-ssreflect" {>= "1.12" & < "1.15~"}
  "coq-mathcomp-algebra" 
  "coq-mathcomp-field" 
  "coq-coqeal" {>= "1.0.5"}
  "coq-mathcomp-real-closed" {>= "1.1.2"}
  "coq-mathcomp-bigenough" {>= "1.0.0"}
]
tags: [
  "category:Mathematics/Arithmetic and Number Theory/Number theory"
  "keyword:apery recurrence"
  "keyword:irrationality"
  "keyword:creative telescoping"
  "logpath:mathcomp.apery"
  "date:2022-02-03"
]
authors: [
  "Frédéric Chyzak"
  "Assia Mahboubi"
  "Thomas Sibut-Pinote"
]
url {
  src: "https://github.com/coq-community/apery/archive/1.0.1.tar.gz"
  checksum: "sha512=3c768f31fe055a5cf98be6766d1a5f180e670d71fd3ad194523e414d4c2dba4ddfe49a24c98b3f7fe64a5366f5a531d2b6c0700387ff9b3b16a01df74bab0cfa"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-mathcomp-apery.1.0.1 coq.8.13.1
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-apery.1.0.1 coq.8.13.1
Return code
7936
Duration
58 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.13.1      Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2      Official release 4.11.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 coq-mathcomp-ssreflect    1.14.0
  - install coq-bignums               8.13.0
  - install dune                      3.4.1
  - install coq-paramcoq              1.1.3+coq8.13
  - install coq-mathcomp-finmap       1.5.2
  - install coq-mathcomp-fingroup     1.14.0
  - install coq-mathcomp-bigenough    1.0.1
  - install coq-mathcomp-algebra      1.14.0
  - install coq-mathcomp-solvable     1.14.0
  - install coq-mathcomp-multinomials 1.5.5
  - install coq-mathcomp-field        1.14.0
  - install coq-mathcomp-real-closed  1.1.3
  - install coq-coqeal                1.1.1
===== 13 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-bignums.8.13.0] downloaded from https://github.com/coq/bignums/archive/V8.13.0.tar.gz
[coq-coqeal.1.1.1] downloaded from https://github.com/coq-community/coqeal/archive/refs/tags/1.1.1.tar.gz
[coq-mathcomp-algebra.1.14.0] downloaded from https://github.com/math-comp/math-comp/archive/mathcomp-1.14.0.tar.gz
[coq-mathcomp-field.1.14.0] found in cache
[coq-mathcomp-fingroup.1.14.0] found in cache
[coq-mathcomp-bigenough.1.0.1] downloaded from https://github.com/math-comp/bigenough/archive/1.0.1.tar.gz
[coq-mathcomp-finmap.1.5.2] downloaded from https://github.com/math-comp/finmap/archive/1.5.2.tar.gz
[coq-mathcomp-multinomials.1.5.5] downloaded from https://github.com/math-comp/multinomials/archive/1.5.5.tar.gz
[coq-mathcomp-real-closed.1.1.3] downloaded from https://github.com/math-comp/real-closed/archive/1.1.3.tar.gz
[coq-mathcomp-solvable.1.14.0] found in cache
[coq-mathcomp-ssreflect.1.14.0] found in cache
[coq-paramcoq.1.1.3+coq8.13] downloaded from https://github.com/coq-community/paramcoq/archive/v1.1.3+coq8.13.tar.gz
[dune.3.4.1] downloaded from cache at https://opam.ocaml.org/cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed coq-paramcoq.1.1.3+coq8.13
-> installed dune.3.4.1
-> installed coq-bignums.8.13.0
-> installed coq-mathcomp-ssreflect.1.14.0
-> installed coq-mathcomp-bigenough.1.0.1
-> installed coq-mathcomp-finmap.1.5.2
-> installed coq-mathcomp-fingroup.1.14.0
-> installed coq-mathcomp-algebra.1.14.0
-> installed coq-mathcomp-multinomials.1.5.5
-> installed coq-mathcomp-solvable.1.14.0
-> installed coq-mathcomp-field.1.14.0
-> installed coq-mathcomp-real-closed.1.1.3
[ERROR] The installation of coq-coqeal failed at "make install".
#=== ERROR while installing coq-coqeal.1.1.1 ==================================#
# context              2.0.7 | linux/x86_64 | ocaml-base-compiler.4.11.2 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/coq-coqeal.1.1.1
# command              ~/.opam/opam-init/hooks/sandbox.sh install make install
# exit-code            2
# env-file             ~/.opam/log/coq-coqeal-19135-e972d6.env
# output-file          ~/.opam/log/coq-coqeal-19135-e972d6.out
### output ###
# [...]
# INSTALL theory/smith_complements.vo /home/bench/.opam/ocaml-base-compiler.4.11.2/lib/coq//user-contrib/CoqEAL//theory
# INSTALL theory/ssralg_ring_tac.vo /home/bench/.opam/ocaml-base-compiler.4.11.2/lib/coq//user-contrib/CoqEAL//theory
# INSTALL theory/ssrcomplements.vo /home/bench/.opam/ocaml-base-compiler.4.11.2/lib/coq//user-contrib/CoqEAL//theory
# INSTALL theory/strassen.vo /home/bench/.opam/ocaml-base-compiler.4.11.2/lib/coq//user-contrib/CoqEAL//theory
# INSTALL theory/stronglydiscrete.vo /home/bench/.opam/ocaml-base-compiler.4.11.2/lib/coq//user-contrib/CoqEAL//theory
# INSTALL theory/toomcook.vo /home/bench/.opam/ocaml-base-compiler.4.11.2/lib/coq//user-contrib/CoqEAL//theory
# install: error writing '/home/bench/.opam/ocaml-base-compiler.4.11.2/lib/coq//user-contrib/CoqEAL//refinements/hrel.vo': No space left on device
# install: error writing '/home/bench/.opam/ocaml-base-compiler.4.11.2/lib/coq//user-contrib/CoqEAL//refinements/param.vo': No space left on device
# install: error writing '/home/bench/.opam/ocaml-base-compiler.4.11.2/lib/coq//user-contrib/CoqEAL//refinements/refinements.vo': No space left on device
# install: error writing '/home/bench/.opam/ocaml-base-compiler.4.11.2/lib/coq//user-contrib/CoqEAL//refinements/pos.vo': No space left on device
# install: error writing '/home/bench/.opam/ocaml-base-compiler.4.11.2/lib/coq//user-contrib/CoqEAL//refinements/binnat.vo': No space left on device
# install: error writing '/home/bench/.opam/ocaml-
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - install coq-coqeal 1.1.1
+- 
+- The following changes have been performed
| - install coq-bignums               8.13.0
| - install coq-mathcomp-algebra      1.14.0
| - install coq-mathcomp-bigenough    1.0.1
| - install coq-mathcomp-field        1.14.0
| - install coq-mathcomp-fingroup     1.14.0
| - install coq-mathcomp-finmap       1.5.2
| - install coq-mathcomp-multinomials 1.5.5
| - install coq-mathcomp-real-closed  1.1.3
| - install coq-mathcomp-solvable     1.14.0
| - install coq-mathcomp-ssreflect    1.14.0
| - install coq-paramcoq              1.1.3+coq8.13
| - install dune                      3.4.1
+- 
# 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.11.2/.opam-switch/backup/state-20220914033449.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