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 build Error #688

Open
akdk2001 opened this issue Sep 18, 2018 · 4 comments
Open

make build Error #688

akdk2001 opened this issue Sep 18, 2018 · 4 comments

Comments

@akdk2001
Copy link

I am trying to build iron functions code.
But there are some issues.

gwontaegmin-ui-MacBook-Pro:functions taekmin$ make build
go build -o functions
api/runner/task.go:15:2: cannot find package "github.com/moby/moby/cli/config/configfile" in any of:
/usr/local/go/src/github.com/moby/moby/cli/config/configfile (from $GOROOT)
/Users/taekmin/go/src/github.com/moby/moby/cli/config/configfile (from $GOPATH)
../../Sirupsen/logrus/hooks/syslog/syslog.go:10:2: case-insensitive import collision: "github.com/sirupsen/logrus" and "github.com/Sirupsen/logrus"
api/server/server.go:25:2: code in directory /Users/taekmin/go/src/github.com/ucirello/supervisor expects import "cirello.io/supervisor"
make: *** [build] Error 1

So, I tried to install that package. but that package can't be installed.

gwontaegmin-ui-MacBook-Pro:functions taekmin$ go get -v github.com/moby/moby/cli/config/configfile
github.com/moby/moby (download)
package github.com/moby/moby/cli/config/configfile: cannot find package "github.com/moby/moby/cli/config/configfile" in any of:
/usr/local/go/src/github.com/moby/moby/cli/config/configfile (from $GOROOT)
/Users/taekmin/go/src/github.com/moby/moby/cli/config/configfile (from $GOPATH)
gwontaegmin-ui-MacBook-Pro:functions taekmin$

let me know the solution.

@akdk2001
Copy link
Author

I was searching, I saw the same issue posted in last Nov.
Contributor seemed to try to fix the issue.
How is it going on? I wonder when branch, fix-deps is going to merge with master state and that issues are closed?

@c0ze
Copy link
Contributor

c0ze commented Sep 18, 2018

@TaekminKwon unfortunately I couldn't fix the issue, and these days I cant have the time to attempt a fix.

Would like to give it a try ?

@akdk2001
Copy link
Author

@c0ze I downloaded ironfunctions by brew install command. And I confirmed it works well. (tried Quick start)
How does it work with the issue?

@c0ze
Copy link
Contributor

c0ze commented Sep 18, 2018

yes. up unto a certain point, we were able to build the package by using the dep manifest in the repo by doing make dep.

Right now, I am not sure if it works any more. So we need to rebuild dependencies from scratch I think.

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