Bug 222717 - miscellaneous enhancements to btrace
Bug#: 222717 Product:  Gentoo Linux Version: 2007.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: robbat2@gentoo.org Reported By: znmeb@cesmail.net
Component: Ebuilds
URL:  http://brick.kernel.dk/snaps/
Summary: miscellaneous enhancements to btrace
Keywords:  
Status Whiteboard: 
Opened: 2008-05-18 20:18 0000
Description:   Opened: 2008-05-18 20:18 0000
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.

------- Comment #1 From Robin Johnson 2008-05-28 18:17:45 0000 -------
New version in CVS with fixes.

------- Comment #2 From M. Edward Borasky 2008-05-29 02:18:07 0000 -------
thanks!!