Your message dated Wed, 04 Mar 2026 12:34:17 +0000
with message-id <[email protected]>
and subject line Bug#1048510: fixed in python-skbio 0.6.3-2
has caused the Debian Bug report #1048510,
regarding python-skbio: 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.)
--
1048510: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1048510
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-skbio
Version: 0.5.8-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-skbio
> dpkg-buildpackage: info: source version 0.5.8-4
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Michael R. Crusoe
> <[email protected]>
> dpkg-source --before-build .
> debian/rules clean
> dh clean --with python3,sphinxdoc --buildsystem=pybuild
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> if [ "`find . -name "*.pyo"`" = "" ] ; then echo no need to clean up ; else
> dh_auto_clean; fi
> no need to clean up
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean -O--buildsystem=pybuild
> debian/rules override_dh_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_clean
> find ./skbio -name '*.so' -delete
> find ./skbio -name '*.o' -delete
> rm -rf doc/build build doc/source/generated
> find doc -name *.doctree -delete
> rm -rf .pybuild
> rm -f scikit_bio.egg-info/PKG-INFO scikit_bio.egg-info/SOURCES.txt
> scikit_bio.egg-info/dependency_links.txt scikit_bio.egg-info/requires.txt
> scikit_bio.egg-info/top_level.txt
> rm -f skbio/alignment/_ssw_wrapper.c skbio/diversity/_phylogenetic.c
> skbio/stats/__subsample.c skbio/metadata/_intersection.c
> mv simde-sse2.h.orig simde-sse2.h || true
> mv: cannot stat 'simde-sse2.h.orig': No such file or directory
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-skbio using existing
> ./python-skbio_0.5.8.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: ignoring deletion of file simde-sse2.h, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> skbio/metadata/_intersection.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> skbio/alignment/_ssw_wrapper.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file skbio/stats/__subsample.c,
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file
> skbio/diversity/_phylogenetic.c, use --include-removal to override
> dpkg-source: info: local changes detected, the modified files are:
> python-skbio-0.5.8/skbio/stats/distance/_cutils.c
> python-skbio-0.5.8/skbio/stats/ordination/_cutils.c
> dpkg-source: error: aborting due to unexpected upstream changes, see
> /tmp/python-skbio_0.5.8-4.diff.QvA4ng
> 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-skbio_0.5.8-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-skbio
Source-Version: 0.6.3-2
Done: Santiago Vila <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-skbio, 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.
Santiago Vila <[email protected]> (supplier of updated python-skbio 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: Wed, 04 Mar 2026 12:40:00 +0100
Source: python-skbio
Architecture: source
Version: 0.6.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1048510
Changes:
python-skbio (0.6.3-2) unstable; urgency=medium
.
* Team upload.
* Fix clean target. Closes: #1048510.
* Drop "Rules-Requires-Root: no" (default).
* Drop "Priority: optional" (default).
* Update standards-version.
Checksums-Sha1:
3e26f26db2b43a75dcb28f75b2619ffd7249b793 2707 python-skbio_0.6.3-2.dsc
b0826efb7505091f78d16ee54f615761d67afc7d 11316
python-skbio_0.6.3-2.debian.tar.xz
fab12b2cc0ecb318ff80a36fc615328c702e2668 9046
python-skbio_0.6.3-2_source.buildinfo
Checksums-Sha256:
441ba187301031aba8260073a350c5c04b8b41ff43e98b5de80f783893da16b0 2707
python-skbio_0.6.3-2.dsc
39f454535d6265d71cd9de07c4a4fe65ad6a6822c0b5b3735490c60b0dbaeaff 11316
python-skbio_0.6.3-2.debian.tar.xz
6d8893edbc7ade23d8a8b9a6d5e2fdcfac1296e94d8ca209c5f21d1ce56da59e 9046
python-skbio_0.6.3-2_source.buildinfo
Files:
8225b399a720b37071efaee6c2be6634 2707 python optional python-skbio_0.6.3-2.dsc
fcbd7dc35926e29372994180efb8500e 11316 python optional
python-skbio_0.6.3-2.debian.tar.xz
7b8504567f99f54916406b74229dc059 9046 python optional
python-skbio_0.6.3-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmmoHXoACgkQQc5/C58b
izIxHAgAoHtqzlur32naqr+5wgxUn4VnDMaE+iLQ6+NLTao2uDjDe2TFXhhTqRA0
IUdTsRrZSEOcvO1f7++/Wp5N6KcuZSAtro6aLhQvhSz0eWNzTsJ7WKN6mRgtTHQe
laEmL1N7BemapbWAixvmBnNpjGPBK6hm+d7hV2SntKwj05QMQZZlz33QzQPI5fNr
Fu0A+j7yYg52NZ8jLGxAgfKOwao5ZCoeXU+dbJ1qDksRJVM7ySqNMCMiPCsk46aS
yw28gfpu+tN6JjWcpTULm1rqFp4Ui2XTod7mvveHdMHYEy4RvnaWskpE18kj6FJL
l7YBUycnV66UJZ4KzFOu/mOA/1f06g==
=S3SC
-----END PGP SIGNATURE-----
pgpDMwA2MJoQp.pgp
Description: PGP signature
--- End Message ---