Followup-For: Bug #921301
Control: severity -1 serious

Hi,

this seems to be unrelated to 1.8.15, since I can already reproduce this
with 1.8.13-10 in sid:

Making all in doc
make[2]: Entering directory '/build/starpu-1.2.6+dfsg/build/doc'
Making all in doxygen
make[3]: Entering directory '/build/starpu-1.2.6+dfsg/build/doc/doxygen'
warning: Tag `SYMBOL_CACHE_SIZE' at line 370 of file 
`../../../doc/doxygen/doxygen.cfg' 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 1507 of file 
`../../../doc/doxygen/doxygen.cfg' 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 1513 of file `../../../doc/doxygen/doxygen.cfg' 
has become obsolete.
         To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
/build/starpu-1.2.6+dfsg/doc/doxygen/chapters/api/codelet_and_tasks.doxy:673: 
warning: explicit link request to 'STARPU_TASK_TYPE_INTERNAL' could not be 
resolved
/build/starpu-1.2.6+dfsg/doc/doxygen/chapters/api/codelet_and_tasks.doxy:675: 
warning: explicit link request to 'STARPU_TASK_TYPE_NORMAL' could not be 
resolved
/build/starpu-1.2.6+dfsg/doc/doxygen/chapters/api/data_management.doxy:391: 
warning: explicit link request to 'STARPU_ACQUIRE_NO_NODE_LOCK_ALL' could not 
be resolved
/build/starpu-1.2.6+dfsg/include/starpu_stdlib.h:59: warning: The following 
parameters of starpu_memory_allocate(unsigned node, size_t size, int flags) are 
not documented:
  parameter 'flags'
/build/starpu-1.2.6+dfsg/doc/doxygen/chapters/000_introduction.doxy:25: 
warning: included file foreword.html is not found. Check your EXAMPLE_PATH
/build/starpu-1.2.6+dfsg/doc/doxygen/chapters/000_introduction.doxy:306: 
warning: unable to resolve reference to `ModuleDocumentation' for \ref command
/build/starpu-1.2.6+dfsg/doc/doxygen/chapters/000_introduction.doxy:307: 
warning: unable to resolve reference to `FileDocumentation' for \ref command
/build/starpu-1.2.6+dfsg/doc/doxygen/chapters/000_introduction.doxy:25: 
warning: included file foreword.html is not found. Check your EXAMPLE_PATH
/build/starpu-1.2.6+dfsg/doc/doxygen/chapters/000_introduction.doxy:306: 
warning: unable to resolve reference to `ModuleDocumentation' for \ref command
/build/starpu-1.2.6+dfsg/doc/doxygen/chapters/000_introduction.doxy:307: 
warning: unable to resolve reference to `FileDocumentation' for \ref command
pdflatex latex/refman.tex
mv latex/refman.pdf ../../doc/doxygen/starpu.pdf
mv: cannot stat 'latex/refman.pdf': No such file or directory
make[3]: *** [Makefile:949: ../../doc/doxygen/starpu.pdf] Error 1
make[3]: Leaving directory '/build/starpu-1.2.6+dfsg/build/doc/doxygen'
make[2]: *** [Makefile:590: all-recursive] Error 1
make[2]: Leaving directory '/build/starpu-1.2.6+dfsg/build/doc'

Hmm, where is the doxygen command line? And where is the output from pdflatex?
Yes, it's a lot of clutter it it just works. But now?
Oh great, the relevant targets in doc/doxygen/Makefile.in are all @-ed :-(
And the refman.pdf target cannot fail. Or rather ignores all errors.


Andreas

Reply via email to