Summary: | mail-mta/protonmail-bridge-bin-1.4.5 installs files with unresolved SONAME dependencies | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Piotr Karbowski (RETIRED) <slashbeast> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lucianposton, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 668582 [details]
build.log
build log and emerge --info
x11-libs/libxkbcommon is in RDEPEND, as it's binary package and those libs are required during runtime, not build time. Attachment shows that USE="-X" is used. x11-libs/libxkbcommon[-X] does not install libxkbcommon-x11.so.0, so dependency should be x11-libs/libxkbcommon[X]. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a34f6a17861029d9067961a4a75e5c28819ab8 commit e3a34f6a17861029d9067961a4a75e5c28819ab8 Author: Piotr Karbowski <slashbeast@gentoo.org> AuthorDate: 2020-10-26 20:19:53 +0000 Commit: Piotr Karbowski <slashbeast@gentoo.org> CommitDate: 2020-10-26 20:19:53 +0000 mail-mta/protonmail-bridge-bin: libxkbcommon[X] dependency. Closes: https://bugs.gentoo.org/751283 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org> mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |