Bug 379169

Summary: installed mymoneyaccount.h references non-existent payeeidentifier/ headers
Product: [Applications] kmymoney Reporter: Rex Dieter <rdieter>
Component: buildsystemAssignee: Christian David <christian-david>
Status: RESOLVED FIXED    
Severity: normal CC: christian-david, lukasz.wojnilowicz, ralf.habacker
Priority: NOR Flags: ralf.habacker: Version_5-
Version: 4.8.0   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In: 4.8.1

Description Rex Dieter 2017-04-24 16:51:17 UTC
Building kmymoney-4.8.0 from sources, after 'make install', it installs a header
kmymoney/mymoneyaccount.h
which contains:
#include "payeeidentifier/payeeidentifier.h"
#include "payeeidentifier/ibanandbic/ibanbic.h"

Except none of the contents from payeeidentifier are installed (with 'make install').

Either the payeeindentifier references should be removed or the payeeindentifier headers should get installed.
Comment 1 Rex Dieter 2017-04-24 16:51:45 UTC
marking confirmed per downstream report,
https://bugzilla.redhat.com/show_bug.cgi?id=1444738
Comment 2 Christian David 2017-05-07 16:46:29 UTC
Hi Rex,

do you need this bug to be fixed in 4.8? I will definitely fix it for 5.x soon.

Greetings
Christian
Comment 3 Rex Dieter 2017-05-08 12:40:13 UTC
Preferably yes, but only if it's not too much trouble  (or advise me what the proper fix is, and I can adjust fedora's packaging accordingly)
Comment 4 Ralf Habacker 2017-08-11 20:19:04 UTC
Git commit 69217d7f2aca8b7fa2191e3eb3d6778c02676b51 by Ralf Habacker.
Committed on 11/08/2017 at 20:18.
Pushed by habacker into branch '4.8'.

Fix 'Installed mymoneyaccount.h references non-existent payeeidentifier/ headers'

FIXED-IN:4.8.1

M  +3    -0    kmymoney/mymoney/payeeidentifier/CMakeLists.txt
M  +3    -0    kmymoney/payeeidentifier/ibanandbic/CMakeLists.txt

https://commits.kde.org/kmymoney/69217d7f2aca8b7fa2191e3eb3d6778c02676b51
Comment 5 Rex Dieter 2017-08-11 21:36:04 UTC
Odd, I cannot find that commit anywhere.  I fact, if I click the link in comment #4, I get

Bad commit reference: 69217d7f2aca8b7fa2191e3eb3d6778c02676b51

??