-
Notifications
You must be signed in to change notification settings - Fork 128
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
Error: modd has been disabled because it is not maintained upstream! #119
Comments
Use |
Using
|
What version of Go are you running? Can you try cleaning your caches, and then installing?
|
Thanks for the suggestion, but it doesn't seem to make a difference. I'd be happy to open a separate issue if desired.
|
Ah, CGO_ENABLED must be enabled. I have it set to zero by default. This worked.
|
It appears the brew formulae for |
@joncalhoun, I'd be interested in your review of my findings, and perhaps we could work together toward a resolution? Thanks much! |
* Reflect that CGO must be enabled to directly install modd Per #119. * Update based on comments
Sorry. Go ahead and start prepping things for a go modules release if you think that will help resolve the brew issue. Would be a good idea to have a go module version here anyway. |
@joncalhoun, with #123 merged, I believe the next step would be to create a new release. After which, the homebrew formula could be updated to use that new release. Thoughts? |
I'm running modd on an M2, so it is definitely possible. I don't recall
what I had to do to make it work though (if anything).
You may need to update your security & privacy settings to open apps from
identified developers, then make an exception for modd. I don't recall if I
did that or not.
Another thing to possibly check is which version of modd is being run and
ensure it isn't a leftover file (vs the one go install creates). Maybe run
`which modd` and delete/move the files until you get no binary (in case
multiple are installed), then do a fresh go install?
…On Tue, May 16, 2023 at 8:12 PM Tim Riedl ***@***.***> wrote:
MacOS M1 cannot install app
I think I tried now every possible solution and nothing worked. Just to
summaries everything: brew is disabled, the go get / go install command
runs without issue but the command modd is unregistered and the MacOS
Binary from the release section is not signed, so it is not executable.
[image: Screenshot 2023-05-17 at 02 08 00]
<https://user-images.githubusercontent.com/53957681/238798152-56969147-b12f-4496-9f0e-161d42fd2bd3.png>
—
Reply to this email directly, view it on GitHub
<#119 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMZT6LAFUOOLNNCG4SFQPTXGQJYTANCNFSM6AAAAAAQ7V6UWQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I discovered that my golang installation does install it but does not register it as a command. At first I registered it in the bashrc config because I was told you cannot register commands on macos, but then I read you can do that by creating a link to |
|
Currently on an i7 with Mac OS 12.6 installed and getting this error when attempting to install modd with brew for the first time
The text was updated successfully, but these errors were encountered: