Bug 129518
| Summary: | Require pango-1.5 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dave Malcolm <dmalcolm> |
| Component: | libgnomeprint22 | Assignee: | Owen Taylor <otaylor> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-08-11 21:50:47 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 123268 | ||
libgnomeprint I've added an explicit Pango>=1.5 dependency to libgnomeprint22 and rebuilt into dict-fc3 |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040625 Description of problem: When trying print preview of an email in Evolution, the program bombs out with this error: (evolution:6165): GnomePrintCupsPlugin-WARNING **: The ppd file for the CUPS printer hplj1 could not be loaded. Error while reading shared library symbols: : No such file or directory. Error while reading shared library symbols: : No such file or directory. Error while reading shared library symbols: : No such file or directory. Error while reading shared library symbols: : No such file or directory. (evolution:6165): GnomePrintCupsPlugin-WARNING **: iconv does not support ppd character encoding: ISOLatin1, trying CSISOLatin1 (evolution:6165): GnomePrintCupsPlugin-WARNING **: The ppd file for the CUPS printer mchp could not be loaded. (evolution:6165): GnomePrintCupsPlugin-WARNING **: The ppd file for the CUPS printer nolp could not be loaded. /usr/bin/evolution: error while loading shared libraries: /usr/lib/libgtkhtml-3.1.so.11: undefined symbol: pango_font_metrics_get_underline_thickness Program exited with code 0177. Versions of packages installed: libgnomeprint22-2.7.1-1 gtkhtml3-3.3.0-1 pango-1.4.0-2 evolution-1.5.92.1-1 evolution-data-server-0.0.97-2 It appears that Pango 1.5 is required by either libgnomeprint, or by gtkhtml3, and I only have 1.4, so I'm guessing this simply needs an extra Requires line in one of the spec files. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Select an email in Evolution 2. Select "Print Preview" 3. Watch Evolution bail out with the Pango/gtkhtml3 problem described above Expected Results: A beautiful preview of my email. Additional info: