Bug 1350076
| Summary: | pypoppler bindings contains function and enum removed from poppler library making programs crash | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Iñigo Serna <inigoserna> | ||||
| Component: | pypoppler | Assignee: | Fabian Affolter <mail> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 24 | CC: | inigoserna, mail | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-06-25 07:17:25 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
I'm sorry, I've just found that this could be a duplicate of previously reported bug #1323497, so I'll close it and mark this as duplicate. *** This bug has been marked as a duplicate of bug 1323497 *** |
Created attachment 1172183 [details] Patch to remove missing bindings from pypoppler Description of problem: pypoppler bindings in F24 contains a function ("poppler_orientation_get_type") and an enum ("Orientation") removed from poppler-glib library ant no longer available, so running any program depending on pypoppler makes it crash. Version-Release number of selected component (if applicable): Observed with F24 packages: pypoppler.x86_64 0.12.1-28.fc23 poppler-glib.x86_64 0.41.0-1.fc24 How reproducible: Always Steps to Reproduce: 1.Run any python program which uses pypoppler bindings 2. 3. Actual results: Program crashes. Expected results: Programming correctly running. Additional info: I attach a simple patch which removes offending/missing parts from pypoppler bindings. Created from pypoppler 0.12.2 but also valid for 0.12.1.