ยซ Up

mathcomp-multinomials 1.5 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: [
  [make "INSTMODE=global" "config"]
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
depends: [
  "coq" {>= "8.7" & < "8.12~"}
  "coq-mathcomp-ssreflect" {>= "1.8.0" & < "1.11~"}
  "coq-mathcomp-algebra"
  "coq-mathcomp-bigenough" {>= "1.0.0" & < "1.1~"}
  "coq-mathcomp-finmap"    {>= "1.4" & < "1.4.1"}
]
tags: [
  "keyword:multinomials"
  "keyword:monoid algebra"
  "category:Math/Algebra/Multinomials"
  "category:Math/Algebra/Monoid algebra"
  "date:2020-01-20"
  "logpath:SsrMultinomials"
]
synopsis: "A Multivariate polynomial Library for the Mathematical Components Library"
url {
  src: "https://github.com/math-comp/multinomials/archive/1.5.tar.gz"
  checksum: "sha512=7bf4b21c8d56b856b85ccb312254e0c349e3856aecfe7e094d66bf9d0af71be77854b01affa7306803c9f8b6ff90f06d912272b2908b648aa4f2c0948197b5a3"
}

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 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 coq.8.10.2
Return code
7936
Duration
7 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 coq-mathcomp-ssreflect 1.10.0
  - install coq-mathcomp-fingroup  1.10.0
  - install coq-mathcomp-bigenough 1.0.1
  - install coq-mathcomp-algebra   1.10.0
  - install coq-mathcomp-finmap    1.4.0
===== 5 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.10.0] downloaded from http://github.com/math-comp/math-comp/archive/mathcomp-1.10.0.tar.gz
[coq-mathcomp-fingroup.1.10.0] downloaded from http://github.com/math-comp/math-comp/archive/mathcomp-1.10.0.tar.gz
[coq-mathcomp-ssreflect.1.10.0] found in cache
[coq-mathcomp-finmap.1.4.0] downloaded from https://github.com/math-comp/finmap/archive/1.4.0.tar.gz
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed coq-mathcomp-ssreflect.1.10.0
-> installed coq-mathcomp-bigenough.1.0.1
-> installed coq-mathcomp-finmap.1.4.0
-> installed coq-mathcomp-fingroup.1.10.0
[ERROR] The compilation of coq-mathcomp-algebra failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -C mathcomp/algebra -j 4".
#=== ERROR while compiling coq-mathcomp-algebra.1.10.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-algebra.1.10.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -C mathcomp/algebra -j 4
# exit-code            2
# env-file             ~/.opam/log/coq-mathcomp-algebra-27429-629056.env
# output-file          ~/.opam/log/coq-mathcomp-algebra-27429-629056.out
### output ###
# [...]
# Error: System error: "No space left on device"
# 
# File "./polydiv.v", line 1699, characters 4-75:
# Error: System error: "No space left on device"
# 
# make[2]: *** [Makefile.coq:659: matrix.vo] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[2]: *** [Makefile.coq:659: polydiv.vo] Error 1
# make[2]: *** [Makefile.coq:659: ssrnum.vo] Error 1
# make[1]: *** [Makefile.coq:321: all] Error 2
# make: *** [../Makefile.common:85: this-build] Error 2
# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-mathcomp-algebra.1.10.0/mathcomp/algebra'
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-mathcomp-algebra 1.10.0
+- 
+- The following changes have been performed
| - install coq-mathcomp-bigenough 1.0.1
| - install coq-mathcomp-fingroup  1.10.0
| - install coq-mathcomp-finmap    1.4.0
| - install coq-mathcomp-ssreflect 1.10.0
+- 
# 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.09.1/.opam-switch/backup/state-20220919204645.export"

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