From owner-freebsd-questions@FreeBSD.ORG Sun Jan 7 20:08:06 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF62016A403 for ; Sun, 7 Jan 2007 20:08:06 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 5E28813C4BC for ; Sun, 7 Jan 2007 20:08:06 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so5409525uge for ; Sun, 07 Jan 2007 12:08:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rXgGUVgjHz1W12IIcOimbdmVt8MVdN+zLTYHQn8m3g+CWF0DmzAx7xEU0bkj3kXVrYmxUTh/Evs8k11pl+NziQLgakNIa0Igr14U/Lvn3AFJaJwHAwi/R/GYn4hQH4i+jMsUeBbm36HmnzhHjLTCG9sanxiDgf1S+CSfUpTee/A= Received: by 10.66.216.20 with SMTP id o20mr32485193ugg.1168200485282; Sun, 07 Jan 2007 12:08:05 -0800 (PST) Received: by 10.66.255.10 with HTTP; Sun, 7 Jan 2007 12:08:05 -0800 (PST) Message-ID: <499c70c0701071208y5022d162s20ec3259210fc07@mail.gmail.com> Date: Sun, 7 Jan 2007 23:08:05 +0300 From: "Abdullah Al-Marrie" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Can't install tcl84 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jan 2007 20:08:06 -0000 Hello, This is my server uname -a FreeBSD sms.wearab.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Jun 28 19:25:02 UTC 2006 I can't install tcl84 from the ports I don't know why, has anyone faced this problem too? pkg.test : Total 139 Passed 138 Skipped 1 Failed 0 pkgMkIndex.test platform.test proc-old.test proc.test pwd.test reg.test regexp.test regexpComp.test registry.test rename.test resource.test result.test safe.test scan.test security.test set-old.test set.test socket.test ==== socket-2.10 close on accept, accepted socket lives FAILED ==== Contents of test case: set done 0 set timer [after 20000 "set done timed_out"] set ss [socket -server accept 0] proc accept {s a p} { global ss close $ss fileevent $s readable "readit $s" fconfigure $s -trans lf } proc readit {s} { global done gets $s close $s set done 1 } set cs [socket [info hostname] [lindex [fconfigure $ss -sockname] 2]] puts $cs hello close $cs vwait done after cancel $timer set done ---- Test generated error; Return code was: 1 ---- Return code should have been one of: 0 2 ---- errorInfo: couldn't open socket: connection refused while executing "socket [info hostname] [lindex [fconfigure $ss -sockname] 2]" invoked from within "set cs [socket [info hostname] [lindex [fconfigure $ss -sockname] 2]]" ("uplevel" body line 17) invoked from within "uplevel 1 $script" ---- errorCode: POSIX ECONNREFUSED {connection refused} ==== socket-2.10 FAILED ==== socket-5.1 byte order problems, socket numbers, htons FAILED ==== Contents of test case: set x {couldn't open socket: not owner} if {![catch {socket -server dodo 0x1} msg]} { set x {htons problem, should be disallowed, are you running as SU?} close $msg } set x ---- Result was: htons problem, should be disallowed, are you running as SU? ---- Result should have been (exact matching): couldn't open socket: not owner ==== socket-5.1 FAILED ==== socket-5.3 byte order problems, socket numbers, htons FAILED ==== Contents of test case: set x {couldn't open socket: not owner} if {![catch {socket -server dodo 21} msg]} { set x {htons problem, should be disallowed, are you running as SU?} close $msg } set x ---- Result was: htons problem, should be disallowed, are you running as SU? ---- Result should have been (exact matching): couldn't open socket: not owner ==== socket-5.3 FAILED ==== socket-7.4 testing socket specific options FAILED ==== Contents of test case: set s [socket -server accept 0] proc accept {s a p} { global x set x [fconfigure $s -sockname] close $s } set listen [lindex [fconfigure $s -sockname] 2] set s1 [socket [info hostname] $listen] set timer [after 10000 "set x timed_out"] vwait x after cancel $timer close $s close $s1 set l "" lappend l [expr {[lindex $x 2] == $listen}] [llength $x] ---- Test generated error; Return code was: 1 ---- Return code should have been one of: 0 2 ---- errorInfo: couldn't open socket: connection refused while executing "socket [info hostname] $listen" invoked from within "set s1 [socket [info hostname] $listen]" ("uplevel" body line 9) invoked from within "uplevel 1 $script" ---- errorCode: POSIX ECONNREFUSED {connection refused} ==== socket-7.4 FAILED -- Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/