Skip to content

dune install ignores the (vendor) markers #2554

@avsm

Description

@avsm

dune install tries to install all the contents of packages marked as vendored. It should probably only install non-vendored things.

e.g.:

dune install
745Error: The following <package>.install are missing:
746- _build/default/duniverse/alcotest/alcotest.install
747- _build/default/duniverse/alcotest/alcotest-async.install
748- _build/default/duniverse/alcotest/alcotest-lwt.install
749- _build/default/duniverse/astring/astring.install
750- _build/default/duniverse/base/base.install
751- _build/default/duniverse/bigarray-compat/bigarray-compat.install
752- _build/default/duniverse/bos/bos.install
753- _build/default/duniverse/cmdliner/cmdliner.install
754- _build/default/duniverse/cppo/cppo.install
755- _build/default/duniverse/cppo/cppo_ocamlbuild.install
756- _build/default/duniverse/findlib/findlib.install
757- _build/default/duniverse/fmt/fmt.install
758- _build/default/duniverse/fpath/fpath.install
759- _build/default/duniverse/logs/logs.install
760- _build/default/duniverse/lwt/lwt.install
761- _build/default/duniverse/lwt/lwt_ppx.install
762- _build/default/duniverse/lwt/lwt_react.install
763- _build/default/duniverse/mmap/mmap.install
764- _build/default/duniverse/num/num.install
765- _build/default/duniverse/ocaml-compiler-libs/ocaml-compiler-libs.install

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions