Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113037 - dev-python/docutils-0.3.{7,9} does not install CSS files and another
Summary: dev-python/docutils-0.3.{7,9} does not install CSS files and another
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-19 15:09 UTC by Jonas MG
Modified: 2006-02-12 13:38 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas MG 2005-11-19 15:09:11 UTC
The subdirectories docutils-0.3.7/{test,extras,tools}/ are not being copied.

In 'docutils-0.3.7/tools/' there are main files as 'rst2pseudoxml.py',
'rst2xml.py', 'buildhtml.py', etc.

In 'docutils-0.3.7/tools/stylesheets/' there are the CSS files and they are
essencial.

Reproducible: Always
Steps to Reproduce:
Comment 1 Lukasz Strzygowski (RETIRED) gentoo-dev 2005-12-19 07:02:38 UTC
Jonas,

extras/roman.py is being copied to /usr/lib/python2.4/site-packages.
extras/{optparse,textwrap}.py are already included in >=python-2.3.
test/ contains unit tests that don't need to be installed.
tools/stylesheets/ is being copied to /usr/share/doc/docutils-0.3.9/html/.
tools/*.py are being copied to /usr/bin/.

For the exact list of all installed files, run equery f docutils.
Comment 2 Jonas MG 2005-12-22 13:27:02 UTC
The stylesheets files are not being copied.

# equery f docutils | grep *.css

# ls -lF /usr/share/doc/docutils*
ls: /usr/share/doc/docutils*: No such file or directory
Comment 3 Olivier Crete (RETIRED) gentoo-dev 2006-01-28 15:27:49 UTC
the argument to grep is a regexp.. not a glob..

tester@TesterBox ~ $ equery f docutils | grep css
/usr/lib/python2.4/site-packages/docutils/writers/html4css1.py
/usr/share/doc/docutils-0.3.7/html/tools/stylesheets/default.css
/usr/share/doc/docutils-0.3.7/html/tools/stylesheets/pep.css
Comment 4 Jonas MG 2006-01-31 06:57:09 UTC
 # equery f docutils | grep css
/usr/lib/python2.4/site-packages/docutils/writers/html4css1.py


I'm going to write again the next command that it was wroten before.

# ls -lF /usr/share/doc/docutils*
ls: /usr/share/doc/docutils*: No such file or directory

That command leaves very clear that CSS files are not being installed.
Comment 5 Jonas MG 2006-02-12 13:38:23 UTC
I think that it could be a reiser4 fs bug. So i'm going to closing this bug.

I'm going to install gentoo into a new hard disk with ext3 only. And I'll say that it goes ok in ext3.