You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!Warning: Some installed kegs have no formulae!This means they were either deleted or installed manually.You should find replacements for the following formulae: python-mako urjtag python-markupsafeWarning: You have unlinked kegs in your Cellar.Leaving kegs unlinked can lead to build-trouble and cause formulae that depend onthose kegs to fail to run properly once built. Run `brew link` on these: pygments python-mako arm-none-eabi-gdb wireshark python-markupsafeWarning: Homebrew's "sbin" was not found in your PATH but you have installed
formulae that put executables in /opt/homebrew/sbin.
Consider setting your PATH for example like so:
echo'export PATH="/opt/homebrew/sbin:$PATH"'>>~/.zshrc
Verification
My "brew doctor output" above says Your system is ready to brew. and am still able to reproduce my issue.
I ran brew update twice and am still able to reproduce my issue.
brew upgrade <formula># or
brew remove <formula>; brew install <formula># formula being part of a custom tap, not a core one (did not try with a core formula).
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
Update a custom formula
What happened (include all command output)?
The archive content has been upgraded (new version) but I left the previous sha256 hash.
brew
has successfully installed the new version from the source, without verifying the sha256 hash nor complaining it was missing.What did you expect to happen?
Installation should have been aborted as sha256 no longer match the hash of the downloaded tarball
Step-by-step reproduction instructions (by running
brew
commands)See https://github.com/orgs/Homebrew/discussions/5608
The text was updated successfully, but these errors were encountered: