Open
Description
On CentOS 7, I get this after the clone. Ideas?
$ make
go build -o bin/files/allmark ./cli
cli/allmark.go:10:2: cannot find package "github.com/andreaskoch/allmark/common/config" in any of:
/usr/lib/golang/src/github.com/andreaskoch/allmark/common/config (from $GOROOT)
($GOPATH not set)
cli/allmark.go:11:2: cannot find package "github.com/andreaskoch/allmark/common/logger/console" in any of:
/usr/lib/golang/src/github.com/andreaskoch/allmark/common/logger/console (from $GOROOT)
($GOPATH not set)
cli/allmark.go:12:2: cannot find package "github.com/andreaskoch/allmark/common/logger/loglevel" in any of:
/usr/lib/golang/src/github.com/andreaskoch/allmark/common/logger/loglevel (from $GOROOT)
($GOPATH not set)
cli/allmark.go:13:2: cannot find package "github.com/andreaskoch/allmark/common/shutdown" in any of:
/usr/lib/golang/src/github.com/andreaskoch/allmark/common/shutdown (from $GOROOT)
($GOPATH not set)
cli/allmark.go:14:2: cannot find package "github.com/andreaskoch/allmark/common/util/fsutil" in any of:
/usr/lib/golang/src/github.com/andreaskoch/allmark/common/util/fsutil (from $GOROOT)
($GOPATH not set)
cli/allmark.go:15:2: cannot find package "github.com/andreaskoch/allmark/dataaccess/filesystem" in any of:
/usr/lib/golang/src/github.com/andreaskoch/allmark/dataaccess/filesystem (from $GOROOT)
($GOPATH not set)
cli/allmark.go:16:2: cannot find package "github.com/andreaskoch/allmark/services/initialization" in any of:
/usr/lib/golang/src/github.com/andreaskoch/allmark/services/initialization (from $GOROOT)
($GOPATH not set)
cli/allmark.go:17:2: cannot find package "github.com/andreaskoch/allmark/services/parser" in any of:
/usr/lib/golang/src/github.com/andreaskoch/allmark/services/parser (from $GOROOT)
($GOPATH not set)
cli/allmark.go:18:2: cannot find package "github.com/andreaskoch/allmark/services/thumbnail" in any of:
/usr/lib/golang/src/github.com/andreaskoch/allmark/services/thumbnail (from $GOROOT)
($GOPATH not set)
cli/allmark.go:19:2: cannot find package "github.com/andreaskoch/allmark/web/server" in any of:
/usr/lib/golang/src/github.com/andreaskoch/allmark/web/server (from $GOROOT)
($GOPATH not set)
make: *** [build] Error 1
$
Metadata
Metadata
Assignees
Labels
No labels
Activity