Your message dated Fri, 18 Aug 2023 09:34:26 +0000
with message-id <[email protected]>
and subject line Bug#1046433: fixed in python-pysaml2 7.2.1-2
has caused the Debian Bug report #1046433,
regarding python-pysaml2: 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.)


-- 
1046433: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046433
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-pysaml2
Version: 7.2.1-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-pysaml2
> dpkg-buildpackage: info: source version 7.2.1-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Thomas Goirand <[email protected]>
>  dpkg-source --before-build .
> dpkg-source: info: using options from 
> python-pysaml2-7.2.1/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/
>  fakeroot debian/rules clean
> make: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh clean --buildsystem=python_distutils --with python3,sphinxdoc
>    debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> rm -rf build
> find . -iname '*.pyc' -delete
> for i in $(find . -type d -iname __pycache__) ; do rm -rf $i ; done
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean -O--buildsystem=python_distutils
>    dh_clean -O--buildsystem=python_distutils
>  dpkg-source -b .
> dpkg-source: info: using options from 
> python-pysaml2-7.2.1/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-pysaml2 using existing 
> ./python-pysaml2_7.2.1.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: file python-pysaml2-7.2.1/.pytest_cache/v/cache/nodeids 
> has no final newline (either original or modified version)
> dpkg-source: warning: file 
> python-pysaml2-7.2.1/.pytest_cache/v/cache/stepwise has no final newline 
> (either original or modified version)
> dpkg-source: error: cannot represent change to eptid.db: binary file contents 
> changed
> dpkg-source: error: add eptid.db in debian/source/include-binaries if you 
> want to store the modified binary in the debian tarball
> dpkg-source: warning: file 
> python-pysaml2-7.2.1/src/pysaml2.egg-info/SOURCES.txt has no final newline 
> (either original or modified version)
> dpkg-source: error: cannot represent change to tests/subject.db.db: binary 
> file contents changed
> dpkg-source: error: add tests/subject.db.db in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to tests/subject_data.db.db: 
> binary file contents changed
> dpkg-source: error: add tests/subject_data.db.db in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
> 
> 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-pysaml2_7.2.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: python-pysaml2
Source-Version: 7.2.1-2
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-pysaml2, 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.
Thomas Goirand <[email protected]> (supplier of updated python-pysaml2 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: SHA256

Format: 1.8
Date: Fri, 18 Aug 2023 09:41:29 +0200
Source: python-pysaml2
Architecture: source
Version: 7.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1046433
Changes:
 python-pysaml2 (7.2.1-2) unstable; urgency=medium
 .
   * Cleans better (Closes: #1046433).
Checksums-Sha1:
 dc2775dc03386710c6b8426e1cd28bdf7e2ea469 2619 python-pysaml2_7.2.1-2.dsc
 117160f56d979b6ca9aa0e9dcc8a26c29fcd4045 7684 
python-pysaml2_7.2.1-2.debian.tar.xz
 ed7ae1844e718a82e0a3e00ca3f6e9d0fb226411 9287 
python-pysaml2_7.2.1-2_amd64.buildinfo
Checksums-Sha256:
 4d7002213b07388a30eeaa2aa80d90aa6a49c7366d74bb0ca2beaed391f9de66 2619 
python-pysaml2_7.2.1-2.dsc
 0e435b1b47d53953ba20fb5fdd9ee8fc1198fbf98481f851d066518faa225e7f 7684 
python-pysaml2_7.2.1-2.debian.tar.xz
 591fb8aed0e6a95dcbb418df5429a6158d4e841bb39f767b04e8dd044d24a185 9287 
python-pysaml2_7.2.1-2_amd64.buildinfo
Files:
 7b16e59e5affe36fb4e42f0f1f557e07 2619 python optional 
python-pysaml2_7.2.1-2.dsc
 bdf083dc658f273af1169c51eec4c4eb 7684 python optional 
python-pysaml2_7.2.1-2.debian.tar.xz
 e88a3304e480938a445f2e8f0e7c3bc7 9287 python optional 
python-pysaml2_7.2.1-2_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmTfIv0ACgkQ1BatFaxr
Q/6rZQ/+MciNvYD6+tktv9viQJGAETGekNUcg1WiwV766mTwjMH/cVOh+9jQ8/cl
iw6rn3MNLAO0yMQ1WR/sOQYvhm+1VHn4bnoddWcCEgV6tEDqhp+wH5lbE+EIyo1/
AVUUepNNjQYEJ1Dm2Ehybo3IWlhBPx2FALupbCtr/qRWXeBGjqQ9r4Crkua+1xpw
A1Fx3HetA+Xk1MP0mnDHrDdcBoTp4zg2ruClzEGuKQdBxJFSP6fTKXoDtoMolNis
uOVzGRWwsKLrM0QfVy/1j+51PtlMWEz3j7yAWSNApy6CU8afp3BCUuD8uQg6IuTG
O4gy7IPgn781VIXmmRzbmQJ8c74e7Lg3mZKGWXd7utaUkcVglWsITGiaXDAi+Vf9
nklCDmmsgbWnc9mUpNAuYqUMe4Yxt0srlezUM4BVJlZfH7oTz8JK3jCEvarYsGxd
j4bPX/jAiGBcdpMCHuyHnaIvX1/jM+vPLbFeoguTFWDykRzCaMpaFseWz9lZHeXe
xHWtYGwU+zxf6tqSDW+Y4QKJgHzxk/YzqQNa610tLa08B4dsfXjEvK074E57Ehfu
S65ec+NAtz4dVYZ4DLhZv5QD3oanu1UIdZIjCpNnjfjXLCaqDzygRdjOVGRhL+kk
g3pitn3rp4kCW4qtarxuvLJmkK5zmdnyECHa+hpBILVkZTPecM0=
=i3cz
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to