[From nobody Tue Sep  8 04:35:09 2026
Received: (at submit) by bugs.debian.org; 13 Aug 2023 13:18:40 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
 (2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-103.2 required=4.0 tests=ATTENDEES_DBSPAM_BODY3,
 ATTENDEES_DBSPAM_BODY7,BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,FVGT_m_MULTI_ODD,
 MURPHY_DRUGS_REL8,SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,
 USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST autolearn=ham
 autolearn_force=no version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 41; hammy, 150; neutral, 200; spammy,
 0. spammytokens: hammytokens:0.000-+--python3,
 0.000-+--pkgbuilddir, 
 0.000-+--PKGBUILDDIR, 0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin
Return-path: &lt;lucas@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:57314)
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=stravinsky.debian.org, EMAIL=hostmaster@stravinsky.debian.org (verified)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;lucas@debian.org&gt;) id 1qVAzR-002t8f-Pk
 for submit@bugs.debian.org; Sun, 13 Aug 2023 13:18:40 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Message-Id:Date:Subject:To:From:
 Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=JUkpObEV1/Eg4+xMz3OsSVOIBKppAINuXoeW6a6sbgw=; b=UK8uiQPCw0n1o9ZtyuzpITCIlM
 VJD8mWlK+EEM7vCjyBKCRfW/CXSZTi+wt3QrwdljoZCDlmVUVYpbwhen5D+P7VJs5FC7DwVrsOebJ
 FVfcAhhsLLTEakpSSoB3yAcsaUuuVP65oKNtPOot1DlI9GFDBdRTJKsEtgJcWR/I+Unsjj+unG/JZ
 bTglIUC7Yh/u7cM4evP5fBzTm0++fvum6GuRWUCFFUS7VNNqhJb/8o1KAyIfl2pf3MouCGC4xJefK
 51Ld/V4wVihzBUQJodTWLV1zfbWRCodgSNykitUC7mCqqzETcCKSUMRc5x9q3yMhkKk3kM3NiY86j
 MInulB3A==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;lucas@debian.org&gt;) id 1qVAzP-001bhd-PG
 for submit@bugs.debian.org; Sun, 13 Aug 2023 13:18:38 +0000
From: Lucas Nussbaum &lt;lucas@debian.org&gt;
To: submit@bugs.debian.org
Subject: bitshuffle: Fails to build source after successful build
Date: Sun, 13 Aug 2023 15:17:55 +0200
Message-Id: &lt;1691932675.607352.1210524.nullmailer@grub.nussbaum.fr&gt;
X-Debian-User: lucas
Delivered-To: submit@bugs.debian.org

Source: bitshuffle
Version: 0.3.5-4
Severity: minor
Tags: trixie sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian-qa@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:
&gt; cd /&lt;&lt;PKGBUILDDIR&gt;&gt; &amp;&amp; runuser -u user42 -- dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -S
&gt; ---------------------------------------------------------------------------------------------------------------------------
&gt; 
&gt; dpkg-buildpackage: info: source package bitshuffle
&gt; dpkg-buildpackage: info: source version 0.3.5-4
&gt; dpkg-buildpackage: info: source distribution unstable
&gt; dpkg-buildpackage: info: source changed by Thorsten Alteholz &lt;debian@alteholz.de&gt;
&gt;  dpkg-source --before-build .
&gt;  debian/rules clean
&gt; dh clean --with python3 --buildsystem=pybuild
&gt;    debian/rules override_dh_auto_clean
&gt; make[1]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
&gt; rm -rf lzf/lzf
&gt; rm -rf lz4
&gt; dh_auto_clean
&gt; I: pybuild base:275: python3.11 setup.py clean 
&gt; running clean
&gt; removing '/&lt;&lt;PKGBUILDDIR&gt;&gt;/.pybuild/cpython3_3.11_bitshuffle/build' (and everything under it)
&gt; 'build/bdist.linux-x86_64' does not exist -- can't clean it
&gt; 'build/scripts-3.11' does not exist -- can't clean it
&gt; make[1]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
&gt;    dh_autoreconf_clean -O--buildsystem=pybuild
&gt;    dh_clean -O--buildsystem=pybuild
&gt;  dpkg-source -b .
&gt; dpkg-source: info: using source format '3.0 (quilt)'
&gt; dpkg-source: info: building bitshuffle using existing ./bitshuffle_0.3.5.orig.tar.gz
&gt; dpkg-source: info: using patch list from debian/patches/series
&gt; dpkg-source: warning: ignoring deletion of directory lzf/lzf
&gt; dpkg-source: warning: ignoring deletion of file lzf/lzf/lzfP.h, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file lzf/lzf/lzf.h, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file lzf/lzf/lzf_c.c, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file lzf/lzf/lzf_d.c, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of directory lz4
&gt; dpkg-source: warning: ignoring deletion of file lz4/LICENSE, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file lz4/lz4.h, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file lz4/README.md, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file lz4/lz4.c, use --include-removal to override
&gt; dpkg-source: warning: file bitshuffle-0.3.5/bitshuffle.egg-info/SOURCES.txt has no final newline (either original or modified version)
&gt; dpkg-source: error: cannot represent change to build-openmpi/libh5LZF.so: binary file contents changed
&gt; dpkg-source: error: add build-openmpi/libh5LZF.so in debian/source/include-binaries if you want to store the modified binary in the debian tarball
&gt; dpkg-source: warning: executable mode 0755 of 'build-openmpi/libh5LZF.so' will not be represented in diff
&gt; dpkg-source: error: cannot represent change to build-openmpi/libh5bshuf.so: binary file contents changed
&gt; dpkg-source: error: add build-openmpi/libh5bshuf.so in debian/source/include-binaries if you want to store the modified binary in the debian tarball
&gt; dpkg-source: warning: executable mode 0755 of 'build-openmpi/libh5bshuf.so' will not be represented in diff
&gt; dpkg-source: error: cannot represent change to build-serial/libh5LZF.so: binary file contents changed
&gt; dpkg-source: error: add build-serial/libh5LZF.so in debian/source/include-binaries if you want to store the modified binary in the debian tarball
&gt; dpkg-source: warning: executable mode 0755 of 'build-serial/libh5LZF.so' will not be represented in diff
&gt; dpkg-source: error: cannot represent change to build-serial/libh5bshuf.so: binary file contents changed
&gt; dpkg-source: error: add build-serial/libh5bshuf.so in debian/source/include-binaries if you want to store the modified binary in the debian tarball
&gt; dpkg-source: warning: executable mode 0755 of 'build-serial/libh5bshuf.so' will not be represented in diff
&gt; dpkg-source: error: unrepresentable changes to source
&gt; dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
&gt; 
&gt; E: Command 'cd /&lt;&lt;PKGBUILDDIR&gt;&gt; &amp;&amp; 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/bitshuffle_0.3.5-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.
]