Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 699634

Summary: app-office/kmymoney-5.0.7 does not compile
Product: Gentoo Linux Reporter: Joerg Schaible <joerg.schaible>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Joerg Schaible 2019-11-08 19:20:52 UTC
Hi,

kmymoney-5.0.7 does not compile, because it looks for libraries in /usr/lib instead of /usr/lib64. The interesting snippet from the build log:

=========== %< ================
>>> Working in BUILD_DIR: "/var/tmp/portage/portage/app-office/kmymoney-5.0.7/work/kmymoney-5.0.7_build"
ninja -v -j3 -l0
ninja: error: '/usr/lib/libgmp.so', needed by 'lib/libkmm_mymoney.so.5.0.7', missing and no known rule to make it
 [31;01m*[0m ERROR: app-office/kmymoney-5.0.7::gentoo failed (compile phase):
 [31;01m*[0m   ninja -v -j3 -l0 failed
=========== %< ================

BTW: KMyMoney 5.0.7 is the first version (with updated dependencies) which supports the European PSD2 standard that is active in Germany since 14th September. It is not possible to get your account balances with older versions for any bank.

To compile this version, add to package.accept_keywords:
=========== %< ================
# GnuCash + KMyMoney with PSD2 support
<app-doc/gnucash-doc-3.8 ~amd64
<app-office/gnucash-3.8 ~amd64
<app-office/kmymoney-5.0.8 **
<dev-scheme/guile-2.2.4 ~amd64
<net-libs/aqbanking-6.1 **
<sys-libs/gwenhywfar-5.1 **
=========== %< ================
Comment 1 Andreas Sturmlechner gentoo-dev 2019-11-08 19:24:35 UTC
17.1 profile switch issue, rebuild libalkimia.

Next time, please add emerge --info and attach full build.log.

*** This bug has been marked as a duplicate of bug 686750 ***