Your message dated Sat, 11 Mar 2017 08:05:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#857418: unblock:
tendermint-go-rpc/0.0~git20161021.0.e6e3853-2
has caused the Debian Bug report #857418,
regarding unblock: tendermint-go-rpc/0.0~git20161021.0.e6e3853-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
857418: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857418
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
User: [email protected]
Usetags: unblock
it fixes an FTBFS.
--- tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/changelog
2016-12-02 22:25:06.000000000 +0000
+++ tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/changelog
2017-03-06 19:35:27.000000000 +0000
@@ -1,3 +1,14 @@
+tendermint-go-rpc (0.0~git20161021.0.e6e3853-2) unstable; urgency=medium
+
+ [ Jack Henschel ]
+ * Fix FTBFS #856834.
+ The location of the test socket is static. When the test is run
+ multiple times, the socket already exists (aka can't be created),
+ hence the test fails.
+ This can be fixed by deleting the socket before every run.
+
+ -- Alessio Treglia <[email protected]> Mon, 06 Mar 2017 19:35:27 +0000
+
tendermint-go-rpc (0.0~git20161021.0.e6e3853-1) unstable; urgency=medium
* Initial release (Closes: #846646)
diff -Nru tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/rules
tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/rules
--- tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/rules 2016-12-02
22:25:06.000000000 +0000
+++ tendermint-go-rpc-0.0~git20161021.0.e6e3853/debian/rules 2017-03-06
19:34:57.000000000 +0000
@@ -6,3 +6,7 @@
override_dh_auto_install:
dh_auto_install
rm -rf $(CURDIR)/debian/golang-github-tendermint-go-rpc-dev/usr/bin
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -f /tmp/go-rpc.sock
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
more about me: https://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Mattia Rizzolo:
> Package: release.debian.org
> User: [email protected]
> Usetags: unblock
>
> it fixes an FTBFS.
>
> [...]
>
>
Unblocked on the basis that is less wrong than what we have in testing
atm. Though ideally that path would be "not hardcoded" ...
(Also, the change would be a "symlink privilege vulnerability" if it
wasn't for the kernel guarding against this problem these days)
I am hoping we can get a better fix for buster.
Thanks,
~Niels
--- End Message ---