# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev The Coq Proof Assistant coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server dune 3.12.1 Fast, portable, and opinionated build system ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.6 A library manager for OCaml zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" synopsis: "A Coq library defining operads" description: """ This library formalizes a definition of a symmetric colored operad and demonstrates the operad of sets as an example. """ homepage: "https://github.com/twosixlabs/coq-operads" dev-repo: "git+https://github.com/twosixlabs/coq-operads.git" bug-reports: "https://github.com/twosixlabs/coq-operads/issues" maintainer: "yakir.forman@twosixtech.com" authors: [ "Zachary Flores" "Angelo Taranto" "Eric Bond" "Yakir Forman" ] depends: [ "coq" {>= "8.15"} "coq-hammer" {>= "1.3"} ] build: [ [make "-j%{jobs}%"] ] install: [ [make "install"] ] url { src: "https://github.com/twosixlabs/coq-operads/archive/1.1.0.tar.gz" checksum: "sha256=8c973266b9b517ae4acfa7125a181f03daeb5e043f7e6b931636a187726eabd7" } tags: [ "keyword:operad" "category:Mathematics/Algebra" "date:2023-08-28" "logpath:Operads" ]
true
Dry install with the current Coq version:
opam install -y --show-action coq-operads.1.1.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-operads.1.1.0 coq.dev
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-operads.1.1.0 coq.dev
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-g++ 1.0 Virtual package relying on the g++ compiler (for C++) conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev The Coq Proof Assistant coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-hammer dev General-purpose automated reasoning hammer tool for Coq coq-hammer-tactics dev Reconstruction tactics for the hammer for Coq coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server dune 3.12.1 Fast, portable, and opinionated build system ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.6 A library manager for OCaml zarith 1.13 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-operads 1.1.0 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-operads.1.1.0: http] [coq-operads.1.1.0] downloaded from https://github.com/twosixlabs/coq-operads/archive/1.1.0.tar.gz Processing 1/1: <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/2: [coq-operads: make] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-operads.1.1.0) - coq_makefile -f _CoqProject -o CoqMakefile - make --no-print-directory -f CoqMakefile - COQDEP VFILES - COQC Typecast.v - COQC ColoredOperads.v - COQC Tarski.v - COQC TTypecast.v - COQC TColoredOperads.v - File "./ColoredOperads.v", line 232, characters 27-39: - Error: The variable plus_Snm_nSm was not found in the current environment. - - make[2]: *** [CoqMakefile:847: ColoredOperads.vo] Error 1 - make[2]: *** [ColoredOperads.vo] Deleting file 'ColoredOperads.glob' - make[2]: *** Waiting for unfinished jobs.... - File "./TColoredOperads.v", line 202, characters 27-39: - Error: The variable plus_Snm_nSm was not found in the current environment. - - make[2]: *** [CoqMakefile:847: TColoredOperads.vo] Error 1 - make[2]: *** [TColoredOperads.vo] Deleting file 'TColoredOperads.glob' - make[1]: *** [CoqMakefile:417: all] Error 2 - make: *** [Makefile:15: invoke-coqmakefile] Error 2 [ERROR] The compilation of coq-operads failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4". #=== ERROR while compiling coq-operads.1.1.0 ==================================# # context 2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-operads.1.1.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-operads-30735-335865.env # output-file ~/.opam/log/coq-operads-30735-335865.out ### output ### # [...] # Error: The variable plus_Snm_nSm was not found in the current environment. # # make[2]: *** [CoqMakefile:847: ColoredOperads.vo] Error 1 # make[2]: *** [ColoredOperads.vo] Deleting file 'ColoredOperads.glob' # make[2]: *** Waiting for unfinished jobs.... # File "./TColoredOperads.v", line 202, characters 27-39: # Error: The variable plus_Snm_nSm was not found in the current environment. # # make[2]: *** [CoqMakefile:847: TColoredOperads.vo] Error 1 # make[2]: *** [TColoredOperads.vo] Deleting file 'TColoredOperads.glob' # make[1]: *** [CoqMakefile:417: all] Error 2 # make: *** [Makefile:15: invoke-coqmakefile] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-operads 1.1.0 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-operads.1.1.0 coq.dev' failed.
No files were installed.
true