-
-
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
Error: /home/linuxbrew/.linuxbrew/Cellar/libyaml is not a valid keg #16326
Comments
Forgot to add that it happens with other packages too if I remove |
@abitrolly Can I see the output of |
|
This seems to be an issue specific to your system I'm afraid; you have issues with symlinks (did you manually move any around or your installation location or anything?). If we see more people reporting this I'll reopen but for now you'll have to uninstall and reinstall all formulae. |
No. I don't remember moving anything. Switching branches, rebasing for development, yes. It would be nice if |
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)?
It is run automatically during
brew update
.What happened (include all command output)?
What did you expect to happen?
No error.
Step-by-step reproduction instructions (by running
brew
commands)Then run
brew cleanup -d -v
to confirm the problem. Here is the tail of the trace output.I've added the debug print to
keg.rb:163
and it looks likelibyaml
path is shorter than others for some reason.The text was updated successfully, but these errors were encountered: