ยซ Up

libvalidsdp 0.5 Error with dependencies ๐Ÿš’

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
camlp5              7.14        Preprocessor-pretty-printer of OCaml
conf-findutils      1           Virtual package relying on findutils
conf-perl           2           Virtual package relying on perl
coq                 8.8.1       Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.07.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1      Official release 4.07.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-libvalidsdp"
version: "0.5"
maintainer: [
  "Pierre Roux <pierre.roux@onera.fr>"
  "ร‰rik Martin-Dorel <erik.martin-dorel@irit.fr>"
]
homepage: "https://sourcesup.renater.fr/validsdp/"
dev-repo: "git+https://github.com/validsdp/validsdp.git"
bug-reports: "https://github.com/validsdp/validsdp/issues"
license: "LGPL"
build: [
  ["./configure"]
  [make "-j%{jobs}%"]
]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/libValidSDP"]
depends: [
  "ocaml"
  "coq" {>= "8.7" & < "8.9~"}
  "coq-interval" {>= "3" & < "4~"}
  "coq-mathcomp-field" {>= "1.7" & < "1.8~"}
  "ocamlfind"
  "camlp4"
  "coq-flocq" {>= "3" & < "3.1~"}
  "coq-bignums"
]
synopsis: "LibValidSDP"
tags: [
  "keyword:libValidSDP"
  "keyword:ValidSDP"
  "keyword:floating-point arithmetic"
  "keyword:Cholesky decomposition"
  "category:Miscellaneous/Coq Extensions"
  "logpath:libValidSDP"
]
authors: [
  "Pierre Roux <pierre.roux@onera.fr>"
  "ร‰rik Martin-Dorel <erik.martin-dorel@irit.fr>"
]
flags: light-uninstall
url {
  src:
    "https://github.com/validsdp/validsdp/releases/download/v0.5/libvalidsdp.0.5.tgz"
  checksum: "md5=8804c308899b85fccb54ec6a6b9fc57c"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-libvalidsdp.0.5 coq.8.8.1
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-libvalidsdp.0.5 coq.8.8.1
Return code
25344
Duration
14 m 0 s
Output
# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
camlp5              7.14        Preprocessor-pretty-printer of OCaml
conf-findutils      1           Virtual package relying on findutils
conf-perl           2           Virtual package relying on perl
coq                 8.8.1       Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.07.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1      Official release 4.07.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
The following actions will be performed:
  - install coq-flocq              3.0.0
  - install coq-mathcomp-ssreflect 1.7.0
  - install conf-g++               1.0
  - install ocamlbuild             0.14.1
  - install coq-bignums            8.8.0
  - install coq-mathcomp-fingroup  1.7.0
  - install coq-coquelicot         3.2.0
  - install camlp4                 4.07+1
  - install coq-mathcomp-algebra   1.7.0
  - install coq-interval           3.4.2
  - install coq-mathcomp-solvable  1.7.0
  - install coq-mathcomp-field     1.7.0
===== 12 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-coquelicot.3.2.0] downloaded from https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.2.0.tar.gz
[camlp4.4.07+1] downloaded from cache at https://opam.ocaml.org/cache
[coq-bignums.8.8.0] downloaded from https://github.com/coq/bignums/archive/V8.8.0.tar.gz
[coq-flocq.3.0.0] downloaded from https://flocq.gitlabpages.inria.fr/releases/flocq-3.0.0.tar.gz
[coq-interval.3.4.2] downloaded from https://coqinterval.gitlabpages.inria.fr/releases/interval-3.4.2.tar.gz
[coq-mathcomp-algebra.1.7.0] downloaded from http://github.com/math-comp/math-comp/archive/mathcomp-1.7.0.tar.gz
[coq-mathcomp-solvable.1.7.0] found in cache
[coq-mathcomp-field.1.7.0] downloaded from http://github.com/math-comp/math-comp/archive/mathcomp-1.7.0.tar.gz
[coq-mathcomp-fingroup.1.7.0] downloaded from http://github.com/math-comp/math-comp/archive/mathcomp-1.7.0.tar.gz
[coq-mathcomp-ssreflect.1.7.0] found in cache
[ocamlbuild.0.14.1] downloaded from cache at https://opam.ocaml.org/cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-g++.1.0
-> installed ocamlbuild.0.14.1
-> installed coq-bignums.8.8.0
-> installed coq-mathcomp-ssreflect.1.7.0
-> installed coq-coquelicot.3.2.0
-> installed camlp4.4.07+1
[ERROR] The installation of coq-mathcomp-fingroup failed at "make -C mathcomp/fingroup install".
[ERROR] Actions cancelled because of Sys_error("No space left on device")
The former state can be restored with:
    opam switch import "/home/bench/.opam/ocaml-base-compiler.4.07.1/.opam-switch/backup/state-20220914224645.export"
Fatal error:
Sys_error("No space left on device")

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