From owner-freebsd-questions@FreeBSD.ORG Tue May 18 17:47:34 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45043106564A for ; Tue, 18 May 2010 17:47:34 +0000 (UTC) (envelope-from prvs=07472d7c4d=johnl@iecc.com) Received: from gal.iecc.com (gal.iecc.com [64.57.183.53]) by mx1.freebsd.org (Postfix) with ESMTP id CC8F58FC22 for ; Tue, 18 May 2010 17:47:33 +0000 (UTC) Received: (qmail 21728 invoked from network); 18 May 2010 17:20:52 -0000 Received: from mail1.iecc.com (64.57.183.56) by mail1.iecc.com with QMQP; 18 May 2010 17:20:52 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:subject:in-reply-to:cc:mime-version:content-type:content-transfer-encoding; s=k1005; olt=johnl@user.iecc.com; bh=uymymsOV1a8uzbTQh/znJrK1KXHcFgib12/AljQpku4=; b=OBYvmWxsiYoFJhZ9dnQVifNGtCNFMNZZNGLmt1cQmuuOwmqsK3mTvzWreqpp/4cloynnUqfe4WAM0QrrqyPZK7zx9rqSWVAhxRdnreKRNLN+Wt2zR2F0HHhkXfcsSO73JrR/bEg+chcF/kERE/IeDanZ9UcQw5bWMzqMV3xdlpw= Date: 18 May 2010 17:20:51 -0000 Message-ID: <20100518172051.12230.qmail@joyce.lan> From: John Levine To: freebsd-questions@freebsd.org In-Reply-To: Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Cc: ndhertbsd@gmail.com Subject: Re: 7.2 to 8.0 upgrade issues 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, 18 May 2010 17:47:34 -0000 ># portupgrade -af --batch --yes >after 17 hours (mostly during the night..), it finished with >---> ** Upgrade tasks 425: 199 done, 1 ignored, 3 skipped and 1 failed >(no error messages here..) >Unfortunately, I didn't log the screen output to a file .. >- how can I find out what port failed and which where skipped and ignored? Just run it again, and it'll retry the ones that didn't complete >- is it normal this didn't recompile all 425 ports? >- to rebuild the failed port: is # portupgrade -fr OK? I'm not sure it's OK, but it's unfortunately pretty typical. R's, John