Your message dated Sat, 24 Feb 2024 12:56:50 +0000
with message-id <[email protected]>
and subject line Bug#1045977: fixed in python-guizero 1.5.0+dfsg-1
has caused the Debian Bug report #1045977,
regarding python-guizero: 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.)
--
1045977: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045977
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-guizero
Version: 1.4.0+dfsg-1
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 python-guizero
> dpkg-buildpackage: info: source version 1.4.0+dfsg-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Nick Morrott <[email protected]>
> dpkg-source --before-build .
> dpkg-source: info: using options from
> python-guizero-1.4.0+dfsg/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/
> debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
> rm -f debian/python-guizero-doc.debhelper.log
> debian/python3-guizero.debhelper.log
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_clean
> pybuild --clean -i python{version} -p 3.11
> D: pybuild pybuild:598: version: 6.20230802
> D: pybuild pybuild:599: ['/usr/bin/pybuild', '--clean', '-i',
> 'python{version}', '-p', '3.11']
> D: pybuild pybuild:39: cfg: Namespace(verbose=True, quiet=False,
> really_quiet=False, detect_only=False, clean_only=True, configure_only=False,
> build_only=False, install_only=False, test_only=False,
> autopkgtest_only=False, list_systems=False, print_args=None,
> before_clean=None, clean_args=None, after_clean=None, before_configure=None,
> configure_args=None, after_configure=None, before_build=None,
> build_args=None, after_build=None, before_install=None, install_args=None,
> after_install=None, before_test=None, test_args=None, after_test=None,
> test_nose=False, test_nose2=False, test_pytest=False, test_tox=False,
> test_custom=False, dir='/<<PKGBUILDDIR>>', destdir='debian/tmp',
> ext_destdir=None, ext_pattern='\\.so(\\.[^/]*)?$', ext_sub_pattern=None,
> ext_sub_repl=None, install_dir=None, name='guizero',
> system=None, versions=['3.11'], interpreter=['python{version}'],
> disable=None, custom_tests=False)
> D: pybuild __init__:37: cannot initialize 'cmake' plugin: Missing command
> 'cmake'
> D: pybuild __init__:37: cannot initialize 'meson' plugin: Missing command
> 'meson'
> D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture
> D: pybuild debhelper:149: skipping package: python-guizero-doc
> D: pybuild debhelper:183: source=python-guizero, binary
> packages=['python3-guizero']
> D: pybuild pybuild:123: Plugin autopkgtest: certainty 0
> D: pybuild pybuild:123: Plugin custom: certainty 0
> D: pybuild pybuild:123: Plugin distutils: certainty 60
> D: pybuild pybuild:123: Plugin flit: certainty 0
> D: pybuild pybuild:123: Plugin pyproject: certainty 0
> D: pybuild pybuild:149: detected build system: distutils (certainty: 60%)
> D: pybuild base:190: removing dir:
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_guizero/build/guizero/__pycache__
> D: pybuild base:190: removing dir: /<<PKGBUILDDIR>>/guizero/__pycache__
> I: pybuild base:275: python3.11 setup.py clean
> D: pybuild tools:232: invoking: python3.11 setup.py clean
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_guizero/build' (and
> everything under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.11' does not exist -- can't clean it
> rm -rf .pybuild/
> find . -name \*.pyc -exec rm {} \;
> rm -rf html
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean -O--buildsystem=pybuild
> dh_clean -O--buildsystem=pybuild
> rm -f debian/debhelper-build-stamp
> rm -rf debian/.debhelper/
> rm -f -- debian/python3-guizero.substvars
> debian/python3-guizero.postinst.debhelper
> debian/python3-guizero.prerm.debhelper debian/python-guizero-doc.substvars
> debian/files
> rm -fr -- debian/python3-guizero/ debian/tmp/ debian/python-guizero-doc/
> find . ! \( -regex .\*__pycache__.\* \) -a \( \( \
> \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
> .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o
> -type f -a \
> \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
> -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
> -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
> -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
> \) -exec rm -f {} + \) -o \
> \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \)
> \)
> dpkg-source -b .
> dpkg-source: info: using options from
> python-guizero-1.4.0+dfsg/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-guizero using existing
> ./python-guizero_1.4.0+dfsg.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: ignoring deletion of file docs-src/docs/about.md, use
> --include-removal to override
> dpkg-source: info: local changes detected, the modified files are:
> python-guizero-1.4.0+dfsg/docs-src/docs/index.md
> dpkg-source: error: aborting due to unexpected upstream changes, see
> /tmp/python-guizero_1.4.0+dfsg-1.diff.Ot94Dw
> 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/python-guizero_1.4.0+dfsg-1_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: python-guizero
Source-Version: 1.5.0+dfsg-1
Done: Nick Morrott <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-guizero, 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.
Nick Morrott <[email protected]> (supplier of updated python-guizero 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, 24 Feb 2024 11:48:54 +0000
Source: python-guizero
Architecture: source
Version: 1.5.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Nick Morrott <[email protected]>
Closes: 1045977 1049655
Changes:
python-guizero (1.5.0+dfsg-1) unstable; urgency=medium
.
* New upstream version 1.5.0+dfsg
* d/clean:
- Remove pybuild, egg-info and html
* d/copyright:
- Refresh Files-Excluded for files removed upstream
- Refresh years of Debian copyright
* d/patches:
- Update patch configure-mkdocs-for-debian
- Refresh for upstream changes
- Replace index.md with about.md
- Use friendly non-directory links
* d/python-guizero-doc.doc-base:
- Update path to HTML documentation
* d/rules:
- Move original about.md/index.md out of the way during build
(Closes: #1045977, #1049655)
- Install documentation into main package doc directory
- Drop mkdocs from dh_mkdocs call (handled by default)
- Forcibly remove any remaining __pycache__ files/dirs
* d/s/lintian-overrides:
- Add override for long line in example
* d/patches: Update patch configure-mkdocs-for-debian (drop about from nav)
Checksums-Sha1:
2a419e6f7932b1083acb8bb316a69c3f0f1aebeb 2330 python-guizero_1.5.0+dfsg-1.dsc
aedd43b3923e8a7136f32d7f06b5aa9e6e6cdcc3 2489844
python-guizero_1.5.0+dfsg.orig.tar.xz
b4f1e8340073e7888222ee8e642e892b17d8ba8f 7032
python-guizero_1.5.0+dfsg-1.debian.tar.xz
bd2f7490a3e7726ca323470faa0051de353ba5ed 11315
python-guizero_1.5.0+dfsg-1_amd64.buildinfo
Checksums-Sha256:
7458f3b04688dd237655d9845cf9be6e904483e1752a5610f02e2596e1b9f9bc 2330
python-guizero_1.5.0+dfsg-1.dsc
9dbac1f7727f04f0220e6ae093e6776c0843bb3a6de5921b912764604cb73029 2489844
python-guizero_1.5.0+dfsg.orig.tar.xz
e1d4fdb30ff9178be82984f512afea70b2aedcee0cf0a8bf632835283cb66b8c 7032
python-guizero_1.5.0+dfsg-1.debian.tar.xz
ad5e7faee195c313f2e4cbb3ca8d80e378c0452799820f7bd720bc614e65eda8 11315
python-guizero_1.5.0+dfsg-1_amd64.buildinfo
Files:
434f32f80a2c28cf7552b0e7c6e353ae 2330 python optional
python-guizero_1.5.0+dfsg-1.dsc
a8ab26ac27e4ab35062c15ed538f3446 2489844 python optional
python-guizero_1.5.0+dfsg.orig.tar.xz
4885cfbce3a25cb17a35c54dafafe6ed 7032 python optional
python-guizero_1.5.0+dfsg-1.debian.tar.xz
b46ebd3fd89f6f3d7da27f70c8419bbd 11315 python optional
python-guizero_1.5.0+dfsg-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEIrPZe+nomMkP9lI7PptZrG7C01kFAmXZ2T0ACgkQPptZrG7C
01kycg//Yx93cMtleJ9ygL/uI6wu8fUyOht541QrfSZYHijw/Ss20nc2k4VWpKmj
6WZ0GChsz+7chNBwT89E6Zqc9eofRSGTVQeNZ1AytN40MF7b0Am7CmHOBhEX1maL
pxFGKl5h3UzdOWXLPLM0TCqAJZ7eoykKG2oTIadEishs0Tn1nrv4AlTWz599Dppt
Odm2+OWmnvLyzNEAvDx1lHkIidfJQLHh5MeCf385PhTEFgfgN0naJ6fjEo6H6T8/
VkjKCGSD516U4hbdRNDiRX+k06b0N5YHKcs2INhwQ+XUgbPPImJyfWVE9YRjW1FE
ZC1xzPP7usoSchFKL4SzjjLZJ9kEObEXvvjjMyPPqzANYMgceYWuuws60rXqPb43
Aw9fVCjcN7gPC8BS5ONy9GKkgAtAsLJ9oZLVbcoHSvkZkvIJJt/kETy9AFUyJgnd
1+Cyiy11/14AJ7TJ1HiO6d5bVJxj2KjPr5iXos0J5dsLpQhHmRZ5Fy/KWs01/+mV
SGbEBJt1+LHrOM4sETFULRF2H6Oh80nWQ4jszGqWO1pUFBm60fQNYv86zghY8i3u
QaE/9rimUriIfVEDx9lL1RvHOJB9MTRTCOG3pKuICkKLfrHZQqgSiSN5nkAJrhae
cogPTXWuJTFWfSCWSSwgFS/A4NlclnAgdqUq/0PpEdAQi9kbZZ4=
=lfQB
-----END PGP SIGNATURE-----
pgp_fosIU4X_j.pgp
Description: PGP signature
--- End Message ---