[PATCH 5/7] doc: make pdfdocs: Update empty SVG file to something, otherwise compilation of the *.tex files fails
Tom Rini
trini at konsulko.com
Tue Aug 26 00:58:24 CEST 2025
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 at 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 <adrianocarvalho.pt at gmail.com>
> ---
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250825/4a451560/attachment.sig>
More information about the U-Boot
mailing list