Bug #5595
closedAvoid QUIET = NO in Doxyfile
Description
When building ruby 1.9.2-p290 on Solaris 10, the build aborted very late:
Doxyfile updated
Warning: ignoring unsupported tag SYMBOL_CACHE_SIZE =' at line 43, file Doxyfile Warning: ignoring unsupported tag
LAYOUT_FILE =' at line 76, file Doxyfile
Warning: ignoring unsupported tag GENERATE_QHP =' at line 140, file Doxyfile Warning: ignoring unsupported tag
QCH_FILE =' at line 141, file Doxyfile
Warning: ignoring unsupported tag QHP_NAMESPACE =' at line 142, file Doxyfile Warning: ignoring unsupported tag
QHP_VIRTUAL_FOLDER =' at line 143, file Doxyfile
Warning: ignoring unsupported tag `QHG_LOCATION =' at line 144, file Doxyfile
make: *** [doc/capi/.timestamp] Segmentation Fault
Running make -n doc/capi/.timestamp manually and repeating the commands, it turned out
that doxygen is SEGVing here. The problem can be avoided by using
QUIET = YES
in Doxyfile, the root cause is a stupid bug still present in svn doxygen (to be reported
soon).
Updated by nobu (Nobuyoshi Nakada) almost 13 years ago
- Status changed from Open to Third Party's Issue