Replies: 4 comments 3 replies
-
|
What do |
Beta Was this translation helpful? Give feedback.
-
|
Broken linkage means that a formula has a missing library dependency that wasn't fulfilled by installing the (recursive) dependencies declared in the formula. That said, I've seen the linkage check fail spuriously on occasion on Linux, so it's possible (especially if you're otherwise using bottles) that this is one of those instances. I haven't worked out how to reproduce this, though. You can see what I think |
Beta Was this translation helpful? Give feedback.
-
|
Okay so I've run OutputWarning: linkage is a developer command, so Homebrew's developer mode has been automatically turned on. To turn developer mode off, run brew developer offSystem libraries: |
Beta Was this translation helpful? Give feedback.
-
|
I'm also seeing this with the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I found many times that homebrew says: "Reinstalling 1 dependent with broken linkage from source" and reinstalls qt building it from source.
I'm trying to understand what this means and why does it build it from source while usually it uses a bottle (I think) if I manually install it. Also, how can I know which package depends on qt that forces this reinstallation?
I'd like to know how can I investigate this issue further as QT compilation takes around 40 minutes of 100% CPU usage and it's very annoying.
My platform is:
Beta Was this translation helpful? Give feedback.
All reactions