gtk error

Hi,

root@freebsd:/usr/local/etc/pkg/repos# gtk-launch --version
ld-elf.so.1: /usr/local/lib/libgtk-3.so.0: Undefined symbol "epoxy_glXQueryExtension"

I've upgraded from 13.5 to 14.3. Building the packages failed for rust and llvm19. I've worked around using the "-b latest" flag, so the system is up and running.

Probably this caused some kind of inconsestency?

Any help appreciated.

Hanns
 
That symbol seems to come from graphics/libepoxy. Is it installed? Maybe a required dependency was used but failed to register somehow and it got removed when you reinstalled your ports/packages (you're required to do after a major version upgrade).
 
Last year, there was a symbol issue, which led to the addition of HAS_SYMBOL_VERSION in ports/Mk/bsd.port.mk and check_have_symbols.sh in ports/Mk/Scripts/. Could this be related?

If libepoxy is not installed, you should get the error ld-elf.so.1: Shared object "libepoxy.so.0" not found, required by "libgtk-3.so.0".
 
Last year, there was a symbol issue, which led to the addition of HAS_SYMBOL_VERSION in ports/Mk/bsd.port.mk and check_have_symbols.sh in ports/Mk/Scripts/. Could this be related?

If libepoxy is not installed, you should get the error ld-elf.so.1: Shared object "libepoxy.so.0" not found, required by "libgtk-3.so.0".
Hi,

libepoxy ist installed.
 
Back
Top