1. Although the ebuild appears to *build* the documentation when I specify the
"doc" USE flag, it doesn't look like the "btt.pdf" and "btreplay.pdf" documents
are getting installed anywhere.
znmeb@DreamScape ~ $ sudo emerge -v btrace|grep pdf
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
blktrace.dvi -> blktrace.pdf
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
btt.dvi -> btt.pdf
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
btreplay.dvi -> btreplay.pdf
>>> /usr/share/doc/btrace-0.0.20071210202527/blktrace.pdf.bz2
--- replaced obj /usr/share/doc/btrace-0.0.20071210202527/blktrace.pdf.bz2
znmeb@DreamScape ~ $ sudo slocate -u
znmeb@DreamScape ~ $ locate blktrace.pdf
/usr/share/doc/btrace-0.0.20071210202527/blktrace.pdf.bz2
znmeb@DreamScape ~ $ locate btt.pdf
znmeb@DreamScape ~ $ locate btreplay.pdf
znmeb@DreamScape ~ $
2. There is a more recent version upstream that fixes a number of minor bugs.
In particular, I ran into an issue today with the "blkparse" routine
segfaulting when blktrace misses an entry, and that has been fixed.