Bugzilla – Bug 1223174
libkwin6: undefined symbol drmSyncobjEventfd
Last modified: 2024-05-23 20:09:12 UTC
Try running plasma 6.0.2 from opensuse tw unstable repos, result in: `kwin_wayland: symbol lookup error: /lib64/libkwin.so.6: undefined symbol: drmSyncobjEventfd` software versions: libkwin6-6.0.80git.20240419T230656~fba948b3-ku.41.1.x86_64 libdrm2-2.4.120-1.3.x86_64 libdrm2 already satisfies what is required here: https://invent.kde.org/plasma/kwin/-/merge_requests/5610 running 'nm -D /usr/lib64/libdrm.so.2 | grep SyncobjEvent' returns 000000000000c0b0 T drmSyncobjEventfd tried also rpmrebuild, no success. My KDE repos: 1 | KDE:Qt6 | KDE:Qt6 2 | KDE:Unstable:Applications | KDE:Unstable:Applications 3 | KDE:Unstable:Extra | KDE:Unstable:Extra 4 | KDE:Unstable:Frameworks | KDE:Unstable:Frameworks 5 | KDE:Unstable:Qt | KDE:Unstable:Qt
Please check the output of "ldd /usr/bin/kwin_wayland" to ensure the right libdrm is loaded.
(In reply to Fabian Vogt from comment #1) > Please check the output of "ldd /usr/bin/kwin_wayland" to ensure the right > libdrm is loaded. It turns out that there were multiple libdrms in the system (one oss and one from amd) and after removing amd's one, things are working.
(In reply to Eder Carneiro from comment #2) > (In reply to Fabian Vogt from comment #1) > > Please check the output of "ldd /usr/bin/kwin_wayland" to ensure the right > > libdrm is loaded. > > It turns out that there were multiple libdrms in the system (one oss and one > from amd) and after removing amd's one, things are working. Closing