From owner-cvs-all@FreeBSD.ORG Mon Jan 19 14:30:54 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 560A716A4CF; Mon, 19 Jan 2004 14:30:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB5943D41; Mon, 19 Jan 2004 14:30: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 i0JMUr0B055820; Mon, 19 Jan 2004 14:30:53 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0JMUrUA055819; Mon, 19 Jan 2004 14:30:53 -0800 (PST) (envelope-from marcus) Message-Id: <200401192230.i0JMUrUA055819@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 19 Jan 2004 14:30:53 -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 processfail processlogs 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: Mon, 19 Jan 2004 22:30:54 -0000 marcus 2004/01/19 14:30:53 PST FreeBSD ports repository Modified files: Tools/portbuild/scripts processfail processlogs Added files: Tools/portbuild/scripts processonelog Log: * Refactor processlogs so that new error types can be added easily to a new processonelog script, that contains all the per-errorlog logic [1] * Add new error checks, one for detecting CPU problems, and the other for checking for broken libgnugetopt support [2] * Add a new "munmap" error type to check for broken bindists * Add imake and pthread detection to processonelog [3] * Add errortype column to the bento "New Build Failures" report [4] PR: 50258 56859 [1] 54406 [2] 57067 [3] 59272 [4] Submitted by: linimon [1] [2] [3] [4] Revision Changes Path 1.4 +14 -1 ports/Tools/portbuild/scripts/processfail 1.17 +91 -311 ports/Tools/portbuild/scripts/processlogs 1.1 +336 -0 ports/Tools/portbuild/scripts/processonelog (new)