(2019-11-30 21:22:11 UTC)
# Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0 Official release 4.09.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 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-ssr"
bug-reports: "https://github.com/math-comp/multinomials-ssr/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"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/SsrMultinomials"]
depends: [
"coq" {(>= "8.7" | = "dev")}
"coq-mathcomp-algebra" { ((>= "1.8.0" & < "1.9.0~") | = "dev") }
"coq-mathcomp-bigenough" {>= "1.0.0" & < "1.1.0~"}
"coq-mathcomp-finmap" {>= "1.2.0" & < "1.3.0~"}
]
tags: [
"keyword:multinomials"
"keyword:monoid algebra"
"category:Math/Algebra/Multinomials"
"category:Math/Algebra/Monoid algebra"
"date:2016"
"logpath:SsrMultinomials"
]
synopsis: "A multivariate polynomial library for the Mathematical Components Library"
flags: light-uninstall
url {
src: "https://github.com/math-comp/multinomials/archive/1.2.tar.gz"
checksum: "sha256=2422aac5dd59589e566bbd5c13030437680183a553f95f6648469b80ea77af71"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-mathcomp-multinomials.1.2 coq.devDry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
trueopam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-mathcomp-multinomials.1.2 coq.dev# Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0 Official release 4.09.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
The following actions will be performed:
- install coq-mathcomp-ssreflect dev
- install coq-mathcomp-fingroup dev
- install coq-mathcomp-bigenough 1.0.0
- install coq-mathcomp-algebra dev
- install coq-mathcomp-finmap 1.2.0
===== 5 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-mathcomp-bigenough.1.0.0] downloaded from https://github.com/math-comp/bigenough/archive/1.0.0.tar.gz
[coq-mathcomp-finmap.1.2.0] downloaded from https://github.com/math-comp/finmap/archive/1.2.0.tar.gz
[coq-mathcomp-fingroup.dev] synchronised from git+https://github.com/math-comp/math-comp.git
[coq-mathcomp-algebra.dev] synchronised from git+https://github.com/math-comp/math-comp.git
[coq-mathcomp-ssreflect.dev] synchronised from git+https://github.com/math-comp/math-comp.git#master
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed coq-mathcomp-ssreflect.dev
-> installed coq-mathcomp-bigenough.1.0.0
[ERROR] The compilation of coq-mathcomp-finmap failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j 4".
-> installed coq-mathcomp-fingroup.dev
-> installed coq-mathcomp-algebra.dev
#=== ERROR while compiling coq-mathcomp-finmap.1.2.0 ==========================#
# context 2.0.5 | linux/x86_64 | ocaml-base-compiler.4.09.0 | file:///home/bench/run/opam-coq-archive/released
# path ~/.opam/ocaml-base-compiler.4.09.0/.opam-switch/build/coq-mathcomp-finmap.1.2.0
# command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4
# exit-code 2
# env-file ~/.opam/log/coq-mathcomp-finmap-3630-aa4a43.env
# output-file ~/.opam/log/coq-mathcomp-finmap-3630-aa4a43.out
### output ###
# [...]
# scope form_scope. [notation-overridden,parsing]
# File "./order.v", line 2849, characters 0-26:
# Warning: Notation "[ cblatticeType of _ ]" was already used in scope
# form_scope. [notation-overridden,parsing]
# File "./order.v", line 2849, characters 0-26:
# Warning: Notation "[ cblatticeType of _ with _ ]" was already used in scope
# form_scope. [notation-overridden,parsing]
# Makefile.coq:326: recipe for target 'all' failed
# make[1]: *** [all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.0/.opam-switch/build/coq-mathcomp-finmap.1.2.0'
# Makefile.common:51: recipe for target 'this-build' failed
# make: *** [this-build] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-mathcomp-finmap 1.2.0
+-
+- The following changes have been performed
| - install coq-mathcomp-algebra dev
| - install coq-mathcomp-bigenough 1.0.0
| - install coq-mathcomp-fingroup dev
| - install coq-mathcomp-ssreflect dev
+-
# 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.0/.opam-switch/backup/state-20191130040620.export"
trueNo files were installed.
true