Closed bitboxer closed 10 years ago
Interesting. This is absolutely possible! Thanks for the report :+1:
The easiest fix: after each package check the list of outdated packages again, but this would make things way to slow :sob:
Maybe we should just do a brew upgrade
with no packages as arguments. That would solve it, right?
Yes, that would solve this. Will write a fix for this next week.
Thanks a lot :smile_cat:
Sometimes homebrew has to update several packages with references to each other. And when updating package a it also automagically updates package b. But exogenesis also tries to update packages b without checking if it was already updated. This leads to errors like this:
...at least I think this is why that happens. Is my hypothesis correct?