-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Possible issue with mono formula #35848
Comments
Please provide more information on what the issue is and how to reproduce it. |
As far as I know the following steps generate the problem (more thouroughly described in CKAN issue 2630 that I linked in my original post):
ckan does not run and produces an error. Since posting this issue I uninstall the brew version of Mono and installed it via a .pkg installer and CKAN worked fine. |
Cool, thanks.
It could be. Could you see if that's installed by the |
Debian had the same problem (I assume there was some unexpected change upstream affecting everyone?), and they fixed it by adding https://salsa.debian.org/dotnet-team/mono/commit/fcb8084be66074f5315728c2783348fb4c1bb0aa What would that look like for Homebrew? All I see in mono.rb is configure/make/make install. |
@HebaruSan Good question. From that commit alone I'm not quite sure; I suspect we'll need to pass a new |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
It's still a problem. What kind of activity is needed? |
Confirming this problem still exists and affects software besides CKAN |
None of the maintainers are working on this so someone affected by the problem will need to step up and submit a pull request. Saying "this is a problem" does not help solve it. |
Is there a specific maintainer who is responsible for the mono package? |
Nope, all packages are the responsibility of the public. The maintainers are just here to guide it all. |
@tjnycum , what are some of the other packages that are affected? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Recent activity |
There isn't. |
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
brew install
(orupgrade
,reinstall
) a single, official formula (not cask)? If it's a generalbrew
problem please file this issue at Homebrew/brew: https://github.com/Homebrew/brew/issues/new/choose. If it's abrew cask
problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link?brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?To help us debug your issue please explain:
brew install
commands)There seems to be some kind of issue with the most recent 1 or 2 versions of the mono formula for brew. I use it with ckan, and when trying to start it gives a mono related error. An error that does not occur according to the discussion here (KSP-CKAN/CKAN#2630 1) when installing mono directly without brew. Any idea how to fix this, since I’d prefer to use brew rather than dealing with miscellaneous package (.pkg) installers?
The text was updated successfully, but these errors were encountered: