[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1044844: marked as done (defcon: Fails to build source after successful build)



Your message dated Sun, 20 Aug 2023 19:05:40 +0000
with message-id <E1qXnk4-003Mjm-IE@fasolo.debian.org>
and subject line Bug#1044844: fixed in defcon 0.10.3-1
has caused the Debian Bug report #1044844,
regarding defcon: 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 owner@bugs.debian.org
immediately.)


-- 
1044844: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1044844
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: defcon
Version: 0.10.1-1
Severity: minor
Tags: trixie sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian-qa@lists.debian.org
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 defcon
> dpkg-buildpackage: info: source version 0.10.1-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Yao Wei (é­?é??å»·) <mwei@debian.org>
>  dpkg-source --before-build .
> dpkg-source: info: using options from defcon-0.10.1/debian/source/options: --extend-diff-ignore=^[^/]*[.]eggs/ --extend-diff-ignore=^[^/]*[.]pybuild/ --extend-diff-ignore=Lib/defcon/_version.py
>  debian/rules clean
> dh clean --with python3,sphinxdoc --buildsystem=pybuild
>    debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_clean
> 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
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean -O--buildsystem=pybuild
>    dh_clean -O--buildsystem=pybuild
>  dpkg-source -b .
> dpkg-source: info: using options from defcon-0.10.1/debian/source/options: --extend-diff-ignore=^[^/]*[.]eggs/ --extend-diff-ignore=^[^/]*[.]pybuild/ --extend-diff-ignore=Lib/defcon/_version.py
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building defcon using existing ./defcon_0.10.1.orig.tar.gz
> dpkg-source: warning: file defcon-0.10.1/Lib/defcon.egg-info/SOURCES.txt has no final newline (either original or modified version)
> dpkg-source: info: local changes detected, the modified files are:
>  defcon-0.10.1/Lib/defcon.egg-info/PKG-INFO
>  defcon-0.10.1/Lib/defcon.egg-info/SOURCES.txt
>  defcon-0.10.1/Lib/defcon.egg-info/dependency_links.txt
>  defcon-0.10.1/Lib/defcon.egg-info/requires.txt
>  defcon-0.10.1/Lib/defcon.egg-info/top_level.txt
>  defcon-0.10.1/Lib/defcon.egg-info/zip-safe
> dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/defcon_0.10.1-1.diff.iL2VEJ
> 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/defcon_0.10.1-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: defcon
Source-Version: 0.10.3-1
Done: Boyuan Yang <byang@debian.org>

We believe that the bug you reported is fixed in the latest version of
defcon, 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 1044844@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang <byang@debian.org> (supplier of updated defcon 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 20 Aug 2023 14:20:43 -0400
Source: defcon
Architecture: source
Version: 0.10.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Changed-By: Boyuan Yang <byang@debian.org>
Closes: 1044844
Changes:
 defcon (0.10.3-1) unstable; urgency=medium
 .
   * Team upload.
   * debian/control:
     + Update homepage information.
     + Bump Standards-Version to 4.6.2.
   * debian/watch: Fix monitoring script.
   * debian/source/options: Fix extended-diff-ignore syntax.
     (Closes: #1044844)
Checksums-Sha1:
 1fcb0b94ac2c1dcf4d499c131b33fcf4bd3dc2d9 2099 defcon_0.10.3-1.dsc
 7ee77bd75b85b24c0a7cef18182d3b3aca76bf38 426262 defcon_0.10.3.orig.tar.gz
 4cd82c1efb1e1f6acb9f3ab07dca823431c3e8c5 3888 defcon_0.10.3-1.debian.tar.xz
 c66629eaa95f8cf3762ed40f4b0de310708277ab 8561 defcon_0.10.3-1_amd64.buildinfo
Checksums-Sha256:
 a5206a24194fd737eca839ad95df8b5fbbc016e362fb5a5d557a9c6606dc9630 2099 defcon_0.10.3-1.dsc
 225b082e0d1458be5e91c302c8351d3bc1dcb4728b9f5c1241f1bf68f24b5fff 426262 defcon_0.10.3.orig.tar.gz
 04022c787ccce13e5bec1d6e851cf42f163af66f416bca2fd92771ba234a5606 3888 defcon_0.10.3-1.debian.tar.xz
 6f406046ece78db14b7a4b11ba45e9e00ae2597acc256972112eb02bd8410824 8561 defcon_0.10.3-1_amd64.buildinfo
Files:
 63503882f3275c6ae01d63b6abf9f4f1 2099 devel optional defcon_0.10.3-1.dsc
 ab853ef6adf844dcbe3574a3c917811b 426262 devel optional defcon_0.10.3.orig.tar.gz
 069c2ba792cf99d7833858eba0f1a95b 3888 devel optional defcon_0.10.3-1.debian.tar.xz
 aab2be8d9c6e35d348e3bf9eee99d71d 8561 devel optional defcon_0.10.3-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmTiXSIACgkQwpPntGGC
Ws5XYA//aywIGQaYqrCcDEFLkXM3q7Pzw68U+31gHuzasbcWxkYJa2qhoxkLlU2B
yKz8Hdt5eyb0UI0QziCGV0r/0IgG2AvSl4ihgSDs+o3fjex4+0xVdzr8WacnPsG5
xizWxDPopzZu3uR8aSdM4TcSrAytDTCiD8fEhca3IYVL01nuE7xSJRuk/9OP7ORx
OPUYfh3AJCS8HDGV2/c6I3VaHoD1LVCUV55R893y/3XYqtGrYLQRckqt1L0vSdjH
8c/BHqAeo9Q2iOGnQ4bGroVbRqLE2yepioZ0o44JiE49JCU3XmsC6orKqQlEnKua
JyuRO08gVnZ/lrz8MuBDeN/BdIwDxzu+0fbf7HB3DnSSam8W0Nye+u3URx1LigAd
h6gMvopXoiLNWcGRhmqIcO30IhhWHK4xcPVGHPfnBJiS4dxVtQudYpCwfBxNpZID
ZVfScZQgPnHv8Bu+VyB5m0glYfAaBFsliQ73lmQBr77lBIy9tm39zzOCoHbZyqe5
TgE0uKsQCLTRtBC3XqmcxhPRUaASTtuBmVNcSNIbuNBH6Q19RSBYuCGOFswj/OGl
iOopix0gdRdJCozDpTqYRi5u1vsZgBtH3minTTEc+s0r9PIvxodWxKu/k/DSqC49
TQu07f1VA0u7CRu5oAvj4W6TsBRyEOYb0LprD8jJ1QuhjNtcufE=
=8cP7
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: