mushorg / glutton

Generic Low Interaction Honeypot
MIT License
240 stars 56 forks source link

'build' failed #136

Closed eClipZe88 closed 2 years ago

eClipZe88 commented 5 years ago

root@***:/opt/glutton# make build go build -ldflags="-X \"main.VERSION=glutton version v1.0.0-pre+38f39c2\" -X \"main.BUILDDATE=2019-06-01T17:59:05+00:00\"" -o bin/server app/server.go go: downloading github.com/docker/docker v1.13.1 go: downloading github.com/moby/moby v1.13.1 go: verifying github.com/moby/moby@v1.13.1: checksum mismatch downloaded: h1:0/u5wsRE+Nb2D9TFTUA8PJxkDaneSYyID4ar9BfMoZM= go.sum: h1:mC5WwQwCXt/dYxZ1cIrRsnJAWw7VdtcTZUIGr4tXzOM= Makefile:14: recipe for target 'build' failed make: * [build] Error 1

@ Ubuntu 16.04 - 2.6.32-042stab136.1

glaslos commented 5 years ago

I can't reproduce this

Hyperion101010 commented 4 years ago

@glaslos hyperion@hyperion:~/intern/no_space/summer2019/glutton/glutton$ make build go build -ldflags="-X \"main.VERSION=glutton version v1.0.0-pre+580426a\" -X \"main.BUILDDATE=2019-11-19T09:01:30+00:00\"" -o bin/server app/server.go app/server.go:10:2: cannot find package "github.com/mushorg/glutton" in any of: /usr/lib/go-1.10/src/github.com/mushorg/glutton (from $GOROOT) /home/hyperion/go/src/github.com/mushorg/glutton (from $GOPATH) app/server.go:11:2: cannot find package "github.com/spf13/pflag" in any of: /usr/lib/go-1.10/src/github.com/spf13/pflag (from $GOROOT) /home/hyperion/go/src/github.com/spf13/pflag (from $GOPATH) app/server.go:12:2: cannot find package "github.com/spf13/viper" in any of: /usr/lib/go-1.10/src/github.com/spf13/viper (from $GOROOT) /home/hyperion/go/src/github.com/spf13/viper (from $GOPATH) Makefile:14: recipe for target 'build' failed make: *** [build] Error 1

Hyperion101010 commented 4 years ago

Some help here

glaslos commented 2 years ago

Still unable to reproduce.