Summary: | net-print/cups-pdf only prints blank page after upgrade to app-text/ghostscript-gpl-9.54.0 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Chris Smith <chris> |
Component: | Current packages | Assignee: | Printing Team <printing> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | admnd, codec, ionen, sam, volkov, voyageur |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Chris Smith
2021-04-01 13:57:41 UTC
Can confirm same problem and same fix. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728e6e01022da2eab741364507fa8e34a87c65a4 commit 728e6e01022da2eab741364507fa8e34a87c65a4 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2021-04-20 21:47:17 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2021-04-20 21:47:43 +0000 net-print/cups-pdf: Force working ghostscript-gpl version Bug: https://bugs.gentoo.org/779706 Signed-off-by: Michał Górny <mgorny@gentoo.org> .../cups-pdf/{cups-pdf-3.0.1.ebuild => cups-pdf-3.0.1-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) The same bug at arch: https://bugs.archlinux.org/task/70313 Patch to remove the unsupported .setpdfwrite: https://raw.githubusercontent.com/archlinux/svntogit-packages/ff157761a0dffe4eb19b46c61b422dcdb2e1c8d9/trunk/remove-deprecated-ghostscript-setpdfwrite-operator.diff Tested here. It works for me with app-text/ghostscript-gpl-9.54.0 Fully functional, no blank pages, with the provided patch and =app-text/ghostscript-gpl-9.54.0 Works for me too. Patch + app-text/ghostscript-gpl-9.54.0. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72a26a68a6127cebccec0000ead414b323c3d35 commit e72a26a68a6127cebccec0000ead414b323c3d35 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2021-04-26 17:26:18 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2021-04-26 17:27:06 +0000 net-print/cups-pdf: unbreak >=app-text/ghostscript-gpl-9.54.0 While here, migrate to EAPI 7. Closes: https://bugs.gentoo.org/779706 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild | 47 ++++++++++++++++++++++ ...ups-pdf-3.0.1-ghostscript-gpl-9.54-compat.patch | 28 +++++++++++++ 2 files changed, 75 insertions(+) |