Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699634 - app-office/kmymoney-5.0.7 does not compile
Summary: app-office/kmymoney-5.0.7 does not compile
Status: RESOLVED DUPLICATE of bug 686750
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-08 19:20 UTC by Joerg Schaible
Modified: 2019-11-08 19:24 UTC (History)
0 users

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 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 ***