Skip to content
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

"mv: cannot stat" error on extracting macOS SDK #389

Open
krnlexception opened this issue Aug 3, 2023 · 1 comment
Open

"mv: cannot stat" error on extracting macOS SDK #389

krnlexception opened this issue Aug 3, 2023 · 1 comment

Comments

@krnlexception
Copy link

krnlexception commented Aug 3, 2023

While running ./build.sh, script exits out with error code 1 and error

mv: cannot stat '*OSX*13.0*sdk*': No such file or directory

exiting with abnormal exit code (1)

Tried to fix it manually (assuming the misterious *OSX*13.0*sdk* is (in my case) tarballs/MacOSX13.sdk.tar.xz), but couldn't. Building always exits at this point.
OS is Ubuntu 22.04.2 LTS running as WSL on Windows

@krnlexception krnlexception changed the title mv: cannot stat error on extracting macOS SDK "mv: cannot stat" error on extracting macOS SDK Aug 3, 2023
@krnlexception
Copy link
Author

krnlexception commented Aug 4, 2023

Found the cause of problem: macOS 13.0 SDK tarball, and directory inside it are named "MacOSX13.sdk.tar.xz" by default. Renaming both of them to add missing decimal .0 (so 13.0 not 13) fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant