From: Rainer Orth Date: 2011-11-08T23:29:33+09:00 Subject: [ruby-core:40842] [ruby-trunk - Bug #5595][Open] Avoid QUIET = NO in Doxyfile Issue #5595 has been reported by Rainer Orth. ---------------------------------------- Bug #5595: Avoid QUIET = NO in Doxyfile http://redmine.ruby-lang.org/issues/5595 Author: Rainer Orth Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553) [sparc-solaris2.10] 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). -- http://redmine.ruby-lang.org