Mailinglist Archive: opensuse-bugs (15063 mails)
| < Previous | Next > |
[Bug 309832] New: cupstestppd doesn't work for some gzipped PPDs
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 12 Sep 2007 06:25:26 -0600 (MDT)
- Message-id: <bug-309832-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=309832
Summary: cupstestppd doesn't work for some gzipped PPDs
Product: openSUSE 10.3
Version: Beta 2
Platform: i386
OS/Version: openSUSE 10.3
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Printing
AssignedTo: kssingvo@xxxxxxxxxx
ReportedBy: jsmeix@xxxxxxxxxx
QAContact: jsmeix@xxxxxxxxxx
Found By: Development
cupstestppd fails for some gzipped PPDs which are actually ok.
For example:
-----------------------------------------------------------------------------
user@lavoisier> cupstestppd \
/usr/share/cups/model/manufacturer-PPDs/infotec/Infotec-ISC_2432_PS.ppd.gz \
; echo $?
/usr/share/cups/model/manufacturer-PPDs/infotec/Infotec-ISC_2432_PS.ppd.gz:
FAIL
**FAIL** Unable to open PPD file - Missing value string on line 1869.
REF: Page 20, section 3.4.
3
-----------------------------------------------------------------------------
Via zcat the same PPD is ok.:
-----------------------------------------------------------------------------
user@lavoisier> zcat \
/usr/share/cups/model/manufacturer-PPDs/infotec/Infotec-ISC_2432_PS.ppd.gz \
| cupstestppd - \
; echo $?
(stdin): PASS
WARN DefaultLeadingEdge has no corresponding options!
0
-----------------------------------------------------------------------------
Line 1869 in the PPD is:
-----------------------------------------------------------------------------
*UserCode 1002/1002: "%% FoomaticRIPOptionSetting: UserCode=1002"
-----------------------------------------------------------------------------
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: cupstestppd doesn't work for some gzipped PPDs
Product: openSUSE 10.3
Version: Beta 2
Platform: i386
OS/Version: openSUSE 10.3
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Printing
AssignedTo: kssingvo@xxxxxxxxxx
ReportedBy: jsmeix@xxxxxxxxxx
QAContact: jsmeix@xxxxxxxxxx
Found By: Development
cupstestppd fails for some gzipped PPDs which are actually ok.
For example:
-----------------------------------------------------------------------------
user@lavoisier> cupstestppd \
/usr/share/cups/model/manufacturer-PPDs/infotec/Infotec-ISC_2432_PS.ppd.gz \
; echo $?
/usr/share/cups/model/manufacturer-PPDs/infotec/Infotec-ISC_2432_PS.ppd.gz:
FAIL
**FAIL** Unable to open PPD file - Missing value string on line 1869.
REF: Page 20, section 3.4.
3
-----------------------------------------------------------------------------
Via zcat the same PPD is ok.:
-----------------------------------------------------------------------------
user@lavoisier> zcat \
/usr/share/cups/model/manufacturer-PPDs/infotec/Infotec-ISC_2432_PS.ppd.gz \
| cupstestppd - \
; echo $?
(stdin): PASS
WARN DefaultLeadingEdge has no corresponding options!
0
-----------------------------------------------------------------------------
Line 1869 in the PPD is:
-----------------------------------------------------------------------------
*UserCode 1002/1002: "%% FoomaticRIPOptionSetting: UserCode=1002"
-----------------------------------------------------------------------------
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |