pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/devel/doxygen



On 29/08/12 19:05, David Holland wrote:
: ! LaTeX Error: File `stdiodemo-setup' not found.
  :
  : See the LaTeX manual or LaTeX Companion for explanation.
  : Type  H <return>  for immediate help.
  :  ...
  :
  : l.29 \includegraphics[width=12cm]{stdiodemo-setup}
  :
  : I could not locate the file with any of these extensions:
  : .png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPEG,.JBIG2,.JB2,.eps

The build log contains:

/home/pkgbulk/c/obj/cross/avr-libc/work/avr-libc-1.6.7/doc/examples/stdiodemo/stdiodemo.dox:75:
 warning: image file stdiodemo-setup.eps is not found in IMAGE_PATH: assuming 
external image.

I don't see what's different between this file and largedemo-setup.eps,
but largedemo-setup.eps ends up in the latex_src directory where tex
can find it and stdiodemo-setup.eps does not.

Maybe it's MAKE_JOBS; in any event it's not at all clear what's going
on.

At least we seem to be past the doxygen package problems :)

I think you're right, this looks like a MAKE_JOBS problem in avr-libc. The documentation build Makefile dependencies don't look like they reflect reality. And they also look hairy enough to not try and fix :)

Can you try MAKE_JOBS_SAFE=no in avr-libc and see if that fixes it for you?




Home | Main Index | Thread Index | Old Index