This repository has been archived by the owner. It is now read-only.
Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
External deps are sometimes ignored #12290
Comments
ghost
assigned
mxcl
Aug 6, 2012
jacknagel
closed this
in
50090dd
Aug 15, 2012
Fixed by 50090dd |
added a commit
to fgeller/homebrew
that referenced
this issue
Aug 22, 2012
pushed a commit
to Sharpie/homebrew
that referenced
this issue
Sep 11, 2012
pushed a commit
to snakeyroc3/homebrew
that referenced
this issue
Dec 17, 2012
xu-cheng
locked and limited conversation to collaborators
Feb 16, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
jacknagel commentedMay 17, 2012
When FormulaInstaller is installing dependencies of dependencies, it sets
ignore_deps
to true because dependencies are expanded recursively by the first FormulaInstaller instance. However, this causes unsatisfied external deps (and other requirements) to be ignored. Compare: