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

Bug#645329: marked as done (cups: Building with DEB_BUILD_OPTIONS="noopt nostrip" or just "noopt" fails)



Your message dated Sat, 09 Mar 2013 17:02:49 +0000
with message-id <E1UENAX-0005bn-T4@franck.debian.org>
and subject line Bug#645329: fixed in cups 1.6.1-3
has caused the Debian Bug report #645329,
regarding cups: Building with DEB_BUILD_OPTIONS="noopt nostrip" or just "noopt" fails
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.)


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

The cups package does not support debugging (beyond providing
cups-debug). In particular setting DEB_BUILD_OPTIONS to
either "noopt nostrip" or just to "noop" means that
dpkg-buildpackage -rfakeroot -b ...    fails.

This is a real problem because I am trying to use gdb to find a cups bug,
but critical lines of code are optimized out, so using cups-dbg
doesn't help, even with source installed.

Further the debian pacakge does not seem to support the 
--enable-debug-printfs configure option so setting
CUPS_DEBUG_LEVEL and CUPS_DEBUG_LOG appears to do nothing (INSTALL
..txt).  This makes tracking bugs much more diffiecult than it need be
:-(


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

Kernel: Linux 3.1.0-rc4+ (PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cups depends on:
ii  adduser                3.113           
ii  bc                     1.06.95-2       
ii  cups-client            1.5.0-8         
ii  cups-common            1.5.0-8         
ii  cups-ppdc              1.5.0-8         
ii  debconf [debconf-2.0]  1.5.40          
ii  ghostscript            9.04~dfsg-2     
ii  libacl1                2.2.51-3        
ii  libavahi-client3       0.6.30-5        
ii  libavahi-common3       0.6.30-5        
ii  libc6                  2.13-21         
ii  libcups2               1.5.0-8         
ii  libcupscgi1            1.5.0-8         
ii  libcupsdriver1         1.5.0-8         
ii  libcupsimage2          1.5.0-8         
ii  libcupsmime1           1.5.0-8         
ii  libcupsppdc1           1.5.0-8         
ii  libdbus-1-3            1.4.16-1        
ii  libgcc1                1:4.6.1-4       
ii  libgnutls26            2.12.11-1       
ii  libgssapi-krb5-2       1.9.1+dfsg-1    
ii  libijs-0.35            0.35-8          
ii  libkrb5-3              1.9.1+dfsg-1    
ii  liblcms1               1.19.dfsg-1+b1  
ii  libldap-2.4-2          2.4.25-3        
ii  libpam0g               1.1.3-4         
ii  libpaper1              1.1.24+nmu1     
ii  libpoppler13           0.16.7-2+b1     
ii  libslp1                1.2.1-7.8       
ii  libstdc++6             4.6.1-4         
ii  libusb-0.1-4           2:0.1.12-19     
ii  lsb-base               3.2-28          
ii  poppler-utils          0.16.7-2+b1     
ii  procps                 1:3.2.8-11      
ii  ssl-cert               1.0.28          
ii  ttf-freefont           20100919-1      
ii  zlib1g                 1:1.2.3.4.dfsg-3

Versions of packages cups recommends:
ii  avahi-daemon            0.6.30-5   
ii  colord                  0.1.11-1   
ii  cups-driver-gutenprint  5.2.7-2    
ii  foomatic-filters        4.0.9-1    
ii  ghostscript-cups        9.04~dfsg-2

Versions of packages cups suggests:
ii  cups-bsd     1.5.0-8        
ii  cups-pdf     <none>         
ii  foomatic-db  20110831-1     
ii  hplip        <none>         
ii  smbclient    2:3.5.11~dfsg-1
ii  udev         172-1          

-- Configuration Files:
/etc/cups/cupsd.conf changed:
LogLevel debug
MaxLogSize 0
SystemGroup lpadmin
Listen localhost:631
Listen /var/run/cups/cups.sock
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseLocalProtocols CUPS dnssd
DefaultAuthType Basic
WebInterface Yes
<Location />
  Order allow,deny
</Location>
<Location /admin>
  Order allow,deny
</Location>
<Location /admin/conf>
  AuthType Default
  Require user @SYSTEM
  Order allow,deny
</Location>
<Policy default>
  # Job/subscription privacy...
  JobPrivateAccess default
  JobPrivateValues default
  SubscriptionPrivateAccess default
  SubscriptionPrivateValues default
  # Job-related operations must be done by the owner or an administrator...
  <Limit Create-Job Print-Job Print-URI Validate-Job>
    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 Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  # All administration operations require an administrator to authenticate...
  <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>
  # All printer operations require a printer operator to authenticate...
  <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 Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  # Only the owner or an administrator can cancel or authenticate a job...
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>
<Policy authenticated>
  # Job/subscription privacy...
  JobPrivateAccess default
  JobPrivateValues default
  SubscriptionPrivateAccess default
  SubscriptionPrivateValues default
  # Job-related operations must be done by the owner or an administrator...
  <Limit Create-Job Print-Job Print-URI Validate-Job>
    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 Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  # All administration operations require an administrator to authenticate...
  <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>
  # All printer operations require a printer operator to authenticate...
  <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 Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  # Only the owner or an administrator can cancel or authenticate a job...
  <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, parallel, socket
* cupsys/raw-print: false



--- End Message ---
--- Begin Message ---
Source: cups
Source-Version: 1.6.1-3

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

Debian distribution maintenance software
pp.
Didier Raboud <odyx@debian.org> (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 ftpmaster@debian.org)


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

Format: 1.8
Date: Sat, 09 Mar 2013 17:40:09 +0100
Source: cups
Binary: libcups2 libcupsimage2 libcupscgi1 libcupsmime1 libcupsppdc1 cups cups-daemon cups-client libcups2-dev libcupsimage2-dev libcupscgi1-dev libcupsmime1-dev libcupsppdc1-dev cups-bsd cups-common cups-ppdc cups-dbg
Architecture: source amd64 all
Version: 1.6.1-3
Distribution: experimental
Urgency: low
Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
Changed-By: Didier Raboud <odyx@debian.org>
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-daemon - Common UNIX Printing System(tm) - server
 cups-dbg   - Common UNIX Printing System(tm) - debugging symbols
 cups-ppdc  - Common UNIX Printing System(tm) - PPD manipulation utilities
 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
 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: 645329 702248
Changes: 
 cups (1.6.1-3) experimental; urgency=low
 .
   * Wait 30 minutes for jobs to complete, hopefully fixes the mips
     FTBFS.
   * Make 'noopt' building succeed by relaxing the makeshlibs
     requirements in that case, thanks to Sam Lantinga. (Closes: #645329)
   * Add slapd and nslcd to cups' Should-Start LSB headers.
     (Closes: #702248)
   * Backport upstream documentation fix for STR#4223 "lpadmin to root
     privilege escalation"
Checksums-Sha1: 
 c7a9aa5b197dd5d8651c5e51374f04b4cecc47c9 3164 cups_1.6.1-3.dsc
 a967b456d8aa27a7d2ea89333b346e99622fd263 462682 cups_1.6.1-3.debian.tar.gz
 5e23141ad4ff573fc9bc8d03f6a47db7d56d4de8 277970 libcups2_1.6.1-3_amd64.deb
 1511c72d19c5f00fb0110cbe1e25437418baa954 102932 libcupsimage2_1.6.1-3_amd64.deb
 c3344f54700966e142eb82aefb0a79db4ee0123e 116544 libcupscgi1_1.6.1-3_amd64.deb
 6bf4e58824d13d9e488c4695d901be6edbb2fddc 99448 libcupsmime1_1.6.1-3_amd64.deb
 bcec232d1696a6e6a5a1ad716b59f0225cc85545 139128 libcupsppdc1_1.6.1-3_amd64.deb
 8049d3a3cd46bf6d5abe1d9c9dce4a279f2ad703 970926 cups_1.6.1-3_amd64.deb
 b613f5a772b61432af582d31c3e69dd0dac2b526 377086 cups-daemon_1.6.1-3_amd64.deb
 0b75c43f397e79a0e2790fed9ea6bca00a9016e1 201048 cups-client_1.6.1-3_amd64.deb
 bc9887c682f5162b592b24a5f05ced335321fce5 347592 libcups2-dev_1.6.1-3_amd64.deb
 1e53e94e141df73a5d8a0ce40018f76e796f90ca 21884 libcupsimage2-dev_1.6.1-3_amd64.deb
 53d2e26581747f13db593cfe94ba0edc49fd0e87 122164 libcupscgi1-dev_1.6.1-3_amd64.deb
 8244cfdf98ca94a630ac4743d46f30361b89c12d 100140 libcupsmime1-dev_1.6.1-3_amd64.deb
 615a2c45079d1f708cc1e92e14c4cb93035966a6 156320 libcupsppdc1-dev_1.6.1-3_amd64.deb
 9cafb57b400a9d900e5961de1f579f68f9ececc4 30474 cups-bsd_1.6.1-3_amd64.deb
 0aaa9dc7c15cfd42b662ffac3134f16d81ec6422 247876 cups-common_1.6.1-3_all.deb
 76fdc3dfc31d1b175335ebe78ea71c05e94cc043 116870 cups-ppdc_1.6.1-3_amd64.deb
 3bd823d8c8c129adba5e38a2cb06af460105d053 2070110 cups-dbg_1.6.1-3_amd64.deb
Checksums-Sha256: 
 41d393d2f6c06818a5f247e8837059f5caa994417c4ecf0c32503e365af2581a 3164 cups_1.6.1-3.dsc
 ca0270e7b3ff83a60635cd396e66a861ef01d95b987b129a4cf932b5853003e9 462682 cups_1.6.1-3.debian.tar.gz
 4cbc5a2c396ee4f625ad5b67dd8bf668c85e30d29c8fabf1a2b41ff399cfc796 277970 libcups2_1.6.1-3_amd64.deb
 fcf3691b6ee2a370d4cdc5a6870688e3231d03aa94684480a43bc5b17d7065e6 102932 libcupsimage2_1.6.1-3_amd64.deb
 286b237bbdbafbe59859529a9245c78b428a98de5b41083edb6eb4ab5bbebc42 116544 libcupscgi1_1.6.1-3_amd64.deb
 3a3bb7bac9ce722cc4f8fa5308ea4a2910b359021dda75978acc5ac9748b4f29 99448 libcupsmime1_1.6.1-3_amd64.deb
 e78563d0b76a39807383fd225d9a6d6f9f421c9065614519ff02742623e4fe59 139128 libcupsppdc1_1.6.1-3_amd64.deb
 3209d125995290e96817011ee060ad09d840dbda829b0d676c7a02e53c7b208f 970926 cups_1.6.1-3_amd64.deb
 9d494d0cdedf2f13c1ca2ebb0185c0b3e77f5c8d3739acd67d728c34b59363ee 377086 cups-daemon_1.6.1-3_amd64.deb
 a710370507615751145bce7479eec15309fba85e1f3f4b9f8c1e0d96c30ec7f6 201048 cups-client_1.6.1-3_amd64.deb
 28baee13048ba2ca7e598f3061673b0afaa5c29e9d4cafec0d562388c92cc56e 347592 libcups2-dev_1.6.1-3_amd64.deb
 690094c1e53a947d5d6396784bf94fdadf82dcb390d1db08e2a6f9d35e01a24c 21884 libcupsimage2-dev_1.6.1-3_amd64.deb
 ad8510b2d12f73587a666dc40f0c3f85050c1f3a7d0d9dac5fb152d863f952c7 122164 libcupscgi1-dev_1.6.1-3_amd64.deb
 4923c722d1f413dd4d7deeca55d47643b1f4eb1fc421b9873fdcfccefbda62d1 100140 libcupsmime1-dev_1.6.1-3_amd64.deb
 476f35445f4de9d5bf8b999a1275252d1e31d99ead3416ee83cad841406d26f0 156320 libcupsppdc1-dev_1.6.1-3_amd64.deb
 056e0ec93957a6e4cd75af59c62dfc26d0c26a8679fdcc1cc3cfcb8cfacdf21e 30474 cups-bsd_1.6.1-3_amd64.deb
 0dde80e69ed0f4540a20388188c0edc5e0a23f592e8d93b3fcd6be6caeb29bcf 247876 cups-common_1.6.1-3_all.deb
 9be9fb5be8e69bdbc4c7bf3507a2987f3428f72181fa2d679bae858b0e8ced2a 116870 cups-ppdc_1.6.1-3_amd64.deb
 c65f755f12a9b43add0c2efa4094ca4f66da6fea0b06b6c44ce5914a9a69ea59 2070110 cups-dbg_1.6.1-3_amd64.deb
Files: 
 c1d6e04d3c3f1a6d90b86fd08eecf088 3164 net optional cups_1.6.1-3.dsc
 9c851a8e92373334166ff57583ac8046 462682 net optional cups_1.6.1-3.debian.tar.gz
 0e3f5890ea015d42aee95aec39ad7c24 277970 libs optional libcups2_1.6.1-3_amd64.deb
 f1d3d18775a7b6cc4a237336ee7750d6 102932 libs optional libcupsimage2_1.6.1-3_amd64.deb
 9a1b14b32382c9d3e041a7d8ddc9af17 116544 libs optional libcupscgi1_1.6.1-3_amd64.deb
 1793645ea0e4983a388f50e774872d85 99448 libs optional libcupsmime1_1.6.1-3_amd64.deb
 86fe8c0f0f1968f6b0ffd10cacc3698c 139128 libs optional libcupsppdc1_1.6.1-3_amd64.deb
 6ead3b41c83c6ddfd51035246ba876ab 970926 net optional cups_1.6.1-3_amd64.deb
 0fae634f684e70c3b70cdabdfc209e1a 377086 net optional cups-daemon_1.6.1-3_amd64.deb
 a0096e2585a0af9fa79ddb00ef4c756d 201048 net optional cups-client_1.6.1-3_amd64.deb
 b2e9e8a63413ecfb0f69be852b33d5ce 347592 libdevel optional libcups2-dev_1.6.1-3_amd64.deb
 dffae32fa477a41dfd51a2584e4d378d 21884 libdevel optional libcupsimage2-dev_1.6.1-3_amd64.deb
 049c4f389e4a1b54c0e65cf1b422e506 122164 libdevel optional libcupscgi1-dev_1.6.1-3_amd64.deb
 43e13a93511365df26aebde4a8d80324 100140 libdevel optional libcupsmime1-dev_1.6.1-3_amd64.deb
 090f9d9b4c0abcd035e52f5e012ee7c3 156320 libdevel optional libcupsppdc1-dev_1.6.1-3_amd64.deb
 2a9ff5222cb9039366e2eece81baa188 30474 net extra cups-bsd_1.6.1-3_amd64.deb
 5a19bff4a37522b6bc169ac2540fd55a 247876 net optional cups-common_1.6.1-3_all.deb
 cd35eb9e5e488bd5b5d0145ea5b154ab 116870 utils optional cups-ppdc_1.6.1-3_amd64.deb
 d00d5a2d78aa153d8f9f539da05a1520 2070110 debug extra cups-dbg_1.6.1-3_amd64.deb

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

iQGcBAEBCAAGBQJRO2iiAAoJEIvPpx7KFjRVqOYL/2TM1rBzoi2M/zap2CYX/hTl
WQLgQRaUeYkLqoH/CmQupgy+NS0dKRx+FsGbWm4xAEvyV3BVpJDBOSa+5iBBCHQ3
x1GgyJJKld6MAYJBlUidZzJug3cDYGvVVx1ko9IFU6S1DM2sGhv7svfE6uwsb4Od
dVV33uFn7NtJDHomdeV7YLoPTl3RjgSmaF3sRFEiOPC8++d7sXq/i1Jmjtae3NV+
KFfYvo5pjr8UVY8mrklldvSjrmxVKrx1RNp5CLiuGc/Ph/5gWGNT7gI+H/MNpYXy
MOw4Mi6xU1nS9xsXvOi9kCiydA1YF6w0hk/1iuNjW0jxKbxPTxFQm+UFEY2QyIxH
FAUQ5SXn7nHYNdPPTRsQAgMabkvBvEVzC6p2YmZu/ZRW/msIOAThQ5VSyIVBzVgO
hbJkuuW60JMUM/EBrbB2Yi+hozqfu62T4E9Bzl4K8AY587KFCt3l49Vg4v8PAuH0
oC/JzwhYBxywhEwVUKYbl19y1t0I5l3iWS8vl+azRQ==
=8pEn
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: