[Bug 1235098] New: amdgpu_top is missing runtime dependencies
https://bugzilla.suse.com/show_bug.cgi?id=1235098 Bug ID: 1235098 Summary: amdgpu_top is missing runtime dependencies Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: openSUSE Tumbleweed Status: NEW Severity: Minor Priority: P5 - None Component: X11 Applications Assignee: screening-team-bugs@suse.de Reporter: marek@sapota.org QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- `amdgpu_top` package is missing `libxkbcommon0` and `libwayland-egl1` as runtime dependencies. The GUI does not work without these. Tested using a tumbleweed image in distrobox [^1]: ``` $ podman pull opensuse/tumbleweed $ distrobox create --image opensuse/tumbleweed -n tmp $ distrobox enter tmp $ sudo zypper in amdgpu_top $ amdgpu_top --gui thread 'main' panicked at /home/abuild/rpmbuild/BUILD/amdgpu_top-0.9.2/vendor/winit/src/platform_impl/linux/wayland/seat/keyboard/mod.rs:315:41: called `Result::unwrap()` on an `Err` value: XKBNotFound note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace $ sudo zypper in libxkbcommon0 $ amdgpu_top --gui thread 'main' panicked at /home/abuild/rpmbuild/BUILD/amdgpu_top-0.9.2/vendor/wayland-sys/src/egl.rs:46:43: Library libwayland-egl.so could not be loaded. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace $ sudo zypper in libwayland-egl1 $ amdgpu_top --gui # success! ``` I'll send out an OBS request with a fix. [^1]: Irrelevant command output not included. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1235098 https://bugzilla.suse.com/show_bug.cgi?id=1235098#c1 Marek Sapota <marek@sapota.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |antonio.teixeira@suse.com --- Comment #1 from Marek Sapota <marek@sapota.org> --- Fix submitted in https://build.opensuse.org/requests/1235155 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1235098 https://bugzilla.suse.com/show_bug.cgi?id=1235098#c2 Marek Sapota <marek@sapota.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Marek Sapota <marek@sapota.org> --- Fixed in https://build.opensuse.org/requests/1235155 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com