On Mon, Aug 25, 2025 at 11:44:48PM +0100, Adriano Carvalho wrote: > There is one SVG file (doc/develop/pics/spl_before_reloc.svg) that is empty > (0-byte) and because of that it is not translated to PDF leading to an error. > See below. > This commit updates that file to something (i.e., an simple image with "TODO" > written on it), solving the problem. > > The error in docker.io/trini/u-boot-gitlab-ci-runner:jammy-20250714-25Jul2025: > > uboot@35c89b9ab70e:~/u-boot$ make pdfdocs > [...] > WARNING: cannot copy image file > '/home/uboot/u-boot/doc/output/.doctrees/images/spl_before_reloc.pdf': > /home/uboot/u-boot/doc/output/.doctrees/images/spl_before_reloc.pdf does not > exist > [...] > build finished with problems, 1 warning (with warnings treated as errors). > make[1]: *** [doc/Makefile:84: latexdocs] Error 1 > make: *** [Makefile:2686: pdfdocs] Error 2 > > NOTE: This won't completely fix the pdfdocs target. See next commit(s). > > Signed-off-by: Adriano Carvalho <[email protected]> > --- > doc/develop/pics/spl_before_reloc.svg | Bin 0 -> 239 bytes > 1 file changed, 0 insertions(+), 0 deletions(-)
It's not supposed to be zero byte I assume, so can we please figure out what patch was misapplied (I have some ideas) and then find the version where we get the right SVG? Thanks. -- Tom
signature.asc
Description: PGP signature

