Error compiling/testing GEGL

Just pulled latest GEGL:

ommit bb67b25e1dd8448ec5a041f7267f5e94dbbc039e (HEAD -> master, origin/master, origin/HEAD)
Author: Ondřej Míchal <harrymichal@seznam.cz>
Date:   Fri Feb 13 15:58:06 2026 +0200

When I try to build I get this error:

[0/3] Generating docs/website/operations/images/doc-operations-img with a custom command (wrapped by meson to set env)
not ok   1 - gegl:denoise-dct (no ref) # TODO hash = 38c9a8654c26025b81116db872678596
ok       2 - gegl:distance-transform
ok       3 - gegl:warp
not ok   4 - gegl:npd (noop) # TODO hash is noop
*** buffer overflow detected ***: terminated
Aborted (core dumped)
[1/3] Generating check-def-files with a custom command (wrapped by meson to set env)
FAILED: docs/website/operations/images/gegl-oilify.png 
env GEGL_SWAP=/Gimp-dev/3.02/build/gegl/_build/RAM GEGL_PATH=/Gimp-dev/3.02/build/gegl/_build/operations BABL_TOLERANCE=0.0 /Gimp-dev/3.02/build/gegl/_build/tools/gegl-tester --data-directory /Gimp-dev/3.02/build/gegl/docs/images --output-directory docs/website/operations/images --hash-directory docs/website/operations/images/../../ref-hash --all --exclusion-pattern 'gegl:buffer-source|gegl:exr-load|gegl:ff-load|gegl:gegl-buffer-load|gegl:gif-load|gegl:icc-load|gegl:jp2-load|gegl:jpg-load|gegl:load|gegl:magick-load|gegl:open-buffer|gegl:pdf-load|gegl:pixbuf|gegl:png-load|gegl:ppm-load|gegl:rawbayer-load|gegl:raw-load|gegl:rgbe-load|gegl:svg-load|gegl:tiff-load|gegl:v4l|gegl:v4l2|gegl:webp-load|gegl:buffer-sink|gegl:display|gegl:exr-save|gegl:ff-save|gegl:gegl-buffer-save|gegl:icc-save|gegl:jpg-save|gegl:npy-save|gegl:png-save|gegl:ppm-save|gegl:rgbe-save|gegl:save|gegl:save-pixbuf|gegl:sdl2-display|gegl:tiff-save|gegl:webp-save|gegl:write-buffer|gegl:cache|gegl:cast-format|gegl:clone|gegl:convert-format|gegl:copy-buffer|gegl:image-compare|gegl:line-profile|gegl:nop|gegl:exp-combine|gegl:gegl|gegl:introspect|gegl:lcms-from-profile|gegl:mblur|gegl:json:grey2|gegl:alpha-inpaint|gegl:integral-image|gegl:aces-rrt'
ninja: build stopped: subcommand failed.

Any suggestions? Or is it only a doc generation error and I can perhaps skip that step (how?)?

Hi. Could you attach the /Gimp-dev/3.02/build/gegl/_build/meson-logd/meson-log.txt file?

meson-log.pdf (49.6 KB)

Here it is (had to convert to PDF because only image types are allower as uploads, zip/7z/tar/tgz aren’t accepted)

I suggest to remove -Db_lto=true

This didn’t change anything as far as I can tell.

What worked was disabling the doc generation, but having the doc would be nice.

Thank you. This confirms this is fails to build when generating GEGL website docs (#363) · Issues · GNOME / gegl · GitLab