Bug 489109
| Summary: | Python scripts don't work with fontforge | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Felix Schwarz <fschwarz> |
| Component: | fontforge | Assignee: | Kevin Fenzi <kevin> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | fonts-bugs, kevin, roozbeh |
| 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: | 2009-04-05 12:51:06 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: | |||
|
Description
Felix Schwarz
2009-03-07 18:01:45 UTC
Looks like debian is shipping a patch for this issue. Upstream is trying to dlopen the .so file it wants manually. Unfortunately the debian solution needs more work to work for us, as they hardcode lib in there and we need lib or lib64. ;( I will try and come up with a patch soon. ;( I thought that maybe just supplying a symling from /usr/lib/libgunicode.so to /usr/lib/libgunicode.so.3 would be sufficient - at least this did the trick for me. Well, the link would be enough to get 32bit installs working, but would break on any 64bit one. (It hard codes /usr/lib/ instead of /usr/lib64). Anyhow, sorry for the delay here. I have checked in a patch that I think fixes this bug. It should be available in tomorrow's rawhide. Can you test and confirm it's fixed? You can also find the build at: http://koji.fedoraproject.org/koji/taskinfo?taskID=1272152 Verified fixed with fontforge-20090224-2.fc11.i586 (on 32 bit platform). |