Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187743 - app-doc/doc++-3.4.10-r2 ebuild does not install the template docxx.sty, necessary to process latex output
Summary: app-doc/doc++-3.4.10-r2 ebuild does not install the template docxx.sty, neces...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Anant Narayanan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-04 17:40 UTC by David Moreno
Modified: 2007-08-04 21:47 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 David Moreno 2007-08-04 17:40:35 UTC
When you use doc++ to produce LaTeX documentation, you get a latex file importing the package docxx. 
However, the 3.4.10-r2 ebuild does not install the style file for that package (i.e. docxx.sty).
That file should be in a directory where LaTeX can find it.

Reproducible: Always

Steps to Reproduce:
1. emerge doc++
2. equery files doc++
Actual Results:  
/usr
/usr/bin
/usr/bin/doc++
/usr/bin/docify
/usr/bin/promote
/usr/share
/usr/share/doc
/usr/share/doc/doc++-3.4.10-r2
/usr/share/doc/doc++-3.4.10-r2/CREDITS.bz2
/usr/share/doc/doc++-3.4.10-r2/INSTALL.bz2
/usr/share/doc/doc++-3.4.10-r2/NEWS.bz2
/usr/share/doc/doc++-3.4.10-r2/PLATFORMS.bz2
/usr/share/doc/doc++-3.4.10-r2/REPORTING-BUGS.bz2
/usr/share/locale

Expected Results:  
The file docxx.sty should be in a directory where latex can find it.
Comment 1 Anant Narayanan (RETIRED) gentoo-dev 2007-08-04 21:47:26 UTC
Thanks for the report. Since several users might want to customize the style file, I've put it in a common place - namely /usr/share/doc++. There's also the fact that I want to avoid putting files into directories owned by other packages.

Fixed in CVS. Update to -r3 to get the style files.