Your message dated Mon, 05 Nov 2012 10:47:56 +0000
with message-id <[email protected]>
and subject line Bug#668662: fixed in cups 1.5.3-2.5
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.5

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: Fri, 02 Nov 2012 22:30:39 +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.5
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.5) unstable; urgency=low
 .
   * Furhter tighten cups dependency on libcups2. (Closes: #668662)
Checksums-Sha1: 
 332e00e57b586ad07df119dd267f738f6a064565 3265 cups_1.5.3-2.5.dsc
 f042bef9e50b28540d234984bdba23242702f219 345543 cups_1.5.3-2.5.debian.tar.gz
 ddf182b9b07951532516cde193fb65f28d18811b 901416 cups-common_1.5.3-2.5_all.deb
 415bd6950140f267301bd0bb3fee5a4a304a6c8a 84966 cupsddk_1.5.3-2.5_all.deb
 7fac26f2f35e857c7f783399236fc1f4e25560ed 253842 libcups2_1.5.3-2.5_amd64.deb
 f1d437763e088b6db671f9ff72de71fdfe433540 135874 
libcupsimage2_1.5.3-2.5_amd64.deb
 64fdb54df9ce678bf72b61dc9792c515acd3a9b3 114306 libcupscgi1_1.5.3-2.5_amd64.deb
 c3646f2484f7f6ede5f8f64ed5f1b75b6b6e067e 102436 
libcupsdriver1_1.5.3-2.5_amd64.deb
 e6d04dd29a1f77c7750393797154e193f19eec62 97322 libcupsmime1_1.5.3-2.5_amd64.deb
 7328e677fde6915ea17d7561a07c4e3526d42c77 137352 
libcupsppdc1_1.5.3-2.5_amd64.deb
 c4b26257ddf0def40dd0b643d5e650f1d684e91b 1379384 cups_1.5.3-2.5_amd64.deb
 247a5707c94aaf50b10641eb608b1ae836c611f8 180226 cups-client_1.5.3-2.5_amd64.deb
 3153c5b7a68f96d993f9e1f536cb42b17c7ac72f 325566 
libcups2-dev_1.5.3-2.5_amd64.deb
 fd06d4a7db2c290d8f83eae92edc3e12947fe635 65314 
libcupsimage2-dev_1.5.3-2.5_amd64.deb
 0b5de2145de4d37e7242350095a29d227f73c0b8 120160 
libcupscgi1-dev_1.5.3-2.5_amd64.deb
 b52807b20891de874909ee2f846339a1bf8a5c73 105372 
libcupsdriver1-dev_1.5.3-2.5_amd64.deb
 807f2c0e0124c733b65e97581cc10810e46b72de 98154 
libcupsmime1-dev_1.5.3-2.5_amd64.deb
 ab7c61ba4d8e5bbe8c07d7b1e8ba54f40b7a920d 154626 
libcupsppdc1-dev_1.5.3-2.5_amd64.deb
 ba2667da3d7efde557daa50e2a968d788a201083 45610 cups-bsd_1.5.3-2.5_amd64.deb
 f139833715b73b69602a3758fac101d25f0045fc 114760 cups-ppdc_1.5.3-2.5_amd64.deb
 76f01903dad63ed4eaeb9ff6075e3ca23aacd981 2206650 cups-dbg_1.5.3-2.5_amd64.deb
Checksums-Sha256: 
 ce9477d991ea043e10f32568f57333af87185989ccb396dd6b8c40180bbcc430 3265 
cups_1.5.3-2.5.dsc
 e1754d977c5715384d035c3bd386d6913803e74c4d2ac515a290ba3f41887d93 345543 
cups_1.5.3-2.5.debian.tar.gz
 700471e0a06d51ed68a647419e99525a0b21f2f26f4cf6b07431f98593684fa7 901416 
cups-common_1.5.3-2.5_all.deb
 3dc89666e86bcffe526bd5e184b3260ee084d84453cab04aa6504ffffcd2d17d 84966 
cupsddk_1.5.3-2.5_all.deb
 b4b1f6ab0fc5ceedd303f3567e790250c69434a74839fdb3424e9fba4a4db613 253842 
libcups2_1.5.3-2.5_amd64.deb
 01ebaa1d07bba0725a7b5b94e177108c4b9a9a8cea621c05b1897001afde8404 135874 
libcupsimage2_1.5.3-2.5_amd64.deb
 cbe17b0c88b81fdd76178ddef849b715fa532c3b00111db14cc08f2316483a67 114306 
libcupscgi1_1.5.3-2.5_amd64.deb
 e8abdfdde3aa2144a572ad5e2604754fb6139abb1e063257e23150e856141418 102436 
libcupsdriver1_1.5.3-2.5_amd64.deb
 cbeaa499078549f62caab451481fc6be85de1f8d57e25c756e129f80bab3fc03 97322 
libcupsmime1_1.5.3-2.5_amd64.deb
 7f87c2f17e0284dc632565533845b5a381a97eadd0766944f169cdb0ff97c24e 137352 
libcupsppdc1_1.5.3-2.5_amd64.deb
 0118537944c335893fcad9db22a602ae765f5d91f6e9ff648b29faddd15ef6db 1379384 
cups_1.5.3-2.5_amd64.deb
 89ac21e240338812ee0efce968fcfb3a641cfb4bab3f387fb844073982546b63 180226 
cups-client_1.5.3-2.5_amd64.deb
 83678ca8c8eb63fc2bedd17020cee9ea4971ce4861bc818c959d5f202a95e763 325566 
libcups2-dev_1.5.3-2.5_amd64.deb
 305d7baa548e12ea3b96d9259be9bf153fd678ad46c6ef4895af948a8ce5eb8a 65314 
libcupsimage2-dev_1.5.3-2.5_amd64.deb
 910eba7818b06caf6471decd99bbaae0fc142f3b8b51663ab780497a803840b2 120160 
libcupscgi1-dev_1.5.3-2.5_amd64.deb
 c8b1f2c0e66f060228d40df939f9ef5b86634ba98f81ca63b134f7aa51c6b478 105372 
libcupsdriver1-dev_1.5.3-2.5_amd64.deb
 b3e40dab44e492e286b5002a96c397d5c4a5b523c0b764edcefa11c1b0083137 98154 
libcupsmime1-dev_1.5.3-2.5_amd64.deb
 fa7a5b87b59e4f5c129604003e1832bdfb652975c17fa160902a87530e228b52 154626 
libcupsppdc1-dev_1.5.3-2.5_amd64.deb
 55d72d0eeb2c48fb5e7a8eb793e2bafb38276bad37a92b30ac1535cbb6006081 45610 
cups-bsd_1.5.3-2.5_amd64.deb
 85e2e2d9fec11eeed0bff7adc2575c3f0c81d22f92e7aecff32f170af5d3e286 114760 
cups-ppdc_1.5.3-2.5_amd64.deb
 cfe12dc00e6c270b712e6ab0e7ec920a9f8c5f45a9b98036b456404fedaee71c 2206650 
cups-dbg_1.5.3-2.5_amd64.deb
Files: 
 6cac454e18ce055ba5277159e2ac6e7b 3265 net optional cups_1.5.3-2.5.dsc
 2cfc62c3e0739c09e13b79ccf4d18289 345543 net optional 
cups_1.5.3-2.5.debian.tar.gz
 84ab6cfeca1a4bce9989f8adf8beb568 901416 net optional 
cups-common_1.5.3-2.5_all.deb
 6ea3029f55a35de3f84aabbf81c5074e 84966 oldlibs extra cupsddk_1.5.3-2.5_all.deb
 6079b627529c2e2e46dcf4b78756b0fd 253842 libs optional 
libcups2_1.5.3-2.5_amd64.deb
 0838950b77edeebeb85645e866abf787 135874 libs optional 
libcupsimage2_1.5.3-2.5_amd64.deb
 b5368d6a194985ad042ed8a37ac225bc 114306 libs optional 
libcupscgi1_1.5.3-2.5_amd64.deb
 3f30deed46becb1092250e39b26547a1 102436 libs optional 
libcupsdriver1_1.5.3-2.5_amd64.deb
 4277e2b001264aaa19d25794be7a6b03 97322 libs optional 
libcupsmime1_1.5.3-2.5_amd64.deb
 ac1e2abbd9bc1ae0583a32c802e0e97d 137352 libs optional 
libcupsppdc1_1.5.3-2.5_amd64.deb
 fa253cc5ae29bc4015eb92754f011b6c 1379384 net optional cups_1.5.3-2.5_amd64.deb
 e255231bbf1f33e1e31102a3beb5f39f 180226 net optional 
cups-client_1.5.3-2.5_amd64.deb
 5fe0875b0b21bb59858a4738d76f2c4c 325566 libdevel optional 
libcups2-dev_1.5.3-2.5_amd64.deb
 3f87c85c04cde1b901add7e4e8d60d4f 65314 libdevel optional 
libcupsimage2-dev_1.5.3-2.5_amd64.deb
 5aadce2fbf8f15d2fe7c361caa1188ad 120160 libdevel optional 
libcupscgi1-dev_1.5.3-2.5_amd64.deb
 498f8f9edc0930e36d1c9d735d6a7a6e 105372 libdevel optional 
libcupsdriver1-dev_1.5.3-2.5_amd64.deb
 e3cfaaf99bb740384c4ee98a095d5e4e 98154 libdevel optional 
libcupsmime1-dev_1.5.3-2.5_amd64.deb
 3134179785aa1f0070f9206feafb5697 154626 libdevel optional 
libcupsppdc1-dev_1.5.3-2.5_amd64.deb
 82aab6d95a3249c44d4a4cf61e85b341 45610 net extra cups-bsd_1.5.3-2.5_amd64.deb
 7e3ee3f5ebc6c229825f637461b381ea 114760 utils optional 
cups-ppdc_1.5.3-2.5_amd64.deb
 82b3fa16ee59d203d2a00beb0447df47 2206650 debug extra 
cups-dbg_1.5.3-2.5_amd64.deb

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

iQGcBAEBCAAGBQJQlEYLAAoJEIvPpx7KFjRV+VsMAJi771fbSk9QXTMro2YNCVb6
M3JxSo56pqh1a/9a2G63a+Ps6o3cdJaFswojQNN5Wxygky2Of7l2+VAJRf41k5m3
HKfUsxvrCA6sNW8TN/1fXaVAfuNWqcAIRrieNenF3uq+BSxpesXP7G4d9JSZwJcN
dnXLp4qMMHm+gTXSIDUoIbnDfUxCWR9HKXeqyoXba9urBX5DHM+QSQjPid55HCHo
ckgLUemhYHmwdPhLR1fYVJYWkZxEVS8lBcqwspLMqjYrSuLKjghOEOUJ5TiJ2WIW
T2b5wEc/rxAy0WjHgYZZVaQ4ZRrme/2Q3DMttRJ1Pbf+GfvzzAhVO/ArEknHsl7D
FuWnj9Lu+ElcKN7AHXe6PU+LpC6r8OdkW2eSjNn9RtCZsJrOYrvZGQ6HR5ko3G5b
f9gWdIw7KANTlPz29lfJyo35F0AYFWQLcIk2rbgnsWyupLR6G/f/Y5IhUJ2ZcZcf
3HohVaJMw+qq4G5pJbOfo/vG+L/zI+Y8UtqPBgamzg==
=6z6z
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to