Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 266165

Summary: dev-python/mwlib.rl-0.10.1 (New package)
Product: Gentoo Linux Reporter: Richard Ash <richard>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: enhancement CC: barzog, python
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://code.pediapress.com/wiki/wiki/mwlibrl
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 266163    
Attachments: ebuild for mwlib.rl

Description Richard Ash 2009-04-14 20:41:08 UTC
Ebuild for mwlib.rl, which is the library for creating PDF content from Mediawiki installations parsed with mwlib. This is needed to run your own render server like the one now deployed on wikipedia sites.

This is a straight ebuild wrapper round easy_install, which seems to work OK. I
think the dependencies are all there, although there may be some ones that were
already installed I have missed.
Comment 1 Richard Ash 2009-04-14 20:41:40 UTC
Created attachment 188350 [details]
ebuild for mwlib.rl
Comment 2 Patrick Lauer gentoo-dev 2009-04-18 20:47:40 UTC
Uhm ok. This package is really messed up :)

>>> /usr/lib64/python2.6/site-packages/mwlib/rl/locale/zh-hans/LC_MESSAGES/         
>>> /usr/lib64/python2.6/site-packages/mwlib/rl/locale/zh-hans/LC_MESSAGES/mwlib.rl.mo
>>> /usr/lib64/python2.6/site-packages/mwlib/rl/locale/zh-hans/LC_MESSAGES/mwlib.rl.po

site-packages is not the place for that!

>>> /usr/lib64/python2.6/site-packages/mwlib/fonts/ttf-dejavu/DejaVuSerif-Bold.ttf

fonts? in site-packages? come on. That's not funny.

>>> import mwlib.tests.renderhelper
font not found: arphic/uming.ttc
font not found: ttf-sil-ezra/SILEOT.ttf
font not found: ttf-farsiweb/nazli.ttf
font not found: unfonts/UnBatang.ttf
font not found: ttf-thai-arundina/ArundinaSans.ttf
font not found: ttf-telugu-fonts/lohit_te.ttf
font not found: ttf-devanagari-fonts/Sarai_07.ttf
font not found: ttf-indic-fonts-core/lohit_pa.ttf
font not found: ttf-oriya-fonts/lohit_or.ttf
font not found: ttf-malayalam-fonts/AnjaliOldLipi.ttf
font not found: ttf-kannada-fonts/Kedage-n.ttf
font not found: ttf-bengali-fonts/LikhanNormal.ttf
font not found: ttf-indic-fonts-core/lohit_ta.ttf
font not found: linux-libertine/LinLibertine_Re.ttf
sh: texvc: command not found
sh: blahtexml: command not found

This package has no will to live!

Richard, thanks for your work, but I'll have to decline adding this package until it behaves a bit better.