Bug#856834: [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 Alessio Treglia
On Mon, Mar 6, 2017 at 10:36 AM, Jack Henschel wrote: > Would be great if someone uploaded the (fixed) package. Uploading it right now, thanks! -- Alessio Treglia | www.alessiotreglia.com Debian Developer | ales...@debian.org Ubuntu Core Developer

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

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