Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 280250 - [kde-testing] akonadi-4.3.61 fails to compile due to a mismatched directory
Summary: [kde-testing] akonadi-4.3.61 fails to compile due to a mismatched directory
Status: RESOLVED WORKSFORME
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: 2009-08-04 03:25 UTC by Sam Nelson
Modified: 2009-10-22 21:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix directory structure errors (kcalmimetypevisitor.patch,954 bytes, patch)
2009-08-04 03:26 UTC, Sam Nelson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Nelson 2009-08-04 03:25:22 UTC
In two files (resource/kolabproxy/calendarhandler.cpp and resource/kolabproxy/kolabhandler.cpp) in the kdepim-runtime portion of the akonadi 4.3.61 compile, the #include of the Akonadi::KCalMimeTypeVisitor library has the location wrong.  Instead of #include <akonadi/kcal/kcalmimetypevisitor.h>, it should be #include <kcal/kcalmimetypevisitor.h>.

Reproducible: Always

Steps to Reproduce:
1. emerge akonadi-4.3.61 from the kde-testing overlay

Actual Results:  
The compile failed around 53%

Expected Results:  
I would expect (read: hope) it to finish compiling and installing

I've made the patch file to fix the errors in the two places where I found them.  I plan to upload my patch as soon as I finish the bug report, but ... well, this is the first time I've posted an error to bugzilla (this is the first time that I've had an issue that I couldn't find a fix for posted elsewhere), so I'm not entirely sure that I'll be able to post a patch file or ... anything.
Comment 1 Sam Nelson 2009-08-04 03:26:51 UTC
Created attachment 200097 [details, diff]
Patch to fix directory structure errors

This is the patch I made to fix the (admittedly minor) errors that I found in those two files.