From owner-freebsd-x11@FreeBSD.ORG Thu Aug 9 00:15:15 2007 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6831316A420 for ; Thu, 9 Aug 2007 00:15:15 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id 18C1413C469 for ; Thu, 9 Aug 2007 00:15:14 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l78NuVhW003721; Wed, 8 Aug 2007 19:56:31 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-x11@FreeBSD.org Date: Wed, 8 Aug 2007 19:56:25 -0400 User-Agent: KMail/1.6.2 References: <401265.61671.qm@web51310.mail.re2.yahoo.com> In-Reply-To: <401265.61671.qm@web51310.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200708081956.28198.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.90.2/3902/Wed Aug 8 18:36:14 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Frank Griffith Subject: Re: Upgrading X Issue X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2007 00:15:15 -0000 On Wednesday 08 August 2007 07:41 pm, Frank Griffith wrote: > Thanks for your reply. I'm not really a newbie but please remember > that I'm still a novice at this. Anyway here is what I hope you > need to assist my attempts at upgrading xorg. > > I went back to the /usr/ports/x11/xorg directory and did a make > install clean but it crashed immediately with only a few error > lines regarding dri again. So I then did a rm -rf > /usr/ports/*/*/work and then did another make install clean. It ran > for several minutes and then crashed at the dri build again. Here > are as many of the lines as I could copy from the crash Your libdrm is out of date. Please update ports/graphics/libdrm and try again. Jung-uk Kim