agl / pond

Pond
BSD 3-Clause "New" or "Revised" License
911 stars 109 forks source link

Fails to build on Debian 8 and Fedora 21 #199

Open psivesely opened 9 years ago

psivesely commented 9 years ago

I've tried to build Pond following the instructions on imperialviolet.org using both Debian 8 and Fedora 21. For Fedora 21, I just used the repo golang package, working under (the perhaps very wrong) assumption it is no longer broken in F21. In both of these cases I received the following error:

user@pond:~$ go get github.com/agl/pond
package github.com/agl/pond
        imports github.com/agl/pond
        imports github.com/agl/pond: no buildable Go source files in /home/user/gopkg/src/github.com/agl/pond

It's really only important to me that I can build Pond in Debian, I just tried Fedora to see if I could reproduce the issue. If you like, I can try building Pond by install Go from source in Debian and/or I can verify the tags on the source. It seems like everything is getting there fine, but I have yet to verify the git tags. Too tired right now.

psivesely commented 9 years ago

And speaking of which, wouldn't it be best if your instructions mentioned we should be passing -d to go get, then verifying your tags/commits, and then building? Just saying Ponds protections can be made worthless with a git MitM.

burdges commented 9 years ago

Run go get github.com/agl/pond/client

psivesely commented 8 years ago

facepalm

I'll close this and make a separate issue, just as far as checking signatures goes.