pauloo27/tuner

build failed

Closed this issue · 1 comments

I cloned the repository, installed the dependencies. then I build:

make install

go build -v
album/track_info.go:4:2: found packages md5 (example_test.go) and main (gen.go) in /home/cyberwolf/go/src/crypto/md5
../../../go/src/reflect/abi.go:9:2: import "internal/goarch" is a program, not an importable package
storage/data.go:6:2: found packages rand (example_test.go) and main (gen_cooked.go) in /home/cyberwolf/go/src/math/rand
../../../go/bin/pkg/mod/github.com/anaskhan96/soup@v1.2.4/soup.go:13:2: found packages http (alpn_test.go) and main (triv.go) in /home/cyberwolf/go/src/net/http
img/ueberzug.go:6:2: found packages exec (bench_test.go) and main (read3.go) in /home/cyberwolf/go/src/os/exec
../../../go/src/internal/reflectlite/value.go:10:2: found packages runtime (abi_test.go) and main (mkduff.go) in /home/cyberwolf/go/src/runtime
../../../go/src/internal/syscall/unix/at.go:10:2: found packages syscall (asan.go) and main (mkasm.go) in /home/cyberwolf/go/src/syscall
../../../go/src/internal/poll/fd_poll_runtime.go:13:2: found packages time (embed.go) and main (genzabbrs.go) in /home/cyberwolf/go/src/time
../../../go/src/net/interface_bsd.go:12:2: build constraints exclude all Go files in /home/cyberwolf/go/src/vendor/golang.org/x/net/route
make: *** [Makefile:4: build] Error 1

Can you provide some system info, go version etc?

album/track_info.go:4:2: found packages md5 (example_test.go) and main (gen.go) in /home/cyberwolf/go/src/crypto/md5

Not sure, but looks like you have a package crypto/md5 in your go source folder...