ยซ Up

mathcomp-multinomials 1.5.3 Error with dependencies ๐Ÿš’

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
conf-findutils      1           Virtual package relying on findutils
coq                 8.10.2      Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.09.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1      Official release 4.09.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-mathcomp-multinomials"
maintainer: "pierre-yves@strub.nu"
homepage: "https://github.com/math-comp/multinomials"
bug-reports: "https://github.com/math-comp/multinomials/issues"
dev-repo: "git+https://github.com/math-comp/multinomials.git"
license: "CeCILL-B"
authors: ["Pierre-Yves Strub"]
build: [ "dune" "build" "-p" name "-j" jobs ]
depends: [
  "coq"                    {>= "8.10" & < "8.13~"}
  "dune"                   {>= "2.5"}
  "coq-mathcomp-ssreflect" {>= "1.12" & < "1.13~"}
  "coq-mathcomp-algebra"
  "coq-mathcomp-bigenough" {>= "1.0" & < "1.1~"}
  "coq-mathcomp-finmap"    {>= "1.5" & < "1.6~"}
]
conflicts: [
  "coq-native"
]
tags: [
  "keyword:multinomials"
  "keyword:monoid algebra"
  "category:Math/Algebra/Multinomials"
  "category:Math/Algebra/Monoid algebra"
  "logpath:SsrMultinomials"
]
synopsis: "A Multivariate polynomial Library for the Mathematical Components Library"
url {
  src: "https://github.com/math-comp/multinomials/archive/1.5.3.tar.gz"
  checksum: "sha512=fcb47294c4a55d135372a49793ef717be0b0f76b06188da2df6a084d945bb67e8db15fee2bdb8531bb41642b8347649a06657e75021f62c0b6f9f731eb56c3e4"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-mathcomp-multinomials.1.5.3 coq.8.10.2
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-multinomials.1.5.3 coq.8.10.2
Return code
7936
Duration
3 m 0 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
coq                 8.10.2      Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.09.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1      Official release 4.09.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
The following actions will be performed:
  - install dune                   3.4.1
  - install coq-mathcomp-ssreflect 1.12.0
  - install coq-mathcomp-finmap    1.5.1
  - install coq-mathcomp-fingroup  1.12.0
  - install coq-mathcomp-bigenough 1.0.1
  - install coq-mathcomp-algebra   1.12.0
===== 6 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-mathcomp-bigenough.1.0.1] downloaded from https://github.com/math-comp/bigenough/archive/1.0.1.tar.gz
[coq-mathcomp-algebra.1.12.0] downloaded from https://github.com/math-comp/math-comp/archive/mathcomp-1.12.0.tar.gz
[coq-mathcomp-fingroup.1.12.0] downloaded from https://github.com/math-comp/math-comp/archive/mathcomp-1.12.0.tar.gz
[coq-mathcomp-ssreflect.1.12.0] found in cache
[coq-mathcomp-finmap.1.5.1] downloaded from https://github.com/math-comp/finmap/archive/1.5.1.tar.gz
[dune.3.4.1] downloaded from cache at https://opam.ocaml.org/cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[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.6 | linux/x86_64 | ocaml-base-compiler.4.09.1 | https://opam.ocaml.org#af9efb24
# path                 ~/.opam/ocaml-base-compiler.4.09.1/.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-5439-8bc1db.env
# output-file          ~/.opam/log/dune-5439-8bc1db.out
### output ###
# ocamlc -custom -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.09.1/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_rules__foreign_rules.ml
# 

#=== ERROR while compiling coq-mathcomp-ssreflect.1.12.0 ======================#
# context              2.0.6 | linux/x86_64 | ocaml-base-compiler.4.09.1 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-mathcomp-ssreflect.1.12.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-5439-82479e.env
# output-file          ~/.opam/log/coq-mathcomp-ssreflect-5439-82479e.out
### output ###
# [...]
# COQC fingraph.v
# COQC tuple.v
# COQC generic_quotient.v
# COQC finfun.v
# File "./fingraph.v", line 571, characters 0-55:
# Error: System error: "No space left on device"
# 
# make[2]: *** [Makefile.coq:659: fingraph.vo] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[1]: *** [Makefile.coq:321: all] Error 2
# make: *** [../Makefile.common:99: this-build] Error 2
# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-mathcomp-ssreflect.1.12.0/mathcomp/ssreflect'
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-mathcomp-ssreflect 1.12.0
| - build dune                   3.4.1
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment

Install ๐Ÿš€

Command
true
Return code
0
Duration
0 s

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none