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 lint fails with make 3.81 #251

Closed
danmichaelo opened this issue Jan 7, 2022 · 0 comments · Fixed by #252
Closed

make lint fails with make 3.81 #251

danmichaelo opened this issue Jan 7, 2022 · 0 comments · Fixed by #252
Labels

Comments

@danmichaelo
Copy link
Contributor

Just a quick report since I couldn't get it to build:

$ make lint
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [lint] Error 2

using the default make on macOs 10.15.7:

$  make -v
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0

It helped to install a newer make:

$ brew install make
[…]
GNU "make" has been installed as "gmake".

$ gmake -v
GNU Make 4.3
Built for x86_64-apple-darwin19.6.0
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

$ gmake lint
golangci/golangci-lint info checking GitHub for tag 'v1.43.0'
golangci/golangci-lint info found version: 1.43.0 for v1.43.0/darwin/amd64
golangci/golangci-lint info installed ~/gocode/bin/golangci-lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants