Created attachment 587732 [details] emerge-info-libofx.txt The ebuild DEPENDS on libxmlpp:2.6, thus the package get's removed by emerge --depclean, leaving a broken /usr/bin/ofxconnect, which links against libxml++-2.6.so.2. The dependency should therefore be in RDEPEND. artus /etc # ldd /usr/bin/ofxconnect | grep xml libxml++-2.6.so.2 => /usr/lib64/libxml++-2.6.so.2 (0x00007fc53d5c8000) libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x00007fc53c8c8000)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0231aa5f2343d2daa97a350f847e6cd7f603b28 commit d0231aa5f2343d2daa97a350f847e6cd7f603b28 Author: Bernd Waibel <waebbl@gmail.com> AuthorDate: 2019-08-22 08:16:09 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2019-08-22 12:52:46 +0000 dev-libs/libofx: fix RDEPEND on libxmlpp * Moves dependency on dev-cpp/libxmlpp:2.6 from DEPEND to RDEPEND * Add BDEPEND * Remove 'touch INSTALL' in src_prepare and patch Makefile.am instead * Don't install static lib if USE flag is not set * Adds patch from Alexandre Ferreira on b.g.o to install DTD correctly Thanks to Alexandre Ferreira for the fix on DTD and DCL files. Suggested-by: Alexandre Ferreira <alexandref75@gmail.com> Closes: https://bugs.gentoo.org/692658 Closes: https://bugs.gentoo.org/692664 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12758 Signed-off-by: Joonas Niilola <juippis@gentoo.org> ...0001-Makefile.am-remove-INSTALL-from-docs.patch | 28 ++++++++++ dev-libs/libofx/libofx-0.9.14-r1.ebuild | 63 ++++++++++++++++++++++ 2 files changed, 91 insertions(+)