-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
"Empty archive" error when install formulas with tar.xz archives, after upgrading to Xcode 8 #969
Comments
Try to |
I already tried that before submiting this issue. |
Can you install the CLT, then |
Both were done. The first thing I did was to install CLT even before I try to do anything with brew.
|
What happens if you run |
Or just |
However, uncompress seems to work just fine. For example |
Your Typical Xcode 8 on El Cap debacle. Please pour our bottle in the meantime rather than compile from source. |
OK, I guess I have just to wait a few more days for the new OS. It sounds like Xcode 8 on Sierra is better and it is only a problem of Xcode 8 on Ei Cap |
Here's some background reading: Homebrew/homebrew-core#4809 (comment). And #970 will hopefully fix the problem. |
By the way, be advised that if you need anything on this list you'd better hold out a little longer. |
Anyone impacted should |
Closing due to inactivity. |
I have just upgraded to Xcode 8 and run
xcode-select --install
after the upgrading. I tried to reinstall all formulas I had. And I encountered errors as the following, for example, when installinggit
,This error only happens with formulas using a source packed as
tar.xz
instead ofgz
orbz2
. I tried to manually uncompress the package viatar xf
and it works fine.The text was updated successfully, but these errors were encountered: