graphics/gegl: gegl_find_relocatable_exe: assertion 'file != NULL' failed
Tatsuki Makino <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <SI2PR01MB503630C89930B873EB21C78AFA9AA@SI2PR01MB5036.apcprd01.prod.exchangelabs.com> |
Hello.
gegl-0.4.66 outputs the following log when GIMP is started.
(gimp:85141): GEGL-CRITICAL **: 17:34:21.562: gegl_find_relocatable_exe: assertion 'file != NULL' failed
The function gegl_find_relocatable_exe that generates this log is in ${WRKSRC}/gegl/gegl-init.c.
This function explores /proc/..., but it seems to be a path that does not exist in at least version 14.4-PRERELEASE.
It seems that -Drelocatable= in MESON_ARGS can also disable it, but I don't know what the correct approach is, so someone please continue from here :)
Regards.