Your message dated Sat, 14 Mar 2026 18:33:33 +0000
with message-id <[email protected]>
and subject line Bug#1047170: fixed in toon 0.0~git20240623085717.2982ecc-1
has caused the Debian Bug report #1047170,
regarding toon: 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.)


-- 
1047170: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047170
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: toon
Version: 0.0~git20220106104723.370dcd9-2
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 toon
> dpkg-buildpackage: info: source version 0.0~git20220106104723.370dcd9-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Roland Mas <[email protected]>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean
>    dh_auto_clean
>       make -j8 clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rm -f tests/slice.testout tests/vector_resize.testout 
> tests/gauss_jordan.testout tests/chol_toon.testout tests/fill.testout 
> tests/so3.testout tests/complex.testout tests/gr_svd.testout 
> tests/diagonal_matrix.testout tests/gaussian_elimination.testout 
> tests/zeros.testout tests/swap.testout tests/initializer_list.testout 
> tests/initializer_list_fail_1.testout tests/initializer_list_fail_2.testout 
> tests/sim3.testout tests/eigen-sqrt.testout tests/chol_lapack.testout 
> tests/sym_eigen.testout tests/qr.testout tests/lu.testout 
> tests/determinant.testout tests/slice.test tests/vector_resize.test 
> tests/gauss_jordan.test tests/chol_toon.test tests/fill.test tests/so3.test 
> tests/complex.test tests/gr_svd.test tests/diagonal_matrix.test 
> tests/gaussian_elimination.test tests/zeros.test tests/swap.test 
> tests/initializer_list.test 
> tests/initializer_list_fail_1.test tests/initializer_list_fail_2.test 
> tests/sim3.test tests/eigen-sqrt.test tests/chol_lapack.test 
> tests/sym_eigen.test tests/qr.test tests/lu.test tests/determinant.test 
> tests/slice.result tests/vector_resize.result tests/gauss_jordan.result 
> tests/chol_toon.result tests/fill.result tests/so3.result 
> tests/complex.result tests/gr_svd.result tests/diagonal_matrix.result 
> tests/gaussian_elimination.result tests/zeros.result tests/swap.result 
> tests/initializer_list.result tests/initializer_list_fail_1.result 
> tests/initializer_list_fail_2.result tests/sim3.result 
> tests/eigen-sqrt.result tests/chol_lapack.result tests/sym_eigen.result 
> tests/qr.result tests/lu.result tests/determinant.result
> rm -rf html
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean
>       rm -f -- ./TooN/internal/config.hh.in\~ ./TooN/internal/config.hh.in 
> ./autom4te.cache/requests ./autom4te.cache/traces.2 ./autom4te.cache/output.2 
> ./autom4te.cache/output.1 ./autom4te.cache/traces.1 ./autom4te.cache/output.0 
> ./autom4te.cache/traces.0 ./configure ./configure\~
>       rm -f debian/autoreconf.before debian/autoreconf.after
>    dh_clean
>       rm -f debian/debhelper-build-stamp
>       rm -rf debian/.debhelper/
>       rm -f debian/libtoon-dev.debhelper.log
>       rm -f -- debian/libtoon-dev.substvars debian/files
>       rm -fr -- debian/libtoon-dev/ debian/tmp/
>       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 source format '3.0 (quilt)'
> dpkg-source: info: building toon using existing 
> ./toon_0.0~git20220106104723.370dcd9.orig.tar.xz
> dpkg-source: warning: ignoring deletion of file configure, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file TooN/internal/config.hh.in, 
> use --include-removal to override
> dpkg-source: warning: executable mode 0755 of 'config.status' will not be 
> represented in diff
> dpkg-source: info: local changes detected, the modified files are:
>  toon-0.0~git20220106104723.370dcd9/Makefile
>  toon-0.0~git20220106104723.370dcd9/TooN.pc
>  toon-0.0~git20220106104723.370dcd9/TooN/internal/config.hh
>  toon-0.0~git20220106104723.370dcd9/config.log
>  toon-0.0~git20220106104723.370dcd9/config.status
>  toon-0.0~git20220106104723.370dcd9/tests/results
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/toon_0.0~git20220106104723.370dcd9-2.diff._PR3m1
> 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/toon_0.0~git20220106104723.370dcd9-2_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: toon
Source-Version: 0.0~git20240623085717.2982ecc-1
Done: Roland Mas <[email protected]>

We believe that the bug you reported is fixed in the latest version of
toon, 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.
Roland Mas <[email protected]> (supplier of updated toon 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, 14 Mar 2026 19:17:45 +0100
Source: toon
Architecture: source
Version: 0.0~git20240623085717.2982ecc-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Roland Mas <[email protected]>
Closes: 1047170
Changes:
 toon (0.0~git20240623085717.2982ecc-1) unstable; urgency=medium
 .
   * Update debian/watch.
   * wrap-and-sort -ast.
   * New upstream release.
   * Bug fix: "Fails to build source after successful build", thanks to
     Lucas Nussbaum (Closes: #1047170).
Checksums-Sha1:
 c933b3d7b42b770a9490b2e7ea6d46974bcf17f2 2147 
toon_0.0~git20240623085717.2982ecc-1.dsc
 555faf383a9c9a628da9625627841cbaa8832ef7 191992 
toon_0.0~git20240623085717.2982ecc.orig.tar.xz
 b1a111aed80788a175b0202bc601c20496f5b542 3428 
toon_0.0~git20240623085717.2982ecc-1.debian.tar.xz
 7e8fa076f514ef94d1d223d520d0716980df00e2 5920 
toon_0.0~git20240623085717.2982ecc-1_amd64.buildinfo
Checksums-Sha256:
 1a8869e18fe0fcd49b37f88f9bc7005197c29859d213acf0177ba33d6cf1d381 2147 
toon_0.0~git20240623085717.2982ecc-1.dsc
 0f5c9ba251785441b02b6790e143e42545b74dc998482195b30d150c57ea0569 191992 
toon_0.0~git20240623085717.2982ecc.orig.tar.xz
 9323e3e4c64ac934d4c97090a9b740106b2d16fdb85b8c45af5fccfb78ad4e14 3428 
toon_0.0~git20240623085717.2982ecc-1.debian.tar.xz
 af17d620ed1755fdb937f8eb8c2748bc6ca4353c147d4135dfbe2e65508062c0 5920 
toon_0.0~git20240623085717.2982ecc-1_amd64.buildinfo
Files:
 6f28a6606284215e33b104e6fa01dfa2 2147 libs optional 
toon_0.0~git20240623085717.2982ecc-1.dsc
 b8dbaf4ea8f2d55b5080cb5feb669667 191992 libs optional 
toon_0.0~git20240623085717.2982ecc.orig.tar.xz
 834cdf409668830edddff5c16da96e08 3428 libs optional 
toon_0.0~git20240623085717.2982ecc-1.debian.tar.xz
 19a00e104da8135db73af3e9a03b1387 5920 libs optional 
toon_0.0~git20240623085717.2982ecc-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEtBU2D1kett1zr/uD0w3s0lmTIvwFAmm1poYACgkQ0w3s0lmT
IvzDXA//XyVItWl70YG3TzzbUSndrRH97WQNN8Oc+qr3JICR27QPe+Pd5R/F7B/t
c4znda6nryA2D3ry2CQVcx/snzdRIKFCbysDWkRiJPOeJ2TL/WSFjk2plVAGaewv
RgzFAxVambY/N96qRmQTYHzSw9Q6rBiGAb73D3FNf2I9qkkN9h6jvbHGZQQvuylb
JEuvoLLf/Az361/qW9tan/kakxW+0/RweC4+Sc19wc4Pk8luNc/AobsbJF95HmRV
x4PxwCthiU97or8xdJH9m7Q/oK0vmixDfzgJLiNFv21QvLh/VrZGx9uZWFLMP8KX
Y6vTL1fItW+j9GoLp6TB1W8VAJflMsrtoYrSdwkvu4jmMnbeWb/2Afv5eHUwZnfM
nrRZNHAAHIhSlvr7oYdndPLbXzooeiqQ4Xd/0JnQlkbg0aP/wxvGgtqA3ENyzkPP
RRgVkLHDA+kGp3+vgQiG7/3N9XnHWzqQBHWfxO9lvrGWPItQnSDxLzs249mmx4zI
ZyDgTlciTFvYkjmZFsE+fiJSMxPpBMOiLG/IFYCy29ocyBpeu4vu0xSPTnRkBOf/
/n/wI25Rnfro+oGfZtT+dmx8Ksy1UaV+kAbIBtE3lrcyvSfPUuv5wQotVhe+ndaB
4KjQL0VeIhOY9zyrI6neCpdgq+3WGYU3UHBWH+2bhiJ7pZwCG74=
=dISQ
-----END PGP SIGNATURE-----

Attachment: pgpKTFcP0UYXh.pgp
Description: PGP signature


--- End Message ---

Reply via email to