[Bug 1800062]

2018-11-16 Thread Ray Johnston
Hint: Read the documenation. Look for .htm files that contain "halftone".
Ghostscript supports PostScript Level 3 halftones and includes some
tools to do special dithering/halftoning.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1800062] Re: Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-11-07 Thread Bug Watch Updater
Launchpad has imported 12 comments from the remote bug at
http://bugs.ghostscript.com/show_bug.cgi?id=700023.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2018-10-23T09:57:26+00:00 William.Yeung wrote:

Created attachment 15946
Research file of ghostscript command test in 9.25.

PDF file data fail to rendering to raster data.

We were reported a bug from our printer users:
I print file use papersize A5 (Ubuntu 16.04.1(x64),Ghostscript 9.18) is Okay.

But, after I update (apt-get upgrade) to Ubuntu 16.04.5(x64),Ghostscript 9.25, 
I print the same file with the same driver there is an error reports:
"Filter Error"

I figure out that all the papersize with define "LeadingEdge" can't print 
success after update.
(with "LeadingEdge":A5, Statement, A4(without "LeadingEdge") is print Okay).


I view the "CUPS Error Log",there is an error reports when print job fails:
"Ghostscript command line: /usr/bin/gs -dQUIET -dPARANOIDSAFER -dNOPAUSE 
-dBATCH -dNOINTERPOLATE -sDEVICE=cups -sstdout=%stderr -sOutputFile=%stdout 
-sMediaType=Plain -sOutputType=Pass=1,Direction=1 -r600x600 -dLeadingEdge=1 
-dMediaPosition=7 -dDEVICEWIDTHPOINTS=420 -dDEVICEHEIGHTPOINTS=595 
-dcupsBitsPerColor=8 -dcupsColorOrder=0 -dcupsColorSpace=1 
-scupsPageSizeName=A5 -I/usr/share/cups/fonts -c \'<>setpagedevice\' -f -_

Unrecoverable error: undefined in .putdeviceprops"

I think that this is a bug of ghostscript 9.25.

Below information are the research of I do:

(I am using Ubuntu 16.04.5(x64),Ghostscript 9.25)
I am running gs command below (with "-dLeadingEdge=1"):
gs -dQUIET -dPARANOIDSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -sDEVICE=cups  
-sMediaType=Plain -sOutputType=Pass=1,Direction=1 -r600x600 -dLeadingEdge=1 
-dMediaPosition=7 -dDEVICEWIDTHPOINTS=420 -dDEVICEHEIGHTPOINTS=595 
-dcupsBitsPerColor=8 -dcupsColorOrder=0 -dcupsColorSpace=1 
-scupsPageSizeName=A5 -o ~/Desktop/out_A5.prn ~/Desktop/d00017-001.pdf

Reports an error:
Unrecoverable error: undefined in .putdeviceprops


I am running gs command below (without "-dLeadingEdge=1"):
gs -dQUIET -dPARANOIDSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -sDEVICE=cups  
-sMediaType=Plain -sOutputType=Pass=1,Direction=1 -r600x600 -dMediaPosition=7 
-dDEVICEWIDTHPOINTS=420 -dDEVICEHEIGHTPOINTS=595 -dcupsBitsPerColor=8 
-dcupsColorOrder=0 -dcupsColorSpace=1 -scupsPageSizeName=A5 -o 
~/Desktop/out_A5.prn ~/Desktop/d00017-001.pdf

Reports no error.

Above all, we think this is a bug of ghostscript that ghostscript can't
deal with the flag "-dLeadingEdge" on version 9.25 (version 9.18 is
Okay.).

My questions areļ¼š
1. Do you have any plan to fix it?
2. Is there any workaround?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/1800062/comments/0


On 2018-10-23T11:21:15+00:00 Chris-liddell wrote:

Regression caused by:

http://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=478a0a862d25

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/1800062/comments/1


On 2018-10-23T12:48:00+00:00 Chris-liddell wrote:

This fixes the problem, and I think behaves correctly:

http://git.ghostscript.com/?p=user/chrisl/ghostpdl.git;a=commitdiff;h=3b91a3aaeb3b


But I'd like Ray to review the commit before I push it.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/1800062/comments/2


On 2018-10-23T16:17:56+00:00 Chris-liddell wrote:

Fixed in:

http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=73f7c6eb9259

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/1800062/comments/3


On 2018-10-24T01:28:10+00:00 William.Yeung wrote:

(In reply to Chris Liddell (chrisl) from comment #3)
> Fixed in:
> 
> http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=73f7c6eb9259

Dear Chris,
   Thanks for your correspondence so quickly.

Now we knew that this a bug of ghostscript(9.25) and you have a solution
for it, will you fit it in the next version(9.26) release?

And can you offer the accurate time that you release the version that
fix this bug?

And is there any workaround for our printer driver customers to do the
print job normally by using paper size like A5(with "LeadingEdge")?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/1800062/comments/4


On 2018-10-24T07:15:1

[Bug 1800062] Re: Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-11-02 Thread Launchpad Bug Tracker
This bug was fixed in the package ghostscript - 9.25~dfsg+1-0ubuntu1.1

---
ghostscript (9.25~dfsg+1-0ubuntu1.1) cosmic-security; urgency=medium

  * SECURITY UPDATE: Multiple security issues
- debian/patches/0218*.patch: multiple cherry-picked upstream commits
  to fix security issues. Thanks to Jonas Smedegaard for cherry-picking
  these for Debian's 9.25~dfsg-3 package.
- debian/libgs9.symbols: added new symbol.
- CVE-2018-17961
- CVE-2018-18073
- CVE-2018-18284
  * Fix LeadingEdge regression introduced in 9.22. (LP: #1800062)
- debian/patches/lp1800062.patch: fix cups get/put_params LeadingEdge
  logic in cups/gdevcups.c.

 -- Marc Deslauriers   Tue, 30 Oct 2018
08:38:06 -0400

** Changed in: ghostscript (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1800062] Re: Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-10-30 Thread Launchpad Bug Tracker
This bug was fixed in the package ghostscript - 9.25~dfsg+1-0ubuntu1.1

---
ghostscript (9.25~dfsg+1-0ubuntu1.1) cosmic-security; urgency=medium

  * SECURITY UPDATE: Multiple security issues
- debian/patches/0218*.patch: multiple cherry-picked upstream commits
  to fix security issues. Thanks to Jonas Smedegaard for cherry-picking
  these for Debian's 9.25~dfsg-3 package.
- debian/libgs9.symbols: added new symbol.
- CVE-2018-17961
- CVE-2018-18073
- CVE-2018-18284
  * Fix LeadingEdge regression introduced in 9.22. (LP: #1800062)
- debian/patches/lp1800062.patch: fix cups get/put_params LeadingEdge
  logic in cups/gdevcups.c.

 -- Marc Deslauriers   Tue, 30 Oct 2018
08:38:06 -0400

** Changed in: ghostscript (Ubuntu Cosmic)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1800062] Re: Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-10-30 Thread Launchpad Bug Tracker
This bug was fixed in the package ghostscript -
9.25~dfsg+1-0ubuntu0.16.04.2

---
ghostscript (9.25~dfsg+1-0ubuntu0.16.04.2) xenial-security; urgency=medium

  * SECURITY UPDATE: Multiple security issues
- debian/patches/0218*.patch: multiple cherry-picked upstream commits
  to fix security issues. Thanks to Jonas Smedegaard for cherry-picking
  these for Debian's 9.25~dfsg-3 package.
- debian/symbols.common: added new symbol.
- CVE-2018-17961
- CVE-2018-18073
- CVE-2018-18284
  * Fix LeadingEdge regression introduced in 9.22. (LP: #1800062)
- debian/patches/lp1800062.patch: fix cups get/put_params LeadingEdge
  logic in cups/gdevcups.c.

 -- Marc Deslauriers   Tue, 30 Oct 2018
09:04:39 -0400

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1800062] Re: Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-10-30 Thread Launchpad Bug Tracker
This bug was fixed in the package ghostscript -
9.25~dfsg+1-0ubuntu0.18.04.2

---
ghostscript (9.25~dfsg+1-0ubuntu0.18.04.2) bionic-security; urgency=medium

  * SECURITY UPDATE: Multiple security issues
- debian/patches/0218*.patch: multiple cherry-picked upstream commits
  to fix security issues. Thanks to Jonas Smedegaard for cherry-picking
  these for Debian's 9.25~dfsg-3 package.
- debian/libgs9.symbols: added new symbol.
- CVE-2018-17961
- CVE-2018-18073
- CVE-2018-18284
  * Fix LeadingEdge regression introduced in 9.22. (LP: #1800062)
- debian/patches/lp1800062.patch: fix cups get/put_params LeadingEdge
  logic in cups/gdevcups.c.
  * Fix iccprofiles directory to symlink issue (LP: #1800328)
- debian/libgs__VER__-common.maintscript.in: make sure directory is
  correctly transitioned to a symlink.

 -- Marc Deslauriers   Tue, 30 Oct 2018
09:00:57 -0400

** Changed in: ghostscript (Ubuntu Xenial)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1800062] Re: Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-10-30 Thread Launchpad Bug Tracker
This bug was fixed in the package ghostscript -
9.25~dfsg+1-0ubuntu0.14.04.2

---
ghostscript (9.25~dfsg+1-0ubuntu0.14.04.2) trusty-security; urgency=medium

  * SECURITY UPDATE: Multiple security issues
- debian/patches/0218*.patch: multiple cherry-picked upstream commits
  to fix security issues. Thanks to Jonas Smedegaard for cherry-picking
  these for Debian's 9.25~dfsg-3 package.
- debian/symbols.common: added new symbol.
- CVE-2018-17961
- CVE-2018-18073
- CVE-2018-18284
  * Fix LeadingEdge regression introduced in 9.22. (LP: #1800062)
- debian/patches/lp1800062.patch: fix cups get/put_params LeadingEdge
  logic in cups/gdevcups.c.

 -- Marc Deslauriers   Tue, 30 Oct 2018
09:05:40 -0400

** Changed in: ghostscript (Ubuntu Trusty)
   Status: Confirmed => Fix Released

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-17961

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-18073

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-18284

** Changed in: ghostscript (Ubuntu Bionic)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1800062] Re: Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-10-29 Thread William.Yeung
Dear Till & Marc,
   Thanks very much for your correspondence so quickly.

>Is this OK for you?
   It's great that you can provide a SRU(or security team provide a security 
regression fix).

>What leads to the date November 12?
   We are asked to offer a workaround to our printer users before the date 
November 12, but our workaround is not stable and reliable. We are still 
working hard on it.
So we hope that you can fix this bug before the date.

> marc.deslauriers: I'll prepare a security regression fix for this.
   It's great that you'll prepare a security regression fix for this.
   By the way, can you offer us the approximate time that we can get the 
security regression fix(or a SRU)?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1800062] Re: Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-10-29 Thread Marc Deslauriers
I'll prepare a security regression fix for this.

** Also affects: ghostscript (Ubuntu Cosmic)
   Importance: High
 Assignee: Till Kamppeter (till-kamppeter)
   Status: Triaged

** Also affects: ghostscript (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: ghostscript (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: ghostscript (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: ghostscript (Ubuntu Trusty)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

** Changed in: ghostscript (Ubuntu Xenial)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

** Changed in: ghostscript (Ubuntu Bionic)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

** Changed in: ghostscript (Ubuntu Cosmic)
 Assignee: Till Kamppeter (till-kamppeter) => Marc Deslauriers (mdeslaur)

** Changed in: ghostscript (Ubuntu Trusty)
   Status: New => Confirmed

** Changed in: ghostscript (Ubuntu Xenial)
   Status: New => Confirmed

** Changed in: ghostscript (Ubuntu Bionic)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1800062] Re: Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-10-29 Thread Sebastien Bacher
@Till, did you talk to the security team about it?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1800062] Re: Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-10-29 Thread Till Kamppeter
What I can do is to create a Stable Release Update (SRU) of Ghostscript
(a new package with the patch applied) for affected Ubuntu versions
(18.10, 18.04, 16.04?) and upload it. Then there will be a 1-week period
for users to test and confirm that the SRU solves the problem. After
that the Ubuntu release team will promote the new package into the
official updates.

Is this OK for you?

What leads to the date November 12?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1800062] Re: Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-10-29 Thread Till Kamppeter
seb128, this regression in 16.04 is caused by the security update of
updating Ghostscript to 9.25. Should then perhaps the security team
issue this update? And could they do it faster than going the regular
SRU way? And can we already do SRUs as the D. D. (19.04) cycle has not
started yet?

The update itself would be applying a simple patch, the one from the
upstream bug report https://bugs.ghostscript.com/show_bug.cgi?id=700023.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1800062] Re: Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-10-29 Thread Sebastien Bacher
** Changed in: ghostscript (Ubuntu)
   Status: New => Triaged

** Changed in: ghostscript (Ubuntu)
 Assignee: (unassigned) => Till Kamppeter (till-kamppeter)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1800062] Re: Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-10-28 Thread William.Yeung
Dear Till,

   We(RICOH printer driver developer) are still working hard to looking for an 
workaround to make sure our printer user can do their job normally before 
your(or ghostscript) official release. 
We appreciate that you can private it to us if you have one.

   By the way, can you offer us the approximate time that Ubuntu release
a patch of fixed this bug? If you can't, just tell us can you release
the patch before November 12(11/12)?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1800062] Re: Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-10-26 Thread Till Kamppeter
** Package changed: linphone (Ubuntu) => ghostscript (Ubuntu)

** Bug watch added: Ghostscript (AFPL) Bugzilla #700023
   http://bugs.ghostscript.com/show_bug.cgi?id=700023

** Also affects: gs-gpl via
   http://bugs.ghostscript.com/show_bug.cgi?id=700023
   Importance: Unknown
   Status: Unknown

** Changed in: ghostscript (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1800062] [NEW] Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined in .putdeviceprops

2018-10-25 Thread William.Yeung
Public bug reported:

PDF file data fail to rendering to raster data.

We were reported a bug from our printer users:
I print file use papersize A5 (Ubuntu 16.04.1(x64),Ghostscript 9.18) is Okay.

But, after I update (apt-get upgrade) to Ubuntu 16.04.5(x64),Ghostscript 9.25, 
I print the same file with the same driver there is an error reports:
"Filter Error"

I figure out that all the papersize with define "LeadingEdge" can't print 
success after update.
(with "LeadingEdge":A5, Statement, A4(without "LeadingEdge") is print Okay).


I view the "CUPS Error Log",there is an error reports when print job fails:
"Ghostscript command line: /usr/bin/gs -dQUIET -dPARANOIDSAFER -dNOPAUSE 
-dBATCH -dNOINTERPOLATE -sDEVICE=cups -sstdout=%stderr -sOutputFile=%stdout 
-sMediaType=Plain -sOutputType=Pass=1,Direction=1 -r600x600 -dLeadingEdge=1 
-dMediaPosition=7 -dDEVICEWIDTHPOINTS=420 -dDEVICEHEIGHTPOINTS=595 
-dcupsBitsPerColor=8 -dcupsColorOrder=0 -dcupsColorSpace=1 
-scupsPageSizeName=A5 -I/usr/share/cups/fonts -c \'<>setpagedevice\' -f -_

Unrecoverable error: undefined in .putdeviceprops"

Ubuntu 18.04(x64), Ghostscript 9.22 also have the same problem.

--
ghostscript had confirm that this a bug of ghostscript 9.22(and the later 
version).

Below information is the correspondence of ghostscript:
https://bugs.ghostscript.com/show_bug.cgi?id=700023
---

Our printer driver users(also users of Ubuntu 16.04) can't do their normal 
print jobs. 
So, we are eagerly hopping that you can offer us a patch(Ubuntu 16.04) to fix 
this bug?

** Affects: linphone (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800062

Title:
  Ghostscript command line: /usr/bin/gs :Unrecoverable error: undefined
  in .putdeviceprops

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linphone/+bug/1800062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs