-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Crash in homebrew fmt 11.1.0 from homebrew ccache 4.10.2 #4278
Comments
It looks like 4fa533c#diff-1441eec7746106c0c58dbb3a207f93cd1cec6d991e4d40b0056b1ad7f5930f58L2764 |
@vitaut yes, your commit fixes the issue on my machine. After configuring with
|
Note that homebrew did up-rev their ccache package: Homebrew/homebrew-core#202493 |
Thanks for checking! I've merged the fix and will put together a corrective release. Thanks, @phprus, for investigating this as well. |
@vitaut |
Good catch, re-added in feb7212. |
`watchman` appears broken because of a regression in `fmt` fmtlib/fmt#4278
This appears to be an ABI break(?) or at least difference between fmt 11.0.2 and 11.1.0.
Feel free to close this if it's entirely homebrew's fault though :)
With older homebrew's build of 11.0.2, this issue does not reproduce.
However, on current latest versions, I see the following behavior:
ccache --version
: 👍ccahe --help
: 💥Here's the brew issue I opened: https://github.com/orgs/Homebrew/discussions/5830
And the backtrace:
This appears to be an issue upgrading from 11.0.2 to 11.1.0, which feels unexpected from fmtlib's perspective.
fmt info
The text was updated successfully, but these errors were encountered: