Your message dated Fri, 03 May 2024 15:38:30 +0000
with message-id <e1s2uzw-007ylq...@fasolo.debian.org>
and subject line Bug#1070223: Removed package(s) from unstable
has caused the Debian Bug report #1007232,
regarding python-ara: 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 ow...@bugs.debian.org
immediately.)
--
1007232: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007232
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-ara
Version: 1.5.7-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0] we noticed that
python-ara could not be built reproducibly. There were a number of
issues when creating the docs:
* Unless python3-ara was already installed (to /usr/bin, etc.), the
example command-line programs couldn't be found in the PATH when
generating the docs.
* Ditto as before, but with the PYTHONPATH; it couldn't find "itself"
when running, even if the Python scripts were found.
* Missing python3-cliff dependency during the build.
* Ignoring any warnings generated during the documentation build;
the PyTz warnings included the current build path, rendering the
package unreproducible.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` la...@debian.org / chris-lamb.co.uk
`-
--- a/debian/control 2022-03-14 08:35:25.942897280 +0000
--- b/debian/control 2022-03-14 08:54:52.198976805 +0000
@@ -11,6 +11,7 @@
python3-pbr,
python3-setuptools,
Build-Depends-Indep:
+ python3-cliff,
python3-django (>= 2:2.1.5),
python3-django-cors-headers,
python3-django-filters,
--- a/debian/rules 2022-03-14 08:35:25.942897280 +0000
--- b/debian/rules 2022-03-14 09:05:12.820629127 +0000
@@ -2,6 +2,7 @@
export ARA_BASE_DIR = /tmp/
export PYBUILD_NAME = ara
+export PYTHONWARNINGS = ignore
%:
dh $@ --buildsystem=pybuild --with python3,sphinxdoc
@@ -16,6 +17,6 @@
override_dh_sphinxdoc:
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
- PYTHON=python3 python3 -m sphinx -b html doc/source
debian/python-ara-doc/usr/share/doc/python-ara-doc/html
+ PATH=$(CURDIR)/debian/python3-ara/usr/bin:$$PATH PYTHONPATH=$(CURDIR)
PYTHON=python3 python3 -m sphinx -b html doc/source
debian/python-ara-doc/usr/share/doc/python-ara-doc/html
dh_sphinxdoc -O--buildsystem=python_distutils
endif
--- End Message ---
--- Begin Message ---
Version: 1.5.8-1.1+rm
Dear submitter,
as the package python-ara 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/1070223
The version of this package that was in Debian prior to this removal
can still be found using https://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
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---