# 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.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" name: "coq-mathcomp-bigenough" version: "1.0.0" maintainer: "Cyril Cohen <cyril.cohen@inria.fr>" homepage: "https://github.com/math-comp/bigenough" bug-reports: "https://github.com/math-comp/bigenough/issues" license: "CeCILL-B" dev-repo: "git+https://github.com/math-comp/bigenough" build: [ make "-j" "%{jobs}%" "COQEXTRAFLAGS+=-native-compiler yes" {coq-native:installed & coq:version < "8.13~" } ] install: [ make "install" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/bigenough'" ] depends: [ "ocaml" "coq-mathcomp-ssreflect" {(>= "1.6" | = "dev")} ] tags: [ "keyword:bigenough" "keyword:asymptotic reasonning" "keyword:small scale reflection" "keyword:mathematical components" ] authors: [ "Cyril Cohen <cyril.cohen@inria.fr>" ] synopsis: "A small library to do epsilon - N reasonning" description: """ The package contains a package to reasoning with big enough objects (mostly natural numbers). This package is essentially for backward compatibility purposes as `bigenough` will be subsumed by the near tactics. The formalization is based on the Mathematical Components library.""" url { src: "https://github.com/math-comp/bigenough/archive/1.0.0.tar.gz" checksum: "md5=cf126ccb8a405eb2e94f68d57152b717" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mathcomp-bigenough.1.0.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-bigenough.1.0.0 coq.dev
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-bigenough.1.0.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 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system coq-mathcomp-ssreflect dev Small Scale Reflection dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind 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-bigenough 1.0.0 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-mathcomp-bigenough.1.0.0: http] [coq-mathcomp-bigenough.1.0.0] downloaded from https://github.com/math-comp/bigenough/archive/1.0.0.tar.gz Processing 1/1: <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/2: [coq-mathcomp-bigenough: make 7] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j" "7" (CWD=/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-mathcomp-bigenough.1.0.0) - grep: Make: No such file or directory - /home/bench/.opam/ocaml-base-compiler.4.05.0/bin/coq_makefile -f _CoqProject -o Makefile.coq - make -f Makefile.coq - make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-mathcomp-bigenough.1.0.0' - COQDEP VFILES - COQC bigenough.v - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "[ rel _ _ | _ ]" was already used in scope fun_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "[ rel _ _ : _ | _ ]" was already used in scope fun_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "[ rel _ _ in _ & _ | _ ]" was already used in scope - fun_scope. [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "[ rel _ _ in _ & _ ]" was already used in scope fun_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "[ rel _ _ in _ | _ ]" was already used in scope fun_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "[ rel _ _ in _ ]" was already used in scope fun_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "_ + _" was already used in scope nat_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "_ - _" was already used in scope nat_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "_ <= _" was already used in scope nat_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "_ < _" was already used in scope nat_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "_ >= _" was already used in scope nat_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "_ > _" was already used in scope nat_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "_ <= _ <= _" was already used in scope nat_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "_ < _ <= _" was already used in scope nat_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "_ <= _ < _" was already used in scope nat_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "_ < _ < _" was already used in scope nat_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 4, characters 0-77: - Warning: Notation "_ * _" was already used in scope nat_scope. - [notation-overridden,parsing] - File "./bigenough.v", line 87, characters 46-52: - Error: Syntax error: [ident] expected after 'in' (in [hloc]). - - make[2]: *** [Makefile.coq:764: bigenough.vo] Error 1 - make[1]: *** [Makefile.coq:387: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-mathcomp-bigenough.1.0.0' - make: *** [Makefile.common:51: this-build] Error 2 [ERROR] The compilation of coq-mathcomp-bigenough failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j 7". #=== ERROR while compiling coq-mathcomp-bigenough.1.0.0 =======================# # context 2.0.1 | linux/x86_64 | ocaml-base-compiler.4.05.0 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-mathcomp-bigenough.1.0.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j 7 # exit-code 2 # env-file ~/.opam/log/coq-mathcomp-bigenough-16950-865888.env # output-file ~/.opam/log/coq-mathcomp-bigenough-16950-865888.out ### output ### # [...] # Warning: Notation "_ < _ < _" was already used in scope nat_scope. # [notation-overridden,parsing] # File "./bigenough.v", line 4, characters 0-77: # Warning: Notation "_ * _" was already used in scope nat_scope. # [notation-overridden,parsing] # File "./bigenough.v", line 87, characters 46-52: # Error: Syntax error: [ident] expected after 'in' (in [hloc]). # # make[2]: *** [Makefile.coq:764: bigenough.vo] Error 1 # make[1]: *** [Makefile.coq:387: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-mathcomp-bigenough.1.0.0' # make: *** [Makefile.common:51: this-build] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-mathcomp-bigenough 1.0.0 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-mathcomp-bigenough.1.0.0 coq.dev' failed.
No files were installed.
true