Your message dated Sat, 07 Sep 2024 13:50:18 +0000
with message-id <[email protected]>
and subject line Bug#1047783: fixed in python-datrie 0.8.2-5
has caused the Debian Bug report #1047783,
regarding python-datrie: 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.)


-- 
1047783: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047783
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-datrie
Version: 0.8.2-4
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-datrie
> dpkg-buildpackage: info: source version 0.8.2-4
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Jelmer Vernooij <[email protected]>
>  dpkg-source --before-build .
> dpkg-source: info: using options from 
> python-datrie-0.8.2/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/
>  debian/rules clean
> dh clean --with python3 --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/__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.
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_datrie/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 /<<PKGBUILDDIR>>/debian/hypothesis
> 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 
> python-datrie-0.8.2/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-datrie using existing 
> ./python-datrie_0.8.2.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: local changes detected, the modified files are:
>  python-datrie-0.8.2/src/cdatrie.c
>  python-datrie-0.8.2/src/cdatrie.html
>  python-datrie-0.8.2/src/stdio_ext.c
>  python-datrie-0.8.2/src/stdio_ext.html
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/python-datrie_0.8.2-4.diff.Qgszhg
> 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-datrie_0.8.2-4_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-datrie
Source-Version: 0.8.2-5
Done: Michael R. Crusoe <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-datrie, 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.
Michael R. Crusoe <[email protected]> (supplier of updated python-datrie 
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, 07 Sep 2024 15:21:36 +0200
Source: python-datrie
Architecture: source
Version: 0.8.2-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Michael R. Crusoe <[email protected]>
Closes: 1047783 1075412
Changes:
 python-datrie (0.8.2-5) unstable; urgency=medium
 .
   * Team upload.
   * d/rules: add -Wno-error=incompatible-pointer-types to the cflags as
     a workaround for https://bugs.debian.org/1077205 ; Closes: #1075412
   * d/watch: upgrade to version 4
   * d/control: upgrade autopkgtest to pybuild
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
   * d/control: upgrade to PEP-517 building
   * d/clean: add more files. Closes: #1047783
Checksums-Sha1:
 95098a8e58d80fb4760ff0f235b71911d56372b2 2168 python-datrie_0.8.2-5.dsc
 cfc37b94b0558548fc2e739dbc61617d25b06ef0 4912 
python-datrie_0.8.2-5.debian.tar.xz
 3690ca92871c453310e79b5a5e108304f0e3a372 7555 
python-datrie_0.8.2-5_source.buildinfo
Checksums-Sha256:
 2640efc0997fe17308e49f01da3d6c760e51120c8088495eb67214b57438f8d8 2168 
python-datrie_0.8.2-5.dsc
 a42e895eed469500c757d51b91f826d7be22ce935158e0b96623d8d26a39c38f 4912 
python-datrie_0.8.2-5.debian.tar.xz
 7344181afd3374625a148f99f1daa12b4c24a8580ba0a744e0c9b1cedb887c13 7555 
python-datrie_0.8.2-5_source.buildinfo
Files:
 c054067a046973708a2a71964ef03ea2 2168 python optional python-datrie_0.8.2-5.dsc
 2dc880120aaec64043bd1f468eb67120 4912 python optional 
python-datrie_0.8.2-5.debian.tar.xz
 91202192d2bfa997d994800342a66ba8 7555 python optional 
python-datrie_0.8.2-5_source.buildinfo

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

iQIzBAEBCgAdFiEEck1gkzcRPHEFUNdHPCZ2P2xn5uIFAmbcVNQACgkQPCZ2P2xn
5uKy6A//YLoqHBqb6wMXxZSMh7RbFAw5InEta8CdcDt8JPzmgzIzD1359MNcAPBD
cyiSObAmUejNXpgpXt2sPexZipHnpPT2PCoXu9Hj08DZ9AWr9S8MHUPaPcGxXG0g
n8kMyIhSzfvCnqHSpR2tA5qzEfVrqCGhkMZ56vty3z7RnvXgwwBqQwWak+Y/3PPV
i03MPZgyfQJIAxzlk2+uic8M6bh1u8sExn5OOegQMuxnOZKMlwqRGmlzHp9PJzd+
jq2Frs2+nsMBGGQNLV6KPODc4umwf+HdCh3zMbz3crmjCFjWzJM9pXOsjdfKrR4A
yYLbZfihriNcnjzQiB7jRuccS+AcmOX5QVXqwC16oqyLBE7f1i/Zjegd3RENT5ZT
eeg/jC9h0KkzYDCtEaMoY54mxprNOpMigOCpx6hBJmHwQ8pzopzApKDuoh6lpDfc
2rqBHi7MtVpcAin/xs/tpmasEdwodxD1LAf76ecWJxFEbmns1qVFpA/BhWhUy1E6
r376EC767EjkpyYhwJnzyyldiP2TEOFWFUtDOV2K4LyxFHZLzZSt35kw+Bnvr9QZ
bOwscJlYnsatlUnYSLnCJs1cxZB3ztP3GF861IjJrQDB5AdBNe/au+SjDT6B1jTL
YHNC2gEESbZDzWpoymJyKSotwDBl/FLgKMdeT4h6/XK2lfPBTlQ=
=34pP
-----END PGP SIGNATURE-----

Attachment: pgpwuCbU_y9ib.pgp
Description: PGP signature


--- End Message ---

Reply via email to