Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260989 - kde-misc/kblogger-0.7_beta3:don't installes,when qt-3.3.8 and qt-4.4.2 installed
Summary: kde-misc/kblogger-0.7_beta3:don't installes,when qt-3.3.8 and qt-4.4.2 installed
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on: 277820
Blocks:
  Show dependency tree
 
Reported: 2009-03-02 20:44 UTC by Олег
Modified: 2009-11-16 06:06 UTC (History)
0 users

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


Attachments
emerge --info (emerge_info,21.15 KB, text/plain)
2009-03-02 20:45 UTC, Олег
Details
Patch inserting the missing 'need-kde' statement into the ebuild (kblogger-0.7_beta3-need-kde.ebuild.patch,328 bytes, patch)
2009-06-06 11:56 UTC, Michael Niggli
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Олег 2009-03-02 20:44:24 UTC
I have 2 kde.
For the first user:kde-3.5.10, and for the second is kde-4.2.0.
I want to use my blog and I decided to "emerge"ing kde-misc/kblogger-07_beta3.
And during installation I got the error.


Reproducible: Always

Actual Results:  
kbloggerconfig.cpp:7:24: error: QtCore/QFile: No such file or directory 
kbloggerconfig.cpp:16: error: 's_globalKBloggerConfig' has not been declared                                                                   
kbloggerconfig.cpp:17: error: expected constructor, destructor, or type conversion before 'KBloggerConfig'                                     
kbloggerconfig.cpp: In constructor 'KBloggerConfig::KBloggerConfig()':                                                                         
kbloggerconfig.cpp:28: error: 'QLatin1String' was not declared in this scope                                                                   
kbloggerconfig.cpp:30: error: 's_globalKBloggerConfig' was not declared in this scope                                                          
kbloggerconfig.cpp: In destructor 'virtual KBloggerConfig::~KBloggerConfig()':                                                                 
kbloggerconfig.cpp:56: error: 's_globalKBloggerConfig' was not declared in this scope                                                          
make[2]: *** [kbloggerconfig.lo] Error 1
Comment 1 Олег 2009-03-02 20:45:49 UTC
Created attachment 183712 [details]
emerge --info
Comment 2 Michael Niggli 2009-05-31 20:01:25 UTC
I have the same issue. I get the same problem with 0.6.5 and 0.7_beta2, too.

However, while messing around with the ebuild in a local, I found that adding 

need-kde 3.5

to the ebuild solved this.
Comment 3 Michael Niggli 2009-06-06 11:56:17 UTC
Created attachment 193705 [details, diff]
Patch inserting the missing 'need-kde' statement into the ebuild

Adding a patch that performs the small change mentioned above :)