Your message dated Sat, 24 Sep 2022 11:34:40 +0000
with message-id <e1oc3qe-003gil...@fasolo.debian.org>
and subject line Bug#1020147: fixed in ueberzug 18.1.9-3
has caused the Debian Bug report #1020147,
regarding ueberzug: FTBFS: make[1]: *** [debian/rules:19:
override_dh_auto_build] Error 25
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.)
--
1020147: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020147
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ueberzug
Version: 18.1.9-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build
> I: pybuild base:240: /usr/bin/python3 setup.py build
> /<<PKGBUILDDIR>>/setup.py:2: DeprecationWarning: The distutils package is
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP
> 632 for potential alternatives
> import distutils.core
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning:
> Distutils was imported before Setuptools, but importing Setuptools also
> replaces the `distutils` module in `sys.modules`. This may lead to
> undesirable behaviors or errors. To avoid these issues, avoid using distutils
> directly, ensure that setuptools is installed in the traditional way (e.g.
> not an editable install), and/or make sure that setuptools is always imported
> before distutils.
> warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning:
> Setuptools is replacing distutils.
> warnings.warn("Setuptools is replacing distutils.")
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/tmux_util.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/parser.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/conversion.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/__main__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/action.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/ui.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/geometry.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/loading.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/xutil.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/files.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/process.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/pattern.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/batch.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/thread.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/query_windows.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/library.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/terminal.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/scaling.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/version.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> copying ueberzug/layer.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug/lib
> copying ueberzug/lib/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug/lib
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug/lib/v0
> copying ueberzug/lib/v0/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/ueberzug/lib/v0
> running egg_info
> creating ueberzug.egg-info
> writing ueberzug.egg-info/PKG-INFO
> writing dependency_links to ueberzug.egg-info/dependency_links.txt
> writing entry points to ueberzug.egg-info/entry_points.txt
> writing requirements to ueberzug.egg-info/requires.txt
> writing top-level names to ueberzug.egg-info/top_level.txt
> writing manifest file 'ueberzug.egg-info/SOURCES.txt'
> error: each element of 'ext_modules' option must be an Extension instance or
> 2-tuple
> E: pybuild pybuild:379: build: plugin distutils failed with: exit code=1:
> /usr/bin/python3 setup.py build
> dh_auto_build: error: pybuild --build -i python{version} -p 3.10 returned
> exit code 13
> make[1]: *** [debian/rules:19: override_dh_auto_build] Error 25
The full build log is available from:
http://qa-logs.debian.net/2022/09/17/ueberzug_18.1.9-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: ueberzug
Source-Version: 18.1.9-3
Done: Ileana Dumitrescu <ileanadumitresc...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
ueberzug, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1020...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ileana Dumitrescu <ileanadumitresc...@gmail.com> (supplier of updated ueberzug
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 22 Sep 2022 16:07:06 +0300
Source: ueberzug
Architecture: source
Version: 18.1.9-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Ileana Dumitrescu <ileanadumitresc...@gmail.com>
Closes: 1020147
Changes:
ueberzug (18.1.9-3) unstable; urgency=medium
.
* Team upload
* Add patch 0001-switch-import-order.patch
Fixes FTBFS (Closes: #1020147)
* Bump Standards-Version to 4.6.1
Checksums-Sha1:
2012fb8f5ce654034e1d94cde7a3e91087e5a859 2075 ueberzug_18.1.9-3.dsc
de7988c8b8155a5b682d37e72778416b50a0773b 16392 ueberzug_18.1.9-3.debian.tar.xz
0a71e1a8421db81a604f329a092dd19e8b50d98b 8636
ueberzug_18.1.9-3_source.buildinfo
Checksums-Sha256:
0a5fd365fa3396fe101289e2eb76343e9debc0e5d3b03cfe20c5fc8594a94744 2075
ueberzug_18.1.9-3.dsc
94ca871f7139f4a92c0837876c858aa18e939b97e4d948a19a6d73b666778891 16392
ueberzug_18.1.9-3.debian.tar.xz
c5e1c20732593ccb0115be5c8521f3d91f9da44e0364c3f4fa1162f4427d9052 8636
ueberzug_18.1.9-3_source.buildinfo
Files:
1468701d8e8f80da0041a05c44697413 2075 graphics optional ueberzug_18.1.9-3.dsc
bb17f4e7bcc26eb2f61096f34f2e9fec 16392 graphics optional
ueberzug_18.1.9-3.debian.tar.xz
1ed958d441562c63f301a45a2a1877b0 8636 graphics optional
ueberzug_18.1.9-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmMuvHkACgkQQoMEoXSN
zHpT8RAAoRLnuw0C0eQo6p8qYZD+CWELh47Ic1PbNwpKLTvHWyljh81uIcXLd1XA
XB8njDw09DPzhr+DzbHLyDLyHtDaDKBoydogMZEmZASMsvHZe2x382WZ2DAXLwVu
Vnc15rzgYoWulJSsaChZ1ToxlglWnKXX+p3rSLGnahG2mHbGEQQEsGlEMpKNDKM+
IeIZbh6yp0RbrsCPijHN8g5yyiFBCXd5kvbx++SihB0U6IRdeAC6f63vkKpz/Pva
O0NIQ0QQQer40n76fxtylvdJC/YJ6Iwzbp2maJc57YWZuomtbnTlpJRo8ximQBB3
ihZgzpQIJLEXMItwFbZPJt5spAXZ9WtANaZo7nD2w31EHqN5/4ZmnAfjr5c/egWQ
muIhazmtFs5cTAAvLWf9h+eSi2Z7dXuIBQrcAW1n95AtwGT/ywJwczro5bNMFYhc
q6RqQ90jAoASgYC36yvBYIfqV1Da5xllGjYbwe8gCp/metcBmErdvDNXVLcG7NJd
fzqnaW/Unqx7KpqYlQJrUUQ34YpUN6c2fwjvGMJoV5dCe+n8xHB+CKH6JTC9APRU
8cpn1EoMN7NYxNx7Di5PiFXeBuPcxZbyMl0vilG9t6NnNiEQNFIkg8uVjrcPUjC9
fnQDN2tW0WK193X4N7IN7L5z63MTjyDO53Vi+HEonsDMpTL3jXI=
=fAK9
-----END PGP SIGNATURE-----
--- End Message ---