[pkg-go] Bug#856834: tendermint-go-rpc: FTBFS: panic: Failed to listen to unix:///tmp/go-rpc.sock: listen unix /tmp/go-rpc.sock: bind: address already in use

2017-03-06 Thread Jack Henschel
Control: tag -1 +patch This problematic is actually documented in the code: rpc_test.go > var ( >tcpAddr = "tcp://0.0.0.0:46657" >unixAddr = "unix:///tmp/go-rpc.sock" // NOTE: must remove file for > test to run again >websocketEndpoint = "/websocket/endpoint" > ) Patch

[pkg-go] Bug#856834: tendermint-go-rpc: FTBFS: panic: Failed to listen to unix:///tmp/go-rpc.sock: listen unix /tmp/go-rpc.sock: bind: address already in use

2017-03-05 Thread Chris Lamb
Source: tendermint-go-rpc Version: 0.0~git20161021.0.e6e3853-1 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org Dear Maintainer, tendermint-go-rpc fails to build fr