[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

Jack Henschel jackdev at mailbox.org
Mon Mar 6 10:36:02 UTC 2017


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 is attached and I also pushed a commit onto the branch 'fix-ftbfs-856834' at https://anonscm.debian.org/cgit/pkg-go/packages/tendermint-go-rpc.git

Would be great if someone uploaded the (fixed) package.

Greetings
Jack
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-FTBFS-856834.patch
Type: text/x-diff
Size: 778 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-go-maintainers/attachments/20170306/5a1748aa/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 862 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-go-maintainers/attachments/20170306/5a1748aa/attachment.sig>


More information about the Pkg-go-maintainers mailing list