[From nobody Wed Apr  8 08:35:11 2026
Received: (at submit) by bugs.debian.org; 13 Aug 2023 20:47:18 +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=-102.1 required=4.0 tests=ATTENDEES_DBSPAM_BODY3,
 ATTENDEES_DBSPAM_BODY7,BAYES_00,DIGITS_LETTERS,DKIMWL_WL_HIGH,
 DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,
 FROMDEVELOPER,SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,
 USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST autolearn=no
 autolearn_force=no version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 37; hammy, 150; neutral, 265; spammy,
 0. spammytokens: hammytokens:0.000-+--pkgbuilddir,
 0.000-+--PKGBUILDDIR, 0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311
Return-path: &lt;lucas@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:34024)
 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 1qVHzc-004AKi-6p
 for submit@bugs.debian.org; Sun, 13 Aug 2023 20:47:18 +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=Srziz3Ynn6y8qcSM9z4siBLoGDv0bKA0MpbPmeZwSEc=; b=lh2n+z1EYSsH5pp1SSfvEDJG2h
 HMH59Nun2rrXY6TDz4fSCROORM9phHBBx/Z7Lxr4nwl6RqaO8irNaUtgEmuAJuEoOhAsLoeQln0sO
 ZpQE7E+XU6LJPvC3JRXJ+ov4uYBIdPlFiXfpI2qWPCLEvB9Wzjwb5A0kqqvWGK/vlRrMMTQb1fIqT
 1p3XnQ0FagbFtjtxX8l6XWCUtmmaV+HUuXgtfFahyQTlkORwASXD+mAOqJYDGmX6Ucz+PhMBesTy+
 uCJWSvlLPvK4X/hpqtsT8NMZAmgnCseXLRvY9g3zrVf9Xaya0uGQw4mB42v5ZTqxFlLS7moE97J7B
 9KzN0ROQ==;
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 1qVHza-001vYg-4l
 for submit@bugs.debian.org; Sun, 13 Aug 2023 20:47:16 +0000
From: Lucas Nussbaum &lt;lucas@debian.org&gt;
To: submit@bugs.debian.org
Subject: skinedit: Fails to build source after successful build
Date: Sun, 13 Aug 2023 21:21:27 +0200
Message-Id: &lt;1691954487.678400.1284032.nullmailer@grub.nussbaum.fr&gt;
X-Debian-User: lucas
Delivered-To: submit@bugs.debian.org

Source: skinedit
Version: 1.28~git20220826.cda2db4-1
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 skinedit
&gt; dpkg-buildpackage: info: source version 1.28~git20220826.cda2db4-1
&gt; dpkg-buildpackage: info: source distribution unstable
&gt; dpkg-buildpackage: info: source changed by Andreas B. Mundt &lt;andi@debian.org&gt;
&gt;  dpkg-source --before-build .
&gt;  debian/rules clean
&gt; dh clean
&gt;    dh_auto_clean
&gt; 	make -j8 distclean
&gt; make[1]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
&gt; Making distclean in build
&gt; make[2]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/build'
&gt; rm -f \#*
&gt; rm -f *~
&gt; make[2]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/build'
&gt; Making distclean in man
&gt; make[2]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/man'
&gt; rm -rf .libs _libs
&gt; rm -f *.lo
&gt; test -z &quot;&quot; || rm -f 
&gt; test . = &quot;.&quot; || test -z &quot;&quot; || rm -f 
&gt; rm -f Makefile
&gt; make[2]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/man'
&gt; Making distclean in pixmaps
&gt; make[2]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/pixmaps'
&gt; rm -rf .libs _libs
&gt; rm -f *.lo
&gt; test -z &quot;&quot; || rm -f 
&gt; test . = &quot;.&quot; || test -z &quot;&quot; || rm -f 
&gt; rm -f Makefile
&gt; make[2]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/pixmaps'
&gt; Making distclean in po
&gt; make[2]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/po'
&gt; rm -f *.insert-header
&gt; rm -f remove-potcdate.sed
&gt; rm -f stamp-poT
&gt; rm -f core core.* tiemu-skinedit.po tiemu-skinedit.1po tiemu-skinedit.2po *.new.po
&gt; rm -fr *.o
&gt; rm -f Makefile Makefile.in POTFILES *.mo
&gt; make[2]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/po'
&gt; Making distclean in src
&gt; make[2]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/src'
&gt; rm -rf .libs _libs
&gt; rm -f *.o
&gt; rm -f *.lo
&gt;  rm -f tiemu-skinedit
&gt; rm -f *.tab.c
&gt; test -z &quot;&quot; || rm -f 
&gt; rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
&gt; test . = &quot;.&quot; || test -z &quot;&quot; || rm -f 
&gt; rm -f ./.deps/tiemu_skinedit-boxes_cb.Po
&gt; rm -f ./.deps/tiemu_skinedit-boxes_intf.Po
&gt; rm -f ./.deps/tiemu_skinedit-main.Po
&gt; rm -f ./.deps/tiemu_skinedit-main_cb.Po
&gt; rm -f ./.deps/tiemu_skinedit-main_intf.Po
&gt; rm -f ./.deps/tiemu_skinedit-prop_cb.Po
&gt; rm -f ./.deps/tiemu_skinedit-prop_intf.Po
&gt; rm -f ./.deps/tiemu_skinedit-rubberbox.Po
&gt; rm -f ./.deps/tiemu_skinedit-skinops.Po
&gt; rm -f ./.deps/tiemu_skinedit-support.Po
&gt; rm -f ./.deps/tiemu_skinedit-utils.Po
&gt; rm -f ./.deps/tiemu_skinedit-vti_export.Po
&gt; rm -f Makefile
&gt; make[2]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/src'
&gt; make[2]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
&gt; rm -rf .libs _libs
&gt; rm -f *.lo
&gt; test -z &quot;&quot; || rm -f 
&gt; rm -f config.h stamp-h1
&gt; rm -f libtool config.lt
&gt; rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
&gt; test . = &quot;.&quot; || test -z &quot;&quot; || rm -f 
&gt; rm -f cscope.out cscope.in.out cscope.po.out cscope.files
&gt; make[2]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
&gt; rm -f config.status config.cache config.log configure.lineno config.status.lineno
&gt; rm -f Makefile
&gt; make[1]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
&gt;    dh_autoreconf_clean
&gt;    dh_clean
&gt;  dpkg-source -b .
&gt; dpkg-source: info: using source format '3.0 (quilt)'
&gt; dpkg-source: info: building skinedit using existing ./skinedit_1.28~git20220826.cda2db4.orig.tar.gz
&gt; dpkg-source: warning: ignoring deletion of file install-sh, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file aclocal.m4, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file INSTALL, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file Makefile.in, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file compile, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file ltmain.sh, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file configure, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file config.h.in, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file mkinstalldirs, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file depcomp, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file missing, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file build/Makefile.in, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file build/mingw/Makefile.in, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file man/Makefile.in, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file src/Makefile.in, use --include-removal to override
&gt; dpkg-source: warning: ignoring deletion of file pixmaps/Makefile.in, use --include-removal to override
&gt; dpkg-source: error: cannot represent change to po/fr.gmo: binary file contents changed
&gt; dpkg-source: error: add po/fr.gmo in debian/source/include-binaries if you want to store the modified binary in the debian tarball
&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/skinedit_1.28~git20220826.cda2db4-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.
]