[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1114471: log4c: FTBFS: LaTeX error



control: tag 1114471 + patch
control: tag 1114471 + pending

doxygen 1.9.8 generation of latex in not valid, this also occurs in recent doxygen 1.15.0 version.

With doxygen 1.15.0 latex  error is identified 

! LaTeX Error: Environment NoHyper undefined.

and can be suppessed in doc/latex/doxygen.sty by inserting :

\usepackage{silence}
\WarningsOff*
\ErrorsOff*

Log4c package includes documentation in html, man and latex (pdf). 

If latex is disabled, there will be still documentation in html and man,
so I am proceeding with disabling latex for the moment so the package can be build.


It is possible to build the package command line with a patch to fix the
error in 1.15.0, so when doxygen package is updated to 1.15.0 latex (pdf) can
be enabled again.

doxygen 1.15.0 build log:

Making all in doc
make[2]: Entering directory '/home/algorist/packaging/log4c-pkg/log4c-n/doc'
/home/algorist/packaging/doxygen-1.15.0/bin/doxygen
warning: Tag 'USE_WINDOWS_ENCODING' at line 64 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DETAILS_AT_TOP' at line 156 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'SHOW_DIRECTORIES' at line 390 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 616 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'HTML_ALIGN_MEMBERS' at line 671 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_SCHEMA' at line 903 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_DTD' at line 909 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'PERL_PATH' at line 1070 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 1083 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'MAX_DOT_GRAPH_WIDTH' at line 1185 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'MAX_DOT_GRAPH_HEIGHT' at line 1193 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_TRANSPARENT' at line 1213 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value
Using the default: a4!
Doxygen version used: 1.15.0 (7cca38ba5185457e6d9495bf963d4cdeacebc25a)
Searching for include files...
Searching for example files...
Searching for files in directory /home/algorist/packaging/log4c-pkg/log4c-n/
Searching for images...
Searching for dot files...
Searching for msc files...
Searching for dia files...
Searching for plantuml files...
Searching for files to exclude
Searching INPUT for files to process...
Searching for files in directory /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c
Searching for files in directory /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c
Reading and parsing tag files
Parsing files
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/doc/main.doc...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/doc/main.doc...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_mmap.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_mmap.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_mmap.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_mmap.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_rollingfile.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_rollingfile.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_rollingfile.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_rollingfile.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_stream.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_stream.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_stream.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_stream.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_stream2.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_stream2.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_stream2.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_stream2.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_syslog.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_syslog.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_syslog.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/appender_type_syslog.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/buffer.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/buffer.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/category.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/category.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/catego:ry.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/category.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/config-win32.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/config-win32.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/init.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/init.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/init.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/init.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_basic.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_basic.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_basic.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_basic.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_basic_r.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_basic_r.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_basic_r.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_basic_r.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated_local.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated_local.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated_local.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated_local.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated_local_r.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated_local_r.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated_local_r.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated_local_r.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated_r.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated_r.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated_r.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/layout_type_dated_r.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/location_info.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/location_info.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/logging_event.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/logging_event.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/logging_event.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/logging_event.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/priority.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/priority.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/priority.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/priority.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/rc.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/rc.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/rc.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/rc.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/rollingpolicy.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/rollingpolicy.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/rollingpolicy.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/rollingpolicy.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/rollingpolicy_type_sizewin.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/rollingpolicy_type_sizewin.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/rollingpolicy_type_sizewin.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/rollingpolicy_type_sizewin.h...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/version.c...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/version.c...
Preprocessing /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/version.h...
Parsing file /home/algorist/packaging/log4c-pkg/log4c-n/src/log4c/version.h...
Building macro definition list...
Building group list...
Building directory list...
Building namespace list...
Building file list...
Building class list...
Building concept list...
Computing nesting relations for classes...
Associating documentation with classes...
Associating documentation with concepts...
Associating documentation with modules...
Building example list...
Searching for enumerations...
Searching for documented typedefs...
Searching for members imported via using declarations...
Searching for included using directives...
Searching for documented variables...
Building interface member list...
Building member list...
Searching for friends...
Searching for documented defines...
Computing class inheritance relations...
Computing class usage relations...
Flushing cached template relations that have become invalid...
Warn for undocumented namespaces...
Computing class relations...
Add enum values to enums...
Searching for member function documentation...
Creating members for template instances...
Building page list...
Search for main page...
Computing page relations...
Determining the scope of groups...
Computing module relations...
Sorting lists...
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Distributing member group documentation.
Computing member references...
Inheriting documentation...
Generating disk names...
Adding source references...
Adding xrefitems...
Sorting member lists...
Setting anonymous enum type...
Computing dependencies between directories...
Generating citations page...
Counting members...
Counting data structures...
Resolving user defined references...
Finding anchors and sections in the documentation...
Transferring function references...
Combining using relations...
Adding members to index pages...
Correcting members for VHDL...
Computing tooltip texts...
Generating style sheet...
Generating search indices...
Generating example documentation...
Generating file sources...
Parsing code for file main.doc...
Parsing code for file appender.c...
Generating code for file appender.h...
Parsing code for file appender_type_mmap.c...
Generating code for file appender_type_mmap.h...
Parsing code for file appender_type_rollingfile.c...
Generating code for file appender_type_rollingfile.h...
Parsing code for file appender_type_stream.c...
Generating code for file appender_type_stream.h...
Parsing code for file appender_type_stream2.c...
Generating code for file appender_type_stream2.h...
Parsing code for file appender_type_syslog.c...
Generating code for file appender_type_syslog.h...
Generating code for file buffer.h...
Parsing code for file category.c...
Generating code for file category.h...
Generating code for file config-win32.h...
Parsing code for file init.c...
Generating code for file init.h...
Parsing code for file layout.c...
Generating code for file layout.h...
Parsing code for file layout_type_basic.c...
Generating code for file layout_type_basic.h...
Parsing code for file layout_type_basic_r.c...
Generating code for file layout_type_basic_r.h...
Parsing code for file layout_type_dated.c...
Generating code for file layout_type_dated.h...
Parsing code for file layout_type_dated_local.c...
Generating code for file layout_type_dated_local.h...
Parsing code for file layout_type_dated_local_r.c...
Generating code for file layout_type_dated_local_r.h...
Parsing code for file layout_type_dated_r.c...
Generating code for file layout_type_dated_r.h...
Generating code for file location_info.h...
Parsing code for file logging_event.c...
Generating code for file logging_event.h...
Parsing code for file priority.c...
Generating code for file priority.h...
Parsing code for file rc.c...
Generating code for file rc.h...
Parsing code for file rollingpolicy.c...
Generating code for file rollingpolicy.h...
Parsing code for file rollingpolicy_type_sizewin.c...
Generating code for file rollingpolicy_type_sizewin.h...
Parsing code for file version.c...
Generating code for file version.h...
Generating file documentation...
Generating docs for file appender.h...
Generating docs for file appender_type_mmap.h...
Generating docs for file appender_type_rollingfile.h...
Generating docs for file appender_type_stream.h...
Generating docs for file appender_type_stream2.h...
Generating docs for file appender_type_syslog.h...
Generating docs for file buffer.h...
Generating docs for file category.h...
Generating docs for file init.h...
Generating docs for file layout.h...
Generating docs for file layout_type_basic.h...
Generating docs for file layout_type_basic_r.h...
Generating docs for file layout_type_dated.h...
Generating docs for file layout_type_dated_local.h...
Generating docs for file layout_type_dated_local_r.h...
Generating docs for file layout_type_dated_r.h...
Generating docs for file location_info.h...
Generating docs for file logging_event.h...
Generating docs for file priority.h...
Generating docs for file rc.h...
Generating docs for file rollingpolicy.h...
Generating docs for file rollingpolicy_type_sizewin.h...
Generating docs for file version.h...
Generating page documentation...
Generating docs for page bug...
Generating docs for page todo...
Generating docs for page deprecated...
Generating group documentation...
Generating class documentation...
Generating docs for compound log4c_appender_type...
Generating docs for compound log4c_buffer_t...
Generating docs for compound log4c_layout_type...
Generating docs for compound log4c_location_info_t...
Generating docs for compound log4c_logging_event_t...
Generating docs for compound log4c_rc_t...
Generating docs for compound log4c_rollingpolicy_type...
Generating concept documentation...
Generating module documentation...
Generating namespace documentation...
Generating graph info page...
Generating directory documentation...
Generating index page...
Generating main page...
Generating page index...
Generating topic index...
Generating module index...
Generating module member index...
Generating namespace index...
Generating namespace member index...
Generating concept index...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating member index...
Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
writing tag file...
Running plantuml with JAVA...
type lookup cache used 197/65536 hits=1084 misses=237
symbol lookup cache used 1001/65536 hits=3030 misses=1001
finished...
touch doxygen.stamp
make -C ./latex pdf
make[3]: Entering directory '/home/algorist/packaging/log4c-pkg/log4c-n/doc/latex'
Makefile:53: warning: overriding recipe for target 'refman.ps'
Makefile:18: warning: ignoring old recipe for target 'refman.ps'
Makefile:56: warning: overriding recipe for target 'refman.pdf'
Makefile:21: warning: ignoring old recipe for target 'refman.pdf'
make[3]: Circular refman.ps <- refman.ps dependency dropped.
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl refman.pdf
echo "Running latex..."
Running latex...
latex refman.tex || \
if [ $? != 0 ] ; then \
        \echo "Please consult refman.log to see the error messages" ; \
        false; \
fi
This is pdfTeX, Version 3.141592653-2.6-1.40.28 (TeX Live 2025/Debian) (preloaded format=latex)
 restricted \write18 enabled.
entering extended mode
(./refman.tex
LaTeX2e <2025-06-01> patch level 1
L3 programming layer <2025-09-02>
(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2025/01/22 v1.4n Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))
(/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)
(./doxygen.sty (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty)
(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)
(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty)
(/usr/share/texlive/texmf-dist/tex/latex/float/float.sty)
(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty)
(/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty)
(/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)
==> First Aid for varwidth.sty applied!
(/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)
(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/dvips.def)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx))
(/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)
(/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty)
(/usr/share/texlive/texmf-dist/tex/latex/xltabular/xltabular.sty
(/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty)
(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(/usr/share/texlive/texmf-dist/tex/latex/ltablex/ltablex.sty))
(/usr/share/texlive/texmf-dist/tex/latex/tabularray/tabularray.sty
(/usr/share/texlive/texmf-dist/tex/latex/ninecolors/ninecolors.sty
(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-dvips.def)))))
(/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty))
(/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty)
(/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty)
(/usr/share/texlive/texmf-dist/tex/latex/hanging/hanging.sty)
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifpdf.sty)
(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty
(/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex)))
(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty)
(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))
(/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty)
(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-dvips.def))
(/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty))
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/usr/share/texlive/texmf-dist/tex/latex/stackengine/stackengine.sty
(/usr/share/texlive/texmf-dist/tex/generic/listofitems/listofitems.sty
(/usr/share/texlive/texmf-dist/tex/generic/listofitems/listofitems.tex)))
(/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty)
(/usr/share/texlive/texmf-dist/tex/generic/alphalph/alphalph.sty
(/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty))
(/usr/share/texlive/texmf-dist/tex/generic/ulem/ulem.sty))
(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty)
(/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)
(/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty)
(/usr/share/texlive/texmf-dist/tex/latex/wasysym/wasysym.sty)
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifxetex.sty)
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty)
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty)
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/courier.sty)
(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty))
(/usr/share/texlive/texmf-dist/tex/latex/changepage/changepage.sty)
(/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)
(/usr/share/texlive/texmf-dist/tex/latex/natbib/natbib.sty)
(/usr/share/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty)
Writing index file refman.idx
(/usr/share/texlive/texmf-dist/tex/latex/newunicodechar/newunicodechar.sty)
(/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty
(/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty)
(/usr/share/texlive/texmf-dist/tex/latex/caption/ltcaption.sty))
(/usr/share/texlive/texmf-dist/tex/latex/etoc/etoc.sty
(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
(/usr/share/texlive/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty)))
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd)
No file refman.aux.
*geometry* driver: auto-detecting
*geometry* detected driver: dvips
No file refman.toc.
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd)
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd)
(/usr/share/texlive/texmf-dist/tex/latex/wasysym/uwasy.fd)
[1] (./index.tex (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd)
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1phv.fd)
[1]

LaTeX Warning: Reference `structlog4c__logging__event__t' on page 2 undefined o
n input line 50.


[2]) (./bug.tex

LaTeX Warning: Reference `appender_8h_ad218dc0d6e1d09b18e40016bca6374c6' on pag
e 3 undefined on input line 5.


LaTeX Warning: Reference `appender_8h_ab9a6df639c26566a4576233dfcc21b55' on pag
e 3 undefined on input line 5.


LaTeX Warning: Reference `structlog4c__logging__event__t' on page 3 undefined o
n input line 5.


LaTeX Warning: Reference `appender_8h_ad218dc0d6e1d09b18e40016bca6374c6' on pag
e 3 undefined on input line 5.


LaTeX Warning: Reference `appender_8h_ab9a6df639c26566a4576233dfcc21b55' on pag
e 3 undefined on input line 5.


LaTeX Warning: Reference `structlog4c__logging__event__t' on page 3 undefined o
n input line 5.


Underfull \hbox (badness 10000) in paragraph at lines 5--8


[3]

LaTeX Warning: Reference `category_8h_a4526d1c812e7b601056d24ec811bb548' on pag
e 4 undefined on input line 8.


LaTeX Warning: Reference `category_8h_a4526d1c812e7b601056d24ec811bb548' on pag
e 4 undefined on input line 8.


Underfull \hbox (badness 10000) in paragraph at lines 8--11

) (./todo.tex

LaTeX Warning: Reference `appender_8h' on page 4 undefined on input line 5.


LaTeX Warning: Reference `appender_8h' on page 4 undefined on input line 5.


Underfull \hbox (badness 10000) in paragraph at lines 5--8


LaTeX Warning: Reference `layout_8h' on page 4 undefined on input line 8.


LaTeX Warning: Reference `layout_8h' on page 4 undefined on input line 8.


Underfull \hbox (badness 10000) in paragraph at lines 8--11


LaTeX Warning: Reference `category_8h_ac55d7a08b37efa6fc99c4367378cba29' on pag
e 4 undefined on input line 14.


LaTeX Warning: Reference `category_8h_a4a19c6cac0bb9a9309d5fe6cce4d3881' on pag
e 4 undefined on input line 14.


LaTeX Warning: Reference `category_8h_ac55d7a08b37efa6fc99c4367378cba29' on pag
e 4 undefined on input line 14.


LaTeX Warning: Reference `category_8h_a4a19c6cac0bb9a9309d5fe6cce4d3881' on pag
e 4 undefined on input line 14.


LaTeX Warning: Reference `category_8h_a4a19c6cac0bb9a9309d5fe6cce4d3881' on pag
e 4 undefined on input line 16.


Underfull \hbox (badness 10000) in paragraph at lines 14--17


LaTeX Warning: Reference `category_8h_a0fd63d9633dc73bc1661bfc44308b8b4' on pag
e 4 undefined on input line 17.


LaTeX Warning: Reference `category_8h_a4a19c6cac0bb9a9309d5fe6cce4d3881' on pag
e 4 undefined on input line 17.


LaTeX Warning: Reference `category_8h_a0fd63d9633dc73bc1661bfc44308b8b4' on pag
e 4 undefined on input line 17.


LaTeX Warning: Reference `category_8h_a4a19c6cac0bb9a9309d5fe6cce4d3881' on pag
e 4 undefined on input line 17.


Underfull \hbox (badness 1184) in paragraph at lines 17--17
[]\T1/phv/b/n/10 Global log4c[]_[]category[]_[]set[]_[]appender (\T1/phv/m/n/10
 p.[]\T1/phv/b/n/10 ) (log4c[]_[]category[]_[]t (\T1/phv/m/n/10 p.[]\T1/phv/b/n
/10 ) $\OMS/cmsy/m/n/10 ^^C$\T1/phv/b/n/10 a[]_[]category, struct []_[][]_[]log
4c[]_[]

Underfull \hbox (badness 10000) in paragraph at lines 17--20


LaTeX Warning: Reference `structlog4c__location__info__t' on page 4 undefined o
n input line 20.


LaTeX Warning: Reference `structlog4c__location__info__t' on page 4 undefined o
n input line 20.


Underfull \hbox (badness 10000) in paragraph at lines 20--23


LaTeX Warning: Reference `logging__event_8h_a5ca6cb240c1f91b0082fdd5b3e642d04' 
on page 4 undefined on input line 23.


LaTeX Warning: Reference `logging__event_8h_a5ca6cb240c1f91b0082fdd5b3e642d04' 
on page 4 undefined on input line 23.


Underfull \hbox (badness 10000) in paragraph at lines 23--26

) (./deprecated.tex

LaTeX Warning: Reference `appender_8h_a6f383cf6bf84fb777f8b3d5c7310a2fc' on pag
e 4 undefined on input line 5.


LaTeX Warning: Reference `appender_8h_a6f383cf6bf84fb777f8b3d5c7310a2fc' on pag
e 4 undefined on input line 5.


LaTeX Warning: Reference `init_8h_a8eadc94aed53ee4b6ec8d5115f62caf0' on page 4 
undefined on input line 7.


Underfull \hbox (badness 10000) in paragraph at lines 5--8


LaTeX Warning: Reference `layout_8h_ae06bbfb983d6867dbf0a46be67390117' on page 
4 undefined on input line 8.


LaTeX Warning: Reference `layout_8h_ae06bbfb983d6867dbf0a46be67390117' on page 
4 undefined on input line 8.


LaTeX Warning: Reference `init_8h_a8eadc94aed53ee4b6ec8d5115f62caf0' on page 4 
undefined on input line 10.


Underfull \hbox (badness 10000) in paragraph at lines 8--11

) (./annotated.tex
[4]

LaTeX Warning: Reference `structlog4c__appender__type' on page 5 undefined on i
nput line 3.


LaTeX Warning: Reference `structlog4c__buffer__t' on page 5 undefined on input 
line 4.


LaTeX Warning: Reference `structlog4c__layout__type' on page 5 undefined on inp
ut line 5.


LaTeX Warning: Reference `structlog4c__location__info__t' on page 5 undefined o
n input line 6.


LaTeX Warning: Reference `structlog4c__logging__event__t' on page 5 undefined o
n input line 7.


LaTeX Warning: Reference `structlog4c__rc__t' on page 5 undefined on input line
 8.


LaTeX Warning: Reference `structlog4c__rollingpolicy__type' on page 5 undefined
 on input line 9.

) (./files.tex

LaTeX Warning: Reference `appender_8h' on page 5 undefined on input line 3.


LaTeX Warning: Reference `appender__type__mmap_8h' on page 5 undefined on input
 line 4.


LaTeX Warning: Reference `appender__type__rollingfile_8h' on page 5 undefined o
n input line 5.


LaTeX Warning: Reference `appender__type__stream_8h' on page 5 undefined on inp
ut line 6.


LaTeX Warning: Reference `appender__type__stream2_8h' on page 5 undefined on in
put line 7.


LaTeX Warning: Reference `appender__type__syslog_8h' on page 5 undefined on inp
ut line 8.


LaTeX Warning: Reference `buffer_8h' on page 5 undefined on input line 9.


LaTeX Warning: Reference `category_8h' on page 5 undefined on input line 10.


LaTeX Warning: Reference `config-win32_8h_source' on page 5 undefined on input 
line 11.


LaTeX Warning: Reference `init_8h' on page 5 undefined on input line 12.


[5]

LaTeX Warning: Reference `layout_8h' on page 6 undefined on input line 13.


LaTeX Warning: Reference `layout__type__basic_8h' on page 6 undefined on input 
line 14.


LaTeX Warning: Reference `layout__type__basic__r_8h' on page 6 undefined on inp
ut line 15.


LaTeX Warning: Reference `layout__type__dated_8h' on page 6 undefined on input 
line 16.


LaTeX Warning: Reference `layout__type__dated__local_8h' on page 6 undefined on
 input line 17.


LaTeX Warning: Reference `layout__type__dated__local__r_8h' on page 6 undefined
 on input line 18.


LaTeX Warning: Reference `layout__type__dated__r_8h' on page 6 undefined on inp
ut line 19.


LaTeX Warning: Reference `location__info_8h' on page 6 undefined on input line 
20.


LaTeX Warning: Reference `logging__event_8h' on page 6 undefined on input line 
21.


LaTeX Warning: Reference `priority_8h' on page 6 undefined on input line 22.


LaTeX Warning: Reference `rc_8h' on page 6 undefined on input line 23.


LaTeX Warning: Reference `rollingpolicy_8h' on page 6 undefined on input line 2
4.


LaTeX Warning: Reference `rollingpolicy__type__sizewin_8h' on page 6 undefined 
on input line 25.


LaTeX Warning: Reference `version_8h' on page 6 undefined on input line 26.

) (./structlog4c__appender__type.tex
[6]) (./structlog4c__buffer__t.tex) (./structlog4c__layout__type.tex)
(./structlog4c__location__info__t.tex
[7]) (./structlog4c__logging__event__t.tex
[8]) (./structlog4c__rc__t.tex

LaTeX Warning: Reference `init_8h_a22dd02afb55f0bb7cc7cd28ee49481ce' on page 9 
undefined on input line 20.

) (./structlog4c__rollingpolicy__type.tex
[9]) (./appender_8h.tex
Underfull \hbox (badness 10000) in paragraph at lines 8--11


[10]

! LaTeX Error: Environment NoHyper undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.90 \end
         {DoxyParams}
? q
OK, entering \batchmodePlease consult refman.log to see the error messages
make[3]: *** [Makefile:25: refman.dvi] Error 1
make[3]: Leaving directory '/home/algorist/packaging/log4c-pkg/log4c-n/doc/latex'
make[2]: *** [Makefile:497: log4c.pdf] Error 2
make[2]: Leaving directory '/home/algorist/packaging/log4c-pkg/log4c-n/doc'
make[1]: *** [Makefile:621: all-recursive] Error 1
make[1]: Leaving directory '/home/algorist/packaging/log4c-pkg/log4c-n'
make: *** [Makefile:419: all] Error 2



diff --git a/doc/Makefile.am b/doc/Makefile.am
index ca3a2c5..d7dc028 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -26,6 +26,9 @@ doxygen.stamp: Doxyfile main.doc
 # a Makefile to generate the stuff.
 #
 $(PACKAGE).pdf:
+	sed -i '1i\\\usepackage{silence}\
+	\\WarningsOff*\
+	\\ErrorsOff*' ./latex/doxygen.sty
 	$(MAKE) -C ./latex pdf
 	cp -f ./latex/refman.pdf $(PACKAGE).pdf
 

Attachment: signature.asc
Description: PGP signature


Reply to: