Your message dated Thu, 25 Oct 2012 08:32:53 +0000
with message-id <[email protected]>
and subject line Bug#668662: fixed in cups 1.5.3-2.4
has caused the Debian Bug report #668662,
regarding cups crash with "undefined symbol: _ppdCacheGetFinishingOptions"
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.)


-- 
668662: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668662
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cups
Version: 1.5.3-1
Severity: serious
Justification: required

Dear Maintainer,

After a recent upgrade, cups does not work anymore.

# service cups restart
[....] Restarting Common Unix Printing System: cupsd/usr/sbin/cupsd: symbol 
lookup error: /usr/sbin/cupsd: undefined symbol: _ppdCacheGetFinishingOptions
 failed!

Moreover, HPlip does not find the PPD file where it should find it, but it’s 
not a cups bug.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686-bigmem (SMP w/3 CPU cores)
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 cups depends on:
ii  adduser                3.113+nmu3
ii  bc                     1.06.95-2
ii  cups-client            1.5.3-1
ii  cups-common            1.5.3-1
ii  cups-filters           1.0.18-2+b1
ii  cups-ppdc              1.5.3-1
ii  debconf [debconf-2.0]  1.5.43
ii  dpkg                   1.16.3
ii  ghostscript            9.05~dfsg-6
ii  libavahi-client3       0.6.31-1
ii  libavahi-common3       0.6.31-1
ii  libc6                  2.13-33
ii  libcups2               1.5.0-8
ii  libcupscgi1            1.5.3-1
ii  libcupsimage2          1.5.3-1
ii  libcupsmime1           1.5.3-1
ii  libcupsppdc1           1.5.3-1
ii  libdbus-1-3            1.5.12-1
ii  libgcc1                1:4.7.0-8
ii  libgnutls26            2.12.19-1
ii  libgssapi-krb5-2       1.10.1+dfsg-1
ii  libkrb5-3              1.10.1+dfsg-1
ii  libldap-2.4-2          2.4.28-1.1
ii  libpam0g               1.1.3-7.1
ii  libpaper1              1.1.24+nmu2
ii  libslp1                1.2.1-9
ii  libstdc++6             4.7.0-8
ii  libusb-1.0-0           2:1.0.9-1
ii  lsb-base               4.1+Debian6
ii  poppler-utils          0.18.4-2
ii  procps                 1:3.3.2-3
ii  ssl-cert               1.0.28

Versions of packages cups recommends:
ii  avahi-daemon               0.6.31-1
ii  colord                     0.1.21-1
ii  foomatic-filters           4.0.15-1
ii  ghostscript-cups           9.05~dfsg-6
ii  printer-driver-gutenprint  5.2.7-5

Versions of packages cups suggests:
ii  cups-bsd               1.5.3-1
ii  cups-pdf               2.6.1-6
ii  foomatic-db            20120523-1
ii  hplip                  3.12.2-1
ii  printer-driver-hpcups  3.12.2-1
ii  smbclient              2:3.6.5-3
ii  udev                   175-3.1

-- Configuration Files:
/etc/cups/cupsd.conf changed:
LogLevel warn
MaxLogSize 0
SystemGroup lpadmin
Listen localhost:631
Listen /var/run/cups/cups.sock
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseRemoteProtocols CUPS
BrowseLocalProtocols
DefaultAuthType Basic
<Location />
  # Restrict access to the server...
  Order allow,deny
</Location>
<Location /admin>
  # Restrict access to the admin pages...
  Order allow,deny
</Location>
<Location /admin/conf>
  AuthType Default
  Require user @SYSTEM
  # Restrict access to the configuration files...
  Order allow,deny
</Location>
<Policy default>
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs 
Set-Job-Attributes Create-Job-Subscription Renew-Subscription 
Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job 
Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class 
CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer 
Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs 
Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer 
Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs 
CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>
<Policy authenticated>
  <Limit Create-Job Print-Job Print-URI>
  AuthType Default
  Order deny,allow
</Limit>
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs 
Set-Job-Attributes Create-Job-Subscription Renew-Subscription 
Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job 
Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
AuthType Default
Require user @OWNER @SYSTEM
Order deny,allow
  </Limit>
  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class 
CUPS-Delete-Class CUPS-Set-Default>
  AuthType Default
  Require user @SYSTEM
  Order deny,allow
    </Limit>
  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer 
Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs 
Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer 
Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs 
CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
      </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
      AuthType Default
      Require user @OWNER @SYSTEM
      Order deny,allow
        </Limit>
  <Limit All>
        Order deny,allow
          </Limit>
</Policy>


-- debconf information:
  cupsys/backend: ipp, lpd, socket, usb, snmp, dnssd
  cupsys/raw-print: true



--- End Message ---
--- Begin Message ---
Source: cups
Source-Version: 1.5.3-2.4

We believe that the bug you reported is fixed in the latest version of
cups, 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.
Didier Raboud <[email protected]> (supplier of updated cups 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: SHA256

Format: 1.8
Date: Thu, 25 Oct 2012 08:56:29 +0200
Source: cups
Binary: libcups2 libcupsimage2 libcupscgi1 libcupsdriver1 libcupsmime1 
libcupsppdc1 cups cups-client libcups2-dev libcupsimage2-dev libcupscgi1-dev 
libcupsdriver1-dev libcupsmime1-dev libcupsppdc1-dev cups-bsd cups-common 
cups-ppdc cups-dbg cupsddk
Architecture: source all amd64
Version: 1.5.3-2.4
Distribution: unstable
Urgency: low
Maintainer: Debian CUPS Maintainers <[email protected]>
Changed-By: Didier Raboud <[email protected]>
Description: 
 cups       - Common UNIX Printing System(tm) - server
 cups-bsd   - Common UNIX Printing System(tm) - BSD commands
 cups-client - Common UNIX Printing System(tm) - client programs (SysV)
 cups-common - Common UNIX Printing System(tm) - common files
 cups-dbg   - Common UNIX Printing System(tm) - debugging symbols
 cups-ppdc  - Common UNIX Printing System(tm) - PPD manipulation utilities
 cupsddk    - Common UNIX Printing System (transitional package)
 libcups2   - Common UNIX Printing System(tm) - Core library
 libcups2-dev - Common UNIX Printing System(tm) - Development files CUPS library
 libcupscgi1 - Common UNIX Printing System(tm) - CGI library
 libcupscgi1-dev - Common UNIX Printing System(tm) - Development files for CGI 
libra
 libcupsdriver1 - Common UNIX Printing System(tm) - Driver library
 libcupsdriver1-dev - Common UNIX Printing System(tm) - Development files 
driver librar
 libcupsimage2 - Common UNIX Printing System(tm) - Raster image library
 libcupsimage2-dev - Common UNIX Printing System(tm) - Development files CUPS 
image li
 libcupsmime1 - Common UNIX Printing System(tm) - MIME library
 libcupsmime1-dev - Common UNIX Printing System(tm) - Development files MIME 
library
 libcupsppdc1 - Common UNIX Printing System(tm) - PPD manipulation library
 libcupsppdc1-dev - Common UNIX Printing System(tm) - Development files PPD 
library
Closes: 508941 668662 670042 670224 677180 690982
Changes: 
 cups (1.5.3-2.4) unstable; urgency=low
 .
   * Non-maintainer upload on behalf of the Printing Team.
 .
   [ Till Kamppeter ]
   * Correctly install language-private.h as /usr/include/cups/i18n.h,
     .install file entries cannot rename files (LP: #1013470).
 .
   [ Martin Pitt ]
   * Tighten cups' and cups-client's dependency to libcups2 to current binary
     version. They use private symbols from the libraries which the automatic
     dependencies from the .symbols files don't cover.
     (Closes: #668662, #677180)
   * manpage-translations.patch: Update German manpage translations, thanks
     Helge Kreutzmann! (Closes: #670042)
   * manpage-translations.patch: Update French manpage translations, thanks
     Julien Patriarca! (Closes: #670224)
   * debian/README.Debian: Explain how to enable cups-lpd, thanks Vincent
     McIntyre. (Closes: #508941)
 .
   [ Didier Raboud ]
   * Backport upstream quirks for the libusb backend (Closes: #690982).
   * Packaging repository moved to Git, change VCS-* fields accordingly.
Checksums-Sha1: 
 b5a385f8c459445993c9ea9e164e350f034eb09d 3265 cups_1.5.3-2.4.dsc
 51111d2eef3595367e5a41734a52c79f49dae6ae 344175 cups_1.5.3-2.4.debian.tar.gz
 bd8d2cdff38fe7e5a28efc08598ccb37acb45bcb 901372 cups-common_1.5.3-2.4_all.deb
 b75c63367be568e88e4b698ff17da2fed26bb1e1 84910 cupsddk_1.5.3-2.4_all.deb
 85c0da7e2ce57d9f457f1c6bfb7327bffbaaf82d 253788 libcups2_1.5.3-2.4_amd64.deb
 da8a3c7bce037b9942854ebd71d4b6bace9128fe 135836 
libcupsimage2_1.5.3-2.4_amd64.deb
 896074e139cf083ef67efa4e6dc86146a8e02732 114260 libcupscgi1_1.5.3-2.4_amd64.deb
 af4176172c5538d954028a859c473bbf05ee6530 102402 
libcupsdriver1_1.5.3-2.4_amd64.deb
 45604c58c76069fde894fc24b7e3f9cdebcb3f48 97284 libcupsmime1_1.5.3-2.4_amd64.deb
 5bafce10ee1271a657a6fd3a372b6a166cb65d6f 137316 
libcupsppdc1_1.5.3-2.4_amd64.deb
 814a8a6295aa5387aabdf75692acfc37d2b2531a 1379414 cups_1.5.3-2.4_amd64.deb
 4be8fd8f779d15550bad6a4b8b6bdbbc8536fbf9 180238 cups-client_1.5.3-2.4_amd64.deb
 0c866e80ef6cb2cb9d5eeec99bfdbf1e93544e27 325510 
libcups2-dev_1.5.3-2.4_amd64.deb
 a0072bfc1e98784d3050d92154e3c18b71a9b44d 65318 
libcupsimage2-dev_1.5.3-2.4_amd64.deb
 279be02361c730095139241a1b6470f18833b773 120102 
libcupscgi1-dev_1.5.3-2.4_amd64.deb
 0e68aa2b2c43e40ea95f1388dc3fae3a69957293 105338 
libcupsdriver1-dev_1.5.3-2.4_amd64.deb
 3817ffc558dc7a0bb6cb82f0acc65721bce54ef0 98106 
libcupsmime1-dev_1.5.3-2.4_amd64.deb
 a1e6e4128038f4a962ddab10077b96c613a54d73 154578 
libcupsppdc1-dev_1.5.3-2.4_amd64.deb
 b13da4fe01c333a82135e8c81a88129ced25292d 45622 cups-bsd_1.5.3-2.4_amd64.deb
 9c5d09687ea855893edd35116eec404d47701117 114708 cups-ppdc_1.5.3-2.4_amd64.deb
 6038d74c07b0220557c691284221d2fa66a8e1a5 2208184 cups-dbg_1.5.3-2.4_amd64.deb
Checksums-Sha256: 
 419ea67e2335881fd8140cebf8ff44e64355a0f82ec5a76bd2e706d06b2f4990 3265 
cups_1.5.3-2.4.dsc
 b9fbac2bf83ad061d2bcbca9353caf5629ffcb0a5ba4d2f4343eab52686f01bd 344175 
cups_1.5.3-2.4.debian.tar.gz
 f79192d4bdd021ec0c2dabf2ba3228c55bcd95944340f069eb35e0317124d26a 901372 
cups-common_1.5.3-2.4_all.deb
 18495a17f069bdddc2a6b44d5e73bd00434771d992e18826495c966698b873ee 84910 
cupsddk_1.5.3-2.4_all.deb
 c04d88534650f74a40b50a154912700489b13a0189ff33a6f8a5b71f86eed8ca 253788 
libcups2_1.5.3-2.4_amd64.deb
 6b96635425d786068945441a0981c3eeb8e0bc410c0caeb04290bfd68c15428d 135836 
libcupsimage2_1.5.3-2.4_amd64.deb
 99cf0314021d56bb26d89dc42f07afc8bc6a495110ae76bfe08ca93131da9a92 114260 
libcupscgi1_1.5.3-2.4_amd64.deb
 a307ed130fef522c867a71fe0cd94b85d79ff7775cd6867dd9765a9fd8239766 102402 
libcupsdriver1_1.5.3-2.4_amd64.deb
 5aef9d81f56c2facb030335a132cb26a18bd6f2c5a1aad08b155e65bcff3e671 97284 
libcupsmime1_1.5.3-2.4_amd64.deb
 5b7bb9aec2638182c63f7b1b542a090fb5881cccc34e9a2f7ca51f5ed998542e 137316 
libcupsppdc1_1.5.3-2.4_amd64.deb
 182ae6e41e65ffcd80b50e9e7619728ed00eeda9b759939eefaf2a04fc2c371f 1379414 
cups_1.5.3-2.4_amd64.deb
 8a6d03aaf8e1cbdff7d6ce47c74647c2a5a3adcb35f54a05bfdadc9b68a3e7e8 180238 
cups-client_1.5.3-2.4_amd64.deb
 3fde4e58464cc6ae2acc91c683c7f201f4b3134155056e88058c9722ee4a2776 325510 
libcups2-dev_1.5.3-2.4_amd64.deb
 0eeb5d802ea4bf57ec9d93691dfd0eb9111b17e4ac994c577960723e9fcef1d4 65318 
libcupsimage2-dev_1.5.3-2.4_amd64.deb
 f3454d9e47e363016e3dbe9a44f9a8079630104a81f5028beac4dace5aecd442 120102 
libcupscgi1-dev_1.5.3-2.4_amd64.deb
 6ae219f96bac8ab2097a5ff6b9880e54017f827867d2dba9a2d5e7ac1e202a57 105338 
libcupsdriver1-dev_1.5.3-2.4_amd64.deb
 ad3b2746803907512bac42ee2a5c424e72d2a10f7fd8e92e378266848219f39d 98106 
libcupsmime1-dev_1.5.3-2.4_amd64.deb
 4bbd5911da54307dcf3fe63e555e7b51b57ac152df938e1c22e9035160c43834 154578 
libcupsppdc1-dev_1.5.3-2.4_amd64.deb
 07ca66bca74da2b078e36d3eea42100ade6b63cdfcc5b93d958bd2c72453ab91 45622 
cups-bsd_1.5.3-2.4_amd64.deb
 851f2d66742dba8f3deef858421f07f841a999e03b7babb008d249c8a4dcba0b 114708 
cups-ppdc_1.5.3-2.4_amd64.deb
 fed08050c3195a95ea3aac6dbd43a99b1f77139768ab96fbc3aa7f0c7ef6caa5 2208184 
cups-dbg_1.5.3-2.4_amd64.deb
Files: 
 1a1e9931624f0b4718bdb3e4db397474 3265 net optional cups_1.5.3-2.4.dsc
 ffbbd650ec70b8d1d7023655f743c698 344175 net optional 
cups_1.5.3-2.4.debian.tar.gz
 68e7c10cc225d15c166c52f5ada0601c 901372 net optional 
cups-common_1.5.3-2.4_all.deb
 8328bc5ae37bd85978df6d42350de5a4 84910 oldlibs extra cupsddk_1.5.3-2.4_all.deb
 90729fba8feef6cf35cc418b77b78c08 253788 libs optional 
libcups2_1.5.3-2.4_amd64.deb
 134b71f1124443ab2874bea9d7c89f89 135836 libs optional 
libcupsimage2_1.5.3-2.4_amd64.deb
 43c429eec286d6c36621a9659da2fb47 114260 libs optional 
libcupscgi1_1.5.3-2.4_amd64.deb
 fc581cba59936e0aa5d88cb8c619dda6 102402 libs optional 
libcupsdriver1_1.5.3-2.4_amd64.deb
 15125cda1e3fd7b2d3501570a5c8258d 97284 libs optional 
libcupsmime1_1.5.3-2.4_amd64.deb
 7243b4ce45807824c61c509ec292dce5 137316 libs optional 
libcupsppdc1_1.5.3-2.4_amd64.deb
 c6a916009ff79a24115dd9102374041e 1379414 net optional cups_1.5.3-2.4_amd64.deb
 04c4f0ed9d16ed5be769b025cd38534a 180238 net optional 
cups-client_1.5.3-2.4_amd64.deb
 4d61360c64c376e0d61f38926f80dc2c 325510 libdevel optional 
libcups2-dev_1.5.3-2.4_amd64.deb
 82352fa8fdf48cb33192aa6a0b944b19 65318 libdevel optional 
libcupsimage2-dev_1.5.3-2.4_amd64.deb
 033d40ec1bb1bc4d88489fdc50719076 120102 libdevel optional 
libcupscgi1-dev_1.5.3-2.4_amd64.deb
 b9ef9ed929dc41b1ddd298e56595be8a 105338 libdevel optional 
libcupsdriver1-dev_1.5.3-2.4_amd64.deb
 54c30c0b55bd91aab37eec168d718481 98106 libdevel optional 
libcupsmime1-dev_1.5.3-2.4_amd64.deb
 04028f5e723d3586dd1838ea234cb899 154578 libdevel optional 
libcupsppdc1-dev_1.5.3-2.4_amd64.deb
 e686b5bd77c62c121be5bec0facd0550 45622 net extra cups-bsd_1.5.3-2.4_amd64.deb
 58e151fd36e8e4183e75e4efc3c2b45f 114708 utils optional 
cups-ppdc_1.5.3-2.4_amd64.deb
 c00dcc51fac4809d671bcc09cee1372c 2208184 debug extra 
cups-dbg_1.5.3-2.4_amd64.deb

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

iQGcBAEBCAAGBQJQiPVFAAoJEIvPpx7KFjRVA7ML/10P4I+0wI9dZSlKqLeoaLuo
27p18uN81OcOyrpJXSeHsRHy0OJcuY/OUfPvdJECZS9YQE8xN37khDgsASiwrXUR
NozcLgrsVBkQMg76F9ElrtJCrCR1lrIbX3Sx1g9/paaMPF6dHvfstwH71Waj1bGX
2inK2ENS+EOcQ8i8UQocWmwIUW0akCdvHNgPBSo0DvTBKolfpKfB0ExYa9kN+lxX
gSNhK/WkvvXME8w02f51jBme+2wi9l+Df3Ocx030fxp8I9wWkDvaYNr5fjvtXGsC
oQurJzAKzZQFJsckGrhdZGho1VYk3EM/qGKpYPtVLYdKRNXDK+V8wqfBoFHdbTU1
Vi+3NTHFmUIjgTf2MDnyNr5zrHY97XI11ou9EgO2SSEUlFvNd4IEYWsXNT5/qagf
BVCiDbifw20o4IsaHMfvpnKXz6Rkxr0YEe0S2Lnm5qAe0J+oGmdiqSrF8FkrLyhq
Hw51YqA283Eo+xbdUdrZvpNhHayUFvYrb/vlxPrYZg==
=8KkY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to