Your message dated Mon, 03 Mar 2025 13:50:33 +0000
with message-id <[email protected]>
and subject line Bug#1047724: fixed in python-fisx 1.3.2-1
has caused the Debian Bug report #1047724,
regarding python-fisx: 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.)


-- 
1047724: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047724
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-fisx
Version: 1.3.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-fisx
> dpkg-buildpackage: info: source version 1.3.1-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Picca Frédéric-Emmanuel 
> <[email protected]>
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> dh clean --buildsystem=pybuild
>    dh_auto_clean -O--buildsystem=pybuild
>       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='fisx', 
> 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-fisx-common
> D: pybuild debhelper:183: source=python-fisx, binary packages=['python3-fisx']
> D: pybuild pybuild:149: detected build system: pyproject (certainty: 99%)
> D: pybuild base:190: removing dir: /<<PKGBUILDDIR>>/__pycache__
> D: pybuild base:190: removing dir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fisx/build/fisx/__pycache__
> D: pybuild base:190: removing dir: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fisx/build/fisx/tests/__pycache__
> D: pybuild plugin_pyproject:84: removing 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_fisx/build' (and everything under it)
>       rm -rf .pybuild/
>       find . -name \*.pyc -exec rm {} \;
>    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-fisx.substvars 
> debian/python3-fisx.postinst.debhelper debian/python3-fisx.prerm.debhelper 
> debian/python-fisx-common.substvars debian/files
>       rm -fr -- debian/python3-fisx/ debian/tmp/ debian/python-fisx-common/
>       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 {} + \) 
> \)
>    debian/rules execute_after_dh_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rm -rf python/fisx.egg-info/
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-fisx using existing 
> ./python-fisx_1.3.1.orig.tar.gz
> dpkg-source: warning: ignoring deletion of directory python/fisx.egg-info
> dpkg-source: warning: ignoring deletion of file 
> python/fisx.egg-info/dependency_links.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> python/fisx.egg-info/top_level.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> python/fisx.egg-info/SOURCES.txt, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> python/fisx.egg-info/PKG-INFO, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> python/fisx.egg-info/requires.txt, use --include-removal to override
> dpkg-source: info: local changes detected, the modified files are:
>  python-fisx-1.3.1/python/cython/_fisx.cpp
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/python-fisx_1.3.1-1.diff.Fvo5L8
> 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-fisx_1.3.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-fisx
Source-Version: 1.3.2-1
Done: Picca Frédéric-Emmanuel <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-fisx, 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.
Picca Frédéric-Emmanuel <[email protected]> (supplier of updated python-fisx 
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: Mon, 03 Mar 2025 14:30:51 +0100
Source: python-fisx
Architecture: source
Version: 1.3.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Picca Frédéric-Emmanuel <[email protected]>
Closes: 1047724
Changes:
 python-fisx (1.3.2-1) unstable; urgency=medium
 .
   * Upload into unstable
   * Bug fix: "Fails to build source after successful build", thanks to
     Lucas Nussbaum (Closes: #1047724).
 .
 python-fisx (1.3.2-1~exp1) experimental; urgency=medium
 .
   * Team upload.
   * New upstream release.
   * debian/control: Require numpy 2.0, only available in Experimental now.
Checksums-Sha1:
 107a3fe3a600aa023944f24f0777d036cbd9d35f 2435 python-fisx_1.3.2-1.dsc
 3cb590a72ad1721714ac27b6ded7285b51c1acfa 4800 python-fisx_1.3.2-1.debian.tar.xz
Checksums-Sha256:
 9e2ff76f9ddc8e4a6efcffc81ee005661816f9b5c48b56b992fe6265d90a67f9 2435 
python-fisx_1.3.2-1.dsc
 b68cca76a58a5c74b12362de445ceca9a73d3fd28baacaaf5e0ee067015fae34 4800 
python-fisx_1.3.2-1.debian.tar.xz
Files:
 6862f75a9bd935c73b4fc874354755c3 2435 python optional python-fisx_1.3.2-1.dsc
 3ba1a9b1343304e62848978561354220 4800 python optional 
python-fisx_1.3.2-1.debian.tar.xz


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

iQJFBAEBCgAvFiEE2bRTt5m4gw2UXmoKW/VOXhK5ALsFAmfFr38RHHBpY2NhQGRl
Ymlhbi5vcmcACgkQW/VOXhK5ALuAhxAAitU84BGS5LpqD30PTVdy1s7C36VetyZ0
woXeoNl8nQVIa9LDtKKXW7IXdXBAqijDSYR7LT34iGRGSWAsUDfs96TaQLurMQ6v
eCtK0DOsIZdY0ji0cPoN/nSVQrkvInqWwZDwXbcMc5WkiobWMboCZdIzZTXwYGX3
TmeRe169e0/gZBy6MbsIQEPXx/0l9JcK4Mbq7TKGnXi8jKF1NtbDkjs9dB4BFKVC
qIX9NrkNbIouJoH9i9lEzYg3jGfAmbNE11XQU6F3V0p3RqXWzSLJeEOch7FiIAq5
6B6W9O7KxqZ61kdEmgo/825WTR5C5h09KInak94xrXCSPq8ARbBniIBZuVUuiytY
Hsnb1/mOxhNcK2fw8IbjGypXcdEu1q8HtlbGimtqC8BBesrMp7x/8LdXVur1TSzn
YwwrPxZ3aGZ890weTgaxWmC3mZzmK2O54uiYRlAhuBqVw+81mOHR3PYLTiFs8luY
qRMjorpmNvlVBMek8lhcKWFkrI58v3VUN0J6LjUyorAC2Bw2z8Bg9J7oTt/GEzMq
KITr+5+tcCvPWfIC23lWegevEnFc5hoqQqkGlcapgj9E6+vWoQ5ritOQuigNZB7d
1MbM5Hygq0QI10XgiroCOvKwHnuj5HD/q5UInvoKMDs63xN/qQMRp9NVeKK2WUCv
1bBKY700rPI=
=/yaJ
-----END PGP SIGNATURE-----

Attachment: pgpDFcGRi0nkE.pgp
Description: PGP signature


--- End Message ---

Reply via email to