Skip to content

"brew leaves" and "brew deps" seem to disagree #2759

Discussion options

You must be logged in to vote

Ah, I just discovered this:

$ brew uses --installed assimp
poppler                                                             qt
$ 

I find that brew leaves does show "poppler", but not "qt".

Also:

$ brew deps --installed --tree
...
assimp
...

poppler
└── qt
    ├── assimp
...

qt
├── assimp
...

That's pretty clear. What's confusing me then is that brew deps --installed (without --tree) doesn't show assimp as a dependency of anything, and especially not qt.

$ brew deps --installed | grep assimp
assimp:
$ brew deps --installed | grep ^qt:
qt: brotli ca-certificates dbus double-conversion freetype gdbm gettext giflib glib hunspell icu4c jasper jpeg libb2 libffi libpng libtiff md4c mpdeci…

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@candlerb
Comment options

@carlocab
Comment options

@candlerb
Comment options

@carlocab
Comment options

@candlerb
Comment options

Answer selected by candlerb
Comment options

You must be logged in to vote
1 reply
@candlerb
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants