Description of problem: On F10 amsn connects just fine, however on F11 the logging in message just sits there forever. There is no input in the terminal to indicate what the problem is. This happens both using an existing profile and a clean slate. For comparison manually compiling from SVN yields a working amsn that connects just fine. Version-Release number of selected component (if applicable): amsn-0.97.2-4.fc11.x86_64 How reproducible: 100% Steps to Reproduce: 1. start amsn 2. input account information 3. connect Actual results: the logging in message sits there till the end of time Expected results: Correctly logged into Additional info: x86_64, da_DA.UTF-8
Hi, this is actually a bug in the tcl http package, see: http://sourceforge.net/tracker/?func=detail&atid=110894&aid=2624536&group_id=10894
Created attachment 337169 [details] amsn starting error
sorry that 32 bit
Please test it. I'm not sure if rawhide takes update, so you can download it from koji> http://koji.fedoraproject.org/koji/buildinfo?buildID=95987
Marcela, in your patch you missed: if {$state(state) eq "connecting"} { - set state(state) "header" if {[catch {gets $sock state(http)} n]} { only if the line containing `set state(state) "header"` is removed does it work. Thanks for your quick attention.
Thank you, they removed line in patching the previous patch. The next build should fix it.
Thanks, latest build indeed works fine. Is this being pushed out for F-10 as well?
Well, the bug report speaks about F-10 running just fine so I fixed this only into rawhide.
Yes, sorry. My bad.
tcl-8.5.6-6.fc11.x86_64.rpm fixes this, thank you.