astral-sh / astral-sh/python-build-standalone
Too many levels of symbolic links at share/terminfo/N/NCR260VT300WPP
Open
bug
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 314
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 27
Description
In 5246d4edc0800a9ab65115d25ee96350334c71ed `--enable-symlinks` creates a circular symlink in case-insensitive file systems like APFS.
```
share/terminfo/N/NCR260VT300WPP --> ../n/ncr260vt300wpp
```
which leads to problems with globs in bazel.
The fix must be included into upstream and as an interim solution `--enable-symlinks` can be commented out.
Contributor guide
Assessment
This issue has not been assessed yet.