Your message dated Sat, 27 Apr 2019 14:55:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#928073: unblock: beancount/2.2.0-3
has caused the Debian Bug report #928073,
regarding unblock: beancount/2.2.0-3
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.)
--
928073: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928073
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package beancount
Santiago Villa has discovered an unpredictability in the cleanup of a gnupg
socket file, which might randomly make the package FTBFS. The version I've just
uploaded to unstable includes a patch by Santiago that fixes this. It would be
nice to have this fix in testing, to make rebuilding the next stable release
more predicatble.
debdiff attached.
unblock beancount/2.2.0-3
-- System Information:
Debian Release: buster/sid
APT prefers testing
APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.0-4-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru beancount-2.2.0/debian/changelog beancount-2.2.0/debian/changelog
--- beancount-2.2.0/debian/changelog 2019-01-14 10:01:37.000000000 +0100
+++ beancount-2.2.0/debian/changelog 2019-04-21 17:00:36.000000000 +0200
@@ -1,3 +1,11 @@
+beancount (2.2.0-3) unstable; urgency=medium
+
+ [ Santiago Vila ]
+ * patches/0003: Ignore FileNotFoundError from self.tmpdir.cleanup().
+ Fixes a FTBFS problem which happens randomly (Closes: #923606)
+
+ -- Stefano Zacchiroli <[email protected]> Sun, 21 Apr 2019 17:00:36 +0200
+
beancount (2.2.0-2) unstable; urgency=medium
* rules: do not ship *.picklecache files with Python examples (fixes
diff -Nru
beancount-2.2.0/debian/patches/0003-Ignore-FileNotFoundError-from-self.tmpdir.cleanup.patch
beancount-2.2.0/debian/patches/0003-Ignore-FileNotFoundError-from-self.tmpdir.cleanup.patch
---
beancount-2.2.0/debian/patches/0003-Ignore-FileNotFoundError-from-self.tmpdir.cleanup.patch
1970-01-01 01:00:00.000000000 +0100
+++
beancount-2.2.0/debian/patches/0003-Ignore-FileNotFoundError-from-self.tmpdir.cleanup.patch
2019-04-21 17:00:36.000000000 +0200
@@ -0,0 +1,18 @@
+From: Santiago Vila <[email protected]>
+Date: Sun, 21 Apr 2019 16:48:40 +0200
+Subject: Ignore FileNotFoundError from self.tmpdir.cleanup()
+
+--- a/beancount/utils/encryption_test.py
++++ b/beancount/utils/encryption_test.py
+@@ -98,7 +98,10 @@
+ self.run_gpg('--import', stdin=TEST_SECRET_KEY.encode('ascii'))
+
+ def tearDown(self):
+- self.tmpdir.cleanup()
++ try:
++ self.tmpdir.cleanup()
++ except FileNotFoundError:
++ pass
+
+ def run_gpg(self, *args, **kw):
+ command = ('gpg',
diff -Nru beancount-2.2.0/debian/patches/series
beancount-2.2.0/debian/patches/series
--- beancount-2.2.0/debian/patches/series 2019-01-14 10:01:37.000000000
+0100
+++ beancount-2.2.0/debian/patches/series 2019-04-21 17:00:36.000000000
+0200
@@ -1,2 +1,3 @@
0001-Remove-fonts.googleapis.com-links-for-the-bean-web-t.patch
0002-make-test_version-more-lax-to-accept-non-git-hg-vers.patch
+0003-Ignore-FileNotFoundError-from-self.tmpdir.cleanup.patch
--- End Message ---
--- Begin Message ---
Stefano Zacchiroli:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock package beancount
>
> Santiago Villa has discovered an unpredictability in the cleanup of a gnupg
> socket file, which might randomly make the package FTBFS. The version I've
> just
> uploaded to unstable includes a patch by Santiago that fixes this. It would be
> nice to have this fix in testing, to make rebuilding the next stable release
> more predicatble.
>
> debdiff attached.
>
> unblock beancount/2.2.0-3
>
> [...]
Unblocked, thanks.
~Niels
--- End Message ---