From owner-freebsd-questions@FreeBSD.ORG Sat Jan 19 23:19:02 2008 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 2B8A916A420 for ; Sat, 19 Jan 2008 23:19:02 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1C5A813C467; Sat, 19 Jan 2008 23:19:00 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47928564.1050602@FreeBSD.org> Date: Sun, 20 Jan 2008 00:19:00 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Giorgio Valoti References: <70F64C4A-51CB-4301-B7C5-200FD8D5BC41@mac.com> In-Reply-To: <70F64C4A-51CB-4301-B7C5-200FD8D5BC41@mac.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions Subject: Re: portupgrade: the -P options rarely works 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: Sat, 19 Jan 2008 23:19:02 -0000 Giorgio Valoti wrote: > Hi all, > I’ve noticed that using the -P option with portupgrade, which should try > to fetch the binary version of a package rarely works. Most of the times > it tries to fetch the package from the freebsd site, it fails and then > proceed to build it from the sources. > While I can expect from to time that a pre-compiled version of a package > to be unavailable, it surprises me to see this so many times. We can not guarantee that a given package is available at any given moment, except during release cycles when the tree is frozen. The continual process of changes and updates mean that from time to time a randomly selected package may not be buildable. However, taken as a whole, almost all of the packages are available at any given moment. You can check the status for yourself on http://pointyhat.freebsd.org if you like. Kris