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 failure #169

Closed
jaijiv opened this issue Jul 12, 2015 · 3 comments
Closed

make failure #169

jaijiv opened this issue Jul 12, 2015 · 3 comments

Comments

@jaijiv
Copy link

jaijiv commented Jul 12, 2015

I did a
go get github.com/mattermost/platform

Doing a make -f Makefile gives me this error. Am i missing something ?

building for travis
rm -Rf dist

github.com/mattermost/platform/api

api/server.go:29: undefined: manners.NewServer
api/server.go:42: too many arguments in call to Srv.Server.ListenAndServe
api/server.go:55: Srv.Server.Shutdown undefined (type manners.GracefulServer has no field or method Shutdown)
api/team.go:221: undefined: "github.com/awslabs/aws-sdk-go/aws".Creds
api/team.go:222: cannot use "github.com/awslabs/aws-sdk-go/aws".DefaultConfig.Merge(&"github.com/awslabs/aws-sdk-go/aws".Config literal) (type *"github.com/awslabs/aws-sdk-go/aws".Config) as type *"github.com/aws/aws-sdk-go/aws".Config in argument to route53.New
api/team.go:251: undefined: "github.com/awslabs/aws-sdk-go/aws".Creds
api/team.go:252: cannot use "github.com/awslabs/aws-sdk-go/aws".DefaultConfig.Merge(&"github.com/awslabs/aws-sdk-go/aws".Config literal) (type *"github.com/awslabs/aws-sdk-go/aws".Config) as type *"github.com/aws/aws-sdk-go/aws".Config in argument to route53.New
make: *
* [travis] Error 2

Regards

-jaijiv

@jwilander
Copy link
Member

Hi @jaijiv

You should be able to run the following commands to get the app running:

  1. make install
  2. make test (to make sure everything set up correctly)
  3. make run

@coreyhulen
Copy link
Contributor

@jaijiv
Copy link
Author

jaijiv commented Jul 14, 2015

Worked now. Thanks for the help.

Regards

-jaijiv

@jaijiv jaijiv closed this as completed Jul 14, 2015
witjem pushed a commit to witjem/mattermost-server that referenced this issue Oct 6, 2022
* commands/ldap: add ldap idmigrate command

* commands/ldap: fix naming

* update dependency

* update dependency

Co-authored-by: Miguel de la Cruz <miguel@mcrx.me>
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

3 participants