ยซ Up

mathcomp-analysis 0.3.13 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
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: "Reynald Affeldt <reynald.affeldt@aist.go.jp>"
homepage: "https://github.com/math-comp/analysis"
dev-repo: "git+https://github.com/math-comp/analysis.git"
bug-reports: "https://github.com/math-comp/analysis/issues"
license: "CECILL-C"
synopsis: "An analysis library for mathematical components"
description: """
This repository contains an experimental library for real analysis for
the Coq proof-assistant and using the Mathematical Components library."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "coq" { (>= "8.13" & < "8.16~") | (= "dev") }
  "coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.15~") | (= "dev") }
  "coq-mathcomp-fingroup"
  "coq-mathcomp-algebra"
  "coq-mathcomp-solvable"
  "coq-mathcomp-field"
  "coq-mathcomp-finmap" { (>= "1.5.1" & < "1.6~") | (= "dev") }
  "coq-mathcomp-bigenough" { (>= "1.0.0") }
  "coq-hierarchy-builder" { (>= "1.0.0") }
]
tags: [
  "category:Mathematics/Real Calculus and Topology"
  "keyword:analysis"
  "keyword:topology"
  "keyword:real numbers"
  "date:2022-01-24"
  "logpath:mathcomp.analysis"
]
authors: [
  "Reynald Affeldt"
  "Yves Bertot"
  "Cyril Cohen"
  "Marie Kerjean"
  "Assia Mahboubi"
  "Damien Rouhling"
  "Pierre Roux"
  "Kazuhiko Sakaguchi"
  "Zachary Stone"
  "Pierre-Yves Strub"
  "Laurent Thรฉry"
]
url {
  http: "https://github.com/math-comp/analysis/archive/0.3.13.tar.gz"
  checksum: "sha512=3f508d94166dbf8a35924230fa1c6f2500c7206c77bd0dbd83cae3a9841d94f475706462a73042af573c2e9022b7cfa58856d263c51f94c35ef08650e2bae6d4"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-mathcomp-analysis.0.3.13 coq.8.13.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-mathcomp-analysis.0.3.13 coq.8.13.1
Return code
7936
Duration
16 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
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 coq-mathcomp-ssreflect 1.14.0
  - install dune                   3.4.1
  - install seq                    base
  - install camlp5                 7.14
  - install coq-mathcomp-finmap    1.5.2
  - install coq-mathcomp-fingroup  1.14.0
  - install coq-mathcomp-bigenough 1.0.1
  - install stdlib-shims           0.3.0
  - install sexplib0               v0.15.1
  - install result                 1.5
  - install ppx_derivers           1.2.1
  - install ocaml-compiler-libs    v0.12.4
  - install cppo                   1.6.9
  - install re                     1.10.4
  - install coq-mathcomp-algebra   1.14.0
  - install ppxlib                 0.27.0
  - install coq-mathcomp-solvable  1.14.0
  - install ppx_deriving           5.2.1
  - install coq-mathcomp-field     1.14.0
  - install elpi                   1.13.8
  - install coq-elpi               1.11.1
  - install coq-hierarchy-builder  1.2.1
===== 23 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[camlp5.7.14] downloaded from cache at https://opam.ocaml.org/cache
[coq-elpi.1.11.1] downloaded from https://github.com/LPCIC/coq-elpi/archive/v1.11.1.tar.gz
[coq-hierarchy-builder.1.2.1] downloaded from https://github.com/math-comp/hierarchy-builder/archive/v1.2.1.tar.gz
[coq-mathcomp-algebra.1.14.0] downloaded from https://github.com/math-comp/math-comp/archive/mathcomp-1.14.0.tar.gz
[coq-mathcomp-bigenough.1.0.1] downloaded from https://github.com/math-comp/bigenough/archive/1.0.1.tar.gz
[coq-mathcomp-field.1.14.0] downloaded from https://github.com/math-comp/math-comp/archive/mathcomp-1.14.0.tar.gz
[coq-mathcomp-fingroup.1.14.0] found in cache
[coq-mathcomp-solvable.1.14.0] found in cache
[coq-mathcomp-ssreflect.1.14.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
[dune.3.4.1] downloaded from cache at https://opam.ocaml.org/cache
[elpi.1.13.8] downloaded from cache at https://opam.ocaml.org/cache
[ocaml-compiler-libs.v0.12.4] 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.2.1] downloaded from cache at https://opam.ocaml.org/cache
[ppxlib.0.27.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
[stdlib-shims.0.3.0] downloaded from cache at https://opam.ocaml.org/cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed conf-perl.2
-> installed dune.3.4.1
-> installed cppo.1.6.9
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed re.1.10.4
-> installed result.1.5
-> installed sexplib0.v0.15.1
-> installed stdlib-shims.0.3.0
-> installed coq-mathcomp-ssreflect.1.14.0
-> installed coq-mathcomp-bigenough.1.0.1
-> installed ppxlib.0.27.0
-> installed camlp5.7.14
-> installed coq-mathcomp-finmap.1.5.2
-> installed ppx_deriving.5.2.1
-> installed coq-mathcomp-fingroup.1.14.0
[ERROR] The compilation of elpi failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make build DUNE_OPTS=-p elpi -j 4".
[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 elpi.1.13.8 ========================================#
# 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/elpi.1.13.8
# command              ~/.opam/opam-init/hooks/sandbox.sh build make build DUNE_OPTS=-p elpi -j 4
# exit-code            2
# env-file             ~/.opam/log/elpi-23204-b65f42.env
# output-file          ~/.opam/log/elpi-23204-b65f42.out
### output ###
# [...]
# File "src/builtin.ml", line 1305, characters 38-56:
# 1305 |   compare = (fun m1 m2 -> Map.compare Pervasives.compare m1 m2);
#                                              ^^^^^^^^^^^^^^^^^^
# Alert deprecated: module Stdlib.Pervasives
# Use Stdlib instead.
# 
# If you need to stay compatible with OCaml < 4.07, you can use the 
# stdlib-shims library: https://github.com/ocaml/stdlib-shims
# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.11.2/bin/ocamlopt.opt -linkall -g -a -o src/elpi.cmxa src/.elpi.objs/native/elpi__.cmx src/.elpi.objs/native/elpi__Util.cmx src/.elpi.objs/native/elpi__Ast.cmx src/.elpi.objs/native/elpi__Ptmap.cmx src/.elpi.objs/native/elpi__Data.cmx src/.elpi.objs/native/elpi__Parser.cmx src/.elpi.objs/native/elpi__Runtime_trace_on.cmx src/.elpi.[...]
# File "_none_", line 1:
# Error: Error while creating the library src/elpi.a
# make: *** [Makefile:31: build] Error 1
#=== ERROR while compiling coq-mathcomp-algebra.1.14.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-algebra.1.14.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-23204-27ab40.env
# output-file          ~/.opam/log/coq-mathcomp-algebra-23204-27ab40.out
### output ###
# [...]
# make: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/coq-mathcomp-algebra.1.14.0/mathcomp/algebra'
# /home/bench/.opam/ocaml-base-compiler.4.11.2/bin/coq_makefile  -f Make -o Makefile.coq
# make -f Makefile.coq --no-print-directory
# COQDEP VFILES
# COQC ssralg.v
# File "./ssralg.v", line 4569, characters 2-67:
# Error: System error: "No space left on device"
# 
# make[2]: *** [Makefile.coq:720: ssralg.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-algebra.1.14.0/mathcomp/algebra'
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-mathcomp-algebra 1.14.0
| - build elpi                 1.13.8
+- 
+- The following changes have been performed (the rest was aborted)
| - install camlp5                 7.14
| - install conf-perl              2
| - install coq-mathcomp-bigenough 1.0.1
| - install coq-mathcomp-fingroup  1.14.0
| - install coq-mathcomp-finmap    1.5.2
| - install coq-mathcomp-ssreflect 1.14.0
| - install cppo                   1.6.9
| - install dune                   3.4.1
| - install ocaml-compiler-libs    v0.12.4
| - install ppx_derivers           1.2.1
| - install ppx_deriving           5.2.1
| - install ppxlib                 0.27.0
| - install re                     1.10.4
| - install result                 1.5
| - install seq                    base
| - install sexplib0               v0.15.1
| - install stdlib-shims           0.3.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.11.2/.opam-switch/backup/state-20220914184125.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