brew link running for formula marked as keg_only
#6741
Unanswered
nwhetsell
asked this question in
Tap maintenance and Homebrew development
Replies: 1 comment 2 replies
-
|
Can you try with any other reason of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like there has been a recent to change to how
brewhandles formulae marked askeg_only. I maintain a tap for the unstable version of LilyPond; the stable version of LilyPond is in Homebrew/core. My formula for LilyPond is marked askeg_onlyso that it can coexist with LilyPond from core, but running——started producing errors within the last few weeks:
This used to install without errors and (if I remember correctly) output a caveat about the installation being keg-only:
I believe this change occurred sometime after 21 Feb.
I have a feeling that I’m actually somewhat abusing the use of
keg_only :versioned_formulain my tap, but it still seems unexpected that a formula marked askeg_onlyis not actuallykeg_only. Is there another way to avoid runningbrew linkfor a formula?brew doctoroutput:brew configoutput:Beta Was this translation helpful? Give feedback.
All reactions