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

Bug#506673: marked as done (lintian: shlib-missing-in-control-file and symbols-declared-but-not-shlib wrong for libraries without versions)



Your message dated Sat, 27 Dec 2008 22:47:09 +0000
with message-id <E1LGhw5-0000UB-8d@ries.debian.org>
and subject line Bug#506673: fixed in lintian 2.1.3
has caused the Debian Bug report #506673,
regarding lintian: shlib-missing-in-control-file and symbols-declared-but-not-shlib wrong for libraries without versions
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.)


-- 
506673: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506673
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.0.0
Severity: normal

On libc6 in experimental I see:
E: libc6: shlib-missing-in-control-file libpcprofile.so for lib/libpcprofile.so
E: libc6: symbols-declared-but-not-shlib libpcprofile.so

But since libpcprofile.so has no version in its soname it simply isn't
representable in the shlib system… so it shouldn't be an error.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils            2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  diffstat            1.46-1               produces graph of changes introduc
ii  dpkg-dev            1.15.0               Debian package development tools
ii  file                4.26-1               Determines file type using "magic"
ii  gettext             0.17-4               GNU Internationalization utilities
ii  intltool-debian     0.35.0+20060710.1    Help i18n of RFC822 compliant conf
ii  libparse-debianchan 1.1.1-2              parse Debian changelogs and output
ii  libtimedate-perl    1.1600-9             Time and date functions for Perl
ii  liburi-perl         1.35.dfsg.1-1        Manipulates and accesses URI strin
ii  man-db              2.5.2-3              on-line manual pager
ii  perl [libdigest-sha 5.10.0-17            Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarch            <none>     (no description available)
ii  libtext-template-perl         1.44-1.2   Text::Template perl module
ii  man-db                        2.5.2-3    on-line manual pager

-- no debconf information



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

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:

lintian_2.1.3.dsc
  to pool/main/l/lintian/lintian_2.1.3.dsc
lintian_2.1.3.tar.gz
  to pool/main/l/lintian/lintian_2.1.3.tar.gz
lintian_2.1.3_all.deb
  to pool/main/l/lintian/lintian_2.1.3_all.deb



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

Debian distribution maintenance software
pp.
Russ Allbery <rra@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@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 27 Dec 2008 14:17:18 -0800
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.1.3
Distribution: unstable
Urgency: low
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Russ Allbery <rra@debian.org>
Description: 
 lintian    - Debian package checker
Closes: 506673 507273 507740 507740 507763 507849
Changes: 
 lintian (2.1.3) unstable; urgency=low
 .
   * Summary of tag changes:
     + Added
       - debian-watch-file-should-use-sf-redirector
       - debian-watch-file-specifies-wrong-upstream-version
       - debian-watch-file-specifies-old-upstream-version
       - extended-description-is-probably-too-short
       - shlib-without-versioned-soname
 .
   * checks/description{,.desc}:
     + [RA] Check for extended descriptions shorter than three lines; they
       probably don't contain enough information.  Patch from Raphael
       Geissert.
   * checks/files{,.desc}:
     + [RA] Exclude __init__.py files and Doxygen-generated *.map files
       from zero-byte-file-in-doc-directory.  Improve the tag description
       to add a rationale and a suggestion for when overrides are
       appropriate.  Lower the certainty to possible.  (Closes: #507273)
     + [RA] Move the check for override files in the wrong location so that
       the check for subdirectories of /usr/share/lintian/overrides works
       and improve the tag description.
   * checks/nmu:
     + [RA] Recognize Ubuntu native packages by the target distribution and
       suppress NMU tags for them.  Based on a patch by Adrien Cunin.
       (Closes: #507740)
   * checks/shared-libs{,.desc}:
     + [RA] Remove special shlibs exception for NSS modules.  libc6 now
       includes shlibs entries for them.
     + [RA] Report a more specialized tag for shared libraries with SONAMEs
       that have no version and exclude them from the shlibs file tests
       since they cannot be represented there.  Reported by Raphael
       Hertzog.  (Closes: #506673)
     + [RA] Use the same regexes as dpkg-shlibdeps when parsing version
       information from SONAMEs.
   * checks/version-substvars:
     + [RA] Skip version substvar checks when the dependency is on a
       package whose name is formed by expanding substvars at build time.
       Thanks, Bastian Blank.  (Closes: #507763)
   * checks/watch-file{,.desc}:
     + [RA] Merge a set of changes by Raphael Geissert:
       - Correctly parse multiple line continuations.
       - Don't attempt any detailed checks on version one watch files.
       - Recognize versionmangle in addition to [du]versionmangle.
       - Add line information to some of the tags.
       - Detect watch files that specify SourceForge download servers
         directly and suggest use of the QA sf.net redirector instead.
       - Detect watch files specifying an upstream version that matches a
         non-native Debian package version in debian/changelog.
       - Detect watch files specifying an upstream version for an older
         changelog entry when the current changelog entry has a newer
         upstream version.
 .
   * data/changelog-file/ubuntu-dists:
     + [RA] New shared list of Ubuntu distributions.
 .
   * frontend/lintian:
     + [RA] Recognize Ubuntu native packages by the target distribution and
       check them against the correct set of distributions.  Based on a
       patch by Adrien Cunin.  (Closes: #507740)
 .
   * lib/Lab.pm:
     + [ADB] Ensure that the output of unpack/list-*pkg is correctly captured
       so that the reporting harness can use the information to decide which
       packages to process in an incremental run.
   * lib/Lintian/Data.pm:
     + [RA] New all() method that returns all valid keywords.
   * lib/Read_pkglists.pm:
     + [JP] Add a new "source version" field to binary and udeb info files.
       Bump binary and udeb format version to 3 and 2 respectively.
 .
   * reporting/html_reports:
     + [JP] Group packages by source version instead of binary version.
       (Closes: #507849)
   * reporting/templates/maintainer.tmpl:
     + [ADB] Print tags affecting udeb packages under a heading for that
       package, rather than merging them in to whichever binary package
       was last displayed (or the source package if the udeb is first
       alphabetically).
     + [ADB] Separate tags affecting a binary package from those of a source
       package with the same name when the binary is the first package produced
       from the source for which there are issues.
     + [JP] Include binary package version in subtitles when it isn't the same
       as the source version.
 .
   * t/runtests:
     + [RA] Parameterize the package section in the skeleton.
 .
   * unpack/list-{bin,udeb}pkg:
     + [JP] Extract source package version from source field.
Checksums-Sha1: 
 adf644c1cf5aee0ee0b975a363523992fe979ca4 1163 lintian_2.1.3.dsc
 c825f71d2a1151652acadbf98da1645583725952 528181 lintian_2.1.3.tar.gz
 5f7c4667622701b9b556a16933db7cb6bb768bfd 392784 lintian_2.1.3_all.deb
Checksums-Sha256: 
 70d89e2509c179f4d546965547d03351486aadc36695ee5b4e36097a6b383f7b 1163 lintian_2.1.3.dsc
 44bd5e5c98f1e10cf2a65b867b60c01a464c3594006d2a8dd0608f1288fba02c 528181 lintian_2.1.3.tar.gz
 55bd87d5a3df9f70f3dcda80e06184052a4265d0d08fa84ed2cea1c8bdf4d7f7 392784 lintian_2.1.3_all.deb
Files: 
 b111755b1a9228aaf739d3aa1f2b3c9d 1163 devel optional lintian_2.1.3.dsc
 ab5a4f1efccbbdb98ae349edd136021e 528181 devel optional lintian_2.1.3.tar.gz
 aa3fed18b0a25a3832b377596b88d05c 392784 devel optional lintian_2.1.3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklWrQcACgkQ+YXjQAr8dHb33wCfYowq3iltAAlv9TmMCr2pz4v9
7H8An0bj7ueBAoVE/BGFlq10ZDxyV1R1
=QLSM
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: