Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946601 - dev-util/android-studio missing dev-libs/wayland dependency
Summary: dev-util/android-studio missing dev-libs/wayland dependency
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jason A. Donenfeld
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-17 21:17 UTC by Daniel M. Weeks
Modified: 2024-12-18 19:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel M. Weeks 2024-12-17 21:17:53 UTC
The JBR is linked against wayland. If wayland is depcleaned some libraries are preserved.

The preserved libs message below shows an older version of android-studio but the same linkage is present in dev-util/android-studio-2024.2.1.12 and is included in the QA Notice:

 * QA Notice: Unresolved soname dependencies:
 *
 *      /opt/android-studio/jbr/lib/libawt_wlawt.so: libwayland-client.so.0 libwayland-cursor.so.0
 *      /opt/android-studio/jbr/lib/libwlsplashscreen.so: libwayland-client.so.0 libwayland-cursor.so.0


>>> package: dev-libs/wayland-1.23.1
 *  - /usr/lib64/libwayland-client.so.0
 *  - /usr/lib64/libwayland-client.so.0.23.1
 *      used by /opt/android-studio/jbr/lib/libawt_wlawt.so (dev-util/android-studio-2024.2.1.10-r1)
 *      used by /opt/android-studio/jbr/lib/libwlsplashscreen.so (dev-util/android-studio-2024.2.1.10-r1)
 *  - /usr/lib64/libwayland-cursor.so.0
 *  - /usr/lib64/libwayland-cursor.so.0.23.1
 *      used by /opt/android-studio/jbr/lib/libawt_wlawt.so (dev-util/android-studio-2024.2.1.10-r1)
 *      used by /opt/android-studio/jbr/lib/libwlsplashscreen.so (dev-util/android-studio-2024.2.1.10-r1)

Reproducible: Always