From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 12:45:13 2009 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 260021065670 for ; Tue, 27 Jan 2009 12:45:13 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by mx1.freebsd.org (Postfix) with ESMTP id BE72F8FC17 for ; Tue, 27 Jan 2009 12:45:12 +0000 (UTC) (envelope-from alainfabry@belgacom.net) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAKyPfknDDR9Z/2dsb2JhbADKP4VL Received: from event89.event.belbone.be (HELO localhost) ([195.13.31.89]) by relay.skynet.be with ESMTP; 27 Jan 2009 13:45:11 +0100 Date: Tue, 27 Jan 2009 13:44:29 +0100 From: "Alain G. Fabry" To: freebsd-questions@freebsd.org Message-ID: <20090127124429.GA41244@desmo.3rdrock.kicks-ass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: portupgrade xorg-server failure 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: Tue, 27 Jan 2009 12:45:13 -0000 When I try to upgrade my xorg-server, it fails with the following error, apparently it is looking for dri_interface.h (and I have /graphics/dri installed). cc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-su pport/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -DH AVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmis sing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -D HAS_STICKY_DIR_BIT -D_THREAD_SAFE -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/local/include - I/usr/local/include/freetype2 -I/usr/local/include/pixman-1 -I/usr/local/include/hal -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I../include -I.. /include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../mie xt/shadow -I../miext/damage -I../render -I../randr -I../fb -D_THREAD_SAFE -I/usr/loca l/include -I/usr/local/include/drm -D_THREAD_SAFE -I/usr/local/include -I/usr/local/i nclude -I/usr/local/include/drm -I/usr/local/include/X11/dri -DXFree86Server -O2 -fno -strict-aliasing -pipe -MT glxdriswrast.lo -MD -MP -MF .deps/glxdriswrast.Tpo -c glxd riswrast.c -fPIC -DPIC -o .libs/glxdriswrast.o glxdriswrast.c:39:39: error: GL/internal/dri_interface.h: No such file or directory In file included from glxdriswrast.c:49: glxdricommon.h:32: error: expected ':', ',', ';', '}' or '__attribute__' before '*' t oken glxdricommon.h:36: warning: type defaults to 'int' in declaration of '__DRIcoreExtens ion' glxdricommon.h:36: error: expected ';', ',' or ')' before '*' token glxdricommon.h:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'sy stemTimeExtension' glxdriswrast.c:64: error: expected specifier-qualifier-list before '__DRIscreen' glxdriswrast.c:75: error: expected specifier-qualifier-list before '__DRIcontext' glxdriswrast.c:80: error: expected specifier-qualifier-list before '__DRIdrawable' glxdriswrast.c: In function '__glXDRIdrawableDestroy': glxdriswrast.c:92: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token glxdriswrast.c:92: error: 'core' undeclared (first use in this function) What do I need to do to get this solved? Thanks, Alain