Your message dated Sat, 23 Nov 2024 22:49:41 +0000
with message-id <[email protected]>
and subject line Bug#1048726: fixed in ranger 1.9.4-1
has caused the Debian Bug report #1048726,
regarding ranger: Fails to build source after successful build
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.)
--
1048726: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1048726
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ranger
Version: 1.9.3-5
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> -------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package ranger
> dpkg-buildpackage: info: source version 1.9.3-5
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Mo Zhou <[email protected]>
> dpkg-source --before-build .
> debian/rules clean
> dh clean -Smakefile --with python3
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_clean
> make -j8 clean
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> /bin/sh: 1: python: not found
> find ranger -regex .\*\.py[co]\$ -delete
> find ranger -depth -name __pycache__ -type d -exec rm -r -- {} \;
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> rm -rf build_scripts
> rm -rf .pytest_cache
> rm -rf .pc
> rm -f install_log.txt
> find tests -regex ".*\.py[co]" -delete
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_clean -O-Smakefile
> dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: verifying ./ranger_1.9.3.orig.tar.gz.asc
> gpgv: Signature made Tue Dec 31 15:45:50 2019 UTC
> gpgv: using EDDSA key 357AC7FED456B78FF03C0A91F8345CA51F2ADDC1
> gpgv: Can't check signature: No public key
> dpkg-source: warning: cannot verify upstream tarball signature for
> ./ranger_1.9.3.orig.tar.gz: no acceptable signature found
> dpkg-source: info: building ranger using existing ./ranger_1.9.3.orig.tar.gz
> dpkg-source: info: building ranger using existing
> ./ranger_1.9.3.orig.tar.gz.asc
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: executable mode 0755 of
> 'build/lib/ranger/data/scope.sh' will not be represented in diff
> dpkg-source: warning: newly created empty file
> 'build/lib/ranger/gui/__init__.py' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'build/scripts-3.11/ranger'
> will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'build/scripts-3.11/rifle' will
> not be represented in diff
> dpkg-source: warning: file ranger-1.9.3/ranger_fm.egg-info/SOURCES.txt has no
> final newline (either original or modified version)
> dpkg-source: info: local changes detected, the modified files are:
> ranger-1.9.3/build/lib/ranger/__init__.py
> ranger-1.9.3/build/lib/ranger/api/__init__.py
> ranger-1.9.3/build/lib/ranger/api/commands.py
> ranger-1.9.3/build/lib/ranger/colorschemes/__init__.py
> ranger-1.9.3/build/lib/ranger/colorschemes/default.py
> ranger-1.9.3/build/lib/ranger/colorschemes/jungle.py
> ranger-1.9.3/build/lib/ranger/colorschemes/snow.py
> ranger-1.9.3/build/lib/ranger/colorschemes/solarized.py
> ranger-1.9.3/build/lib/ranger/config/__init__.py
> ranger-1.9.3/build/lib/ranger/config/commands.py
> ranger-1.9.3/build/lib/ranger/config/commands_sample.py
> ranger-1.9.3/build/lib/ranger/config/rc.conf
> ranger-1.9.3/build/lib/ranger/config/rifle.conf
> ranger-1.9.3/build/lib/ranger/container/__init__.py
> ranger-1.9.3/build/lib/ranger/container/bookmarks.py
> ranger-1.9.3/build/lib/ranger/container/directory.py
> ranger-1.9.3/build/lib/ranger/container/file.py
> ranger-1.9.3/build/lib/ranger/container/fsobject.py
> ranger-1.9.3/build/lib/ranger/container/history.py
> ranger-1.9.3/build/lib/ranger/container/settings.py
> ranger-1.9.3/build/lib/ranger/container/tags.py
> ranger-1.9.3/build/lib/ranger/core/__init__.py
> ranger-1.9.3/build/lib/ranger/core/actions.py
> ranger-1.9.3/build/lib/ranger/core/filter_stack.py
> ranger-1.9.3/build/lib/ranger/core/fm.py
> ranger-1.9.3/build/lib/ranger/core/linemode.py
> ranger-1.9.3/build/lib/ranger/core/loader.py
> ranger-1.9.3/build/lib/ranger/core/main.py
> ranger-1.9.3/build/lib/ranger/core/metadata.py
> ranger-1.9.3/build/lib/ranger/core/runner.py
> ranger-1.9.3/build/lib/ranger/core/shared.py
> ranger-1.9.3/build/lib/ranger/core/tab.py
> ranger-1.9.3/build/lib/ranger/data/mime.types
> ranger-1.9.3/build/lib/ranger/data/scope.sh
> ranger-1.9.3/build/lib/ranger/ext/__init__.py
> ranger-1.9.3/build/lib/ranger/ext/accumulator.py
> ranger-1.9.3/build/lib/ranger/ext/cached_function.py
> ranger-1.9.3/build/lib/ranger/ext/curses_interrupt_handler.py
> ranger-1.9.3/build/lib/ranger/ext/direction.py
> ranger-1.9.3/build/lib/ranger/ext/get_executables.py
> ranger-1.9.3/build/lib/ranger/ext/hash.py
> ranger-1.9.3/build/lib/ranger/ext/human_readable.py
> ranger-1.9.3/build/lib/ranger/ext/img_display.py
> ranger-1.9.3/build/lib/ranger/ext/iter_tools.py
> ranger-1.9.3/build/lib/ranger/ext/keybinding_parser.py
> ranger-1.9.3/build/lib/ranger/ext/lazy_property.py
> ranger-1.9.3/build/lib/ranger/ext/logutils.py
> ranger-1.9.3/build/lib/ranger/ext/mount_path.py
> ranger-1.9.3/build/lib/ranger/ext/next_available_filename.py
> ranger-1.9.3/build/lib/ranger/ext/openstruct.py
> ranger-1.9.3/build/lib/ranger/ext/popen_forked.py
> ranger-1.9.3/build/lib/ranger/ext/relative_symlink.py
> ranger-1.9.3/build/lib/ranger/ext/rifle.py
> ranger-1.9.3/build/lib/ranger/ext/safe_path.py
> ranger-1.9.3/build/lib/ranger/ext/shell_escape.py
> ranger-1.9.3/build/lib/ranger/ext/shutil_generatorized.py
> ranger-1.9.3/build/lib/ranger/ext/signals.py
> ranger-1.9.3/build/lib/ranger/ext/spawn.py
> ranger-1.9.3/build/lib/ranger/ext/vcs/__init__.py
> ranger-1.9.3/build/lib/ranger/ext/vcs/bzr.py
> ranger-1.9.3/build/lib/ranger/ext/vcs/git.py
> ranger-1.9.3/build/lib/ranger/ext/vcs/hg.py
> ranger-1.9.3/build/lib/ranger/ext/vcs/svn.py
> ranger-1.9.3/build/lib/ranger/ext/vcs/vcs.py
> ranger-1.9.3/build/lib/ranger/ext/widestring.py
> ranger-1.9.3/build/lib/ranger/gui/ansi.py
> ranger-1.9.3/build/lib/ranger/gui/bar.py
> ranger-1.9.3/build/lib/ranger/gui/color.py
> ranger-1.9.3/build/lib/ranger/gui/colorscheme.py
> ranger-1.9.3/build/lib/ranger/gui/context.py
> ranger-1.9.3/build/lib/ranger/gui/curses_shortcuts.py
> ranger-1.9.3/build/lib/ranger/gui/displayable.py
> ranger-1.9.3/build/lib/ranger/gui/mouse_event.py
> ranger-1.9.3/build/lib/ranger/gui/ui.py
> ranger-1.9.3/build/lib/ranger/gui/widgets/__init__.py
> ranger-1.9.3/build/lib/ranger/gui/widgets/browsercolumn.py
> ranger-1.9.3/build/lib/ranger/gui/widgets/console.py
> ranger-1.9.3/build/lib/ranger/gui/widgets/pager.py
> ranger-1.9.3/build/lib/ranger/gui/widgets/statusbar.py
> ranger-1.9.3/build/lib/ranger/gui/widgets/taskview.py
> ranger-1.9.3/build/lib/ranger/gui/widgets/titlebar.py
> ranger-1.9.3/build/lib/ranger/gui/widgets/view_base.py
> ranger-1.9.3/build/lib/ranger/gui/widgets/view_miller.py
> ranger-1.9.3/build/lib/ranger/gui/widgets/view_multipane.py
> ranger-1.9.3/build/scripts-3.11/ranger
> ranger-1.9.3/build/scripts-3.11/rifle
> ranger-1.9.3/ranger_fm.egg-info/PKG-INFO
> ranger-1.9.3/ranger_fm.egg-info/SOURCES.txt
> ranger-1.9.3/ranger_fm.egg-info/dependency_links.txt
> ranger-1.9.3/ranger_fm.egg-info/top_level.txt
> dpkg-source: error: aborting due to unexpected upstream changes, see
> /tmp/ranger_1.9.3-5.diff.0wnKgr
> dpkg-source: info: Hint: make sure the version in debian/changelog matches
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/ranger_1.9.3-5_unstable.log
If you reassign this bug to another package, please mark 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: ranger
Source-Version: 1.9.4-1
Done: Mo Zhou <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ranger, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mo Zhou <[email protected]> (supplier of updated ranger 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 23 Nov 2024 17:32:18 -0500
Source: ranger
Architecture: source
Version: 1.9.4-1
Distribution: unstable
Urgency: medium
Maintainer: Vern Sun <[email protected]>
Changed-By: Mo Zhou <[email protected]>
Closes: 1048726 1084731
Changes:
ranger (1.9.4-1) unstable; urgency=medium
.
* New upstream version 1.9.4 (Closes: #1084731)
* Refresh existing patches.
* Fix FTBS after successful build. (Closes: #1048726)
Checksums-Sha1:
65c5e5ca9dff45918f2b890c721bf15722a3565a 2223 ranger_1.9.4-1.dsc
0b63364ef42f27730c8368a3ca75363ce96d622e 280165 ranger_1.9.4.orig.tar.gz
8e79f774cc10811cacd22ec448f7482088d3433e 833 ranger_1.9.4.orig.tar.gz.asc
ac354e7029a0dd3e1a64de22a3d97ed8db4542c3 12008 ranger_1.9.4-1.debian.tar.xz
602201b1e34c9debcaa4426ef9a0349a14ff14a6 8370 ranger_1.9.4-1_source.buildinfo
Checksums-Sha256:
05d176fbfb1a0a675f214825a54a599ffa0bf2f65bef0703ecff64a5a9b7475d 2223
ranger_1.9.4-1.dsc
7ad75e0d1b29087335fbb1691b05a800f777f4ec9cba84faa19355075d7f0f89 280165
ranger_1.9.4.orig.tar.gz
3010f8eb0e0d43205713e9e2876f2a894078f6efd7c8a5acd67f35853b797a1c 833
ranger_1.9.4.orig.tar.gz.asc
c7c4bc7cf8891d199fc44594291376e1dc26a3f422ac27a82259cd7eef325455 12008
ranger_1.9.4-1.debian.tar.xz
efb2651ceafd322c696d0e3e2c9770b15b9c1821b0e4a23a727d8c86feba0d17 8370
ranger_1.9.4-1_source.buildinfo
Files:
79ccad34d5850e16902b957b9c694898 2223 utils optional ranger_1.9.4-1.dsc
b63f1a53f97bf9c74e5856769351eb0a 280165 utils optional ranger_1.9.4.orig.tar.gz
e4d8d4e861ef7f49e3d38c2d9f2a3188 833 utils optional
ranger_1.9.4.orig.tar.gz.asc
5423567e5047ccaa72a08d7827956b47 12008 utils optional
ranger_1.9.4-1.debian.tar.xz
709a2220b7d74adaf5796785942bc68d 8370 utils optional
ranger_1.9.4-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEY4vHXsHlxYkGfjXeYmRes19oaooFAmdCWBMRHGx1bWluQGRl
Ymlhbi5vcmcACgkQYmRes19oaooATg//Qzn+06ROm6VM3OrWbBwBf0VcNiLbW8OL
5Wv0Qbvd1ipvfqkjq5/m2C+CQqoM9oDIUZexhK7s+iaO+VChqRCuTFNLcVl0mTTJ
UyCm3PRV4Ma5l2+BSfZBMUjv+OFCL5/T+P+6P52hewYPu02iEvYIH3A44JPTeZg/
JEhDEQAkanXxp9UxCQi2JyS8pYhU17ekhg3nsCHAICscG2Z9VUONdyzD+QBMBR8d
HL7iMVbnXFuvOcc+wRDWy/KXLqgBHPMknc2RMxnap5HbXv9qAw5VXQ7ryYTV29ER
4BE1Xa2It99UR52yUTxTnriGzGhrT6Z9706phE2bqIz7c980SX4H8u1ISrpvSPH/
w9Tw+wuSBi52Pu0N6R8ke1Hil3ZmXOJewfwXHOSkPoHQ4JlUUhHfiZQISFlAEnyE
8cej8STlhuOTZA/2tn/A4yb+2c7maEP+zci8Mx/rPfDogFvfy6pDhdU52UELn9ov
jYneBjltvx7Xyys4y+b1f/9+szYovQq6kmNeC5spgLR5ywNl+T2+Zwprefo8ldMM
RolTrn9rqFqgByKkMy4bkwKSUxN+28ra4KgbGjtCmwVlK0kiiAO53Stj1OEXJPC/
RnjAwHlo+zZ4/nuVKLbcFumMHgcPaEuCyQgPQZqpUZxNmCbrZRGklacX/FSvA76F
+PX6X2FKBDg=
=zlPD
-----END PGP SIGNATURE-----
pgp4wQivjPCrf.pgp
Description: PGP signature
--- End Message ---