|
Bugzilla – Full Text Bug Listing |
| Summary: | Printing: Bug: hplip: print jobs fail with "/usr/lib/cups/filter/hpps failed" | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 13.1 | Reporter: | Martin Schröder <martin> |
| Component: | Printing | Assignee: | Johannes Meixner <jsmeix> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Johannes Meixner <jsmeix> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jsmeix, tchvatal |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE 13.1 | ||
| URL: | https://bugs.launchpad.net/hplip/+bug/1423220 | ||
| Whiteboard: | |||
| Found By: | Community User | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | cups error log | ||
|
Description
Martin Schröder
2015-02-20 13:11:51 UTC
The log shows 13.1, changed to printing category, reset to default assignee. (In reply to Juergen Weigert from comment #1) > The log shows 13.1, changed to printing category, reset to default assignee. But the packages are not from 13.1 but from obs://build.opensuse.org/Printing Your attachment#624001 [details] "cups error log" contains: ----------------------------------------------------------------------- D [08/Mar/2014:18:05:56 +0100] [Job 150] bug("Error importing HPLIP modules:%s %s\n" % (pid, e)) ----------------------------------------------------------------------- that matches in /usr/lib/cups/filter/hpps ----------------------------------------------------------------------- try: from base.g import * from base.codes import * from base import device from base import utils from prnt import cups from base.sixext import to_bytes_utf8, to_string_utf8 except ImportError as e: bug("Error importing HPLIP modules:%s %s\n" % (pid, e)) sys.exit(CUPS_FILTER_FAILED) ----------------------------------------------------------------------- and therein the "from prnt import cups" matches bug#918387 in particular on my openSUSE 13.2 with CUPS 1.5.4 and HPLIP 3.15.2 ----------------------------------------------------------------------- # /usr/lib/cups/filter/hpps warning: CUPSEXT could not be loaded. Please check HPLIP installation. ----------------------------------------------------------------------- matches exactly bug#918387 and https://bugs.launchpad.net/hplip/+bug/1423220 *** This bug has been marked as a duplicate of bug 918387 *** |