This result is black-listed as it is considered as too hard to reproduce / to solve. If you find a way to fix this package, please make a pull-request to github.com/coq/opam-coq-archive. The list of black-listed packages is in black_list.rb.
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1+2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.6 A library manager for OCaml # 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" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mathcomp-apery.1.0.1 coq.8.7.1+2
[NOTE] Package coq is already installed (current version is 8.7.1+2). The following dependencies couldn't be met: - coq-mathcomp-apery -> coq >= 8.11 -> ocaml >= 4.05.0 base of this switch (use `--unlock-base' to force) - coq-mathcomp-apery -> coq >= 8.11 -> coq-core -> ocaml >= 4.09.0 base of this switch (use `--unlock-base' to force) No solution found, exiting
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-apery.1.0.1
The following actions will be performed: - remove coq 8.7.1+2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> [WARNING] package uninstall script failed at /home/bench/.opam/opam-init/hooks/sandbox.sh remove rm -R /home/bench/.opam/ocaml-base-compiler.4.02.3/lib/coq /home/bench/.opam/ocaml-base-compiler.4.02.3/share/coq: # context 2.0.6 | linux/x86_64 | ocaml-base-compiler.4.02.3 | https://opam.ocaml.org#ba404223 # path ~/run # command ~/.opam/opam-init/hooks/sandbox.sh remove rm -R /home/bench/.opam/ocaml-base-compiler.4.02.3/lib/coq /home/bench/.opam/ocaml-base-compiler.4.02.3/share/coq # exit-code 1 # env-file ~/.opam/log/coq-12935-9b8556.env # output-file ~/.opam/log/coq-12935-9b8556.out ### output ### # rm: cannot remove '/home/bench/.opam/ocaml-base-compiler.4.02.3/share/coq': No such file or directory Done. # Run eval $(opam env) to update the current shell environment [ERROR] Sorry, resolution of the request timed out. Try to specify a simpler request, use a different solver, or increase the allowed time by setting OPAMSOLVERTIMEOUT to a bigger value (currently, it is set to 600.0 seconds).
true
true
No files were installed.
true