[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#884683: marked as done (autopkg tests fail when run on non amd64 targets)



Your message dated Tue, 26 Dec 2017 15:49:26 +0000
with message-id <E1eTrTq-000B7u-Qs@fasolo.debian.org>
and subject line Bug#884683: fixed in lintian 2.5.66
has caused the Debian Bug report #884683,
regarding autopkg tests fail when run on non amd64 targets
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 owner@bugs.debian.org
immediately.)


-- 
884683: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884683
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:lintian
Version: 2.5.63
Severity: important
Tags: sid buster

the files-multiarch-foreign-files test hardcodes the multiarch in the test:

tests::files-multiarch-foreign-files: diff -u
t/tests/files-multiarch-foreign-files/tags
/tmp/autopkgtest.LpccBw/autopkgtest_tmp/testsuite/tests/files-multiarch-foreign-files/tags.files-multiarch-foreign-files
--- t/tests/files-multiarch-foreign-files/tags	2017-12-17 20:19:20.000000000 +0000
+++
/tmp/autopkgtest.LpccBw/autopkgtest_tmp/testsuite/tests/files-multiarch-foreign-files/tags.files-multiarch-foreign-files
2017-12-18 07:05:03.147634126 +0000
@@ -1,3 +1,3 @@
-E: libfoo-dev: multiarch-foreign-cmake-file
usr/lib/x86_64-linux-gnu/cmake/foo.cmake
-E: libfoo-dev: multiarch-foreign-pkgconfig
usr/lib/x86_64-linux-gnu/pkgconfig/libfoo.pc
-E: libfoo-dev: multiarch-foreign-static-library usr/lib/x86_64-linux-gnu/libfoo.a
+E: libfoo-dev: multiarch-foreign-cmake-file
usr/lib/aarch64-linux-gnu/cmake/foo.cmake
+E: libfoo-dev: multiarch-foreign-pkgconfig
usr/lib/aarch64-linux-gnu/pkgconfig/libfoo.pc
+E: libfoo-dev: multiarch-foreign-static-library usr/lib/aarch64-linux-gnu/libfoo.a
fail tests::files-multiarch-foreign-files: output differs!

--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.5.66

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 884683@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb <lamby@debian.org> (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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 26 Dec 2017 14:59:29 +0000
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.66
Distribution: unstable
Urgency: medium
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Chris Lamb <lamby@debian.org>
Description:
 lintian    - Debian package checker
Closes: 637473 741071 782277 806237 833613 837548 864999 884503 884676 884678 884683 884699 884785 884798 884817 884848 885042 885096 885106 885327
Changes:
 lintian (2.5.66) unstable; urgency=medium
 .
   Merry Christmas!
 .
   * Summary of tag changes:
     + Added:
       - autotools-pkg-config-macro-not-cross-compilation-safe
       - bugs-field-does-not-refer-to-debian-infrastructure
       - mismatched-python-substvar
       - missing-notice-file-for-apache-license
       - override_dh_clean-does-not-call-dh_clean
       - package-contains-python-doctree-file
       - pkg-config-unavailable-for-cross-compilation
       - portable-executable-missing-security-features
       - python-package-depends-on-package-from-other-python-variant
       - vcs-fields-use-more-than-one-vcs
 .
   * checks/*.desc:
     + [CL] Standardise on capital-L "Lintian" in package descriptions.
       Thanks to Adam D. Barratt for the suggestion.
   * checks/cruft.{pm,desc}:
     + [CL] Check for packages that invoke AC_PATH_PROG without considering
       cross-compilation. Thanks to Helmut Grohne for the idea and
       proof-of-concept implementation.  (Closes: #884798)
   * checks/fields.{pm,desc}:
     + [CL] Emit a wishlist warning for packages that mix-and-match more
       than one version control system in Vcs-* headers.  (Closes: #884503)
     + [CL] Warn when packages specify a "Bugs" field in debian/control that
       does not refer to official Debian infrastructure as this can make
       reportbug unable to report bugs.  (Closes: #741071)
   * checks/files.{pm,desc}:
     + [CL] Warn maintainers about packages that ship pkg-config files under
       /usr/lib/pkgconfig as they are unavailable under cross-compilation.
       Thanks to Helmut Grohne for the idea.  (Closes: #885096)
     + [CL] Warn about packages that ship non-reproducible Python .doctree
       files.  (Closes: #885327)
     + [CL] Factor out simple filename checks into a Lintian::Data variable.
   * checks/init.d.{pm,desc}:
     + [CL] Don't emit init.d-script-needs-depends-on-lsb-base if the
       package ships a Systemd service file.  (Closes: #864999)
   * checks/lintian.desc:
     + [CL] Also note that unused-override can be triggered if Lintian
       adds/modifies supplementary tag metadata.
   * checks/obsolete-sites.pm:
     + [CL] Ignore commented-out lines to avoid false-positives where the
       maintainer references the old location.  (Closes: #806237)
   * checks/pe.{pm,desc}:
     + [CL] Check for Microsoft Windows Portable Executable (PE) files that
       are missing security hardening features. Thanks to Petter
       Reinholdtsen for the report.  (Closes: #837548)
   * checks/python.{pm,desc}:
     + [CL] Warn about Python 2.x packages using ${python3:Depends} and
       Python 3.x packages using ${python:Depends}. Thanks to Mattia
       Rizzolo for the idea.  (Closes: #884676)
     + [CL] Factor out definition of dependency fields.
     + [CL] Warn about Python 3 packages that depend on Python 2 packages
       and vice versa.  (Closes: #782277)
   * checks/rules.{desc,pm}:
     + [CL] Check for override_dh_clean targets that are missing calls to
       dh_clean. Thanks to Andreas Beckmann for the idea.  (Closes: #884817)
   * checks/standards-version.pm:
     + [CL] Avoid misleading tag descriptions when emitting valid
       timewarp-standards-version warnings if the date parts are identical
       (ie. "2017-11-30 < 2017-11-30"). Thanks to Andrea Bolognani
       eof@kiyuko.org> for the report.  (Closes: #884785)
   * checks/source-copyright.{desc,pm}:
     + [CL] Check for Apache 2.0 packages that do not distribute their
       accompanying "NOTICE" files.  (Closes: #885042)
     + [CL] Use the list of files in the orig tarball (rather than in the
       regular index) to prevent false positives when checking for the
       source-includes-file-in-files-excluded tag when a patch system
       re-adds files that were removed.  (Closes: #884848)
 .
   * collection/src-orig-index:
     + [CL] Correct references to generated filename.
     + [CL] Update bitrotted calls to Lintian::Command:spawn.
 .
   * data/debhelper/compat-level:
     + [MR] Bump the experimental debhelper compat level to 12.
       (Closes: #884678)
     + [CL] Bump the recommended debehlper compat level to 11, emitting a
       pedantic warning when using lower level.  (Closes: #884699)
   * data/debhelper/dh_commands:
     + [CL] dh_scour is now provided by python3-scour, not python-scour.
       Thanks to Jeremy Bicha.  (Closes: #885106)
   * data/files/js-libraries:
     + [CL] Detect embedded jQuery libraries with version number in their
       filenames (eg. jquery-1.10.2.min.js).  (Closes: #833613)
     + [CL] Also emit embedded-javascript-library for Twitter Bootstrap and
       "mustache".
   * data/files/php-libraries:
     + [CL] Avoid a embedded-php-library false positive for streams.php.
       (Closes: #637473)
   * data/spelling/corrections:
     + [PW] Add a number of corrections.
 .
   * debian/compat:
     + [NT] Bump debhelper compat level to 11.
   * debian/control:
     + [CL] Tag relevant build-dependencies with <!nocheck>.
     + [NT] Bump versioned Build-Dependency on debhelper to 11~.
 .
   * lib/Lintian/Collect/{Package,Source}.pm:
     + [CL] Don't require that src-orig-index.gz actually contains any files
       rather than faking an entry.
 .
   * reporting/templates/maintainer.tmpl:
     + [CL] Correct invalid "else if" syntax with "elsif". Thanks to Uwe
       Kleine-König for the report.
 .
   * t/tests/fields-malformed-vcs-fields-unrel:
     + [CL] Add a regression test for a potential false positive in the
       "vcs-field-has-unexpected-spaces" tag.  (Ref: #884870)
   * t/tests/files-multiarch-foreign-files:
     + [CL] Don't hardcode architecture triplet to fix FTBFS on non-amd64
       architectures.  (Closes: #884683)
   * t/scripts/implemented-tags.t:
     + [CL] Exclude some tests in this coverage check now that they are
       specified in a data file rather than in the code itself.
Checksums-Sha1:
 9702ba91c38840129a9566d39cc520bc8906e219 3516 lintian_2.5.66.dsc
 ffd268765754c7f90afafdae6da7a2b5186a910a 2610532 lintian_2.5.66.tar.xz
 0fe51b31ff9ba9e52d4b15b09d4a828a1a5636ee 1080132 lintian_2.5.66_all.deb
 2e2b3b2bb0e73c23df474d10896e585e86c8209c 15861 lintian_2.5.66_amd64.buildinfo
Checksums-Sha256:
 eae9331c4527d1b137612a8a04f234f0033f08a76882034bdbd6edb502fc71c9 3516 lintian_2.5.66.dsc
 742d44a8657cdca0fd26210ec582242c497dd6efd25cdd9293ee16ebc107c57a 2610532 lintian_2.5.66.tar.xz
 c9ed8c1a2df9bcb909a526c59fb8d4abfee9a37ce39272a94c287194a804484c 1080132 lintian_2.5.66_all.deb
 3504bb9cc26eeff47aeff3e6e653b9ae4ceec08a8647e9bb327f8d899827cb14 15861 lintian_2.5.66_amd64.buildinfo
Files:
 fa53057e7cdb31e16848db90f96c6e2e 3516 devel optional lintian_2.5.66.dsc
 7b5c7c8de421288eb548957f8e7c11b8 2610532 devel optional lintian_2.5.66.tar.xz
 28765798a9bde37a3d38de40b9e8b16b 1080132 devel optional lintian_2.5.66_all.deb
 b23607b14bcc14197d12c06941df4eac 15861 devel optional lintian_2.5.66_amd64.buildinfo

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

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAlpCa+sACgkQHpU+J9Qx
Hlgq5g//UOJDhB7MTziHR8MJnbh/ijxWHElOLj1mrXb0EkN0i4/2JW1a/qxBo4dF
AEBnBA2k8FyAKG+txcKBhPT5ZbuvfFPoqEoGdCZcLrxBkBwGmYGI34x7eeJF8M8J
g73FKZuqYwqgGhRxN7fu4focVON3RHjSri9kayTSOHF8izUNP3FmR9HXGHe9rkAs
F7pxAIgVY/YHRLUYAlUsitGXoZrtn3Z+Zt7c8z3Qrb/lPD104Fu69VOTMDM1vxyT
fgsx9LtcOKeZUx+Mtgw+YLvIXaqPcaLRiWW4TD86Vpw8SAAWbCcdvKuP4j3wWkzD
tD1fyCx3Xb2uOeAH7lnjSHdkQICndnTrtu3MrInpKTKoew0aQ4bPl/3HqO0wAh4d
FF5zcpYJ5D9eyCEZ0mMj+DNeoXA3vSqNiYQi0S9Pojvh79vvROKh693Bmr2P2k0W
LScIPRWVY8Dsba+8qC0XY7S/5d6+U1zJGc3UtX7Eth+RVuHKaL6PaXWzHDyPBci8
aXj+oaVS7JB/Jo4uN1dq6kT6jYmxWg2jCt8UGpvCPXL9UF1fmbwcrV1RzfSUqLO7
U5a8bTDu7Rgx0eDPU5bbYEHiwxu6JBqPExx67NEyNQnM3jS6UsTo8O2+l2H5N8+0
AduXyZLIiG6tZURHJJPsN2X7J+erVmLxWAvLLL0sNyubfbmEJjI=
=pw37
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: