Your message dated Tue, 15 Aug 2023 00:03:53 +0000
with message-id <[email protected]>
and subject line Bug#1048903: fixed in intercal 30:0.30-6
has caused the Debian Bug report #1048903,
regarding intercal: 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.)
--
1048903: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1048903
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: intercal
Version: 30:0.30-5
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 intercal
> dpkg-buildpackage: info: source version 30:0.30-5
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Mark Brown <[email protected]>
> dpkg-source --before-build .
> fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -f build-stamp
> if [ -e Makefile ]; then /usr/bin/make distclean; fi
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> test -z "doc/ick.dvi doc/ick.pdf doc/ick.ps doc/ick.html" \
> || rm -rf doc/ick.dvi doc/ick.pdf doc/ick.ps doc/ick.html
> test -z "ick convickt" || rm -f ick convickt
> test -z "oilout*.c parser.y lexer.l ick-wrap.c pickwrap.c atari.c baudot.c
> ebcdic.c latin1.c ick.dvi syslib.i syslib3.3i syslib4.4i syslib5.5i
> syslib6.6i syslib7.7i ick_ec.h fiddle.h ick_lose.h yuk.h floatlib.i
> ecto_b98.c ick_bool.h" || rm -f oilout*.c parser.y lexer.l ick-wrap.c
> pickwrap.c atari.c baudot.c ebcdic.c latin1.c ick.dvi syslib.i syslib3.3i
> syslib4.4i syslib5.5i syslib6.6i syslib7.7i ick_ec.h fiddle.h ick_lose.h
> yuk.h floatlib.i ecto_b98.c ick_bool.h
> test -z "libick.a libickmt.a libickec.a libyuk.a libick_ecto_b98.a" || rm -f
> libick.a libickmt.a libickec.a libyuk.a libick_ecto_b98.a
> if [ -d pit ]; then cd pit; make clean; fi
> make[2]: Entering directory '/<<PKGBUILDDIR>>/pit'
> rm -f ./beer ./bubble ./change ./flonck ./fft ./guess ./icat ./iching1
> ./iching2 ./ins ./interfunge ./lib/lib2 ./lib/numio ./lib/plus ./lib/syslib
> ./lib/syslib3 ./lib/syslib4 ./lib/syslib5 ./lib/syslib6 ./lib/syslib7 ./life
> ./life2 ./pi ./pow ./quine ./pass ./primes ./random ./random2 ./rot13
> ./rot13b ./sample ./sort ./tests/ais1 ./tests/ais2 ./tests/compucome
> ./tests/hello ./tests/ignorret ./tests/ignorearray ./tests/iogerunds
> ./tests/limits ./tests/permute ./tests/sink ./tests/onceagain ./tests/test1
> ./tests/test16bit ./tests/test2 ./tests/testarray ./tests/testcf
> ./tests/testcreate ./tests/testlib2 ./tests/testonce ./tests/testsplat
> ./tests/whileadd ./tpk ./unlambda ./yapp ./hail_mary ./tests/count
> ./tests/limits3 ./tests/testops3 ./tests/testops5 *.c *.o *~
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/pit'
> test -z "libidiot.a" || rm -f libidiot.a
> test -z "oil bin2c" || rm -f oil bin2c
> rm -rf ick.aux ick.cp ick.cps ick.er ick.fn ick.ky ick.kys ick.log ick.op \
> ick.pg ick.pgs ick.tmp ick.toc ick.tp ick.tps ick.vr ick.vrs
> rm -f *.o
> rm -f *.tab.c
> test -z "coopt.sh host.mak abcess.h" || rm -f coopt.sh host.mak abcess.h
> test . = "." || test -z "" || rm -f
> rm -f doc/.dirstamp
> test -z "parser.c parser.h lexer.c oil-oil.c host.mak bconfig.h
> config.status.build" || rm -f parser.c parser.h lexer.c oil-oil.c host.mak
> bconfig.h config.status.build
> rm -f config.h stamp-h1
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f config.status config.cache config.log configure.lineno
> config.status.lineno
> rm -rf ./.deps
> rm -f Makefile
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> /usr/bin/make -C doc clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>/doc'
> rm -f *.ps *.refs* ick.in* ick.txt RFC-DRAFT.txt ick.htm ick.pdf *.tmp
> rm -rf html
> make[1]: Leaving directory '/<<PKGBUILDDIR>>/doc'
> rm -f doc/original.txt doc/intercal.txt
> rm -rf temp _build
> dh_clean config.log config.status Makefile ickspec config.cache
> dpkg-source -b .
> dpkg-source: warning: no source format specified in debian/source/format, see
> dpkg-source(1)
> dpkg-source: info: using source format '1.0'
> dpkg-source: info: building intercal using existing intercal_0.30.orig.tar.gz
> dpkg-source: info: building intercal in intercal_0.30-5.diff.gz
> dpkg-source: warning: ignoring deletion of file doc/ick.txt
> dpkg-source: warning: ignoring deletion of file doc/ick.info-2
> dpkg-source: warning: ignoring deletion of file doc/ick.info-1
> dpkg-source: warning: ignoring deletion of file doc/ick.info
> dpkg-source: error: cannot represent change to intercal-0.30.tar.bz2: binary
> file contents changed
> dpkg-source: error: cannot represent change to intercal-0.30.tar.gz: binary
> file contents changed
> dpkg-source: error: cannot represent change to intercal-0.30.tar.xz: binary
> file contents changed
> dpkg-source: warning: the diff modifies the following upstream files:
> buildaux/Makefile.in
> doc/Makefile
> src/perpet.c
> dpkg-source: info: use the '3.0 (quilt)' format to have separate and
> documented changes to upstream files, see dpkg-source(1)
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
>
> 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/intercal_0.30-5_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: intercal
Source-Version: 30:0.30-6
Done: Mark Brown <[email protected]>
We believe that the bug you reported is fixed in the latest version of
intercal, 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.
Mark Brown <[email protected]> (supplier of updated intercal 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: Tue, 15 Aug 2023 00:42:08 +0100
Source: intercal
Architecture: source
Version: 30:0.30-6
Distribution: unstable
Urgency: low
Maintainer: Mark Brown <[email protected]>
Changed-By: Mark Brown <[email protected]>
Closes: 1048903
Changes:
intercal (30:0.30-6) unstable; urgency=low
.
* Clean some additional files (closes: #1048903).
Checksums-Sha1:
957b2d40b8216fa76f67bddab2b6286d9a72874e 1421 intercal_0.30-6.dsc
bc788950d097f6924d7e4a679142cde907df1b8a 5452 intercal_0.30-6.diff.gz
566c9eb65b387745dae7bf879cc53fb79a331f03 7940 intercal_0.30-6_source.buildinfo
Checksums-Sha256:
c948367bb8e779362fd750d995de065390fa1559f072337b6ad4ecc399b30ac3 1421
intercal_0.30-6.dsc
65c23e383aa08394f7f02e16ca26395c5d6ffebd27502a09620b47e75c248edb 5452
intercal_0.30-6.diff.gz
1283048a07825283b14a32ef00c06769131e0d2079bb91553faa1c7a7b3a949a 7940
intercal_0.30-6_source.buildinfo
Files:
8d9e0eaa1607a06b6566dcb2e573297d 1421 interpreters extra intercal_0.30-6.dsc
a1ddfc54837d21918eb15815a8eb7e8f 5452 interpreters extra
intercal_0.30-6.diff.gz
f1b1b5e61806611fa9b02c4971bd9541 7940 interpreters extra
intercal_0.30-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFHBAEBCgAxFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmTau/gTHGJyb29uaWVA
ZGViaWFuLm9yZwAKCRAk1otyXVSH0OKqB/9AecEuTFNfBXrxgYtIj93iRO9bl5QS
jnrNztMQ6K+9EuLYBgBUgEgh3N4pBK3D+GFPyNlz6Nf9iGTsP16MzLtrRpL0ll3R
EzuMqTFHOGdYfJXAj3+bB5ZX1DdXvEzxZCxAN6Nu9mZtW4iR113fN7W6kIzMO1Ih
6xqf7Ru58n3KHlhBHPlZ042mggVjMMpDZFvb+uNIWDOWbfPsaZnXl9PEUDRN8kqv
EHAv7kWbbbRUSIDjLYWLlVZHwXMR6HxYsycDCuZbSxZPnMJhn59TEuWvtIEu0ppJ
nap4yyUDe5NyCsWw22x/X+misNzkdrcFQm+BZ8IqyiLtMtob9lJBPrpm
=YTZV
-----END PGP SIGNATURE-----
--- End Message ---