-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
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
Too many levels of symbolic links at share/terminfo/N/NCR260VT300WPP #1800
Comments
Looks like this was introduced upstream here. This will be an issue when working with the linux archive on macOS, since the file system is case-insensitive by default. |
Thanks @jvolkman! Created indygreg/python-build-standalone#231 |
I guess the right thing for rules_python would be to revert the addition of 3.12.2 until this gets fixed upstream. |
Should we exclude |
…hains This affects Linux toolchains that have the `terminfo` databases bundled with the toolchain. Our solution to this is to remove the `share/terminfo` altogether if we are downloading an affected `linux` toolchain. Workaround indygreg/python-build-standalone#231 Fixes bazelbuild#1800
…hains (#1898) This affects Linux toolchains that have the `terminfo` databases bundled with the toolchain. Our solution to this is to remove the `share/terminfo` altogether if we are downloading an affected `linux` toolchain. Tested with (on a Mac): ```console bazel build --platforms=//tests/support:linux_x86_64 @python_3_11//:files bazel build --platforms=//tests/support:windows_x86_64 @python_3_11//:files ``` Workaround indygreg/python-build-standalone#231 Fixes #1800
🐞 bug report
Is this a regression?
Yes, the previous version in which this bug was not present was: 4dcfd21
The regression was introduced in 3f40e98
Description
1 the new python runtime 3.12.2 contains terminfo data with a symbolic link which leads to
Too many levels of symbolic links
on a case-insensitive file system:The previous version 3.12.1 has no
share/terminfo
directoryThe fix filters out share/terminfo/N/NCR260VT300WPP symbolic link
/cc @trentontrees
🔥 Exception or Error
🌍 Your Environment
Operating System:
Output of
bazel version
:Rules_python version:
The text was updated successfully, but these errors were encountered: