Your message dated Sat, 28 Dec 2019 06:43:10 +0000
with message-id <[email protected]>
and subject line Bug#947538: Removed package(s) from unstable
has caused the Debian Bug report #882462,
regarding bugs-everywhere: please make the build reproducible
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.)
--
882462: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882462
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: bugs-everywhere
Version: 1.1.1-4
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: randomness
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that bugs-everywhere could not be built reproducibly.
This is because it included the nondeterminstic memory address in
the generated documentation.
Patch attached that uses a determinstic — and more helpful! — name.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/libbe/storage/util/settings_object.py 2017-11-23 17:07:55.973927287
+0900
--- b/libbe/storage/util/settings_object.py 2017-11-23 17:11:07.465451575
+0900
@@ -170,7 +170,8 @@
fulldoc += "\n\nThis property is generated with %s." % generator
if check_fn != None:
fn_checked = fn_checked_property(value_allowed_fn=check_fn)
- fulldoc += "\n\nThis property is checked with %s." % check_fn
+ fulldoc += "\n\nThis property is checked with %s.%s" % (
+ check_fn.__module___, check_fn.__name__)
if allowed != None:
checked = checked_property(allowed=allowed)
fulldoc += "\n\nThe allowed values for this property are: %s." \
--- End Message ---
--- Begin Message ---
Version: 1.1.1-4+rm
Dear submitter,
as the package bugs-everywhere has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/947538
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---