Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

make build fails with ls: src//Import.resi: No such file or directory #556

Open
cdaringe opened this issue Dec 19, 2021 · 0 comments · May be fixed by #557
Open

make build fails with ls: src//Import.resi: No such file or directory #556

cdaringe opened this issue Dec 19, 2021 · 0 comments · May be fixed by #557

Comments

@cdaringe
Copy link
Contributor

Problem

$ make build
ls: src//Import.resi: No such file or directory

Research

I executed a git bisect process and traced this down to 5d3c440e6ca61602eb9cdfca900c30cacecdfbb6.

Repro:

git checkout 4f46be7 && make clean && make build && git checkout 5d3c440 && make clean && make build

makes sense. the associated commit was titled "require interface files", and Import has no interface file.

cdaringe added a commit to cdaringe/v3.ocaml.org that referenced this issue Dec 19, 2021
@cdaringe cdaringe linked a pull request Dec 19, 2021 that will close this issue
3 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant