Sioro-Neoku / go-peerflix

Go Peerflix
MIT License
470 stars 119 forks source link

Unable to build on Linux #4

Closed milankragujevic closed 8 years ago

milankragujevic commented 8 years ago

I am unable to build and install go-peerflix on arm v7 hardfloat. I get the following error. I'm using Scaleway if it helps. go get github.com/Sioro-Neoku/go-peerflix

github.com/anacrolix/torrent/dht

/root/go/src/github.com/anacrolix/torrent/dht/addr.go:6: import /root/go/pkg/linux_arm/github.com/anacrolix/missinggo.a: object is [linux arm go1.2.1 X:none] expected [linux arm go1.4.2 X:precisestack]
# github.com/anacrolix/utp
/root/go/src/github.com/anacrolix/utp/utp.go:29: import /root/go/pkg/linux_arm/github.com/anacrolix/jitter.a: object is [linux arm go1.2.1 X:none] expected [linux arm go1.4.2 X:precisestack]
Sioro-Neoku commented 8 years ago

Seems like the error is originating from https://github.com/anacrolix/torrent . I opened the ticket to coordinate about the fixes.

milankragujevic commented 8 years ago

It's now fixed. If anyone's got a similar problem, just run

rm -r "$GOPATH/pkg"