little-arhat / ppx_fun

shorthand syntax for anonymous functions
MIT License
3 stars 0 forks source link

ppx_fun.0.0.1 build failure #1

Closed avsm closed 7 years ago

avsm commented 7 years ago

spotted while doing reverse dependency builds for https://github.com/ocaml/opam-repository/pull/8372

- ocamlfind ocamlopt -linkpkg -g test/test.cmx -o test/test.native
-> compiled  ppx_fun.0.0.1
[WARNING] Errors in /home/opam/.opam/ocaml-base-compiler.4.03.0/.opam-switch/install/ppx_fun.install, some fields have been ignored:
            - At /home/opam/.opam/ocaml-base-compiler.4.03.0/.opam-switch/install/ppx_fun.install:12:0:
              Duplicate field libexec

#=== ERROR while installing ppx_fun.0.0.1 =====================================#
Cannot install to /home/opam/.opam/ocaml-base-compiler.4.03.0/lib/ppx_fun: it is a directory.
little-arhat commented 7 years ago

@avsm we don't really need ppx_driver here, so thanks for helping me find this.