Your message dated Mon, 14 Aug 2023 13:37:49 +0000
with message-id <[email protected]>
and subject line Bug#1048931: fixed in ugrep 3.12.6+dfsg-1
has caused the Debian Bug report #1048931,
regarding ugrep: 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.)
--
1048931: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1048931
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ugrep
Version: 3.12.1+dfsg-1
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 ugrep
> dpkg-buildpackage: info: source version 3.12.1+dfsg-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Ricardo Ribalda Delgado
> <[email protected]>
> dpkg-source --before-build .
> debian/rules clean
> dh clean
> dh_auto_clean
> make -j8 distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Making distclean in lib
> make[2]: Entering directory '/<<PKGBUILDDIR>>/lib'
> test -z "libreflex.a" || rm -f libreflex.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f
> rm -f ./.deps/libreflex_a-block_scripts.Po
> rm -f ./.deps/libreflex_a-convert.Po
> rm -f ./.deps/libreflex_a-debug.Po
> rm -f ./.deps/libreflex_a-error.Po
> rm -f ./.deps/libreflex_a-input.Po
> rm -f ./.deps/libreflex_a-language_scripts.Po
> rm -f ./.deps/libreflex_a-letter_scripts.Po
> rm -f ./.deps/libreflex_a-matcher.Po
> rm -f ./.deps/libreflex_a-matcher_avx2.Po
> rm -f ./.deps/libreflex_a-matcher_avx512bw.Po
> rm -f ./.deps/libreflex_a-pattern.Po
> rm -f ./.deps/libreflex_a-posix.Po
> rm -f ./.deps/libreflex_a-simd_avx2.Po
> rm -f ./.deps/libreflex_a-simd_avx512bw.Po
> rm -f ./.deps/libreflex_a-unicode.Po
> rm -f ./.deps/libreflex_a-utf8.Po
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/lib'
> Making distclean in src
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> test -z "ugrep" || rm -f ugrep
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f
> rm -f ./.deps/ugrep-cnf.Po
> rm -f ./.deps/ugrep-glob.Po
> rm -f ./.deps/ugrep-output.Po
> rm -f ./.deps/ugrep-query.Po
> rm -f ./.deps/ugrep-screen.Po
> rm -f ./.deps/ugrep-stats.Po
> rm -f ./.deps/ugrep-ugrep.Po
> rm -f ./.deps/ugrep-vkey.Po
> rm -f ./.deps/ugrep-zopen.Po
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> test -z "" || rm -f
> rm -f config.h stamp-h1
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f
> 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
> debian/rules override_dh_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rm -rf bin/win*
> dh_clean
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building ugrep using existing
> ./ugrep_3.12.1+dfsg.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to bin/ug: binary file contents
> changed
> dpkg-source: error: add bin/ug in debian/source/include-binaries if you want
> to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'bin/ug' will not be
> represented in diff
> dpkg-source: error: cannot represent change to bin/ugrep: binary file
> contents changed
> dpkg-source: error: add bin/ugrep in debian/source/include-binaries if you
> want to store the modified binary in the debian tarball
> dpkg-source: warning: executable mode 0755 of 'bin/ugrep' will not be
> represented in diff
> 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/ugrep_3.12.1+dfsg-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: ugrep
Source-Version: 3.12.6+dfsg-1
Done: Ricardo Ribalda Delgado <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ugrep, 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.
Ricardo Ribalda Delgado <[email protected]> (supplier of updated ugrep
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: Mon, 14 Aug 2023 14:19:41 +0200
Source: ugrep
Architecture: source
Version: 3.12.6+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Ricardo Ribalda Delgado <[email protected]>
Changed-By: Ricardo Ribalda Delgado <[email protected]>
Closes: 1048931
Changes:
ugrep (3.12.6+dfsg-1) unstable; urgency=medium
.
* Update upstream version.
* rules: Support building source after successful build (Closes: #1048931)
Checksums-Sha1:
d21acb59aafd328eabca005a5dd75d53feca1ff4 2021 ugrep_3.12.6+dfsg-1.dsc
56856c91ab16af18054ed3c8289092459f74246d 2736048 ugrep_3.12.6+dfsg.orig.tar.gz
fd1e3409366ff35c24a2a3da67e561a33df4b1d3 7984 ugrep_3.12.6+dfsg-1.debian.tar.xz
7c79b3d14d72edda10c13a361d0df0dd11d52b3f 7092
ugrep_3.12.6+dfsg-1_source.buildinfo
Checksums-Sha256:
25dfb95c9b808678c991e85f0998c79e32df87ab3f4fa91fcf77cc3726f80b13 2021
ugrep_3.12.6+dfsg-1.dsc
7afcfc7c545b7c5e5ce2db9f0747b9479cd65a0d67a29811023a6d6d55384468 2736048
ugrep_3.12.6+dfsg.orig.tar.gz
abfcae3b625d9ab19469225bdeda9376f0d69bac3f8e81365c9b8ec3efd46b88 7984
ugrep_3.12.6+dfsg-1.debian.tar.xz
1333d03bf2686c7220331c9f69694838830cbdaf746b78575b87beae643bbd5e 7092
ugrep_3.12.6+dfsg-1_source.buildinfo
Files:
3b47da003ee00f6989974b99c5153e02 2021 utils optional ugrep_3.12.6+dfsg-1.dsc
04a582577d0de385241f8dbda9bda60e 2736048 utils optional
ugrep_3.12.6+dfsg.orig.tar.gz
766ebfff609c915dbd10f1b2198042aa 7984 utils optional
ugrep_3.12.6+dfsg-1.debian.tar.xz
be7e02af6b2e8637eb9ba21a76eab87e 7092 utils optional
ugrep_3.12.6+dfsg-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEERA846/v+KAgy0rMe0TfRPs86xIgFAmTaKOoUHHJpY2FyZG9A
cmliYWxkYS5jb20ACgkQ0TfRPs86xIhspw//fPls/ejWnndQnB2UicIzEz7hxn0U
bsyiJaxEWPLGjNas3nn39UOcitIPELIo7VW3tNpZ1lrRooro5oV/a3+HSSkv3cj2
7kPMMINl8rhkpI4y8yZewfdI4frd0sr7Y/zWtR+OVnCw62JVFJQOqxFqxt2xlPZx
LFyKtGQmrVMLdVKf5sVoavAg6cVVRp5SjTQT0Q4b8SXjyFKxLpbyTLX9IowTzUUw
qxitpbgQVuGLYZELFg0117J2v9mHwCcWBnF2GLCFXu0TqzSp9vBPy8Q4MbbqzLpW
ZBn91h7bAkjmG1CvrVqib8YK+oVuIqs2v+K23ReFp9/+sATQYLtyrGxJf9CpU29U
K1lSOJAyfERaCIGmRwEaU0071Yx16kYAjLyiAWNkepmNevl+MZzQ6ADTovgdpJ6r
F5yiD7PrkDpEF1LyjdVssRojr0hEICoERytwkenN7gt7iL3GgQuiTP2xsGmP19Lj
YSOmjwPzrBQgyUsgkxSR3XzwScNzCDhbBTg91tZr8armD8jKIs1gedP56QXlNmrp
NgfR7CcCU3ioJqAYxtX+mfeuT3oeD0lWb7klBQScLJLCeyh1qyDkcD31c8SMiVhe
Vph+ugaB9sUCzrqYLKBy5M/8IgzS3uTTcaLuEVaPeO01W5n/X7HQMJoilI3n//Ws
Hfj7IHtIsR3n8FI=
=WlzX
-----END PGP SIGNATURE-----
--- End Message ---