Your message dated Wed, 16 Oct 2024 20:46:40 +0000
with message-id <e1t1aum-00fjde...@fasolo.debian.org>
and subject line Bug#1046716: fixed in xraylarch 0.9.81+ds1-1
has caused the Debian Bug report #1046716,
regarding xraylarch: 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 ow...@bugs.debian.org
immediately.)


-- 
1046716: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046716
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xraylarch
Version: 0.9.71+ds1-1
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@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 xraylarch
> dpkg-buildpackage: info: source version 0.9.71+ds1-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Picca Frédéric-Emmanuel 
> <pi...@debian.org>
>  dpkg-source --before-build .
> dpkg-source: info: using options from 
> xraylarch-0.9.71+ds1/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/
>  fakeroot debian/rules clean
> dh clean --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/__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_xraylarch/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
> #===========================================================================#
>  Some Python Packages were not found.  Those marked with '***' are
>  required for larch to work, while other packages listed will mean
>  that some functionality will not be available:
> 
>      Package Name      Version    Needed for
>      ----------------             ----------------------------------
>      tomopy             1.4       Tomographic reconstructions
>      wxmplot            0.9.53    Graphical User interface
>      ----------------             ----------------------------------
> 
>  If you need these capabilities, you may be able to install them with
>     pip install <Package Name>
> 
> or, for anaconda python, you may use
>    conda install -c conda-forge <Package Name>
> #===========================================================================#
>       rm -rf .pybuild/
>       find . -name \*.pyc -exec rm {} \;
>       rm -f debian/python3-xraylarch.debhelper.log
>    debian/rules execute_after_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> find . -name "*.pyc" -delete
> rm -f -rf .eggs/ log*.dat
> rm -f -rf xraylarch.egg-info
> rm -f -rf doc/_build
> 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/python3-xraylarch.substvars 
> debian/python3-xraylarch.postinst.debhelper 
> debian/python3-xraylarch.prerm.debhelper 
> debian/python-xraylarch-doc.substvars debian/files
>       rm -fr -- debian/python3-xraylarch/ debian/tmp/ 
> debian/python-xraylarch-doc/
>       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 options from 
> xraylarch-0.9.71+ds1/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building xraylarch using existing 
> ./xraylarch_0.9.71+ds1.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: local changes detected, the modified files are:
>  xraylarch-0.9.71+ds1/doc/extensions.py
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/xraylarch_0.9.71+ds1-1.diff.OExKyP
> 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/xraylarch_0.9.71+ds1-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: xraylarch
Source-Version: 0.9.81+ds1-1
Done: Roland Mas <lola...@debian.org>

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

Debian distribution maintenance software
pp.
Roland Mas <lola...@debian.org> (supplier of updated xraylarch 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 16 Oct 2024 22:02:17 +0200
Source: xraylarch
Architecture: source
Version: 0.9.81+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PaN Maintainers 
<debian-pan-maintain...@alioth-lists.debian.net>
Changed-By: Roland Mas <lola...@debian.org>
Closes: 1046716 1079679 1084586
Changes:
 xraylarch (0.9.81+ds1-1) unstable; urgency=medium
 .
   * New upstream release.
   * This fixes: "removal of Python standard libraries in Python 3.13",
     thanks to Louis-Philippe Véronneau (Closes: #1084586).
   * This also fixes: "tests fail with scipy 1.14", thanks to Drew Parsons
     (Closes: #1079679).
   * Bug fix: "Fails to build source after successful build", thanks to
     Lucas Nussbaum (Closes: #1046716).
   * Run testsuite at build time.
Checksums-Sha1:
 f8d5cf6891803f5d37cf61b4cbc840fb0c9fba33 3537 xraylarch_0.9.81+ds1-1.dsc
 595a6210c3856538a88010d0ccdf91349d7cdeb0 57664512 
xraylarch_0.9.81+ds1.orig.tar.xz
 b248333c16fa7dfb3fee302595741b6f39451cac 19440 
xraylarch_0.9.81+ds1-1.debian.tar.xz
 3faeca90ce413c024d63859f9a5ad38a65a62c1e 46971 
xraylarch_0.9.81+ds1-1_amd64.buildinfo
Checksums-Sha256:
 089e1b790010d464871ed78c5bdbe740a11b37b217473b8709cd6371b1830f80 3537 
xraylarch_0.9.81+ds1-1.dsc
 8c833f8cfea7ece946386d40358ed0a4393ce304888b83dcfab18b27184ac31a 57664512 
xraylarch_0.9.81+ds1.orig.tar.xz
 aea74c08981a3bc69c2c0843804a53d309b17e51a1b889077ebce6da92483f29 19440 
xraylarch_0.9.81+ds1-1.debian.tar.xz
 b49b7413d2d1268b100f624b52083addde3d1ad508cc8ced7a851e843a4fc034 46971 
xraylarch_0.9.81+ds1-1_amd64.buildinfo
Files:
 24f9867abb75ad6e5bb03814ac457bed 3537 science optional 
xraylarch_0.9.81+ds1-1.dsc
 a685a24018e4c62f3bfe9330722747b7 57664512 science optional 
xraylarch_0.9.81+ds1.orig.tar.xz
 c95465d0dc7008aa0c7f7ded4e033ca6 19440 science optional 
xraylarch_0.9.81+ds1-1.debian.tar.xz
 5f2c8a37d49dbd125b6ec2510e8520f0 46971 science optional 
xraylarch_0.9.81+ds1-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEtBU2D1kett1zr/uD0w3s0lmTIvwFAmcQHOEACgkQ0w3s0lmT
IvyZcg//fSx3y6G2yAAp2N1isrDcgkhe4U89AibvJtY97K7wXJtm1NDnuoTumt5f
RjIsH95vtQFoQAu4APuqVV6RxmjYjPMRUdPhRYJZJ/fOdHpa+CTFaL6JP02vdDD/
FILFnphxgZQ3VlZpIkvy7FJZ6G5Ht4LQGE+vkwP4pVJS7Yzvpg2BjpSKyZCPB7Ix
oTfzNNEORSWufNDjocG4GOqnalDamIL/JSl/B6UttRF0oo9yIUhV1uRTWpLPzMZi
4qN0Lunhy0TMMzErLPVoxuEq9OGTZNSG+ncq4ATdEdU1UjSdaoxnLaTYrdCbcqIm
XidjLMjWooUyYfbTuYoDIPCJH8wF6VfCBSgwgGRRnERYkgQ/AnLCn1lqOwAqS+NI
uFXol2VBxkKC2EZDIjS5k/FXHtbHr45x+nMSS+VFMPEhcIOxEiEWk3bpF6Yj3sUP
rymV52N791kWW1kdsopfvgbNS4mktkuVvsPk9x91dK61A7Q3dx6YuihRvgaUpW+R
rShs4/mk8ChFRZ7YjgQ0ML/NRiVpQscWEh8a8AzTdXUJU0GMwLUxxqCFmj8r2wZY
TCBwDVfovFuiPAWZUBRj1x+Lxoy8TGS0UG47IW4hKj6vz5sb5qH+J+OxWtX8wVNO
zFDXFyxbMUYN3HNZgN6COAOnWstYGGuFkFMh5owtVsmTa+fvmpA=
=9iba
-----END PGP SIGNATURE-----

Attachment: pgp54MvwH3GQ5.pgp
Description: PGP signature


--- End Message ---

Reply via email to