We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When a directory target contains a directory symlink (symlink whose target is a directory), the following error happens:
Error: Error trying to read targets after a rule was run: - d/b: Unexpected file kind "S_DIR" (directory) [1]
This can be found when building ocamlbuild through pkg rules, since its source tree contains such symlinks.
ocamlbuild
I bisected that to b1c339b in #9407 (@rleshchinskiy).
The text was updated successfully, but these errors were encountered:
test: repro case for ocaml#9873 (directory symlink)
9b45dcd
Signed-off-by: Etienne Millon <me@emillon.org>
Repro in #9874.
Sorry, something went wrong.
test: repro case for #9873 (directory symlink) (#9874)
e06a128
fix: allow symlink dirs in Cached_digest.refresh
29aaf37
Fixes ocaml#9873 Signed-off-by: Etienne Millon <me@emillon.org>
ocamlbuild -where
Successfully merging a pull request may close this issue.
Hi,
When a directory target contains a directory symlink (symlink whose target is a directory), the following error happens:
This can be found when building
ocamlbuild
through pkg rules, since its source tree contains such symlinks.I bisected that to b1c339b in #9407 (@rleshchinskiy).
The text was updated successfully, but these errors were encountered: