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

[bug] sqlite3 command in make file unnecessary #358

Closed
wildefires opened this issue Apr 14, 2020 · 0 comments · Fixed by #359
Closed

[bug] sqlite3 command in make file unnecessary #358

wildefires opened this issue Apr 14, 2020 · 0 comments · Fixed by #359

Comments

@wildefires
Copy link

Current Behavior

When building with make all I get an issue with deps

$: make all
Check deps
Installed github.com/go-swagger/go-swagger/cmd/[email protected] to /home/musher/gocode/bin/swagger
Installed github.com/codeskyblue/[email protected] to /home/musher/gocode/bin/fswatch
Installed github.com/golangci/golangci-lint/cmd/[email protected] to /home/musher/gocode/bin/golangci-lint
Sqlite3
/bin/sh: 1: sqlite3: not found
Makefile:43: recipe for target 'deps' failed
make: *** [deps] Error 127

Removing the SQLite command fixes the issue, it builds fine and doesn't appear to have any issues. Is this line necessary for something else I'm unaware of? If not, does it make sense to remove it?

I'm building on ubuntu 18.04, for the record

Possible Solution

Remove the line from the Makefile

Steps to Reproduce (for bugs)

Context

Your Environment

  • Version used (flagr version):
  • Server type and version:
  • Operating System and version (uname -a):
  • Link to your project:
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

Successfully merging a pull request may close this issue.

1 participant