apache / apache/datafusion-comet
error: failed to determine package fingerprint for build script
- Dominant language
- Scala
- Stars
- 1.3k
- Forks
- 373
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 198
Description
Hello Team,
I am getting
```
cd native && RUSTFLAGS="-Ctarget-cpu=native" cargo build --release
error: failed to determine package fingerprint for build script for datafusion-comet-proto v0.2.0 (/Users/radhika.bajaj/Documents/datafusion-comet/native/proto)
An I/O error happened. Please make sure you can access the file.
By default, if your project contains a build script, cargo scans all files in
it to determine whether a rebuild is needed. If you don't expect to access the
file, specify `rerun-if-changed` in your build script.
See https://doc.rust-lang.org/cargo/reference/build-scripts.html#rerun-if-changed for more information.
Caused by:
failed to determine the most recently modified file in /Users/radhika.bajaj/Documents/datafusion-comet/native/proto
Caused by:
failed to determine list of files in /Users/radhika.bajaj/Documents/datafusion-comet/native/proto
Caused by:
Could not read repository exclude
Caused by:
Permission denied (os error 13)
make: *** [release] Error 101
```
when I run `make release PROFILES="-Pspark-3.4 -Pscala-2.13"` while following the instructions to [Install DataFusion Comet](https://datafusion.apache.org/comet/user-guide/installation.html#installing-datafusion-comet).
I already have [rust](https://rustup.rs/) installed.
Contributor guide
Assessment
This issue has not been assessed yet.