From owner-freebsd-questions@FreeBSD.ORG Thu Jan 10 16:57:15 2013 Return-Path: Delivered-To: freebsd-questions@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 228ABE0A for ; Thu, 10 Jan 2013 16:57:15 +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 B116B97A for ; Thu, 10 Jan 2013 16:57:14 +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.5) with ESMTP id r0AGv15w014312 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Thu, 10 Jan 2013 16:57:08 GMT (envelope-from matthew@freebsd.org) DKIM-Filter: OpenDKIM Filter v2.7.3 smtp.infracaninophile.co.uk r0AGv15w014312 Authentication-Results: smtp.infracaninophile.co.uk/r0AGv15w014312; 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: <50EEF2DC.8070208@freebsd.org> Date: Thu, 10 Jan 2013 16:57:00 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Unable to install xorg using pkg_add References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 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.5 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 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 16:57:15 -0000 On 10/01/2013 16:30, Scott Eberl wrote: > Hello, I just installed FreeBSD last night using the bootonly image for > 9.0-RELEASE. I then updated to 9.1-RELEASE using freebsd-update. Everything > seems to have gone smoothly but now I'm getting the below error when trying > to isntall xorg. > > Error: Unable to get > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.1-release/Latest/xorg.tbz: > File unavailable (e.g., file not found, no access) > pkg_add: unable to fetch ' > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.1-release/Latest/xorg.tbz' > by URL > Alas, this is expected. Because of the security incident (http://www.freebsd.org/news/2012-compromise.html) all of the package building cluster is temporarily quarantined. So there aren't any packages built for 9.1-RELEASE. You should be able to use pkg_tools packages built for any 9.x release or stable/9 if you can locate them on the FTP servers (although these will be at least about 2 months old by now) or you can grab the ports (use of portsnap recommended) and build your own. Cheers, Matthew