Project

General

Profile

Actions

Bug #5595

closed

Avoid QUIET = NO in Doxyfile

Added by ro (Rainer Orth) over 12 years ago. Updated over 12 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2p290 (2011-07-09 revision 32553) [sparc-solaris2.10]
Backport:
[ruby-core:40842]

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) over 12 years ago

  • Status changed from Open to Third Party's Issue
Actions

Also available in: Atom PDF

Like0
Like0