Bug 492541

Summary: inability to connect
Product: [Fedora] Fedora Reporter: David Nielsen <gnomeuser>
Component: tclAssignee: Marcela Mašláňová <mmaslano>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: high    
Version: rawhideCC: mmaslano, sander
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-01 09:27:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
amsn starting error none

Description David Nielsen 2009-03-27 11:33:05 UTC
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

Comment 1 Sander Hoentjen 2009-03-29 10:16:16 UTC
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

Comment 2 Frank Murphy 2009-03-29 14:08:06 UTC
Created attachment 337169 [details]
amsn starting error

Comment 3 Frank Murphy 2009-03-29 14:08:42 UTC
sorry that 32 bit

Comment 4 Marcela Mašláňová 2009-03-31 08:38:09 UTC
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

Comment 5 Sander Hoentjen 2009-03-31 16:41:12 UTC
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.

Comment 6 Marcela Mašláňová 2009-04-01 06:58:59 UTC
Thank you, they removed line in patching the previous patch. The next build should fix it.

Comment 7 Sander Hoentjen 2009-04-01 07:44:04 UTC
Thanks, latest build indeed works fine. Is this being pushed out for F-10 as well?

Comment 8 Marcela Mašláňová 2009-04-01 07:49:54 UTC
Well, the bug report speaks about F-10 running just fine so I fixed this only into rawhide.

Comment 9 Sander Hoentjen 2009-04-01 08:31:41 UTC
Yes, sorry. My bad.

Comment 10 David Nielsen 2009-04-01 09:27:44 UTC
tcl-8.5.6-6.fc11.x86_64.rpm fixes this, thank you.