# 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 dev Formal proof management system dune 3.1.1 Fast, portable, and opinionated build system ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 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.16~") | = "dev" } "coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.15~") | = "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.2.0.tar.gz" checksum: "sha256=f4f0525d19f8e0527b59383828850dfc5e0503bb2615047ee1cc8cefc0ca4153" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mathcomp-abel.1.2.0 coq.dev
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-abel.1.2.0 coq.dev
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-abel.1.2.0 coq.dev
# 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 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 3.1.1 Fast, portable, and opinionated build system ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 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.2.0 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-mathcomp-abel.1.2.0: http] [coq-mathcomp-abel.1.2.0] downloaded from https://github.com/math-comp/abel/archive/1.2.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.1/.opam-switch/build/coq-mathcomp-abel.1.2.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 - File "./theories/xmathcomp/various.v", line 1168, characters 34-48: - Warning: Notation fact_smonotone is deprecated since mathcomp 1.13.0. - Use ltn_fact instead [deprecated-syntactic-definition,deprecated] - File "./theories/xmathcomp/various.v", line 1168, characters 34-48: - Warning: Notation fact_smonotone is deprecated since mathcomp 1.13.0. - Use ltn_fact instead [deprecated-syntactic-definition,deprecated] - COQC theories/xmathcomp/cyclotomic_ext.v - COQC theories/xmathcomp/map_gal.v - COQC theories/xmathcomp/algR.v - COQC theories/xmathcomp/real_closed_ext.v - COQC theories/xmathcomp/classic_ext.v - File "./theories/xmathcomp/map_gal.v", line 361, characters 0-37: - 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] - File "./theories/xmathcomp/map_gal.v", line 840, characters 0-36: - 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] - File "./theories/xmathcomp/map_gal.v", line 841, characters 0-36: - 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] - File "./theories/xmathcomp/map_gal.v", line 842, characters 0-41: - 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] - File "./theories/xmathcomp/map_gal.v", line 843, characters 0-38: - 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] - COQC theories/abel.v - File "./theories/abel.v", line 827, characters 0-34: - 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] - File "./theories/abel.v", line 1179, characters 54-55: - Error: - The term "6" has type "GRing.Zmodule.sort ?t" - while it is expected to have type "nat". - - make[2]: *** [Makefile.coq:791: theories/abel.vo] Error 1 - make[1]: *** [Makefile.coq:408: 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.2.0 ============================# # context 2.0.8 | linux/x86_64 | ocaml-base-compiler.4.12.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.12.1/.opam-switch/build/coq-mathcomp-abel.1.2.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-mathcomp-abel-14470-335865.env # output-file ~/.opam/log/coq-mathcomp-abel-14470-335865.out ### output ### # [...] # 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] # File "./theories/abel.v", line 1179, characters 54-55: # Error: # The term "6" has type "GRing.Zmodule.sort ?t" # while it is expected to have type "nat". # # make[2]: *** [Makefile.coq:791: theories/abel.vo] Error 1 # make[1]: *** [Makefile.coq:408: all] Error 2 # make: *** [Makefile:15: invoke-coqmakefile] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-mathcomp-abel 1.2.0 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-mathcomp-abel.1.2.0 coq.dev' failed.
No files were installed.
true