Ticket #10510 (closed defect: fixed)
Wikipedia should find a way to work on both F11 and F14 builds
| Reported by: | martin.langhoff | Owned by: | martin.langhoff |
|---|---|---|---|
| Priority: | normal | Milestone: | 11.2.0-M2 |
| Component: | wikibrowse-activity | Version: | not specified |
| Keywords: | Cc: | godiard, bernie, RafaelOrtiz, cjb, rmo | |
| Action Needed: | no action | Verified: | no |
| Deployments affected: | Blocked By: | #10655 | |
| Blocking: |
Description
wp.so links to python libraries. The Python 2.6 to 2.7 version bump makes it problematic.
Ideas -
- Include various wp.so in different directories, and fiddle the library path accordingly early in activity startup.
- Improve seek-bzip2 to read from a file (rather than stdin). Code at hg clone http://bitbucket.org/james_taylor/seek-bzip2 -- it can do the "random access to bzip2" for us.
- Switch to pure python implementation. Downside: python-only bzlib decompression is likely to be very slow, and it's unlikely we'll find a python-to-C library that allows us to do the odd thing we do (uncompressing random blocks).
- Push wp.so into Fedora somehow. Long road.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


