Re: wip/szyszka

RVP <[email protected]> Tue, 30 May 2023 12:15:00 +0000 (UTC)
Newsgroups gmane.os.netbsd.devel.x11
Message-ID <[email protected]>
On Tue, 30 May 2023, pin wrote:

> The package builds and installs, after an intial panick:
>
> Gsk-Message: 15:20:22.391: Failed to realize renderer of type 'GskGLRenderer' for surface 'GdkX11Toplevel': libEGL not available
>

Hmm...both /usr/X11R7/lib/libEGL.* and /usr/X11R7/lib/pkgconfig/egl.pc
exist. Why is it still panicking?

> Linking MesaLib at compile time fixed the panick but, it now core dumps :(
>

Can you show the output of:

readelf -d szyszka
ldd szyszka
env LD_DEBUG=files szyszka

and, in gdb, after the segfault:

(gdb) info sharedlibrary

-RVP