Date: Mon, 23 Dec 2024 19:00:40 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 283524] net/wireshark: Fails with Qt unable to load "xcb-cursor0 or libxcb-cursor0" Message-ID: <bug-283524-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283524 Bug ID: 283524 Summary: net/wireshark: Fails with Qt unable to load "xcb-cursor0 or libxcb-cursor0" Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: marcus@FreeBSD.org Reporter: jeff+freebsd@wagsky.com Flags: maintainer-feedback?(marcus@FreeBSD.org) Assignee: marcus@FreeBSD.org Ref: https://forums.freebsd.org/threads/qt6-from-6-5-0-xcb-cursor0-or-libxcb-cur= sor0-is-needed.93191/ Originally seen on 13.2-RELEASE-p11 amd64, reported by another on 14.1, now seen on 14.2-RELEASE amd64. To Replicate: * Install `wireshark` pkg=20 * Start wireshark from the command line=20 * Note that it fails to start with ``` [jeff@js2 /usr/local/lib]$ wireshark ** (wireshark:64338) 10:54:41.901200 [GUI WARNING] -- could not connect to display=20 ** (wireshark:64338) 10:54:41.901320 [GUI WARNING] -- From 6.5.0, xcb-curs= or0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin. ** (wireshark:64338) 10:54:41.901356 [GUI ERROR] -- This application faile= d to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: minimal, vnc, xcb, vkkhrdisplay, offscreen. ** (wireshark:64338) Aborting on fatal log level exception Abort trap ``` * Confirm that the library is present ``` [jeff@js2 /usr/local/lib]$ ls -l *xcb-cursor* -rw-r--r-- 1 root wheel 29070 Oct 30 19:01 libxcb-cursor.a lrwxr-xr-x 1 root wheel 22 Oct 30 19:01 libxcb-cursor.so -> libxcb-cursor.so.0.0.0 lrwxr-xr-x 1 root wheel 22 Oct 30 19:01 libxcb-cursor.so.0 -> libxcb-cursor.so.0.0.0 -rwxr-xr-x 1 root wheel 20024 Oct 30 19:01 libxcb-cursor.so.0.0.0 ``` ``` [jeff@js2 /usr/local/lib]$ pkg info | egrep 'wireshark|qt|xcb' libxcb-1.17.0 The X protocol C-language Binding (XCB) libr= ary qt6-5compat-6.7.3 Qt 6 module that contains unsupported Qt 5 A= PIs qt6-base-6.7.3_2 Qt base (core, gui, widgets, network,...) qt6-base_sqldriver-sqlite-6.7.3 Qt base (sqlite sqldriver) qt6-declarative-6.7.3 Qt declarative framework for dynamic user interfaces qt6-languageserver-6.7.3 Qt 6 implementation of the Language Server Protocol qt6-multimedia-6.7.3_1 Qt audio, video, radio and camera support mo= dule qt6-quick3d-6.7.3 Provides a high-level API for creating 3D content or UIs based on Qt Quick qt6-quicktimeline-6.7.3 Enables keyframe-based animations and parameterization. qt6-shadertools-6.7.3 Provides tools for the cross-platform Qt sha= der pipeline qt6-svg-6.7.3 Qt6 classes for displaying the contents of S= VG files qt6-tools-6.7.3 Qt declarative framework for dynamic user interfaces wireshark-4.4.2 Powerful network analyzer/capture tool xcb-util-0.4.1,1 Module with libxcb/libX11 extension/replacem= ent libraries xcb-util-cursor-0.1.3 XCB cursor library xcb-util-image-0.4.1 Port of Xlib's XImage and XShmImage functions xcb-util-keysyms-0.4.1 Standard X key constants and conversion to/f= rom keycodes xcb-util-renderutil-0.3.10 Convenience functions for the Render extensi= on xcb-util-wm-0.4.2 Framework for window manager implementation ``` --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283524-7788>