-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing mkvtoolnix cask with pre-existing mkvtoolnix formulae as a dependency #189175
Comments
homebrew-cask/Casks/m/mkvtoolnix.rb Lines 35 to 39 in 3d7baab
Cask also install binaries and so you may need cask only not formula. |
Thanks. Yes I am aware but there are other formulas that require the mkvtoolnix binaries and will install them because of dependencies. This is why I use |
I got it. There should be something like |
I thought the other flags would override but they have no effect. I had high hopes for |
Is there a way to modify |
It is unsigned. You will have to go to Security and allow it or you can use the
In general if you have an issue you should create one OR ask in discussions.... not piggyback your question on someone else's issue. Especially since it has nothing to do with my issue. :) |
Yeah I'm trying to solve your issue but it seems this app violates the Acceptable Casks. |
Oh, thank you. You make a good point... I had no idea that was even a thing. May be it get's special consideration? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This means that none of the cask flags are designed to do what we expected? |
Verification
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
I am not allowed to install the cask. There is a single conflict between
mkvtoolnix
cask andmkvtoolnix
formulae. It seems that--adopt
--force
and--overwrite
are not doing what I expect them to do when it comes to duplicate files located at/usr/local/share/man/man1/
.the error:
Error: It seems there is already a Manpage at '/usr/local/share/man/man1/mkvextract.1'.
mkvtoolnix formulae are required for pre-installed formulae and I need the GUI of mkvtoolnix as well.
Are there brew commands that allow me to install both without conflict?
thank you
Command that failed
brew install -d --verbose --no-binaries --adopt --cask mkvtoolnix
Output of command with
--verbose --debug
Output of
brew doctor
andbrew config
Output of
brew tap
The text was updated successfully, but these errors were encountered: