From owner-cvs-all@FreeBSD.ORG Tue Mar 30 21:19:37 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28071106566B; Tue, 30 Mar 2010 21:19:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1909E8FC12; Tue, 30 Mar 2010 21:19:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2ULJakO027912; Tue, 30 Mar 2010 21:19:36 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2ULJasA027911; Tue, 30 Mar 2010 21:19:36 GMT (envelope-from linimon) Message-Id: <201003302119.o2ULJasA027911@repoman.freebsd.org> From: Mark Linimon Date: Tue, 30 Mar 2010 21:19:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Tools/portbuild/scripts processonelog X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2010 21:19:37 -0000 linimon 2010-03-30 21:19:36 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts processonelog Log: Add a case to detect a transient problem that shows up on all package nodes, but most regularly on sparc64. (Occasionally, on amd64 and ia64). For reasons I haven't been quite able to track down, on some occasions a pkg_add command is unable to extract a dependency; the tarfile shows up as being truncated. This does not seem to be due to disk-low or memory-low conditions, nor is it a problem with scp; the md5 on the file is fine when examined afterwards. The only clue so far is that it seems to happen on systems with the most package builds running simultaneously -- and thus, possibly more than one pkg_add running in parallel. Revision Changes Path 1.29 +4 -1 ports/Tools/portbuild/scripts/processonelog