Open
Description
Describe the bug
The ./otp_build setup
script seams to fail if the working directory is in a path where one of the parent directories ends with one or more digits.
To Reproduce
On MacOS Sonoma 14.6.1
I created a directory named LINFO2
and clone erlang/otp inside.
/Users/lucasucci/Desktop/LINFO2/erlang-otp
I used otp with tag OTP-27.2.4 and runned ./otp_build setup
and got the error in the attached file.
Expected behavior
The build should succeed.
If I rename the upper folder from LINFO2
to LINFO
, clean up the repository and run the script again it succeeds.
Affected versions
master and OTP-27.2.4, also 27.2.2 and 27.2.3, but probably more versions too
Additional context
This is the error:
build_log.txt
Activity