From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 19:37:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB99816A4DD for ; Tue, 11 Jul 2006 19:37:56 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from sun-out.schedom-europe.net (sun.schedom-europe.net [193.109.184.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A26C43D6A for ; Tue, 11 Jul 2006 19:37:55 +0000 (GMT) (envelope-from beni@brinckman.info) Received: (qmail 3481 invoked from network); 11 Jul 2006 19:37:54 -0000 Received: from unknown (HELO sun.schedom-europe.net) (193.109.184.70) by sun.schedom-europe.net with SMTP; 11 Jul 2006 19:37:54 -0000 Received: (qmail 3345 invoked from network); 11 Jul 2006 19:37:52 -0000 Received: from unknown (HELO ?192.168.1.100?) (83.101.7.11) by sun.schedom-europe.net with SMTP; 11 Jul 2006 19:37:52 -0000 From: Beni To: freebsd-questions@freebsd.org Date: Tue, 11 Jul 2006 21:37:50 +0200 User-Agent: KMail/1.9.3 References: <200607112104.18729.beni@brinckman.info> In-Reply-To: X-Face: %*c?V7%A[c.}s2rI*TaRWm-[I-, ZLpBKmmC-@)J}KGbr)=a, TsXSA=:ArC(<=?utf-8?q?v=5C/=5F=25BaB=24K=0A=09=24=60E=7D6=7EyjIqu/SN=3A=24Pb=7DGngR+8=3D?= =?utf-8?q?dE=60?=)V~48zl6) =?utf-8?q?BhEtfQ2=3D=7ChScx=3Frn30d!QMd=3F=2E=60/hR!l+=0A=09x?=(]+zXesMf?'W[>46aPKMAAwd7eT{X_O9besb[u]'Y(DAe MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607112137.51454.beni@brinckman.info> X-Antivirus: This mail has been scanned for viruses by schedom vof (http://www.dommel.com) Cc: Alistair Sutton Subject: Re: portupgrading tcl ? 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: Tue, 11 Jul 2006 19:37:56 -0000 On Tuesday 11 July 2006 21:21, Alistair Sutton wrote: > On 11/07/06, Beni wrote: > > Hi all, > > > > When trying to "portupgrade -rR tcl" all I get is what looks like an > > endless list of messages like this : > > [snip] > > I'd probably start by getting rid of the "-rR" from your portupgrade > command as (unless I'm misreading the man page) that will try to > upgrade all the ports that tcl depends on, plus all the ports that > depend on it. > > Just running "portupgrade tcl" should be all you need to do. Whether > or not it will fix the problem you're describing I'm not sure but give > it a try. > I'm running a "portupgrade tcl" right now (without the -rR options) but I get the same output back : [...] ==== fCmd-20.1 TraverseUnixTree : failure opening a subdirectory directory FAILED ==== Contents of test case: catch {file delete -force -- tfa} file mkdir tfa file mkdir tfa/a file attributes tfa/a -permissions 0000 set result [catch {file delete -force tfa}] file attributes tfa/a -permissions 0777 file delete -force tfa set result ---- Test generated error; Return code was: 1 ---- Return code should have been one of: 0 2 ---- errorInfo: could not set permissions for file "tfa/a": no such file or directory while executing "file attributes tfa/a -permissions 0777" ("uplevel" body line 7) invoked from within "uplevel 1 $script" ---- errorCode: POSIX ENOENT {no such file or directory} ==== fCmd-20.1 FAILED fileName.test fileSystem.test for-old.test for.test foreach.test format.test get.test history.test http.test ==== http-3.3 http::geturl FAILED [...] So removing the recursive/upward-recursive options doesn't seem to be doing any good. Btw, until now I've always upgraded my ports with the -rR options without any problems. Beni.