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

Unpacking XCode CLI Tools 14.2 fails #386

Open
ghost opened this issue Jul 1, 2023 · 1 comment
Open

Unpacking XCode CLI Tools 14.2 fails #386

ghost opened this issue Jul 1, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 1, 2023

OS: Artix Linux (basically just Arch without systemd)
XCode Command Line Tools: version 14.2

I did a fresh git clone of both the cctools and osxcross repos today. When I run:

./tools/gen_sdk_package_tools_dmg.sh Command_Line_Tools_for_Xcode_14.2.dmg

It works fine until this error:

Unpacking ~/Downloads/src/osxcross/Command_Line_Tools_for_Xcode_14.2.dmg ...
/home/pingveno/Downloads/src/osxcross/target/SDK/tools/bin/7z e -so "~/Downloads/src/osxcross/Command_Line_Tools_for_Xcode_14.2.dmg"  "Command Line Developer Tools/Command Line Tools*.pkg" > "Command Line Tools.pkg"

7-Zip [64] 9.38 beta  Copyright (c) 1999-2014 Igor Pavlov  2015-01-03
p7zip Version 9.38.1 (locale=C,Utf16=off,HugeFiles=on,8 CPUs)


Command Line Error:
Cannot find archive
~
Removing /home/MY_USERNAME/Downloads/src/osxcross/build/tmp_4428 ...

I made sure I had all the dependencies needed beforehand. And the .dmg file does exist.

@CrossScarDev
Copy link

Just give it the full path and that should fix the problem

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