Your message dated Sat, 29 Jun 2013 13:18:31 +0000
with message-id <e1usv2t-0002p6...@franck.debian.org>
and subject line Bug#712124: fixed in lintian 2.5.14
has caused the Debian Bug report #712124,
regarding lintian: FTBFS test failure -
"binary-compiled-with-profiling-enabled" no longer emitted
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 ow...@bugs.debian.org
immediately.)
--
712124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712124
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.5.13
Severity: serious
Admittedly only tested on git master, but the error "appeared on its
own" (with an "{cow,p}builder --update" in between). Notably, a new
version of binutils was uploaded recently and I suspect (without having
confirmed) that it is related.
The actual test failure is:
"""
$ debian/rules TEST_WORK_DIR=/tmp/lintian-tests runtests
onlyrun=binaries-general
private/generate-profiles.pl
.... running tests ....
rm -rf "/tmp/lintian-tests"
mkdir "/tmp/lintian-tests"
private/runtests -j 8 binaries-general
Package tests (tests):
Running binaries-general 1.0... building... testing... FAILED
--- t/tests/binaries-general/tags 2013-05-19 21:35:44.943690016 +0000
+++ /tmp/lintian-tests/binaries-general/tags.binaries-general 2013-06-13
07:40:45.508602360 +0000
@@ -3,6 +3,5 @@
E: binaries-general: binary-or-shlib-defines-rpath usr/share/foo/basic
/usr/local/lib
E: binaries-general: debug-symbols-directly-in-usr-lib-debug
usr/lib/debug/basic
E: binaries-general: library-in-debug-or-profile-should-not-be-stripped
usr/lib/debug/usr/share/foo/basic
-W: binaries-general: binary-compiled-with-profiling-enabled usr/share/foo/basic
W: binaries-general: debug-file-with-no-debug-symbols
usr/lib/debug/usr/share/foo/basic
W: binaries-general: debug-package-should-be-named-dbg usr/lib/debug/basic
"""
Not debugged any further than that.
~Niels
--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.5.14
We believe that the bug you reported is fixed in the latest version of
lintian, 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 712...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Niels Thykier <ni...@thykier.net> (supplier of updated lintian 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 29 Jun 2013 14:52:29 +0200
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.14
Distribution: unstable
Urgency: low
Maintainer: Debian Lintian Maintainers <lintian-ma...@debian.org>
Changed-By: Niels Thykier <ni...@thykier.net>
Description:
lintian - Debian package checker
Closes: 710380 710405 710466 711090 711119 711207 712124 712405 714427
Changes:
lintian (2.5.14) unstable; urgency=low
.
* Summary of tag changes:
+ Removed:
- upstream-version-not-numeric
.
* checks/*:
+ [NT] Rename all checks to include the extension ".pm".
(Closes: #710405)
+ [JW] Fix typos in several files.
* checks/binaries.pm:
+ [NT] Also check for the presence of "mcount" to detect
whether a binary was compiled with profiling.
(Closes: #712124)
+ [NT] Ignore "teH" when checking for spelling mistakes in
ELF binaries. Thanks to Ryan Kavanagh for the report.
(Closes: #711207)
* checks/cruft.pm:
+ [NT] Revise a few tests that relied on file(1) on text files.
+ [NT] Apply patches from Bastien Roucariès to fix some false
positives in the GDFL related checks. (Closes: #711119)
+ [NT] Show the full path with source-contains-unsafe-symlink
rather than just the "basename".
* checks/fields.{desc,pm}:
+ [NT] Fix typo, thanks to Adrien Cunin.
+ [NT] Retire upstream-version-not-numeric which can no longer
be emitted. Versions that would previously trigger this tag
will now trigger bad-version-number instead.
+ [NT] Properly quote package names used in regular expressions.
Thanks to Mattias Ellert for the report. (Closes: #714427)
* checks/menus.pm:
+ [NT] Fix a bug in checking for symlinks that could possibly
make lintian follow an unsafe symlink. (CVE-2013-1429)
.
* coll/*:
+ [NT] Set "Auto-Remove: yes" on several collections to
reduce the "inode pressure" on lintian.d.o.
+ [NT] Reduce the number of inodes used by removing or not
creating some empty files and directories.
* coll/debfiles:
+ [NT] Remove test of the presence of unpacked.
* coll/file-info{,.desc}:
+ [NT] Disable "ascii" test in file(1). For some packages this
may greatly reduce the overhead of running the file-info
collection.
* coll/hardening-info:
+ [NT] Skip files in usr/lib/debug/.
.
* data/binaries/embedded-libs:
+ [RG] Check for embedded copies of libraw. (Closes: #711090)
* data/fields/obsolete-packages:
+ [NT] Add texi2html. Thanks to Ryan Kavanagh for the report.
(Closes: #710466)
* data/scripts/interpreters:
+ [NT] Add plackup (libplack-perl) as a known interpreter. Thanks
to Robert James Clay for the report. (Closes: #712405)
.
* doc/{lintian.xml,README.in}:
+ [JW] Fix typos.
.
* lib/Lintian/CheckScript.pm:
+ [NT] Prefer loading checks with ".pm", but fall back to loading
checks without the extension (with a deprecation warning).
* lib/Lintian/Collect/Package.pm:
+ [NT] sorted_index (etc.) now returns L::Path objects rather than
just file names.
* lib/Lintian/{Path,Util}.pm:
+ [NT] Remove deprecated methods.
* lib/Lintian/Path.pm:
+ [NT] Overload some operators.
.
* man/lintian.pod.in:
+ [JW] Fix typos.
.
* reporting/config:
+ [NT] Replace /org with /srv.
* reporting/harness:
+ [NT] Fix bug where harness might schedule the same group
multiple times. (Closes: #710380)
.
* t/runtests:
+ [NT] Include a summary of all skipped and failed tests.
Checksums-Sha1:
33d883e8ce15e3f5228f892f23178204b4f90ad4 2524 lintian_2.5.14.dsc
32bf08b87c6940952fbee9d499e8ee0ad7bfe336 1224291 lintian_2.5.14.tar.gz
9157f0264cef9d237c140ad1316afc6fb5f0b578 772236 lintian_2.5.14_all.deb
Checksums-Sha256:
4bd352bd6967feff6ba4f2a2272d9627237bf7e9679d8acad462745c41d5cd55 2524
lintian_2.5.14.dsc
5398ba28a8bfc1f9ccd46a50bdb510da6a87e25f72e141380bd2c768f288c940 1224291
lintian_2.5.14.tar.gz
913d4743124a00dc4c680c257d7aec20dea276ce48c72faeb653bbc239312a86 772236
lintian_2.5.14_all.deb
Files:
b6d2d7d3b9ec20009f621e772ee900ea 2524 devel optional lintian_2.5.14.dsc
cf6512e77f5cb3b87cb82096aef821f5 1224291 devel optional lintian_2.5.14.tar.gz
58b440944156cabf818c732523830bad 772236 devel optional lintian_2.5.14_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJRztt+AAoJEAVLu599gGRCcF0P/2Ccupab131PEjIEVrBwa2cZ
xq+cWH5+C06cAfwWNWD319vS+0X0GJdUgSMX4kcgJ1JC12k5Dj/IoFB0i8jYL7Rh
1/fHVNtFP1lGY0B3upIo+T50km9oZUTArn5GQgWIoQ3SIFCXOBMAHVbUVJFB/Ug5
gVkXfiGi/DZFWOrVVc0VZ5VNsUKioomolJMk6WmDtTnwrWztKfflVvwnPvdRnMzi
+gFDYMM/YD+EsUk9dU/e0/ibIm5nCubfX2Gl3KkFj+IJ1phyLUx7KeNOSqpnZdHM
mttbBxATMhjyvUfBqtsoV+5qM9HjapGBKeYdkQmxVhemajLD2LRRSBjrZ+zvk/+j
b4kRJGc65q8G9FDxjmpZp788tCYu9UnGl35EcTGoxa6NjYtmGX1n07mwGZnmNQoT
K0rhCJPyc1yIA2AaZ/QfnuoS3QvTSJIUPtiVWMHOiEtU+ZascUGaz9wxEyj40KFL
KUBpInaLwul3IEMPJjw+GBc2j7tCNRNqfByDkXEgF39BSeYFUrvnn3e08iP684Zd
kOrQZfc+xRAalAwYOECqjISW6/fBVYFqVq7QrDGDYqfJOzLy/K6Bw10GgaivUhTf
203H8py+GEOfIrRuKFgJijjsYCY022ANEn4kg5TZbzgtXUdAoDaPG3ilwPjZhBxW
5SG1qxJt4SV1b255MxZ4
=9oX0
-----END PGP SIGNATURE-----
--- End Message ---