From owner-freebsd-ports@FreeBSD.ORG Fri Feb 1 10:06:20 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 08F5284F; Fri, 1 Feb 2013 10:06:20 +0000 (UTC) (envelope-from matthew@freebsd.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 998178F6; Fri, 1 Feb 2013 10:06:19 +0000 (UTC) Received: from rufus.webfusion.com (mail.heartinternet.co.uk [79.170.40.31]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.6/8.14.6) with ESMTP id r11A5YIv020307 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 1 Feb 2013 10:06:08 GMT (envelope-from matthew@freebsd.org) DKIM-Filter: OpenDKIM Filter v2.7.4 smtp.infracaninophile.co.uk r11A5YIv020307 Authentication-Results: smtp.infracaninophile.co.uk/r11A5YIv020307; dkim=none reason="no signature"; dkim-adsp=none (insecure policy) X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host mail.heartinternet.co.uk [79.170.40.31] claimed to be rufus.webfusion.com Message-ID: <510B936D.7070305@freebsd.org> Date: Fri, 01 Feb 2013 10:05:33 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: Ivan Voras Subject: Re: pkgng update - No address record References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 10:06:20 -0000 On 01/02/2013 09:46, Ivan Voras wrote: > Hello, > > I know that the default pkgng repos are not up yet (probably...) but > even so, when I try to run "pkg update" on two machines, I get this error: > > # pkg update > Updating repository catalogue > pkg: http://pkg.freebsd.org/freebsd:9:x86:64/latest/repo.txz: No address > record > > However, there are other machines where it succeeds: > > # pkg update > Updating repository catalogue > Repository catalogue is up-to-date, no need to fetch fresh copy > > The only difference I see is that the ones that fail have pkg 1.0.7 and > the one that "works" is 1.0.2. Is this expected? Could you show us the pkg.conf from the various machines please? There have been some recent changes to support alternate forms of mirroring (SRV, HTTP) -- but the default, unless you overrode it, should be to resolve pkg.freebsd.org into actual HTTP servers and ports via decoding the SRV records. That hasn't changed for a long time. Cheers, Matthew PS. The new freebsd-pkg@... list would probably be a better venue for this question.