Your message dated Mon, 17 Mar 2025 07:35:01 +0000
with message-id <[email protected]>
and subject line Bug#1049617: fixed in isoqlog 2.2.1-10
has caused the Debian Bug report #1049617,
regarding isoqlog: Fails to build binary packages again 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.)


-- 
1049617: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1049617
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: isoqlog
Version: 2.2.1-9.1
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-binary-20230816 ftbfs-binary-after-build
User: [email protected]
Usertags: qa-doublebuild

Hi,

This package fails to do build a binary-only build (not source) after a
successful build (dpkg-buildpackage ; dpkg-buildpackage -b).

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/DoubleBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -b
> ---------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package isoqlog
> dpkg-buildpackage: info: source version 2.2.1-9.1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Sudip Mukherjee 
> <[email protected]>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -f build-stamp build-arch-stamp build-indep-stamp
> debconf-updatepo
> # Add here commands to clean up after the build process.
> [ ! -f Makefile ] || /usr/bin/make distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Making distclean in data
> make[2]: Entering directory '/<<PKGBUILDDIR>>/data'
> Making distclean in htmltemp
> make[3]: Entering directory '/<<PKGBUILDDIR>>/data/htmltemp'
> Making distclean in images
> make[4]: Entering directory '/<<PKGBUILDDIR>>/data/htmltemp/images'
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/htmltemp/images'
> Making distclean in library
> make[4]: Entering directory '/<<PKGBUILDDIR>>/data/htmltemp/library'
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/htmltemp/library'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/data/htmltemp'
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/data/htmltemp'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/data/htmltemp'
> Making distclean in lang
> make[3]: Entering directory '/<<PKGBUILDDIR>>/data/lang'
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/data/lang'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/data'
> test -z "isoqlog.conf-dist" || rm -f isoqlog.conf-dist
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/data'
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/data'
> Making distclean in isoqlog
> make[2]: Entering directory '/<<PKGBUILDDIR>>/isoqlog'
> test -z "isoqlog" || rm -f isoqlog
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f config.h stamp-h1
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/Data.Po
> rm -f ./.deps/Dir.Po
> rm -f ./.deps/Html.Po
> rm -f ./.deps/LangCfg.Po
> rm -f ./.deps/Parser.Po
> rm -f ./.deps/Store.Po
> rm -f ./.deps/loadconfig.Po
> rm -f ./.deps/main.Po
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/isoqlog'
> Making distclean in tr
> make[2]: Entering directory '/<<PKGBUILDDIR>>/tr'
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/tr'
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f cscope.out cscope.in.out cscope.po.out cscope.files
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> rm -f config.status config.cache config.log configure.lineno 
> config.status.lineno
> rm -f Makefile
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean
> dh_clean
> dh_clean: warning: Compatibility levels before 10 are deprecated (level 7 in 
> use)
>  debian/rules build
> make: *** No rule to make target 'configure', needed by 'config.status'.  
> Stop.
> dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -b' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/16/isoqlog_2.2.1-9.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: isoqlog
Source-Version: 2.2.1-10
Done: Andreas Tille <[email protected]>

We believe that the bug you reported is fixed in the latest version of
isoqlog, 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.
Andreas Tille <[email protected]> (supplier of updated isoqlog 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: Thu, 27 Feb 2025 15:25:05 +0100
Source: isoqlog
Architecture: source
Version: 2.2.1-10
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1049617 1095298
Changes:
 isoqlog (2.2.1-10) unstable; urgency=medium
 .
   * Maintain package in Salvage team
     Closes: #1095298
   * Remove Sergiusz Pawlowicz from uploaders (Thanks you Sergiusz for
     your previous work)
   * Point Homepage to Github
   * Standards-Version: 4.7.0 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Remove trailing whitespace in debian/changelog (routine-update)
   * Remove trailing whitespace in debian/control (routine-update)
   * Remove trailing whitespace in debian/copyright (routine-update)
   * Remove trailing whitespace in debian/rules (routine-update)
   * No tab in license text (routine-update)
   * watch file standard 4 (routine-update)
   * Short dh
     Closes: #1049617
   * Lintian-overrides: national-encoding
   * d/watch: For the moment no upstream tracking but drop some code
     to fetch latest upstream commit
   * d/copyright: DEP5
   * d/source/lintian-overrides: False positive caused by old lintian version
     on ftpmaster host leads to reject without this override
Checksums-Sha1:
 d4650252474149b8e5ab27242a9035a7fc3f642c 1924 isoqlog_2.2.1-10.dsc
 e3a650be0bb92adb4b76fb95b9adf0746a6d73a9 20656 isoqlog_2.2.1-10.debian.tar.xz
 63af9c0a5d2bb3527f5a37401d60c7a26dab0305 6038 isoqlog_2.2.1-10_amd64.buildinfo
Checksums-Sha256:
 3c3b5e33a114cd57874abd439be6f0db6bdbb112f0649fb192106aa232b519c2 1924 
isoqlog_2.2.1-10.dsc
 bd23c525466c5de4f0567deab318bedf544262a1b6ca0117d61f21fe012bc95f 20656 
isoqlog_2.2.1-10.debian.tar.xz
 da290d4d099dcc8c0849892b4addd93fe260a3b5b076095633173a1de91d6321 6038 
isoqlog_2.2.1-10_amd64.buildinfo
Files:
 3dbb86db5555a9fba79647bfa0885d87 1924 mail optional isoqlog_2.2.1-10.dsc
 753e967c3c657a755468dad30758e910 20656 mail optional 
isoqlog_2.2.1-10.debian.tar.xz
 b6394c3a2b567076ebc088f4b131c183 6038 mail optional 
isoqlog_2.2.1-10_amd64.buildinfo


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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmfXyxwRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGmqg/9FGJ9RyoIqNX+p5ymfZW0intmGSwO6dhb
s4JTFAdtqaDB6newb2Nac0Txwen75oLWhRXNceYdFbVMkqzzctWvsfX2XCZ8jMRp
8gSH8GjO3877s1D0N+Lml+OxmNjZuxmLpX5YkOJjfZK6badHzRdBvtSxCfjb+di4
lfG83p2PtolF7jlJONmxqm06OsW3DGXKOkmEE+R+K5GiQNuGyUvk5zzs8jFzDy+C
b8ltWGF2L9nVBKz8rYFXAE0wZk/plUKqSQBRvn+oEQda9MMg0JT5CHu2oghvR0+/
gmyFUOONRyVK72zDnkH6/SNUlkN5YIoje/Z0Pw+c7kdQ++PGR1vzu4hjfVbTnZjg
J5zS4TpCIw+javgRNay09kIWe8DicGbIVycfK4ky6/VDvr6chaQtIRf495nPPSbF
RCZnAqSdAhe6F0QXRq5uhjDS+xpUvTVzwMJAnHyC3NvLcgiUEL4VP2EUNxUngX5X
/cb8rdYmVi+SoTSTPEjWgf26T/orgVB+9ldmBx5vqcJBqjmOYCSLbvpIGdB8xwA1
6n2iYMumos19/yFizAG8qTWzNj9vye/GiIog8HgcqWkLs7AcyKeK+33enrxw3Xdn
b0YIY+Yhu03kFWAqUtHPWfNSDRsqRXdXBsdjxSQkUWQrdS8xqZGUgzDpFdy+vNfW
/TQldiUJqhg=
=JLlm
-----END PGP SIGNATURE-----

Attachment: pgpYLsILXJ0wp.pgp
Description: PGP signature


--- End Message ---

Reply via email to