Your message dated Tue, 29 Aug 2023 14:37:55 +0000
with message-id <[email protected]>
and subject line Bug#1044188: fixed in glyphspkg 0.1.7-3
has caused the Debian Bug report #1044188,
regarding glyphspkg: 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.)


-- 
1044188: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1044188
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: glyphspkg
Version: 0.1.7-2
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 glyphspkg
> dpkg-buildpackage: info: source version 0.1.7-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Boyuan Yang <[email protected]>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>    dh_auto_clean -O--buildsystem=pybuild
>       pybuild --clean -i python{version} -p 3.11
> I: pybuild base:275: python3.11 setup.py clean 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         By 2023-Oct-30, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         By 2023-Oct-30, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/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 {} \;
>    debian/rules execute_after_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rm -f Lib/glyphspkg/_version.py
> 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/glyphspkg.substvars debian/glyphspkg.postinst.debhelper 
> debian/glyphspkg.prerm.debhelper debian/files
>       rm -fr -- debian/glyphspkg/ debian/tmp/
>       find .  \( \( \
>               \( -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 source format '3.0 (quilt)'
> dpkg-source: info: building glyphspkg using existing 
> ./glyphspkg_0.1.7.orig.tar.gz
> dpkg-source: warning: file glyphspkg-0.1.7/Lib/glyphspkg.egg-info/SOURCES.txt 
> has no final newline (either original or modified version)
> dpkg-source: info: local changes detected, the modified files are:
>  glyphspkg-0.1.7/Lib/glyphspkg.egg-info/PKG-INFO
>  glyphspkg-0.1.7/Lib/glyphspkg.egg-info/SOURCES.txt
>  glyphspkg-0.1.7/Lib/glyphspkg.egg-info/dependency_links.txt
>  glyphspkg-0.1.7/Lib/glyphspkg.egg-info/entry_points.txt
>  glyphspkg-0.1.7/Lib/glyphspkg.egg-info/requires.txt
>  glyphspkg-0.1.7/Lib/glyphspkg.egg-info/top_level.txt
>  glyphspkg-0.1.7/Lib/glyphspkg.egg-info/zip-safe
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/glyphspkg_0.1.7-2.diff.DJ0sSW
> 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/glyphspkg_0.1.7-2_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: glyphspkg
Source-Version: 0.1.7-3
Done: Boyuan Yang <[email protected]>

We believe that the bug you reported is fixed in the latest version of
glyphspkg, 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.
Boyuan Yang <[email protected]> (supplier of updated glyphspkg 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: Tue, 29 Aug 2023 09:34:32 -0400
Source: glyphspkg
Architecture: source
Version: 0.1.7-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Boyuan Yang <[email protected]>
Closes: 1044188
Changes:
 glyphspkg (0.1.7-3) unstable; urgency=medium
 .
   * debian/source/options: Ignore egg-info files. (Closes: #1044188)
Checksums-Sha1:
 ce0d8e39556a15f8d90f5b9dae26ace3bb06a191 2096 glyphspkg_0.1.7-3.dsc
 6c1d8c8210c1fce56ddcf0b3d0332b34a6e5cb55 467896 glyphspkg_0.1.7.orig.tar.gz
 54b6b90efb959b2404ebe4cf88d80a4cc8a9a330 3580 glyphspkg_0.1.7-3.debian.tar.xz
 3b08842623cf32812e5e304d8b87d8b2d4cfad18 6416 glyphspkg_0.1.7-3_amd64.buildinfo
Checksums-Sha256:
 b5b6c5e04d49646e2eae2514f74c74f31ad7c5b7e80f5b3e6ab7ee8cefd3ce9c 2096 
glyphspkg_0.1.7-3.dsc
 d1f42466c5e2c361a7067a3341360c49d55bd786b03d4a6f5ff48a9683785aac 467896 
glyphspkg_0.1.7.orig.tar.gz
 184821cccd3ebddb91d9d2eb9bc50a1025efbaa2a34eff2092f4e4c2c1088f8b 3580 
glyphspkg_0.1.7-3.debian.tar.xz
 b2385f46c56262dae3946013a5203076088a69aa2cf4eee098694f303c930574 6416 
glyphspkg_0.1.7-3_amd64.buildinfo
Files:
 8d8783c0d38bba556275140ae6d5d6f0 2096 python optional glyphspkg_0.1.7-3.dsc
 372813dc4f78e47e2b4587a9f9ae8c0b 467896 python optional 
glyphspkg_0.1.7.orig.tar.gz
 7aa5f23855427cd0f4d0b4ad1f77ca5b 3580 python optional 
glyphspkg_0.1.7-3.debian.tar.xz
 aac8cca2f94faec1c1a2d57c3dd7685e 6416 python optional 
glyphspkg_0.1.7-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmTt9oYACgkQwpPntGGC
Ws6qghAAjUdJ8z+jXpoEGXyYj+wiF8O1c1VBehEnr1RoWLadfDIyMjsllGqc+NK4
WFz7Ic1CuHue86gOz+MxB78/NehBOP76Brwcd8NdxXWGeINwBPn+iSOxHMn+YZcu
tDgKE1cbLAjWbEHaVIpKbEnPefLMNaF7to2TpLozEH+fDfg6k1QhaxqtPkzJP9xx
DhL2MC+M0AxT7MnCihnqDk/mmz2Qv3TD3ScL6XusPzG8ELhBn/RAIe8M24ipcLG+
075GN/1uhbK9Mr/Eind4lRGQX2Z5pXj53kLmeKGAFBplXcfnUrUlALW/7v/EdzVE
J8wOsxkphpFnlkJ9TomHqwvUFLWefzTI9i4/1CGQ2eTiGMyEB5pp//YFKkFOWEpv
PlJP9KN7m2XKfZkKM+/YkaeOCaWBQshDlugPR/obLE0hbFR2v8hFqDrYh46aOXPn
0MOPC8Q4juFvBEhkdlu3t5jjKpNnaXh4cEQ3IccWRGCSDRqgurNfSYHMCsYktI8M
UEiTvelWUpavVSFnsmCamKBX7kiqSwo1AjrBRARlkuqvjg2ujG9q4tol4zNnGp78
l5aA4YF6Am+z++13OGchzaBjSvHr02oAs0XRiDAE1ZwmDnp/TpUDmYTmbZPlFRwu
7YfDSXKrG9CYRlEYI5K4Lk6O2aiHkkGLxSw7mehSZSGvOEZ8FTE=
=54qO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to