Skip to content
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

make install ERROR #33

Closed
maj0rmil4d opened this issue Sep 23, 2019 · 3 comments
Closed

make install ERROR #33

maj0rmil4d opened this issue Sep 23, 2019 · 3 comments

Comments

@maj0rmil4d
Copy link

Hi got error when i wanted to make install this repo .

please help me

[root@localhost go-exploitdb]# make install
fatal: No names found, cannot describe anything.
go install -ldflags "-X 'main.version=' "

@driverxdw
Copy link

I also encountered this error

@StackKorora
Copy link

StackKorora commented Feb 6, 2020

Every time I hit an error with Go (and I just did with this exact one), I just have to remember that the best solution is always the "nuke it from orbit" approach. They move fast and don't care about giving errors that actually make sense. Of course, I seem to forget this....so I went digging into why I was getting this error after months of it working just fine...turns out the version of go I had was more than a few months old and no longer works with the newer updated libraries. sigh
I had to kick out the EPEL version of go 1.13.3 and manually download the latest 1.13.7. Then it worked. 🤷‍♂️ 🙄

@kotakanbe
Copy link
Collaborator

Use the latest version of Go :P

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

4 participants