Date: Tue, 11 Jul 2006 21:04:18 +0200 From: Beni <beni@brinckman.info> To: freebsd-questions@freebsd.org Subject: portupgrading tcl ? Message-ID: <200607112104.18729.beni@brinckman.info>
next in thread | raw e-mail | index | archive | help
Hi all, When trying to "portupgrade -rR tcl" all I get is what looks like an endless list of messages like this : [...] ==== Contents of test case: set token [http::geturl $url -progress myProgress] http::code $token ---- Test generated error; Return code was: 1 ---- Return code should have been one of: 0 2 ---- errorInfo: couldn't open socket: connection timed out while executing "http::geturl $url -progress myProgress" invoked from within "set token [http::geturl $url -progress myProgress]" ("uplevel" body line 2) invoked from within "uplevel 1 $script" ---- errorCode: NONE ==== http-4.9 FAILED [...] And that "HTTP-x.x" number only gets higher. It seems like tcl gets stuck in a loop there. My version of tcl : [beni@www ~]$ pkg_version -v -l '<' tcl-8.4.13,1 < needs updating (port has 8.4.13_1,1) [beni@www ~]$ I'm running 6.1-STABLE with the latest portsnap. Any hints on what is going on and how I can get tcl to (port)upgrade ? Thanks, Beni.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607112104.18729.beni>