Skip to content

Instantly share code, notes, and snippets.

@coetry
Last active September 5, 2017 16:28
Show Gist options
  • Save coetry/cf4fd9d65bfff729409ecf0198d8701c to your computer and use it in GitHub Desktop.
Save coetry/cf4fd9d65bfff729409ecf0198d8701c to your computer and use it in GitHub Desktop.
=-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[ERROR] The compilation of ppx_traverse_builtins failed at "jbuilder build
--only-packages ppx_traverse_builtins --root . -j 4 @install".
[ERROR] The compilation of sexplib failed at "jbuilder build -p sexplib -j 4".
[ERROR] The compilation of ocaml-migrate-parsetree failed at "jbuilder build -p
ocaml-migrate-parsetree -j 4".
[ERROR] The compilation of ocaml-compiler-libs failed at "jbuilder build
--only-packages ocaml-compiler-libs --root . -j 4 @install".
[ERROR] The compilation of topkg failed at "ocaml pkg/pkg.ml build --pkg-name
topkg --dev-pkg false".
#=== ERROR while installing ocaml-compiler-libs.v0.9.0 ========================#
# opam-version 1.2.2
# os darwin
# command jbuilder build --only-packages ocaml-compiler-libs --root . -j 4 @install
# path /Users/coetry/.opam/system/build/ocaml-compiler-libs.v0.9.0
# compiler system (4.05.0)
# exit-code 127
# env-file /Users/coetry/.opam/system/build/ocaml-compiler-libs.v0.9.0/ocaml-compiler-libs-10680-ebe0e0.env
# stdout-file /Users/coetry/.opam/system/build/ocaml-compiler-libs.v0.9.0/ocaml-compiler-libs-10680-ebe0e0.out
# stderr-file /Users/coetry/.opam/system/build/ocaml-compiler-libs.v0.9.0/ocaml-compiler-libs-10680-ebe0e0.err
#=== ERROR while installing ocaml-migrate-parsetree.1.0.4 =====================#
# opam-version 1.2.2
# os darwin
# command jbuilder build -p ocaml-migrate-parsetree -j 4
# path /Users/coetry/.opam/system/build/ocaml-migrate-parsetree.1.0.4
# compiler system (4.05.0)
# exit-code 127
# env-file /Users/coetry/.opam/system/build/ocaml-migrate-parsetree.1.0.4/ocaml-migrate-parsetree-10680-6aa130.env
# stdout-file /Users/coetry/.opam/system/build/ocaml-migrate-parsetree.1.0.4/ocaml-migrate-parsetree-10680-6aa130.out
# stderr-file /Users/coetry/.opam/system/build/ocaml-migrate-parsetree.1.0.4/ocaml-migrate-parsetree-10680-6aa130.err
#=== ERROR while installing ppx_traverse_builtins.v0.9.0 ======================#
# opam-version 1.2.2
# os darwin
# command jbuilder build --only-packages ppx_traverse_builtins --root . -j 4 @install
# path /Users/coetry/.opam/system/build/ppx_traverse_builtins.v0.9.0
# compiler system (4.05.0)
# exit-code 127
# env-file /Users/coetry/.opam/system/build/ppx_traverse_builtins.v0.9.0/ppx_traverse_builtins-10680-736596.env
# stdout-file /Users/coetry/.opam/system/build/ppx_traverse_builtins.v0.9.0/ppx_traverse_builtins-10680-736596.out
# stderr-file /Users/coetry/.opam/system/build/ppx_traverse_builtins.v0.9.0/ppx_traverse_builtins-10680-736596.err
#=== ERROR while installing sexplib.v0.9.2 ====================================#
# opam-version 1.2.2
# os darwin
# command jbuilder build -p sexplib -j 4
# path /Users/coetry/.opam/system/build/sexplib.v0.9.2
# compiler system (4.05.0)
# exit-code 127
# env-file /Users/coetry/.opam/system/build/sexplib.v0.9.2/sexplib-10680-899ac0.env
# stdout-file /Users/coetry/.opam/system/build/sexplib.v0.9.2/sexplib-10680-899ac0.out
# stderr-file /Users/coetry/.opam/system/build/sexplib.v0.9.2/sexplib-10680-899ac0.err
#=== ERROR while installing topkg.0.9.0 =======================================#
# opam-version 1.2.2
# os darwin
# command ocaml pkg/pkg.ml build --pkg-name topkg --dev-pkg false
# path /Users/coetry/.opam/system/build/topkg.0.9.0
# compiler system (4.05.0)
# exit-code 2
# env-file /Users/coetry/.opam/system/build/topkg.0.9.0/topkg-10680-e0ba4f.env
# stdout-file /Users/coetry/.opam/system/build/topkg.0.9.0/topkg-10680-e0ba4f.out
# stderr-file /Users/coetry/.opam/system/build/topkg.0.9.0/topkg-10680-e0ba4f.err
### stdout ###
# Cannot find file topfind.
### stderr ###
# Unknown directive `require'.
=-=- Error report -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The following actions were aborted
∗ install astring 0.8.3
∗ install base v0.9.3
∗ install bos 0.1.6
∗ install cmdliner 1.0.2
∗ install fmt 0.8.4
∗ install fpath 0.7.2
∗ install functoria 2.2.0
∗ install functoria-runtime 2.2.0
∗ install ipaddr 2.8.0
∗ install logs 0.6.2
∗ install mirage 3.0.5
∗ install mirage-runtime 3.0.5
∗ install ppx_ast v0.9.1
∗ install ppx_core v0.9.0
∗ install ppx_driver v0.9.1
∗ install ppx_metaquot v0.9.0
∗ install ppx_optcomp v0.9.0
∗ install ppx_sexp_conv v0.9.0
∗ install ppx_type_conv v0.9.0
∗ install rresult 0.5.0
∗ install stdio v0.9.0
The following actions failed
∗ install ocaml-compiler-libs v0.9.0
∗ install ocaml-migrate-parsetree 1.0.4
∗ install ppx_traverse_builtins v0.9.0
∗ install sexplib v0.9.2
∗ install topkg 0.9.0
No changes have been performed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment