From owner-freebsd-questions@FreeBSD.ORG Sun Dec 26 22:15:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8927916A4CE for ; Sun, 26 Dec 2004 22:15:23 +0000 (GMT) Received: from lakermmtao10.cox.net (lakermmtao10.cox.net [68.230.240.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id E878D43D39 for ; Sun, 26 Dec 2004 22:15:22 +0000 (GMT) (envelope-from ned.woody@cox.net) Received: from cox.net ([68.13.42.191]) by lakermmtao10.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20041226221509.KMJD1657.lakermmtao10.cox.net@cox.net> for ; Sun, 26 Dec 2004 17:15:09 -0500 Message-ID: <41CF2A12.1050307@cox.net> Date: Sun, 26 Dec 2004 16:16:02 -0500 From: Ned Harrison User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5 X-Accept-Language: us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: xorg/dri-6.2_1,2 upgrade problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 22:15:23 -0000 I'm currently running Release 5.2.1. which has just reciently been updated to the security branch. I was upgrading xorg to version 6.8.1. with portupgrade when it crashed with an Error Code 1. I traced the crash to failure to upgrade dri-5.0.2,2 to dri-6.2_1,2. I've attempted to build dri-6.2_1,2 but it keeps crashing with an Error code 2. I didn't see any notes in the ports UPDATING file regarding this issue nor did I find any similar issues in the archives. I ran cvsup to update the ports this morning and done the prtsdb -Uu to creat an index. The make in dri still has the same problem. I piped my last attempt to make dri to a file. The last lines of the output are below. Sorry about the lack of additional information. My xserver crashed so i am stuck in the command line mode. I'm running my computer off Knoppix disk so I can send this information to freebsd-questions. So any suggestions on what I should do or attempt to do to get my system back up and running would be appreciated. Output of the Make command in the dri port: -mcpu=pentiumpro -DDRI_NEW_INTERFACE_ONLY -Wmissing-prototypes -g -std=c9x -Wundef -fPIC -ffast-math -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -DGLX_DIRECT_RENDERING i810tris.c -o i810tris.o cc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver -I../../../../../../drm/shared -I../../../../../../drm/linux -I../../../../../include -I../../../../../include/GL/internal -I../../../../../src/mesa -I../../../../../src/mesa/main -I../../../../../src/mesa/glapi -I../../../../../src/mesa/math -I../../../../../src/mesa/transform -I../../../../../src/mesa/shader -I../../../../../src/mesa/swrast -I../../../../../src/mesa/swrast_setup -I../dri_client -I../dri_client/imports -O -pipe -mcpu=pentiumpro -DDRI_NEW_INTERFACE_ONLY -Wmissing-prototypes -g -std=c9x -Wundef -fPIC -ffast-math -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -DGLX_DIRECT_RENDERING i810vb.c -o i810vb.o rm -f ../../../../../lib/i810_dri.so && gcc -o ../../../../../lib/i810_dri.so -shared ../../common/driverfuncs.o ../common/mm.o ../common/utils.o ../common/texmem.o ../common/vblank.o ../common/dri_util.o ../common/glcontextmodes.o ../common/xmlconfig.o i810context.o i810ioctl.o i810render.o i810screen.o i810span.o i810state.o i810tex.o i810texmem.o i810texstate.o i810tris.o i810vb.o ../../../../../src/mesa/mesa.a ../dri_client/dri.a -L/usr/local/lib -lm -lpthread -lexpat gmake[6]: Leaving directory `/usr/ports/graphics/dri/work/Mesa/src/mesa/drivers/dri/i810' gmake[5]: Leaving directory `/usr/ports/graphics/dri/work/Mesa/src/mesa/drivers/dri' gmake[4]: Leaving directory `/usr/ports/graphics/dri/work/Mesa/src/mesa' gmake[3]: Leaving directory `/usr/ports/graphics/dri/work/Mesa/src/mesa' gmake[2]: Leaving directory `/usr/ports/graphics/dri/work/Mesa/src' gmake[1]: Leaving directory `/usr/ports/graphics/dri/work/Mesa' *** Error code 2 Stop in /usr/ports/graphics/dr Thank you for your consideration, Ned