Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 280250

Summary: [kde-testing] akonadi-4.3.61 fails to compile due to a mismatched directory
Product: Gentoo Linux Reporter: Sam Nelson <valczir.darkvein>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to fix directory structure errors

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.