# 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 8.13.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.5 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: [ "Pierre Roux <pierre.roux@onera.fr>" ] homepage: "https://github.com/math-comp/dioid" dev-repo: "git+https://github.com/math-comp/dioid.git" bug-reports: "https://github.com/math-comp/dioid/issues" license: "CECILL-B" build: [ [make "-j%{jobs}%"] ] install: [make "install"] depends: [ "coq" {>= "8.13" & < "8.14~"} "coq-mathcomp-ssreflect" { >= "1.12" & < "1.14~" } "coq-mathcomp-analysis" { >= "0.3.9" & < "0.4~" } "coq-hierarchy-builder" { = "1.0.0" } "coq-elpi" { = "1.8.1" } ] synopsis: "Dioid" description: """ Definitions of the algebraic structure of dioid following the style of ssralg in the Mathcomp library. The main algebraic structures defined are: * semirings: rings without oppositve for the additive law * dioids: idempotent semirings (i.e., forall x, x + x = x) * complete dioids: dioids whose canonical order (x <= y wen x + y = y) yields a complete lattice * commutative variants (multiplicative law is commutative) More details can be found in comments at the beginning of each file. """ tags: [ "keyword:dioid" "keyword:semiring" "keyword:complete dioid" "category:Miscellaneous/Coq Extensions" "logpath:mathcomp.dioid" ] authors: [ "Lucien Rakotomalala <lucien.rakotomalala@onera.fr>" "Pierre Roux <pierre.roux@onera.fr>" ] url { src: "https://github.com/math-comp/dioid/archive/0.2.tar.gz" checksum: "sha256=afbbcfd9c4cdfcb12327fa111ca455e545905b01ff0f5e8e19da7035f6bc4780" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mathcomp-dioid.0.2 coq.8.13.1
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-dioid.0.2 coq.8.13.1
# 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 8.13.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.5 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers The following actions will be performed: - install conf-perl 2 - install dune 3.4.1 - install seq base - install coq-mathcomp-ssreflect 1.13.0 - install camlp5 7.14 - install sexplib0 v0.15.1 - install result 1.5 - install ppx_derivers 1.2.1 - install ocaml-compiler-libs v0.12.4 - install csexp 1.5.1 - install cppo 1.6.9 - install re 1.10.4 - install coq-mathcomp-finmap 1.5.2 - install coq-mathcomp-fingroup 1.13.0 - install coq-mathcomp-bigenough 1.0.1 - install ocaml-migrate-parsetree 1.8.0 - install dune-configurator 3.4.1 - install coq-mathcomp-algebra 1.13.0 - install base v0.15.0 - install coq-mathcomp-solvable 1.13.0 - install stdio v0.15.0 - install coq-mathcomp-field 1.13.0 - install ppxlib 0.14.0 - install ppx_deriving 5.1 - install elpi 1.12.0 - install coq-elpi 1.8.1 - install coq-hierarchy-builder 1.0.0 - install coq-mathcomp-analysis 0.3.13 ===== 28 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [base.v0.15.0] downloaded from cache at https://opam.ocaml.org/cache [camlp5.7.14] downloaded from cache at https://opam.ocaml.org/cache [coq-elpi.1.8.1] downloaded from https://github.com/LPCIC/coq-elpi/archive/v1.8.1.tar.gz [coq-hierarchy-builder.1.0.0] downloaded from https://github.com/math-comp/hierarchy-builder/archive/v1.0.0.tar.gz [coq-mathcomp-algebra.1.13.0] downloaded from https://github.com/math-comp/math-comp/archive/mathcomp-1.13.0.tar.gz [coq-mathcomp-analysis.0.3.13] downloaded from https://github.com/math-comp/analysis/archive/0.3.13.tar.gz [coq-mathcomp-field.1.13.0] found in cache [coq-mathcomp-fingroup.1.13.0] found in cache [coq-mathcomp-bigenough.1.0.1] downloaded from https://github.com/math-comp/bigenough/archive/1.0.1.tar.gz [coq-mathcomp-solvable.1.13.0] found in cache [coq-mathcomp-ssreflect.1.13.0] found in cache [coq-mathcomp-finmap.1.5.2] downloaded from https://github.com/math-comp/finmap/archive/1.5.2.tar.gz [cppo.1.6.9] downloaded from cache at https://opam.ocaml.org/cache [csexp.1.5.1] downloaded from cache at https://opam.ocaml.org/cache [dune.3.4.1] downloaded from cache at https://opam.ocaml.org/cache [dune-configurator.3.4.1] found in cache [elpi.1.12.0] downloaded from cache at https://opam.ocaml.org/cache [ocaml-compiler-libs.v0.12.4] downloaded from cache at https://opam.ocaml.org/cache [ocaml-migrate-parsetree.1.8.0] downloaded from cache at https://opam.ocaml.org/cache [ppx_derivers.1.2.1] downloaded from cache at https://opam.ocaml.org/cache [ppx_deriving.5.1] downloaded from cache at https://opam.ocaml.org/cache [ppxlib.0.14.0] downloaded from cache at https://opam.ocaml.org/cache [re.1.10.4] downloaded from cache at https://opam.ocaml.org/cache [result.1.5] downloaded from cache at https://opam.ocaml.org/cache [sexplib0.v0.15.1] downloaded from cache at https://opam.ocaml.org/cache [stdio.v0.15.0] downloaded from cache at https://opam.ocaml.org/cache <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed seq.base -> installed conf-perl.2 [ERROR] The compilation of camlp5 failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make world.opt". [ERROR] The compilation of dune failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ocaml bootstrap.ml -j 4". [ERROR] The compilation of coq-mathcomp-ssreflect failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -C mathcomp/ssreflect -j 4". #=== ERROR while compiling dune.3.4.1 =========================================# # context 2.0.7 | linux/x86_64 | ocaml-base-compiler.4.11.2 | https://opam.ocaml.org#0fc5b3d7 # path ~/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/dune.3.4.1 # command ~/.opam/opam-init/hooks/sandbox.sh build ocaml bootstrap.ml -j 4 # exit-code 2 # env-file ~/.opam/log/dune-11149-e4e496.env # output-file ~/.opam/log/dune-11149-e4e496.out ### output ### # ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml # ./.duneboot.exe -j 4 # cd _boot && /home/bench/.opam/ocaml-base-compiler.4.11.2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__map.ml # #=== ERROR while compiling coq-mathcomp-ssreflect.1.13.0 ======================# # context 2.0.7 | linux/x86_64 | ocaml-base-compiler.4.11.2 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/coq-mathcomp-ssreflect.1.13.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -C mathcomp/ssreflect -j 4 # exit-code 2 # env-file ~/.opam/log/coq-mathcomp-ssreflect-11149-b7b179.env # output-file ~/.opam/log/coq-mathcomp-ssreflect-11149-b7b179.out ### output ### # [...] # COQC ssrfun.v # COQC ssrbool.v # COQC eqtype.v # COQC ssrnat.v # COQC seq.v # File "./seq.v", line 3641, characters 0-32: # Error: System error: "No space left on device" # # make[2]: *** [Makefile.coq:720: seq.vo] Error 1 # make[1]: *** [Makefile.coq:343: all] Error 2 # make: *** [../Makefile.common:99: this-build] Error 2 # make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/coq-mathcomp-ssreflect.1.13.0/mathcomp/ssreflect' #=== ERROR while compiling camlp5.7.14 ========================================# # context 2.0.7 | linux/x86_64 | ocaml-base-compiler.4.11.2 | https://opam.ocaml.org#0fc5b3d7 # path ~/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/camlp5.7.14 # command ~/.opam/opam-init/hooks/sandbox.sh build make world.opt # exit-code 2 # env-file ~/.opam/log/camlp5-11149-003be8.env # output-file ~/.opam/log/camlp5-11149-003be8.out ### output ### # [...] # ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppi grammar.mli # ocamlc.opt -warn-error +A-11 -I +compiler-libs -c -intf grammar.ppi # rm -f grammar.ppi # ocamlrun ../boot/camlp5r -nolib -I ../boot -mode S -o grammar.ppo grammar.ml # I/O error: No space left on device # make[3]: *** [../config/Makefile:22: grammar.cmo] Error 2 # make[3]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/camlp5.7.14/lib' # make[2]: *** [Makefile:160: library] Error 2 # make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/camlp5.7.14' # make[1]: *** [Makefile:40: boot/camlp5] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/camlp5.7.14' # make: *** [Makefile:152: world.opt] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build camlp5 7.14 | - build coq-mathcomp-ssreflect 1.13.0 | - build dune 3.4.1 +- +- The following changes have been performed (the rest was aborted) | - install conf-perl 2 | - install seq base +- # Run eval $(opam env) to update the current shell environment The former state can be restored with: opam switch import "/home/bench/.opam/ocaml-base-compiler.4.11.2/.opam-switch/backup/state-20220914063657.export"
true
No files were installed.
true