From owner-freebsd-questions@FreeBSD.ORG Fri Oct 15 18:54:41 2010 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 C6E44106566C for ; Fri, 15 Oct 2010 18:54:41 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7F5C08FC13 for ; Fri, 15 Oct 2010 18:54:41 +0000 (UTC) Received: by gxk4 with SMTP id 4so592361gxk.13 for ; Fri, 15 Oct 2010 11:54:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:cc :content-type; bh=jcuBYUqbqTTMO3Jjy9WdV8F6GGGSBpnGeULGLiC8pnE=; b=QmL1Lmb1bWEewspLwumtXR4eAyPDhvVIVqftox15HgqiAIr/fozM1j6c58c1Ic5NgL 8SANjp1VKvxVvWh5LuKaO6IgLGpUVbHFJ6KbyGitFMBUrEqGMcxVhks103DEsETMGvY0 5nNdVdPTa+uB1Yh0v+DAsBSHBnu6nYrgHJ45s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=nZudOkYjsztU5XIUJ7ynuZiIoiH0B2ANPK30euWeAX6fvzM2G8xjDHhqFqCCRQtCDn NJ4xelI6qaiQU3vf19n3opmDyq+EHxqwfSb+rHwvXmDGd3L2H3w7JpFv2utgtr55ohyC beY4yk3HdN+cVkS5UfIDjd1S/5ViTJ0fWXhWk= MIME-Version: 1.0 Received: by 10.42.203.68 with SMTP id fh4mr901730icb.287.1287168880229; Fri, 15 Oct 2010 11:54:40 -0700 (PDT) Received: by 10.42.168.129 with HTTP; Fri, 15 Oct 2010 11:54:40 -0700 (PDT) In-Reply-To: <4CB89FB4.4020907@rawbw.com> References: <20101014120034.B794D10656D8@hub.freebsd.org> <20101015012001.F2036@sola.nimnet.asn.au> <4CB89FB4.4020907@rawbw.com> Date: Fri, 15 Oct 2010 18:54:40 +0000 Message-ID: From: "b. f." To: yuri@rawbw.com Content-Type: text/plain; charset=ISO-8859-1 Cc: Ian Smith , freebsd-questions@freebsd.org Subject: Re: Too many binary packages are missing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2010 18:54:42 -0000 On 10/15/10, Yuri wrote: > On 10/15/10 09:39, b. f. wrote: >> On 10/15/10, Ian Smith wrote: >> ... >> >> >>> http://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable works, >>> it's what portupgrade looks at on an 8.1-STABLE system, but it's a bit >>> sad finding the last directory updated at 1st October. I checked just >>> one subdir, sysutils, and the newest file there is 30th September. >>> >> http://pointyhat.freebsd.org/errorlogs/packagestats.html >> http://portsmon.FreeBSD.org/portsuploadstatus.py >> >> ... >> >> >>> Er, 8-STABLE (packages) is for currently 8.1-STABLE (world/kernel), no? >>> >> No. I thought the 8-STABLE packages were from a recent snapshot of >> 8-STABLE, because that's the way that tinderboxes are set up. >> However, I checked, and actually a version of the last supported >> stable branch of 6.*, and some versions of the _oldest_ supported >> stable branches of 7,8 are used. Right now, for i386 it's: >> >> 6.x-stable --> 6.4-RELEASE-p9 >> 7.x-stable --> 7.1-RELEASE-p12 >> 8.x-stable --> 8.0-RELEASE-p2 >> 9.x-current --> a snaphot of 9-CURRENT >> > > For example I am watching the update process of one i386 system. > portupgrade just failed to find one more package: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-8-stable/All/kdeutils-4.5.2.tgz > > Is it misconfigured, wrong path? I didn't touch this part of > configuration at all. Right now I only see: ftp://ftp.freebsd.org:21/pub/FreeBSD/ports/i386/packages-8-stable/All/kdeutils-4.5.1.tbz from 29 Sept. 2010. The port, misc/kdeutils4, was updated on 5 Oct. 2010, and the latest 8.x-stable i386 has not yet been placed on the servers. But this is one of those cases I mentioned, where it seems that pointyhat has a package that the ftp servers do not. (I don't know why.) So you could try: http://pointyhat.freebsd.org/errorlogs/i386-8-packages-latest/misc/kdeutils-4.5.2.tbz or, better yet, build your own. b.