1 Jun 2009 03:32
[Bug 474787] Review Requrest: stxxl - C++ STL drop-in replacement for extremely large datasets
<bugzilla <at> redhat.com>
2009-06-01 01:32:17 GMT
2009-06-01 01:32:17 GMT
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474787 --- Comment #12 from Denis Arnaud <denis.arnaud_fedora <at> m4x.org> 2009-05-31 21:32:15 EDT --- [My machine crashed just before I pressed the commit button of the review :( ] Note that, as I have not the sponsor status, that is not an official review. However, there are a number of issues (some important, some others less) that I can point to you (in no particular order). 1. Doxygen, as it is configured, generates .map files (in the doc/html sub-directory), due to the use of the DOT tool (belonging to the graphviz package). On some configurations (e.g., my Fedora rawhide/11, with rpmbuild), some of those files are generated with a zero-length, which rpmlint then complains of. There are, at least, two solutions/work-arounds: 1.a. Just drop the use of DOT in the Doxygen configuration file: HAVE_DOT = NO as in http://rmol.svn.sourceforge.net/viewvc/rmol/trunk/rmol/doc/doxygen_html.cfg.in?revision=183&view=markup As Doxygen replaces with other, simpler, diagrams, that should not be a so big issue. 1.b. Keep the use of DOT, but: - Add a 'BuildRequires: graphivz' directive. - Remove any zero-length-map files after the Doxygen generation (http://cvs.fedoraproject.org/viewvc/rpms/asterisk/F-11/asterisk.spec?revision=1.51&view=markup): find doc/html -name '*.map' -size 0 -delete(Continue reading)
RSS Feed