« Up

mathcomp-abel 1.0.0 Error

(2021-10-27 02:59:51 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-gmp              3           Virtual package relying on a GMP lib system installation
coq                   dev         Formal proof management system
dune                  2.9.1       Fast, portable, and opinionated build system
ocaml                 4.12.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.12.0      Official release 4.12.0
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.1       A library manager for OCaml
zarith                1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Cyril Cohen <cyril.cohen@inria.fr>"
homepage: "https://github.com/math-comp/abel"
dev-repo: "git+https://github.com/math-comp/abel.git"
bug-reports: "https://github.com/math-comp/abel/issues"
license: "CECILL-B"
synopsis: "Abel - Ruffini's theorem"
description: """
This repository contains a proof of Abel - Galois Theorem
(equivalence between being solvable by radicals and having a
solvable Galois group) and Abel - Ruffini Theorem (unsolvability of
quintic equations) in the Coq proof-assistant and using the
Mathematical Components library."""
build: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
  "coq" { (>= "8.10" & < "8.14~") | = "dev" }
  "coq-mathcomp-ssreflect" { (>= "1.11.0" & < "1.13~") | = "dev" }
  "coq-mathcomp-fingroup" 
  "coq-mathcomp-algebra" 
  "coq-mathcomp-solvable" 
  "coq-mathcomp-field" 
  "coq-mathcomp-real-closed" { (>= "1.1.1") | = "dev" }
]
tags: [
  "keyword:algebra"
  "keyword:Galois"
  "keyword:Abel Ruffini"
  "keyword:unsolvability of quintincs"
  "logpath:Abel"
]
authors: [
  "Sophie Bernard"
  "Cyril Cohen"
  "Assia Mahboubi"
  "Pierre-Yves Strub"
]
url {
  src: "https://github.com/math-comp/Abel/archive/1.0.0.tar.gz"
  checksum: "sha256=45ff1fc19ee16d1d97892a54fbbc9864e89fe79b0c7aa3cc9503e44bced5f446"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-mathcomp-abel.1.0.0 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 4h opam install -y --deps-only coq-mathcomp-abel.1.0.0 coq.dev
Return code
0
Duration
24 m 13 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-abel.1.0.0 coq.dev
Return code
7936
Duration
38 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                 3           Virtual package relying on a GMP lib system installation
coq                      dev         Formal proof management system
coq-mathcomp-algebra     dev         Mathematical Components Library on Algebra
coq-mathcomp-bigenough   dev         A small library to do epsilon - N reasonning
coq-mathcomp-field       dev         Mathematical Components Library on Fields
coq-mathcomp-fingroup    dev         Mathematical Components Library on finite groups
coq-mathcomp-real-closed dev         Mathematical Components Library on real closed fields
coq-mathcomp-solvable    dev         Mathematical Components Library on finite groups (II)
coq-mathcomp-ssreflect   dev         Small Scale Reflection
dune                     2.9.1       Fast, portable, and opinionated build system
ocaml                    4.12.0      The OCaml compiler (virtual package)
ocaml-base-compiler      4.12.0      Official release 4.12.0
ocaml-config             2           OCaml Switch Configuration
ocaml-options-vanilla    1           Ensure that OCaml is compiled with no special options enabled
ocamlfind                1.9.1       A library manager for OCaml
zarith                   1.12        Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is dev).
The following actions will be performed:
  - install coq-mathcomp-abel 1.0.0
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-mathcomp-abel.1.0.0: http]
[coq-mathcomp-abel.1.0.0] downloaded from https://github.com/math-comp/Abel/archive/1.0.0.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-mathcomp-abel: make]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.12.0/.opam-switch/build/coq-mathcomp-abel.1.0.0)
- coq_makefile -f _CoqProject -o Makefile.coq
- make --no-print-directory -f Makefile.coq 
- COQDEP VFILES
- COQC theories/xmathcomp/various.v
- COQC theories/xmathcomp/char0.v
- COQC theories/xmathcomp/diag.v
- COQC theories/xmathcomp/galmx.v
- File "./theories/xmathcomp/various.v", line 114, characters 27-39:
- Warning: Notation coprime_expr is deprecated since mathcomp 1.12.0.
- Use coprimeXr instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/xmathcomp/various.v", line 114, characters 27-39:
- Warning: Notation coprime_expr is deprecated since mathcomp 1.12.0.
- Use coprimeXr instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/xmathcomp/various.v", line 114, characters 27-39:
- Warning: Notation coprime_expr is deprecated since mathcomp 1.12.0.
- Use coprimeXr instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/xmathcomp/various.v", line 114, characters 27-39:
- Warning: Notation coprime_expr is deprecated since mathcomp 1.12.0.
- Use coprimeXr instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/xmathcomp/various.v", line 114, characters 27-39:
- Warning: Notation coprime_expr is deprecated since mathcomp 1.12.0.
- Use coprimeXr instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/xmathcomp/various.v", line 114, characters 27-39:
- Warning: Notation coprime_expr is deprecated since mathcomp 1.12.0.
- Use coprimeXr instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/xmathcomp/various.v", line 114, characters 27-39:
- Warning: Notation coprime_expr is deprecated since mathcomp 1.12.0.
- Use coprimeXr instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/xmathcomp/various.v", line 201, characters 0-71:
- Error: No applicable tactic.
- 
- make[2]: *** [Makefile.coq:763: theories/xmathcomp/various.vo] Error 1
- make[2]: *** Waiting for unfinished jobs....
- File "./theories/xmathcomp/diag.v", line 315, characters 25-38:
- Warning: Notation coprimep_mulr is deprecated since mathcomp 1.12.0.
- Use coprimepMr instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/xmathcomp/diag.v", line 315, characters 25-38:
- Warning: Notation coprimep_mulr is deprecated since mathcomp 1.12.0.
- Use coprimepMr instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/xmathcomp/diag.v", line 315, characters 25-38:
- Warning: Notation coprimep_mulr is deprecated since mathcomp 1.12.0.
- Use coprimepMr instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/xmathcomp/diag.v", line 332, characters 25-38:
- Warning: Notation coprimep_mulr is deprecated since mathcomp 1.12.0.
- Use coprimepMr instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/xmathcomp/diag.v", line 332, characters 25-38:
- Warning: Notation coprimep_mulr is deprecated since mathcomp 1.12.0.
- Use coprimepMr instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/xmathcomp/diag.v", line 332, characters 25-38:
- Warning: Notation coprimep_mulr is deprecated since mathcomp 1.12.0.
- Use coprimepMr instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/xmathcomp/diag.v", line 754, characters 0-32:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- make[1]: *** [Makefile.coq:387: all] Error 2
- make: *** [Makefile:15: invoke-coqmakefile] Error 2
[ERROR] The compilation of coq-mathcomp-abel failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4".
#=== ERROR while compiling coq-mathcomp-abel.1.0.0 ============================#
# context              2.0.8 | linux/x86_64 | ocaml-base-compiler.4.12.0 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.12.0/.opam-switch/build/coq-mathcomp-abel.1.0.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code            2
# env-file             ~/.opam/log/coq-mathcomp-abel-14103-335865.env
# output-file          ~/.opam/log/coq-mathcomp-abel-14103-335865.out
### output ###
# [...]
# Warning: Notation coprimep_mulr is deprecated since mathcomp 1.12.0.
# Use coprimepMr instead. [deprecated-syntactic-definition,deprecated]
# File "./theories/xmathcomp/diag.v", line 754, characters 0-32:
# Warning: The default value for hint locality is currently "local" in a
# section and "global" otherwise, but is scheduled to change in a future
# release. For the time being, adding hints outside of sections without
# specifying an explicit locality attribute is therefore deprecated. It is
# recommended to use "export" whenever possible. Use the attributes #[local],
# #[global] and #[export] depending on your choice. For example: "#[export]
# Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
# make[1]: *** [Makefile.coq:387: all] Error 2
# make: *** [Makefile:15: invoke-coqmakefile] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-mathcomp-abel 1.0.0
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-mathcomp-abel.1.0.0 coq.dev' failed.

Installation size

No files were installed.

Uninstall

Command
true
Return code
0
Missing removes
none
Wrong removes
none