Skip to content

make: *** No rule to make target `install'. Stop. #101

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

Closed
manuelwallrapp opened this issue Sep 2, 2022 · 5 comments
Closed

make: *** No rule to make target `install'. Stop. #101

manuelwallrapp opened this issue Sep 2, 2022 · 5 comments
Assignees

Comments

@manuelwallrapp
Copy link

manuelwallrapp commented Sep 2, 2022

Hi

if I do:
go mod tidy
make install

I get a:
make: *** No rule to make target `install'. Stop.

there is no target install in the Makefile. I execute it on Mac Os X with Go version 1.18. What am I doing wrong?

@laxmikantbpandhare laxmikantbpandhare self-assigned this Sep 2, 2022
@laxmikantbpandhare
Copy link
Member

laxmikantbpandhare commented Sep 2, 2022

@manuelwallrapp - Those steps are mentioned for the installation of operator-sdk. Please refer to the below link for the same - https://sdk.operatorframework.io/docs/installation/#prerequisites-1

Also, the below tutorial provides a step-by-step explanation about java-operator-plugins. Please let us know if you have any questions.

https://github.com/operator-framework/java-operator-plugins/blob/main/docs/tutorial.md

@manuelwallrapp
Copy link
Author

@laxmikantbpandhare thank you for your answer. On your mentioned page it has prequisites operator-sdk v1.8, but v1.23 is the newest. If I execute:

operator-sdk create api --plugins quarkus --group cache --version v1 --kind Memcached

I get:
FATA[0000] no plugin could be resolved with key "quarkus" for project version "3-alpha"

So how do I get the quarkus plugin into the operator-sdk?

@laxmikantbpandhare
Copy link
Member

@manuelwallrapp Could you please share what command you are using during initialization init also if possible could you please share generated PROJECT file here.

@manuelwallrapp
Copy link
Author

I made a mistake, thanks for your help. I think all the different guides are a bit irritating. Once with the right guide it works.

@laxmikantbpandhare
Copy link
Member

That's great. I am closing this issue as issue got resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants