From owner-freebsd-questions@FreeBSD.ORG Sun Oct 21 17:48:36 2007 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 DDB1C16A421 for ; Sun, 21 Oct 2007 17:48:36 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 58FC913C4B5 for ; Sun, 21 Oct 2007 17:48:35 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-18622.home.otenet.gr [87.202.73.80]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l9LHlelE030458; Sun, 21 Oct 2007 20:47:40 +0300 Message-ID: <471B90BB.3040904@otenet.gr> Date: Sun, 21 Oct 2007 20:47:39 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: AN References: <20071016120018.1E69C16A46D@hub.freebsd.org> <20071021085111.C62470@neu.net> In-Reply-To: <20071021085111.C62470@neu.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: xorg install problem 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: Sun, 21 Oct 2007 17:48:36 -0000 AN wrote: > I am trying to install a new system with Gnome and xorg on 7.0 beta 1. > Here are the steps I have taken: > > install 6.2 release > cvsup to releng_7 as of 10/21/07 > buildworld -sucessful > installworld -sucessful > reboot into 7.0 beta > set packagesite to ft2.nl.freebsd.org > pkg_add xorg-7.3_1 - fails with message: > > 1 package addition failed > pkg_add of dependency 'xorg-apps-7.3' failed > 1 package addition failed > > I have used this procedure for a long time to install new systems, is > it broken now because of the status of the new 7.0 release or am I > having another problem? > > What is the proper procedure to get a system with: > > fbsd 7.0 beta > xorg 7.3 > gnome > > Any help is appreciated. > > TIA > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > It seems you should set PACKAGESITE like: setenv PACKAGESITE ftp://ftp2.nl.freebsd.org/pub/FreeBSD/ports/i386/packages-7-current/Latest/ and use pkg_add -r xorg (don't specify version numbers if you use Latest) or setenv PACKAGESITE ftp://ftp2.nl.freebsd.org/pub/FreeBSD/ports/i386/packages-7-current/All/ and use pkg_add -r xorg-7.3_1.tbz (the latest at this time) (use export PACKAGESITE=... if you use bash shell)