Bug 175420

Summary: Jabber, GoogleTalk, IRC options missing.
Product: [Unmaintained] kopete Reporter: Edward OCallaghan <victoredwardocallaghan>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: doc.evans, finex
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Solaris   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Edward OCallaghan 2008-11-17 18:41:44 UTC
Version:           0.60.3 (using 4.1.3 (KDE 4.1.3), compiled sources)
Compiler:          cc
OS:                SunOS (i86pc) release 5.11

For some reason;
* Jabber/GoogleTalk
* IRC
are both missing.

Best Regards,
Edward O'Callaghan.
Comment 1 FiNeX 2008-11-17 18:53:26 UTC
About jabber, probably you don't have the needed libraries installed.
About IRC, it is not yet available on Konqueror for KDE4, it is still under development (or at least it should be, I hope someone is working on it).
Comment 2 Edward OCallaghan 2008-11-17 18:57:01 UTC
Thanks FiNeX,

Do you know what _are_ the required libs ?

I have the following;
      57 +%{_includedir}/kopete/kabcpersistence.h                                
      58 +%{_includedir}/kopete/kopete_export.h                                  
      59 +%{_includedir}/kopete/kopeteaccount.h                                  
      60 +%{_includedir}/kopete/kopeteaccountmanager.h                           
      61 +%{_includedir}/kopete/kopeteappearancesettings.h
      62 +%{_includedir}/kopete/kopeteavatarmanager.h                            
      63 +%{_includedir}/kopete/kopetebehaviorsettings.h                         
      64 +%{_includedir}/kopete/kopeteblacklister.h
      65 +%{_includedir}/kopete/kopetechatsession.h                              
      66 +%{_includedir}/kopete/kopetechatsessionmanager.h                       
      67 +%{_includedir}/kopete/kopetecommand.h                                  
      68 +%{_includedir}/kopete/kopetecommandhandler.h                           
      69 +%{_includedir}/kopete/kopetecontact.h                                  
      70 +%{_includedir}/kopete/kopetecontactlist.h                              
      71 +%{_includedir}/kopete/kopetecontactlistelement.h
      72 +%{_includedir}/kopete/kopetecontacttaskbase.h
      73 +%{_includedir}/kopete/kopetedeletecontacttask.h                        
      74 +%{_includedir}/kopete/kopeteglobal.h                                   
      75 +%{_includedir}/kopete/kopetegroup.h                                    
      76 +%{_includedir}/kopete/kopeteidentity.h                                 
      77 +%{_includedir}/kopete/kopeteidentitymanager.h                          
      78 +%{_includedir}/kopete/kopetemessage.h                                  
      79 +%{_includedir}/kopete/kopetemessageevent.h                             
      80 +%{_includedir}/kopete/kopetemessagehandler.h                           
      81 +%{_includedir}/kopete/kopetemessagehandlerchain.h                      
      82 +%{_includedir}/kopete/kopetemetacontact.h                              
      83 +%{_includedir}/kopete/kopetemimetypehandler.h                          
      84 +%{_includedir}/kopete/kopeteonlinestatus.h                             
      85 +%{_includedir}/kopete/kopeteonlinestatusmanager.h                      
      86 +%{_includedir}/kopete/kopetepassword.h                                 
      87 +%{_includedir}/kopete/kopetepasswordedaccount.h                        
      88 +%{_includedir}/kopete/kopetepicture.h                                  
      89 +%{_includedir}/kopete/kopeteplugin.h                                   
      90 +%{_includedir}/kopete/kopetepluginmanager.h                            
      91 +%{_includedir}/kopete/kopeteproperty.h                                 
      92 +%{_includedir}/kopete/kopetepropertycontainer.h                        
      93 +%{_includedir}/kopete/kopeteprotocol.h                                 
      94 +%{_includedir}/kopete/kopetesimplemessagehandler.h                     
      95 +%{_includedir}/kopete/kopetestatusmanager.h                            
      96 +%{_includedir}/kopete/kopetestatusmessage.h                            
      97 +%{_includedir}/kopete/kopetestatussettings.h                           
      98 +%{_includedir}/kopete/kopetetask.h                                     
      99 +%{_includedir}/kopete/kopetetransfermanager.h                          
     100 +%{_includedir}/kopete/kopeteuiglobal.h                                 
     101 +%{_includedir}/kopete/kopeteversion.h                                  
     102 +%{_includedir}/kopete/ui/accountselector.h
     103 +%{_includedir}/kopete/ui/addcontactpage.h
     104 +%{_includedir}/kopete/ui/addressbookselectordialog.h
     105 +%{_includedir}/kopete/ui/addressbookselectorwidget.h
     106 +%{_includedir}/kopete/ui/avatardialog.h
     107 +%{_includedir}/kopete/ui/avatarselectorwidget.h
     108 +%{_includedir}/kopete/ui/editaccountwidget.h
     109 +%{_includedir}/kopete/ui/kopetecontactaction.h
     110 +%{_includedir}/kopete/ui/kopetefileconfirmdialog.h
     111 +%{_includedir}/kopete/ui/kopeteinfodialog.h
     112 +%{_includedir}/kopete/ui/kopetelistview.h
     113 +%{_includedir}/kopete/ui/kopetelistviewitem.h
     114 +%{_includedir}/kopete/ui/kopetelistviewsearchline.h
     115 +%{_includedir}/kopete/ui/kopetepasswordwidget.h
     116 +%{_includedir}/kopete/ui/kopetestdaction.h
     117 +%{_includedir}/kopete/ui/kopeteview.h
     118 +%{_includedir}/kopete/ui/kopeteviewplugin.h
     119 +%{_includedir}/kopete/ui/ui_fileconfirmbase.h
     120 +%{_includedir}/kopete/ui/ui_kopeteawaydialogbase.h
     121 +%{_includedir}/kopete/ui/ui_kopetepasswordwidgetbase.h

Thanks for your time,
Edward O'Callaghan.
Comment 3 Roman Jarosz 2008-11-17 19:59:41 UTC
For Jabber you need qca2 lib + devel, after you do cmake you should see which libraries are missing and which features will be disabled/enabled
Comment 4 Edward OCallaghan 2008-11-18 06:38:53 UTC
Thank you ver much.

For documentation purposes;

[edward@SXCE-Workstation]:/export/home/edward:~>grep -i qca2 /tmp/KDEnetwork.log
pkgbuild: -- KDE CMake PKGCONFIG macro indicates that qca2 is not installed on your computer.
pkgbuild: -- Install the package which contains qca2.pc if you want to support this feature.
pkgbuild: -- Could NOT find QCA2 includes
pkgbuild: -- Could NOT find QCA2 libraries
pkgbuild: -- /export/home/edward/packages/BUILD/kdenetwork-4.1.3/kopete/protocols: Disabled GroupWise and Jabber because QCA2 was not found
pkgbuild: + QCA2, 2.0.0: Qt Cryptographic Architecture <http://delta.affinix.com/qca>
pkgbuild: -- KDE CMake PKGCONFIG macro indicates that qca2 is not installed on your computer.
pkgbuild: -- Install the package which contains qca2.pc if you want to support this feature.
pkgbuild: -- Could NOT find QCA2 includes
pkgbuild: -- Could NOT find QCA2 libraries
pkgbuild: -- /export/home/edward/packages/BUILD/kdenetwork-4.1.3/kopete/protocols: Disabled GroupWise and Jabber because QCA2 was not found
pkgbuild: + QCA2, 2.0.0: Qt Cryptographic Architecture <http://delta.affinix.com/qca>

Regards,
Edward O'Callaghan.
Comment 5 doc.evans 2008-12-03 17:47:25 UTC
Why is this marked as RESOLVED?

IRC support still seems to be missing, as in the original post. (Obviously, the jabber portion of the report was resolved, but it doesn't look like the IRC portion was -- maybe I should file a separate wishlist bug requesting IRC? Would that be the tidy way to deal with this?)

Comment 6 FiNeX 2008-12-03 18:49:06 UTC
About irc support, the wish should already exist.
Comment 7 doc.evans 2008-12-03 20:01:01 UTC
Yes, it certainly should.

But I did a search of "kopete IRC" before posting here, and I haven't been able to find such a wishlist item (otherwise I would have subscribed to that bug instead of this one).

So I don't think that it does exist :-(

Comment 8 Alexander Rieder 2008-12-03 20:58:53 UTC
The report you are looking for is:
http://bugs.kde.org/show_bug.cgi?id=167884
Comment 9 doc.evans 2008-12-03 21:05:22 UTC
Weird that it didn't show up (I did two separate searches).

Thanks.