« Up

vst-32 2.7 Error

(2021-04-08 21:07:48 UTC)

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            3           Virtual package relying on a GMP lib system installation
coq                 8.13.0      Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.10.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.1      Official release 4.10.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.1       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
synopsis: "Verified Software Toolchain"
description: "The software toolchain includes static analyzers to check assertions about your program; optimizing compilers to translate your program to machine language; operating systems and libraries to supply context for your program. The Verified Software Toolchain project assures with machine-checked proofs that the assertions claimed at the top of the toolchain really hold in the machine-language program, running in the operating-system context."
authors: [
  "Andrew W. Appel"
  "Lennart Beringer"
  "Sandrine Blazy"
  "Qinxiang Cao"
  "Santiago Cuellar"
  "Robert Dockins"
  "Josiah Dodds"
  "Nick Giannarakis"
  "Samuel Gruetter"
  "Aquinas Hobor"
  "Jean-Marie Madiot"
  "William Mansky"
]
maintainer: "VST team"
homepage: "http://vst.cs.princeton.edu/"
dev-repo: "git+https://github.com/PrincetonUniversity/VST.git"
bug-reports: "https://github.com/PrincetonUniversity/VST/issues"
license: "https://raw.githubusercontent.com/PrincetonUniversity/VST/master/LICENSE"
build: [
  [make "-j%{jobs}%" "BITSIZE=32"]
]
install: [
  [make "install" "BITSIZE=32"]
]
depends: [
  "ocaml"
  "coq" {>= "8.12" & < "8.14"}
  "coq-compcert-32" {(= "3.8") | (= "3.8~open-source")}
  "coq-flocq" {>= "3.2.1"}
]
tags: [
  "category:CS/Semantics and Compilation/Semantics"
  "keyword:C"
  "logpath:VST"
  "date:2020-12-20"
]
patches: ["makefile.patch"]
url {
  src: "https://github.com/PrincetonUniversity/VST/archive/v2.7.tar.gz"
  checksum: "sha256=970be13e71bdb013e2b9de64aecf1dda08228dd8ef3a1f6e4bb23ccd3a0896d3"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-vst-32.2.7 coq.8.13.0
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 2h opam install -y --deps-only coq-vst-32.2.7 coq.8.13.0
Return code
0
Duration
25 m 0 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-vst-32.2.7 coq.8.13.0
Return code
31744
Duration
2 h 0 m
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-g++            1.0         Virtual package relying on the g++ compiler (for C++)
conf-gmp            3           Virtual package relying on a GMP lib system installation
coq                 8.13.0      Formal proof management system
coq-compcert-32     3.8         The CompCert C compiler (32 bit)
coq-flocq           3.4.0       A formalization of floating-point arithmetic for the Coq system
coq-menhirlib       20210310    A support library for verified Coq parsers produced by Menhir
dune                2.8.5       Fast, portable, and opinionated build system
menhir              20210310    An LR(1) parser generator
menhirLib           20210310    Runtime support library for parsers generated by Menhir
menhirSdk           20210310    Compile-time library for auxiliary tools related to Menhir
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.10.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.1      Official release 4.10.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.1       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is 8.13.0).
The following actions will be performed:
  - install coq-vst-32 2.7
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-vst-32.2.7: http]
[coq-vst-32.2.7] downloaded from https://github.com/PrincetonUniversity/VST/archive/v2.7.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-vst-32: patch]
Processing  1/2: [coq-vst-32: make]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" "BITSIZE=32" (CWD=/home/bench/.opam/ocaml-base-compiler.4.10.1/.opam-switch/build/coq-vst-32.2.7)
- ===== CONFIGURATION SUMMARY =====
- COMPCERT=platform
- COMPCERT_SRC_DIR=__NONE__
- COMPCERT_INST_DIR=/home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert
- BITSIZE=32
- ARCH=x86
- INSTALLDIR=/home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq-variant/VST32/VST
- ===== DERIVED CONFIGURATION =====
- COMPCERT_INFO_PATH_REF=compcert
- COMPCERT_EXPLICIT_PATH=true
- COMPCERT_BUILD_FROM_SRC=false
- COMPCERT_NEW=false
- COQFLAGS=  -Q msl VST.msl   -Q sepcomp VST.sepcomp   -Q veric VST.veric   -Q floyd VST.floyd   -Q progs VST.progs   -Q concurrency VST.concurrency     -Q wand_demo wand_demo   -Q sha sha   -Q hmacfcf hmacfcf   -Q tweetnacl20140427 tweetnacl20140427   -Q hmacdrbg hmacdrbg   -Q aes aes   -Q mailbox mailbox   -Q atomics atomics    -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/exportclight compcert.exportclight  
- COMPCERT_R_FLAGS= -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/exportclight compcert.exportclight
- =================================
- coqdep ... >.depend
- # DEPENDENCIES DEFAULT
- coqdep -vos   -Q msl VST.msl   -Q sepcomp VST.sepcomp   -Q veric VST.veric   -Q floyd VST.floyd   -Q progs VST.progs   -Q concurrency VST.concurrency     -Q wand_demo wand_demo   -Q sha sha   -Q hmacfcf hmacfcf   -Q tweetnacl20140427 tweetnacl20140427   -Q hmacdrbg hmacdrbg   -Q aes aes   -Q mailbox mailbox   -Q atomics atomics    -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/exportclight compcert.exportclight   2>&1 >.depend `find msl sepcomp veric floyd progs concurrency wand_demo sha hmacfcf tweetnacl20140427 hmacdrbg aes mailbox atomics -name "*.v"` | grep -v 'Warning:.*found in the loadpath' || true
- wc .depend
-   2769  24142 653274 .depend
- ===== CONFIGURATION SUMMARY =====
- COMPCERT=platform
- COMPCERT_SRC_DIR=__NONE__
- COMPCERT_INST_DIR=/home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert
- BITSIZE=32
- ARCH=x86
- INSTALLDIR=/home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq-variant/VST32/VST
- ===== DERIVED CONFIGURATION =====
- COMPCERT_INFO_PATH_REF=compcert
- COMPCERT_EXPLICIT_PATH=true
- COMPCERT_BUILD_FROM_SRC=false
- COMPCERT_NEW=false
- COQFLAGS=  -Q msl VST.msl   -Q sepcomp VST.sepcomp   -Q veric VST.veric   -Q floyd VST.floyd   -Q progs VST.progs   -Q concurrency VST.concurrency     -Q wand_demo wand_demo   -Q sha sha   -Q hmacfcf hmacfcf   -Q tweetnacl20140427 tweetnacl20140427   -Q hmacdrbg hmacdrbg   -Q aes aes   -Q mailbox mailbox   -Q atomics atomics    -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/exportclight compcert.exportclight  
- COMPCERT_R_FLAGS= -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/exportclight compcert.exportclight
- =================================
- echo   -Q msl VST.msl   -Q sepcomp VST.sepcomp   -Q veric VST.veric   -Q floyd VST.floyd   -Q progs VST.progs   -Q concurrency VST.concurrency     -Q wand_demo wand_demo   -Q sha sha   -Q hmacfcf hmacfcf   -Q tweetnacl20140427 tweetnacl20140427   -Q hmacdrbg hmacdrbg   -Q aes aes   -Q mailbox mailbox   -Q atomics atomics    -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/exportclight compcert.exportclight   > _CoqProject
- util/coqflags > _CoqProject-export
- COQC msl/Axioms.v
- COQC msl/simple_CCC.v
- COQC veric/lift.v
- COQC sepcomp/extspec.v
- sh util/make_version
- COQC floyd/find_nth_tactic.v
- COQC floyd/computable_theorems.v
- COQC floyd/simple_reify.v
- COQC floyd/Clightnotations.v
- COQC concurrency/lksize.v
- COQC progs/incr.v
- File "./concurrency/lksize.v", line 12, characters 2-42:
- Warning: omega is deprecated since 8.12; use “lia” instead.
- [omega-is-deprecated,deprecated]
- COQC progs/cond.v
- File "./concurrency/lksize.v", line 18, characters 2-55:
- Warning: omega is deprecated since 8.12; use “lia” instead.
- [omega-is-deprecated,deprecated]
- COQC progs/bin_search.v
- COQC progs/reverse.v
- COQC progs/reverse_client.v
- COQC progs/queue.v
- COQC progs/queue2.v
- COQC progs/sumarray.v
- COQC progs/insertionsort.v
- COQC progs/message.v
- COQC progs/string.v
- COQC progs/object.v
- COQC progs/revarray.v
- COQC progs/append.v
- COQC progs/min.v
- COQC progs/min64.v
- COQC pr
[...] truncated
ended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- COQC progs/conclib.v
- File "./progs/conclib.v", line 70, characters 0-30:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- File "./progs/conclib.v", line 812, characters 0-29:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- File "./progs/conclib.v", line 2057, characters 0-60:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- File "./progs/conclib.v", line 2242, characters 0-168:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- File "./progs/conclib.v", line 2305, characters 0-35:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- File "./progs/conclib.v", line 2335, characters 0-63:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- File "./progs/conclib.v", line 2346, characters 0-46:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- File "./progs/conclib.v", line 2894, characters 0-50:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- COQC progs/ghosts.v
- COQC progs/verif_cond.v
- File "./progs/ghosts.v", line 12, characters 0-37:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- File "./progs/verif_cond.v", line 56, characters 0-34:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- File "./progs/ghosts.v", line 524, characters 0-37:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- File "./progs/ghosts.v", line 1196, characters 0-71:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- File "./progs/ghosts.v", line 1701, characters 0-78:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- File "./progs/ghosts.v", line 1703, characters 0-86:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- COQC progs/verif_incr.v
- File "./progs/verif_incr.v", line 83, characters 0-38:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- File "./progs/verif_incr.v", line 92, characters 0-41:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
-> compiled  coq-vst-32.2.7
Processing  2/2: [coq-vst-32: make install]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "BITSIZE=32" (CWD=/home/bench/.opam/ocaml-base-compiler.4.10.1/.opam-switch/build/coq-vst-32.2.7)
- ===== CONFIGURATION SUMMARY =====
- COMPCERT=platform
- COMPCERT_SRC_DIR=__NONE__
- COMPCERT_INST_DIR=/home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert
- BITSIZE=32
- ARCH=x86
- INSTALLDIR=/home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq-variant/VST32/VST
- ===== DERIVED CONFIGURATION =====
- COMPCERT_INFO_PATH_REF=compcert
- COMPCERT_EXPLICIT_PATH=true
- COMPCERT_BUILD_FROM_SRC=false
- COMPCERT_NEW=false
- COQFLAGS=  -Q msl VST.msl   -Q sepcomp VST.sepcomp   -Q veric VST.veric   -Q floyd VST.floyd   -Q progs VST.progs   -Q concurrency VST.concurrency     -Q wand_demo wand_demo   -Q sha sha   -Q hmacfcf hmacfcf   -Q tweetnacl20140427 tweetnacl20140427   -Q hmacdrbg hmacdrbg   -Q aes aes   -Q mailbox mailbox   -Q atomics atomics    -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend  -Q /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/exportclight compcert.exportclight  
- COMPCERT_R_FLAGS= -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend  -R /home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert/exportclight compcert.exportclight
- =================================
- (echo "# VST configuration"; \
- echo "VST_ARCH=x86"; \
- echo "VST_BITSIZE=32"; \
- echo "VST_COMPCERT=platform"; \
- echo "VST_COMPCERT_INST_DIR=/home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq/../coq-variant/compcert32/compcert"; \
- echo "VST_COMPCERT_EXPLICIT_PATH=true"; \
- echo "VST_INSTALLDIR=/home/bench/.opam/ocaml-base-compiler.4.10.1/lib/coq-variant/VST32/VST"; \
- ) > VST.config
The middle of the output is truncated (maximum 20000 characters)

Installation size

No files were installed.

Uninstall

Command
true
Return code
0
Missing removes
none
Wrong removes
none