Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266165 - dev-python/mwlib.rl-0.10.1 (New package)
Summary: dev-python/mwlib.rl-0.10.1 (New package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://code.pediapress.com/wiki/wiki/...
Whiteboard:
Keywords:
Depends on:
Blocks: 266163
  Show dependency tree
 
Reported: 2009-04-14 20:41 UTC by Richard Ash
Modified: 2011-12-08 11:33 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for mwlib.rl (mwlib.rl-0.10.1.ebuild,632 bytes, text/plain)
2009-04-14 20:41 UTC, Richard Ash
Details

Note You need to log in before you can comment on or make changes to this bug.
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.