Bug 79981

Summary: yahoo connection says: password incorrect
Product: [Unmaintained] kopete Reporter: bazzoon <bazzoon00>
Component: Yahoo PluginAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: dialouge box

Description bazzoon 2004-04-20 07:00:51 UTC
Version:            (using KDE KDE 3.2.1)
Installed from:    Compiled From Sources
Compiler:          gcc version 3.3.2 20031022 (Red Hat Linux 3.3.2-1) Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=x86_64-redhat-linux
OS:          Linux

I have compiled the fedora core 1 kde-3.2.1 SRPMS for my AMD64 box. When I attempt connecting to my yahoo account, Kopete replies in a message box: "The password was wrong! Please re-enter your password for yahoo"

In the office I have FC1 with kde-3.2.1 installed from RPMS and kopete works fine.
Comment 1 bazzoon 2004-04-20 18:39:21 UTC
Created attachment 5712 [details]
dialouge box

Here is the box that tells me my password is wrong and asks me for it again.
Comment 2 Matt Rogers 2004-04-20 18:51:34 UTC
are you using kwallet?
Comment 3 bazzoon 2004-04-26 03:25:31 UTC
No. kwallet was not used. However, even when I activated kwallet, the problem presisted and the problem was irrelevant to it.

Comment 4 Matt Rogers 2004-04-26 03:51:05 UTC
Did you build kopete in 64-bit mode? IIRC, you can build either a 32-bit app 
or a 64-bit app with an AMD64 processor.


Comment 5 bazzoon 2004-04-28 06:34:04 UTC
I grapped the i386 fedora core 1 kde SRPMS and I rebuilt them with the command:

rpmbuild --rebuild --target x86_64 soandso.src.rpm
Comment 6 Matt Rogers 2004-04-30 18:16:08 UTC
I don't have a fix yet, but as a work around you can pass -m32 to gcc to make 
it build a 32 bit app when you compile kopete.

Comment 7 groot 2004-04-30 19:23:41 UTC
CVS commit by adridg: 

What's the point of determining the uint32 type if you don't use it?
Use it, and then all of a sudden amd64 and x86 give the same results.
CCMAIL: 79981-done@bugs.kde.org


  M +3 -3      sha.h   1.1.4.1


--- kdenetwork/kopete/protocols/yahoo/libyahoo2/sha.h  #1.1:1.1.4.1
@@ -10,8 +10,8 @@ int strprintsha(char *dest, int *hashval
  
 typedef struct {
-  unsigned long H[5];
-  unsigned long W[80];
+  uint32 H[5];
+  uint32 W[80];
   int lenW;
-  unsigned long sizeHi,sizeLo;
+  uint32 sizeHi,sizeLo;
 } SHA_CTX;
  


Comment 8 Jens Marcus Kiontke 2004-07-13 03:11:47 UTC
Hallo zusammen,

vielleicht hier auch jemand der deutsch versteht?!

Ich habe glaube ich gleiches Problem!

Das Passwort wird nicht angenommen er sagt immer es sei falsch!

Aber auf der Webseite funktioniert es!
Und mit dem für Win der Messager funktioniert es auch!

bitte hilft mir weiter!

Vielen Dank!

MfG!

JMK!
Comment 9 Jack Shy 2004-07-23 22:09:24 UTC
I would just like to add that I have had the same problem with my Gentoo workstation on a non-64 AMD processor as well.