While trying to build a CVS version of kmymoney, I encountered an error with the header file /usr/include/kdchart_export.h installed by app-office/kchart-1.6.1. The compilation of kmymoney failed, and the error message indicated that the problem was trying to include koffice_export.h from the file kdchart_export.h Taking a look at the file, Line #7 of the .h files contains the line: #include <../../lib/kofficecore/koffice_export.h> This points to an nonexistent directory. This is a 1 line fix, changing this to #include <koffice_export.h> allows the CVS version of kmymoney to be built. Note that I did not have any trouble with the kchart or koffice ebuilds, this problem only seems to affect other third party software that tries to build using kdchart_export.h. Also, this bug doesn't affect the latest app-office/kmymoney2-0.8.6 found in portage, only building from the latest CVS version of kmymoney is affected. Reproducible: Always
Thanks for your report, Mike. As this is not an issue with packages in our repository, I've taken this upstream, so it gets fixed with 1.6.3. https://bugs.kde.org/show_bug.cgi?id=143960