From owner-cvs-all@FreeBSD.ORG Tue Feb 3 21:32:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 075D816A4CE; Tue, 3 Feb 2004 21:32:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6255243D6A; Tue, 3 Feb 2004 21:31:53 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i145Vq0B021567; Tue, 3 Feb 2004 21:31:52 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i145VqlT021566; Tue, 3 Feb 2004 21:31:52 -0800 (PST) (envelope-from marcus) Message-Id: <200402040531.i145VqlT021566@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 3 Feb 2004 21:31:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts processonelog X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2004 05:32:01 -0000 marcus 2004/02/03 21:31:52 PST FreeBSD ports repository Modified files: Tools/portbuild/scripts processonelog Log: Fix up the ordering and remove some duplicates so the resulting summary is more accurate: * The tests for "Cannot stat", "can't cd", and "tar command failed" are moved to the bottom. This will sacrifice a little bit of performance for a gain in accuracy * The tests for "configuration errors" needed to be combined and tweaked to better identify errors that are architecture-specific (usuallly the "all pointers are ints" assumption) * The detection of chown was buggy * There were some duplicate test cases * As an experiment, another test for dependency problems is added PR: 61914 Submitted by: linimon Revision Changes Path 1.3 +27 -23 ports/Tools/portbuild/scripts/processonelog