# 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.0 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 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}%" "IGNORECOQVERSION=true" "BITSIZE=32"] ] install: [ [make "install" "IGNORECOQVERSION=true" "BITSIZE=32"] ] depends: [ "ocaml" "coq" {>= "8.12" & < "8.16~"} "coq-compcert-32" {= "3.10"} "coq-flocq" {>= "3.2.1"} ] tags: [ "category:Computer Science/Semantics and Compilation/Semantics" "keyword:C" "logpath:VST" "date:2021-06-01" ] url { src: "https://github.com/PrincetonUniversity/VST/archive/refs/tags/v2.9.tar.gz" checksum: "sha512=497f4c702b1a52cb1a23a71aee31c68a78e75d5cab2d41da58f2426ca78b43171fab808105b2dde57bdca98a41bcd2953065819e5a2f8e5183635ba709a6a536" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-vst-32.2.9 coq.8.13.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-vst-32.2.9 coq.8.13.0
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-vst-32.2.9 coq.8.13.0
# 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 4 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system coq-compcert-32 3.10 The CompCert C compiler (32 bit) coq-flocq 3.4.3 A formalization of floating-point arithmetic for the Coq system coq-menhirlib 20220210 A support library for verified Coq parsers produced by Menhir dune 3.4.1 Fast, portable, and opinionated build system menhir 20220210 An LR(1) parser generator menhirLib 20220210 Runtime support library for parsers generated by Menhir menhirSdk 20220210 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.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 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.9 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-vst-32.2.9: http] [coq-vst-32.2.9] downloaded from https://github.com/PrincetonUniversity/VST/archive/refs/tags/v2.9.tar.gz Processing 1/1: <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/2: [coq-vst-32: make] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" "IGNORECOQVERSION=true" "BITSIZE=32" (CWD=/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-vst-32.2.9) - ===== CONFIGURATION SUMMARY ===== - COMPCERT=platform - COMPCERT_SRC_DIR=__NONE__ - COMPCERT_INST_DIR=/home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert - BITSIZE=32 - ARCH=x86 - INSTALLDIR=/home/bench/.opam/ocaml-base-compiler.4.09.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 atomics VST.atomics -Q wand_demo wand_demo -Q sha sha -Q hmacfcf hmacfcf -Q tweetnacl20140427 tweetnacl20140427 -Q hmacdrbg hmacdrbg -Q aes aes -Q mailbox mailbox -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32 -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86 -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/export compcert.export - COMPCERT_R_FLAGS= -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32 -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86 -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/export compcert.export - ================================= - 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 atomics VST.atomics -Q wand_demo wand_demo -Q sha sha -Q hmacfcf hmacfcf -Q tweetnacl20140427 tweetnacl20140427 -Q hmacdrbg hmacdrbg -Q aes aes -Q mailbox mailbox -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32 -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86 -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/export compcert.export 2>&1 >.depend `find msl sepcomp veric floyd progs concurrency atomics wand_demo sha hmacfcf tweetnacl20140427 hmacdrbg aes mailbox -name "*.v"` | grep -v 'Warning:.*found in the loadpath' || true - wc .depend - 2802 24449 660744 .depend - ===== CONFIGURATION SUMMARY ===== - COMPCERT=platform - COMPCERT_SRC_DIR=__NONE__ - COMPCERT_INST_DIR=/home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert - BITSIZE=32 - ARCH=x86 - INSTALLDIR=/home/bench/.opam/ocaml-base-compiler.4.09.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 atomics VST.atomics -Q wand_demo wand_demo -Q sha sha -Q hmacfcf hmacfcf -Q tweetnacl20140427 tweetnacl20140427 -Q hmacdrbg hmacdrbg -Q aes aes -Q mailbox mailbox -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32 -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86 -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/export compcert.export - COMPCERT_R_FLAGS= -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32 -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86 -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/export compcert.export - ================================= - 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 atomics VST.atomics -Q wand_demo wand_demo -Q sha sha -Q hmacfcf hmacfcf -Q tweetnacl20140427 tweetnacl20140427 -Q hmacdrbg hmacdrbg -Q aes aes -Q mailbox mailbox -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32 -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86 -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/export compcert.export > _CoqProject - util/coqflags > _CoqProject-export - COQC msl/Axioms.v - COQC msl/simple_CCC.v - COQC veric/lift.v - COQC sepcomp/extspec.v - COQC floyd/sublist.v - sh util/make_version 32 - COQC floyd/find_nth_tactic.v - COQC floyd/computable_theorems.v - COQC floyd/simple_reify.v - COQC floyd/Clightnotations.v - COQC progs/incr.v - COQC concurrency/lksize.v - 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 progs/int_or_ptr.v - COQC progs/dotprod.v - COQC progs/strlib.v - COQC progs/fib.v - COQC progs/float.v - COQC progs/global.v - COQC progs/ptr_compare.v - COQC progs/nest3.v - COQC progs/nest2.v - COQC progs/load_demo.v - COQC progs/store_demo.v - COQC progs/logical_compare.v - COQC progs/field_loadstore.v - COQC progs/even.v - COQC progs/odd.v - COQC progs/mer [...] truncated .v - COQC msl/ghost_seplog.v - COQC veric/coqlib4.v - COQC veric/Memory.v - COQC sepcomp/mem_lemmas.v - COQC msl/age_to.v - COQC floyd/coqlib3.v - COQC floyd/PTops.v - COQC msl/combiner_sa.v - COQC msl/knot_hered.v - COQC msl/knot_shims.v - COQC msl/knot_full_sa.v - COQC msl/predicates_sl.v - COQC msl/corable_direct.v - COQC msl/predicates_rec.v - COQC msl/alg_seplog_direct.v - COQC veric/base.v - COQC sepcomp/semantics.v - COQC floyd/functional_base.v - COQC floyd/compact_prod_sum.v - COQC msl/knot_lemmas.v - COQC msl/corable.v - COQC msl/subtypes_sl.v - COQC veric/Clight_base.v - COQC veric/composite_compute.v - COQC veric/type_induction.v - COQC veric/Cop2.v - COQC veric/address_conflict.v - COQC sepcomp/semantics_lemmas.v - COQC msl/shares.v - COQC msl/knot_prop.v - COQC msl/knot_unique.v - COQC msl/contractive.v - COQC msl/op_classes.v - COQC veric/align_mem.v - COQC veric/Clight_lemmas.v - COQC msl/pshares.v - COQC sepcomp/event_semantics.v - COQC sepcomp/step_lemmas.v - COQC msl/msl_direct.v - COQC msl/msl_standard.v - COQC msl/env.v - COQC veric/Clight_core.v - COQC msl/msl_classical.v - COQC msl/normalize.v - COQC msl/sepalg_list.v - COQC veric/shares.v - COQC veric/compspecs.v - COQC veric/local.v - COQC msl/alg_seplog.v - COQC veric/splice.v - COQC veric/rmaps.v - COQC msl/log_normalize.v - COQC msl/iter_sepcon.v - COQC msl/ramification_lemmas.v - COQC msl/wand_frame.v - COQC msl/wandQ_frame.v - COQC veric/rmaps_lemmas.v - COQC veric/compcert_rmaps.v - COQC veric/juicy_base.v - COQC veric/mpred.v - COQC veric/res_predicates.v - COQC veric/age_to_resource_at.v - COQC veric/juicy_mem.v - COQC veric/own.v - COQC veric/slice.v - COQC veric/superprecise.v - COQC veric/juicy_mem_lemmas.v - COQC veric/juicy_safety.v - COQC veric/mapsto_memory_block.v - COQC veric/juicy_mem_ops.v - COQC veric/seplog.v - COQC veric/ghosts.v - COQC veric/tycontext.v - COQC veric/assert_lemmas.v - COQC veric/ghost_PCM.v - COQC veric/invariants.v - COQC veric/initial_world.v - COQC veric/Clight_Cop2.v - COQC veric/expr.v - COQC veric/change_compspecs.v - COQC veric/expr2.v - COQC veric/juicy_extspec.v - COQC floyd/assoclists.v - COQC veric/NullExtension.v - COQC veric/jstep.v - COQC veric/mem_lessdef.v - COQC veric/Clight_mem_lessdef.v - COQC veric/aging_lemmas.v - COQC veric/environ_lemmas.v - COQC veric/binop_lemmas2.v - COQC veric/expr_lemmas2.v - COQC veric/binop_lemmas3.v - COQC veric/expr_lemmas3.v - COQC veric/Clight_mapsto_memory_block.v - COQC veric/Clight_seplog.v - COQC veric/binop_lemmas4.v - COQC veric/binop_lemmas5.v - COQC veric/binop_lemmas6.v - COQC veric/binop_lemmas.v - COQC veric/expr_lemmas4.v - COQC veric/expr_lemmas.v - COQC veric/extend_tc.v - COQC veric/valid_pointer.v - COQC veric/Clight_assert_lemmas.v - COQC veric/semax.v - COQC veric/Clight_initial_world.v - COQC veric/initialize.v - COQC veric/Clight_aging_lemmas.v - COQC veric/semax_lemmas.v - COQC veric/semax_conseq.v - COQC veric/semax_call.v - COQC veric/semax_switch.v - COQC veric/semax_straight.v - COQC veric/semax_loop.v - COQC veric/semax_prog.v - COQC veric/semax_ext.v - COQC veric/semax_ext_oracle.v - COQC veric/SeparationLogic.v - COQC veric/SeparationLogicSoundness.v - COQC floyd/val_lemmas.v - COQC floyd/assert_lemmas.v - COQC veric/SequentialClight.v - COQC floyd/SeparationLogicFacts.v - COQC floyd/SeparationLogicAsLogic.v - COQC floyd/SeparationLogicAsLogicSoundness.v - COQC floyd/base.v - COQC floyd/seplog_tactics.v - COQC floyd/typecheck_lemmas.v - COQC floyd/computable_functions.v - COQC floyd/QPcomposite.v - COQC floyd/const_only_eval.v - COQC floyd/quickprogram.v - COQC floyd/base2.v - COQC floyd/canon.v - COQC floyd/linking.v - COQC floyd/client_lemmas.v - COQC floyd/fieldlist.v - COQC floyd/local2ptree_denote.v - COQC floyd/closed_lemmas.v - COQC floyd/semax_tactics.v - COQC floyd/compare_lemmas.v - COQC floyd/extcall_lemmas.v - COQC floyd/deadvars.v - COQC floyd/canonicalize.v - COQC floyd/reassoc_seq.v - COQC floyd/type_induction.v - COQC floyd/nested_pred_lemmas.v - COQC floyd/aggregate_type.v - COQC floyd/reptype_lemmas.v - COQC floyd/align_compatible_dec.v - COQC floyd/mapsto_memory_block.v - COQC floyd/nested_field_lemmas.v - COQC floyd/diagnosis.v - COQC floyd/aggregate_pred.v - COQC floyd/loadstore_mapsto.v - COQC floyd/efield_lemmas.v - COQC floyd/proj_reptype_lemmas.v - COQC floyd/data_at_rec_lemmas.v - COQC floyd/field_at.v - COQC floyd/local2ptree_eval.v - COQC floyd/forward_lemmas.v - COQC floyd/local2ptree_typecheck.v - COQC floyd/subsume_funspec.v - COQC floyd/call_lemmas.v - COQC floyd/loadstore_field_at.v - COQC floyd/field_compat.v - COQC floyd/unfold_data_at.v - COQC concurrency/semax_conc_pred.v - COQC floyd/go_lower.v - COQC floyd/entailer.v - COQC floyd/stronger.v - COQC floyd/data_at_list_solver.v - COQC floyd/for_lemmas.v - COQC floyd/freezer.v - COQC floyd/globals_lemmas.v - COQC floyd/replace_refill_reptype_lemmas.v - COQC floyd/nested_loadstore.v - COQC floyd/simpl_reptype.v - COQC floyd/sc_set_load_store.v - COQC floyd/field_at_wand.v - COQC progs/list_dt.v - COQC floyd/hints.v - COQC floyd/data_at_lemmas.v - COQC floyd/forward.v - COQC floyd/library.v - COQC floyd/proofauto.v - COQC floyd/funspec_old.v - COQC floyd/Component.v - COQC progs/verif_reverse2.v - COQC progs/verif_reverse3.v - COQC progs/verif_reverse_client.v - COQC progs/verif_queue.v - COQC progs/verif_queue2.v - COQC progs/verif_sumarray.v - COQC progs/verif_revarray.v - COQC progs/verif_min.v - COQC progs/verif_min64.v - COQC progs/verif_float.v - COQC progs/verif_global.v - COQC progs/verif_ptr_compare.v - COQC progs/verif_nest3.v - COQC progs/verif_nest2.v - COQC progs/verif_load_demo.v - COQC progs/verif_store_demo.v - COQC progs/verif_logical_compare.v - COQC progs/verif_field_loadstore.v - COQC progs/verif_evenodd_spec.v - COQC progs/verif_merge.v - COQC progs/verif_append.v - COQC progs/verif_append2.v - COQC progs/verif_bst.v - COQC progs/verif_bst_oo.v - COQC progs/verif_bin_search.v - COQC progs/verif_floyd_tests.v - COQC progs/verif_structcopy.v - COQC progs/verif_sumarray2.v - COQC progs/verif_message.v - COQC progs/verif_object.v - COQC progs/verif_funcptr.v - COQC progs/tutorial1.v - COQC progs/verif_int_or_ptr.v - COQC progs/verif_union.v - COQC progs/verif_cast_test.v - COQC progs/verif_dotprod.v - COQC progs/verif_strlib.v - COQC progs/verif_fib.v - COQC progs/verif_tree.v - COQC progs/verif_loop_minus1.v - COQC progs/verif_libglob.v - COQC progs/verif_peel.v - COQC progs/verif_stackframe_demo.v - COQC progs/verif_rotate.v - COQC progs/verif_objectSelfFancy.v - COQC progs/verif_objectSelfFancyOverriding.v - COQC floyd/Funspec_old_Notation.v - COQC floyd/VSU.v - COQC concurrency/semax_conc.v - COQC progs/verif_reverse.v - COQC progs/verif_even.v - COQC progs/verif_odd.v - COQC progs/verif_switch.v - COQC progs/bug83.v - COQC progs/verif_objectSelf.v - COQC concurrency/conclib.v - File "./concurrency/conclib.v", line 16, characters 0-30: - Warning: There is no flag or option with this name: "Apply With Renaming". - [unknown-option,option] - COQC concurrency/ghosts.v - COQC progs/verif_incr.v -> compiled coq-vst-32.2.9 Processing 2/2: [coq-vst-32: make install] + /home/bench/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "IGNORECOQVERSION=true" "BITSIZE=32" (CWD=/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-vst-32.2.9) - ===== CONFIGURATION SUMMARY ===== - COMPCERT=platform - COMPCERT_SRC_DIR=__NONE__ - COMPCERT_INST_DIR=/home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert - BITSIZE=32 - ARCH=x86 - INSTALLDIR=/home/bench/.opam/ocaml-base-compiler.4.09.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 atomics VST.atomics -Q wand_demo wand_demo -Q sha sha -Q hmacfcf hmacfcf -Q tweetnacl20140427 tweetnacl20140427 -Q hmacdrbg hmacdrbg -Q aes aes -Q mailbox mailbox -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32 -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86 -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend -Q /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/export compcert.export - COMPCERT_R_FLAGS= -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/common compcert.common -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32 -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86 -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend -R /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq/../coq-variant/compcert32/compcert/export compcert.export - ================================= - (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.09.1/lib/coq/../coq-variant/compcert32/compcert"; \ - echo "VST_COMPCERT_EXPLICIT_PATH=true"; \ - echo "VST_INSTALLDIR=/home/bench/.opam/ocaml-base-compiler.4.09.1/lib/coq-variant/VST32/VST"; \ - ) > VST.config The middle of the output is truncated (maximum 20000 characters)
No files were installed.
true