https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289356
Tom Hukins <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #2 from Tom Hukins <[email protected]> --- (In reply to Oleg Sidorkin from comment #1) Thank you for the suggestion. I am using packages from pkg.FreeBSD.org, not ports. I have since resolved this problem by deleting and reinstalling packages. I will describe the steps I took below. I run xorg, not Wayland, but I can see some wayland packages are installed and kdeconnect-kde depends on them: % pkg info | grep wayland plasma-wayland-protocols-1.18.0 Plasma Specific Protocols for Wayland qt6-wayland-6.9.1_1 Qt6 wrapper for Wayland wayland-1.24.0_2 Core Wayland window system code and protocol wayland-protocols-1.44 Wayland protocols % pkg query %ro qt6-wayland-6.9.1_1 deskutils/kdeconnect-kde x11/kf6-kwindowsystem x11-toolkits/kf6-kguiaddons x11/plasma6-libplasma Digging further, I see other KDE commands fail with a similar error to kdeconnect-app: % kate ld-elf.so.1: /usr/local/lib/qt6/libQt6WaylandClient.so.6: Undefined symbol "_ZN21QPlatformBackingStore8rhiFlushEP7QWindowdRK7QRegionRK6QPointP20QPlatformTextureListb@Qt_6_PRIVATE_API" So I ran `pkg delete qt6-wayland-6.9.1_1` and reinstalled the programs that depend on it, similarly to your suggestion. This caused everything to work again. Again, thank you for your helpful suggestion. Tom -- You are receiving this mail because: You are the assignee for the bug.
