From owner-freebsd-stable@FreeBSD.ORG Sat Jun 3 03:47:12 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A489B16A468 for ; Sat, 3 Jun 2006 03:47:12 +0000 (UTC) (envelope-from kaiwai.gardiner@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0555B43D49 for ; Sat, 3 Jun 2006 03:47:11 +0000 (GMT) (envelope-from kaiwai.gardiner@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so775113uge for ; Fri, 02 Jun 2006 20:47:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ix5qk51tQT+ptjPWBiXB0LH5f9LDtJZQ/KKX+bZrRo2BfM/xTTo1TrSsxGZXUGRvfjZAOiQKcF4nCi33f+O+o1Hdw5YgZ5UR52IMMnnJSgtc3SoHZeTNd75DVGGnnfWcdROnd16iWvtinmGN+FxFoIHOlJ+O4wuMfwWRA46uoQE= Received: by 10.67.100.12 with SMTP id c12mr1355595ugm; Fri, 02 Jun 2006 20:40:52 -0700 (PDT) Received: by 10.66.219.18 with HTTP; Fri, 2 Jun 2006 20:40:52 -0700 (PDT) Message-ID: Date: Sat, 3 Jun 2006 15:40:52 +1200 From: "Kaiwai Gardiner" To: "Manfred Lotz" In-Reply-To: <20060603050734.f976608f.manfred.lotz@arcor.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060602214824.ea691af4.manfred.lotz@arcor.de> <20060603050734.f976608f.manfred.lotz@arcor.de> Cc: stable@freebsd.org Subject: Re: xorg build failed X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 03:47:12 -0000 On 6/3/06, Manfred Lotz wrote: > Hi, > > BTW, I'm running 6.1 STABLE > > On Sat, 3 Jun 2006 12:38:07 +1200 > "Kaiwai Gardiner" wrote: > > > Hi, > > > > 1) Whats your CFLAGS settings? > > No special settings in /etc/make.conf > > > 2) Could you please explain the weird ports path? > > WRKDIRPREFIX=/var/tmp/portswr Why not use the standard /usr/ports? > > > 3) Have you tried to purge the system of X11R6/local directories, and > > do a clean build? > > What do you mean by "system of X11R6/local directories"? cd /var/db/pkg then pkg_delete * then cd /var/db/ports then rm -rf * once uninstalled, delete the local and X11R6 directories go into your ports directory, delete all the work directories via rm -rf /usr/ports/*/*/work which will take a while. Then go into your xorg directory and make install. > > > > 4) When did you last update your cvsup, and through which server did > > you go through. > > Just before I tried building xorg-server again. Xorg is built for me ok, and I'm using a standard vanilla installation Matty