From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 26 22:50:31 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DC2A106564A for ; Fri, 26 Feb 2010 22:50:31 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id E637B8FC14 for ; Fri, 26 Feb 2010 22:50:30 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 782DB8C060; Fri, 26 Feb 2010 16:50:30 -0600 (CST) Date: Fri, 26 Feb 2010 16:50:30 -0600 From: Mark Linimon To: xorquewasp@googlemail.com Message-ID: <20100226225030.GA14194@lonesome.com> References: <20100226163227.GA15162@logik.internal.network> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100226163227.GA15162@logik.internal.network> User-Agent: Mutt/1.5.18 (2008-05-17) X-Mailman-Approved-At: Fri, 26 Feb 2010 23:00:10 +0000 Cc: freebsd-hackers@freebsd.org Subject: Re: package building failure irritation X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2010 22:50:31 -0000 fwiw, the canonical way to find out if a port will package up in a clean environment (choort, with dependencies all loaded via package) is on http://pointyhat.freebsd.org/errorlogs/ , e.g., http://pointyhat.freebsd.org/errorlogs/i386-8-full/ . http://portsmon.freebsd.org gives you lots of cross-references into it and the PR database. Ignore the 'connection failed' message, it is transient and I need to fix it RSN. mcl