Your message dated Tue, 06 Nov 2012 16:02:55 +0000
with message-id <[email protected]>
and subject line Bug#668662: fixed in cups 1.5.3-2.6
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.6

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: Tue, 06 Nov 2012 16:26:25 +0100
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.6
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: 668662
Changes: 
 cups (1.5.3-2.6) unstable; urgency=low
 .
   * Import more fixes:
     - From RedHat:
       * USB backend quirk rule for Xerox Phaser 3124 (and maybe others).
         (STR #4217)
       * Ensure attributes are valid UTF-8 in dbus notifier.
         (RedHat #863387, STR #4219)
     - From upstream:
       * Fix to properly send cancel requests to printers not supporting
         Create-Job.
       * Fix to work around broken 1284 device IDs that use a newline
         instead of a semicolon.
       * Fix to avoid letting the IPP backend stuck in an endless loop on
         certain network errors. (STR #4194)
    * Tighten all internal dependencies on libcups2 to avoid any version
      disparity. (Closes: #668662)
Checksums-Sha1: 
 2fe74bea745a960673eeb799c499ea3e6ecad643 3265 cups_1.5.3-2.6.dsc
 47e66b8d3eed502320e34d733345e350ea44ba21 348385 cups_1.5.3-2.6.debian.tar.gz
 426efb4e7e08abc528131b1098a2dafd5948b93f 901694 cups-common_1.5.3-2.6_all.deb
 133b27275dc21c147efd24b45cdfcac561eedf30 85264 cupsddk_1.5.3-2.6_all.deb
 332111c5c28556e60ce374044aea339d0e2a913d 254150 libcups2_1.5.3-2.6_amd64.deb
 cd9f894b6899244192b1209f93d2c7046a9cb10d 136172 
libcupsimage2_1.5.3-2.6_amd64.deb
 d034d96ab633ef52f4afb360a532df204310dda6 114654 libcupscgi1_1.5.3-2.6_amd64.deb
 fb54f249e1f6b2e7b29274b5ba9b05d7e46be65f 102712 
libcupsdriver1_1.5.3-2.6_amd64.deb
 e84e3a8e95422433c1ecea3c4ca74c3207172281 97602 libcupsmime1_1.5.3-2.6_amd64.deb
 b808852c41221a7877ea129d95ac236ee3111ab2 137658 
libcupsppdc1_1.5.3-2.6_amd64.deb
 afbc9ebd0c3789c453d112fe5cd66625f5b65fdd 1380312 cups_1.5.3-2.6_amd64.deb
 5a105357b07f254e4518684f4d40e0a39e266200 180224 cups-client_1.5.3-2.6_amd64.deb
 5f2a2d9abed19539d35bb06432dda2d85a5fbbb9 325860 
libcups2-dev_1.5.3-2.6_amd64.deb
 621a48d7b0ae2ac56850dae42436f4cc8537ee25 65314 
libcupsimage2-dev_1.5.3-2.6_amd64.deb
 dd0fb1c01aa7d7bf6c96b5ecfc378a263c565774 120440 
libcupscgi1-dev_1.5.3-2.6_amd64.deb
 b487267daff3b122aa803255b19039605facb9be 105654 
libcupsdriver1-dev_1.5.3-2.6_amd64.deb
 0a84d4969d1683d412547698997e20d1a6eb7f50 98428 
libcupsmime1-dev_1.5.3-2.6_amd64.deb
 ff86fd887d774cc5f251f4af07b8551a351f20c3 154894 
libcupsppdc1-dev_1.5.3-2.6_amd64.deb
 826e2b5a44b224544d3ed95805347a06c17d0f87 45622 cups-bsd_1.5.3-2.6_amd64.deb
 1de85b328db99af91ae0140c6fcff6f34d79f103 114992 cups-ppdc_1.5.3-2.6_amd64.deb
 fb3c612e9d1c6f7b44a72c32a669395230f8c141 2209358 cups-dbg_1.5.3-2.6_amd64.deb
Checksums-Sha256: 
 8a141c8d6ade9b26cacb1cce51699c5b61ba6cd80cc468c4e2de7809d1b99945 3265 
cups_1.5.3-2.6.dsc
 31eeec8628ae7c05fb5cabdc9b595064bb732e82e52ec6602742a964b0c09a98 348385 
cups_1.5.3-2.6.debian.tar.gz
 ee9f46a993add73fe0c01fd21962c78ff80cad72536fc5337dc06c72cce9ffe0 901694 
cups-common_1.5.3-2.6_all.deb
 fd774d60ef5fe6b9052762503550c9f8ec31a888dbff1dbab394b0646584dcc0 85264 
cupsddk_1.5.3-2.6_all.deb
 7fefa6ea6e3a4d9651a88a50d78d313fe6a04feb0aec1ecec8c48df3624e33ef 254150 
libcups2_1.5.3-2.6_amd64.deb
 79019e2863a473d5d4e3c6b3ed055e20ed55bc419ffad6eb82dcec73e4af685d 136172 
libcupsimage2_1.5.3-2.6_amd64.deb
 1003053377f973af1f9d1fe401bfb7e34601bd59c9b0313a5fe1fe1be1a856c7 114654 
libcupscgi1_1.5.3-2.6_amd64.deb
 54ad05ffc078bf1ba49a041cb0c1e1199b7e7e89aa1fc7899b6a9e2234dbe89c 102712 
libcupsdriver1_1.5.3-2.6_amd64.deb
 80a897cc6952c2529fe6f165f93fb6122d449eb56ed00b3d49fb770db7b7783a 97602 
libcupsmime1_1.5.3-2.6_amd64.deb
 1ed662ad072383b76ea526b5a93bf9269b90505efd9d03202394e5c61eed5bab 137658 
libcupsppdc1_1.5.3-2.6_amd64.deb
 4364f4becaa752038806f56a35963dcf708c2f405d4a8667273262f0b5448433 1380312 
cups_1.5.3-2.6_amd64.deb
 d32aebf0510913648718493518bde1195edca24ac891ae3d8dee92a788ef8023 180224 
cups-client_1.5.3-2.6_amd64.deb
 63a992c17ea30aa5434097059e69bd1af992a0354c0e86597dd612725073bb43 325860 
libcups2-dev_1.5.3-2.6_amd64.deb
 a8c5a5ebc6acb22eff3d3aaa9849f0c6d1d5991212119d60141d3e090b368b9b 65314 
libcupsimage2-dev_1.5.3-2.6_amd64.deb
 d619126d9987fcf6a586fb95e85df9b984707407e88b956b6d22461a37b702f7 120440 
libcupscgi1-dev_1.5.3-2.6_amd64.deb
 81751d64734cf0f3d981a9172b6054abb369ad4791bffa9a87fcf5787be0ff17 105654 
libcupsdriver1-dev_1.5.3-2.6_amd64.deb
 ebfd0f156d20e4faea968e1cea8d99aa661f3391efe47b92cab297f2ef67d932 98428 
libcupsmime1-dev_1.5.3-2.6_amd64.deb
 874accc7835a6cac1aa631b68bf4dd56f950168aaec9782b1369fd49422de771 154894 
libcupsppdc1-dev_1.5.3-2.6_amd64.deb
 40280d62cae651fd17388e72096da1827133161fef61fe9df52f2fb7dc0d5217 45622 
cups-bsd_1.5.3-2.6_amd64.deb
 20aa76ff97e9e14c80671b53c66bc35a3ddf8ad4590558cc69e8bdd073f39988 114992 
cups-ppdc_1.5.3-2.6_amd64.deb
 4458f1763dccee902aa4db5c4f9824bbae26072e493bb324449b31397b1a0e35 2209358 
cups-dbg_1.5.3-2.6_amd64.deb
Files: 
 d2d6e1eb9d9f58d34ed77408570d88f2 3265 net optional cups_1.5.3-2.6.dsc
 ab0aee18edab65acfef18157cb54c0fa 348385 net optional 
cups_1.5.3-2.6.debian.tar.gz
 3016b6e2381cb22e2168475b203ca1e6 901694 net optional 
cups-common_1.5.3-2.6_all.deb
 375f0ae73e9689a0a4af1de656fc39c2 85264 oldlibs extra cupsddk_1.5.3-2.6_all.deb
 0d97cc296b91fe5e69849d96b6a0cb24 254150 libs optional 
libcups2_1.5.3-2.6_amd64.deb
 c42569c16fca76bd52101cd9d036ed09 136172 libs optional 
libcupsimage2_1.5.3-2.6_amd64.deb
 74f6197473065599b31a70e4d8f8a825 114654 libs optional 
libcupscgi1_1.5.3-2.6_amd64.deb
 8f17b4db2ebf4d50aca190a3e45cd957 102712 libs optional 
libcupsdriver1_1.5.3-2.6_amd64.deb
 0777cf0c08acc9dcb95d0d3c33fa69b8 97602 libs optional 
libcupsmime1_1.5.3-2.6_amd64.deb
 9fdc0eac25dbf6cbc09daac0a8fa1190 137658 libs optional 
libcupsppdc1_1.5.3-2.6_amd64.deb
 a234f32b54a51a3ec36dd90a7e9c101b 1380312 net optional cups_1.5.3-2.6_amd64.deb
 c1e3c7953d016d6cb4b083ac86e9e09d 180224 net optional 
cups-client_1.5.3-2.6_amd64.deb
 7d46595ec1f1f3f88d25bca1d49b5d9a 325860 libdevel optional 
libcups2-dev_1.5.3-2.6_amd64.deb
 547b2b9e92ee5d83fad4e9589ee67adc 65314 libdevel optional 
libcupsimage2-dev_1.5.3-2.6_amd64.deb
 6f2d0c9c58fc0066be9f2c4c263ac1c3 120440 libdevel optional 
libcupscgi1-dev_1.5.3-2.6_amd64.deb
 f9622cf736eb26d577538a2652ce4f78 105654 libdevel optional 
libcupsdriver1-dev_1.5.3-2.6_amd64.deb
 614283f0a236671d03d75e4001afe8c4 98428 libdevel optional 
libcupsmime1-dev_1.5.3-2.6_amd64.deb
 7d26af5a0a5634ebaeacf45b614a6b7b 154894 libdevel optional 
libcupsppdc1-dev_1.5.3-2.6_amd64.deb
 9df6219b4b080288d093aada88aa9e0c 45622 net extra cups-bsd_1.5.3-2.6_amd64.deb
 881f32f656fec20841e77532d1d1c98d 114992 utils optional 
cups-ppdc_1.5.3-2.6_amd64.deb
 6e71ed3e9ea318ad6448284741fca4e5 2209358 debug extra 
cups-dbg_1.5.3-2.6_amd64.deb

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

iQGcBAEBCAAGBQJQmTI4AAoJEIvPpx7KFjRV83EL/0XPCZw/8bccIeGbpBmS6nFu
lOpkLtkPxshjlA8sC2pLXkmjrKQtBkfLBZJfq1AM0Bnlwzo7fOSElDkKIiHwsZpV
e6vN8WFRlPWXszrHKkTl3rZuybTxE1e6tNEtqwtc5bDWbY7ylV59x91ynSIhaCSN
il5ttwk2hhZANzxm9HMpKV0oyyU7mH8M6bnGupWUN8EmOGc0coPUHvB0+jwKRPxg
GqjuzWT9W1CgQj5G39b4p1Qk20F+47v8DvnuPqpe/xkeN2LZuICwB2eaTVWnQsE4
L4tlf1ZlH3/2ogq8CiKE0R8ryKtK6kC0xi51zPkT5A6LSb2kjcskphjdztDgsqpB
ILlJ0VqnQUQvFp1pk7kSka9iTf1Na9dZDzXVuwheuYg/Q6mixSNK939L5VGS8I0s
j2YJc1El3WNJQnISyEe9IogNH6mnNAnAB2c5gbNNIREIeP7999JV6l71cgiFTrS7
W6OqFw+YfnCUFJgyh8+cXJ1XHTVVznvsyHkduptmPg==
=RTdT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to