Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173697 - /usr/include/kdchart_export.h of app-office/kchart-1.6.1 points to nonexistent directory lib/kofficecore to include koffice_export.h
Summary: /usr/include/kdchart_export.h of app-office/kchart-1.6.1 points to nonexisten...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-07 21:10 UTC by Mike Smyth
Modified: 2007-04-08 12:55 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 Mike Smyth 2007-04-07 21:10:02 UTC
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
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2007-04-08 12:55:45 UTC
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