From owner-freebsd-ports@FreeBSD.ORG Fri Jul 20 16:53:24 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3AFE1065670; Fri, 20 Jul 2012 16:53:24 +0000 (UTC) (envelope-from cody.a.chandler@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 1706E8FC08; Fri, 20 Jul 2012 16:53:23 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so3777910wgb.31 for ; Fri, 20 Jul 2012 09:53:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PGY9hrO8+M8o85qUXTiDFoiJOh3mte97vMlw5qB8zM8=; b=YVODBw9J5gCyFl56r9v8J4Sb6m0UOKSjdebfrInKwbNxoTnhmaO+QyUOWoocz3RZaR x24uUwqNRNpitmdBv8Te8jP8kAn6HhysTxScxH9BM/51HZfcx9fjzIUPFxxEvut5P9UQ mUR14DNSrYm8mPyyBDmrAe1FhR+KRJ0TO/YTQmCihR77ps1Baoamrgos987VqOXQHgw/ HLmqyQASK720tPtxk/mA4LJz3bJiw88BtGRor5hVsRA2YRumooQoTQ1nbmZXBw377AC5 ze7reDWQrW3rgQvpPtuQyV83UO+GUeZdYzdnw2Q38I+X+pmR5x5aZMyGsWOQwYyqPtCa iqPA== MIME-Version: 1.0 Received: by 10.180.103.136 with SMTP id fw8mr16066802wib.20.1342803203013; Fri, 20 Jul 2012 09:53:23 -0700 (PDT) Received: by 10.217.6.7 with HTTP; Fri, 20 Jul 2012 09:53:22 -0700 (PDT) In-Reply-To: References: Date: Fri, 20 Jul 2012 12:53:22 -0400 Message-ID: From: cody chandler To: Chris Rees Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org Subject: Re: pkg_add -r xorg fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2012 16:53:25 -0000 Hello Chris, Setting to the PACKAGESITE then retrying pkg_add -r xorg works.... I'm confused on why it did work prior to yesterday.. This was the 5th fresh installed from the same cd I've used now for about 30 installs. I'll burn a new cd and reinstall and see if possibly the cd I am using has gone bad. The last 5 installs, installed without problems but the pkg_add -r xorg failed. Installs prior to the 5 never had an issue. Will burn the cd now and test then send results. Thank you for getting to me so quickly. Thank you! Cody On Fri, Jul 20, 2012 at 12:38 PM, Chris Rees wrote: > On 20 July 2012 17:23, cody chandler wrote: > > Hello, > > > > I have tried several times and reinstalled this system 5 times now. > > pkg_add -r tmux works, pkg_add -r xdm works, pkg_add -r xorg fails. I'm > > logged in as root and the first package I ty is the xorg. The system in > a > > i386, FBSD 9.0 -release. When I look at > > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/I > > do not see a xorg.tbz and am under the impression there is no package for > > xorg now? I followed the 6.3 of > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11.html. > > > > That means that a dependency of the port failed to build at the time > of the release (which strikes me as odd-- I've copied erwin The i386 > Package Guy to see if he knows) > > I'd try setting PACKAGESITE to > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/Latest/, > that should help. > > If you're running csh: > > # setenv PACKAGESITE > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/Latest/ > # pkg_add -r xorg > > Chris >