Summary: | dev-libs/libical-3.0.6: dev-libs/gobject-introspection should be only in BDEPEND, dev-libs/libxml2:2 should be only in DEPEND | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis <arfrever.fta> |
Component: | Current packages | Assignee: | Andreas Sturmlechner <asturm> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Patch |
Description
Arfrever Frehtes Taifersar Arahesis
2019-09-22 02:50:03 UTC
g-ir-scanner and g-ir-compiler executables from dev-libs/gobject-introspection are called. There is no linking against libgirepository-1.0.so library. libxml2.so library is used only for bin/src-generator tool, which is built and run during src_compile() phase, but is not installed. There is no linking against libxml2.so library in installed files. # scanelf -qyF "%F: %n" $(qlist dev-libs/libical | sort) | grep "libxml2.so" # Created attachment 590572 [details, diff]
Patch
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a49e20c2fab66b4ce2a1bbb2d600b113c66da6 commit a5a49e20c2fab66b4ce2a1bbb2d600b113c66da6 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2019-10-13 15:47:53 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2019-10-13 15:49:55 +0000 dev-libs/libical: Fix dependencies Closes: https://bugs.gentoo.org/695376 Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> dev-libs/libical/libical-3.0.6.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) |