From owner-freebsd-ports@FreeBSD.ORG Sat Jan 24 16:39:12 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 496D41065697; Sat, 24 Jan 2009 16:39:12 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 1031A8FC13; Sat, 24 Jan 2009 16:39:11 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.2.111] (c-71-56-39-94.hsd1.ga.comcast.net [71.56.39.94]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n0OG3k38023265 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 24 Jan 2009 11:03:47 -0500 (EST) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: troy@twisted.net In-Reply-To: <20090124145713.GA66619@twisted.net> References: <20090124145713.GA66619@twisted.net> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-mn6QbOkkzaPkzyqj5CK/" Organization: FreeBSD Date: Sat, 24 Jan 2009 11:04:21 -0500 Message-Id: <1232813062.1732.28.camel@wombat.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: ports@freebsd.org, anholt@FreeBSD.org Subject: Re: portupgrade xorg-server 1.4.2.1 to 1.5.3 failing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2009 16:39:13 -0000 --=-mn6QbOkkzaPkzyqj5CK/ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2009-01-24 at 08:57 -0600, Troy wrote: > I was trying to portupgrade xorg-server-1.4.2,1 to 1.5.3 and ran into the > following failure. It looks like the start of the failure is that the > GL/internal/dri_interface.h file is missing. This is installed by graphics/dri. Make sure that you have it installed. Also, fwiw anholt@ no longer does FreeBSD. robert. > -Troy >=20 > cc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support > -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri > -I../hw/xfree86/dri2 -I../mi -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith > -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations > -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN > -DHAS_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../miext/shadow -I../miext/damage > -I../render -I../randr -I../fb -I/usr/local/include -D_THREAD_SAFE > -I/usr/local/include -I/usr/local/include -I/usr/local/include/drm > -I/usr/local/include/X11/dri -DXFree86Server -D__GLX_ALIGN64 -O2 > -fno-strict-aliasing -pipe -MT glxdriswrast.lo -MD -MP -MF > .deps/glxdriswrast.Tpo -c glxdriswrast.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 '*' token > glxdricommon.h:36: warning: type defaults to 'int' in declaration of > '__DRIcoreExtension' > glxdricommon.h:36: error: expected ';', ',' or ')' before '*' token > glxdricommon.h:38: error: expected '=3D', ',', ';', 'asm' or '__attribute= __' > before 'systemTimeExtension' > 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 '=3D', ',', ';', 'asm' or '__attribute= __' > before '*' token > glxdriswrast.c:92: error: 'core' undeclared (first use in this function) > glxdriswrast.c:92: error: (Each undeclared identifier is reported only > once > glxdriswrast.c:92: error: for each function it appears in.) > glxdriswrast.c:92: error: '__GLXDRIdrawable' has no member named 'screen' > glxdriswrast.c:94: error: '__GLXDRIdrawable' has no member named > 'driDrawable' > glxdriswrast.c:96: error: '__GLXDRIdrawable' has no member named 'gc' > glxdriswrast.c:97: error: '__GLXDRIdrawable' has no member named 'cleargc= ' > glxdriswrast.c:98: error: '__GLXDRIdrawable' has no member named 'swapgc' > glxdriswrast.c: In function '__glXDRIdrawableSwapBuffers': > glxdriswrast.c:116: error: expected '=3D', ',', ';', 'asm' or > '__attribute__' before '*' token > glxdriswrast.c:116: error: 'core' undeclared (first use in this function) > glxdriswrast.c:116: error: '__GLXDRIdrawable' has no member named 'screen= ' > glxdriswrast.c:118: error: '__GLXDRIdrawable' has no member named > 'driDrawable' > glxdriswrast.c: In function '__glXDRIdrawableCopySubBuffer': > glxdriswrast.c:128: error: expected '=3D', ',', ';', 'asm' or > '__attribute__' before '*' token > glxdriswrast.c:128: error: 'copySubBuffer' undeclared (first use in this > function) > glxdriswrast.c:129: error: '__GLXDRIdrawable' has no member named 'screen= ' > glxdriswrast.c:132: error: '__GLXDRIdrawable' has no member named > 'driDrawable' > glxdriswrast.c: In function '__glXDRIcontextDestroy': > glxdriswrast.c:141: error: '__GLXDRIscreen' has no member named 'core' > glxdriswrast.c:141: error: '__GLXDRIcontext' has no member named > 'driContext' > glxdriswrast.c: In function '__glXDRIcontextMakeCurrent': > glxdriswrast.c:154: error: '__GLXDRIscreen' has no member named 'core' > glxdriswrast.c:154: error: '__GLXDRIcontext' has no member named > 'driContext' > glxdriswrast.c:155: error: '__GLXDRIdrawable' has no member named > 'driDrawable' > glxdriswrast.c:156: error: '__GLXDRIdrawable' has no member named > 'driDrawable' > glxdriswrast.c: In function '__glXDRIcontextLoseCurrent': > glxdriswrast.c:165: error: '__GLXDRIscreen' has no member named 'core' > glxdriswrast.c:165: error: '__GLXDRIcontext' has no member named > 'driContext' > glxdriswrast.c: In function '__glXDRIcontextCopy': > glxdriswrast.c:176: error: '__GLXDRIscreen' has no member named 'core' > glxdriswrast.c:176: error: '__GLXDRIcontext' has no member named > 'driContext' > glxdriswrast.c:177: error: '__GLXDRIcontext' has no member named > 'driContext' > glxdriswrast.c: In function '__glXDRIcontextForceCurrent': > glxdriswrast.c:188: error: '__GLXDRIscreen' has no member named 'core' > glxdriswrast.c:188: error: '__GLXDRIcontext' has no member named > 'driContext' > glxdriswrast.c:189: error: '__GLXDRIdrawable' has no member named > 'driDrawable' > glxdriswrast.c:190: error: '__GLXDRIdrawable' has no member named > 'driDrawable' > glxdriswrast.c: In function '__glXDRIscreenDestroy': > glxdriswrast.c:253: error: '__GLXDRIscreen' has no member named 'core' > glxdriswrast.c:253: error: '__GLXDRIscreen' has no member named > 'driScreen' > glxdriswrast.c:255: error: '__GLXDRIscreen' has no member named 'driver' > glxdriswrast.c: In function '__glXDRIscreenCreateContext': > glxdriswrast.c:270: error: expected '=3D', ',', ';', 'asm' or > '__attribute__' before '*' token > glxdriswrast.c:270: error: 'core' undeclared (first use in this function) > glxdriswrast.c:270: error: '__GLXDRIscreen' has no member named 'core' > glxdriswrast.c:271: error: '__DRIcontext' undeclared (first use in this > function) > glxdriswrast.c:271: error: 'driShare' undeclared (first use in this > function) > glxdriswrast.c:275: error: '__GLXDRIcontext' has no member named > 'driContext' > glxdriswrast.c:291: error: '__GLXDRIcontext' has no member named > 'driContext' > glxdriswrast.c:292: error: '__GLXDRIscreen' has no member named > 'driScreen' > glxdriswrast.c:293: error: '__GLXDRIconfig' has no member named > 'driConfig' > glxdriswrast.c: In function '__glXDRIscreenCreateDrawable': > glxdriswrast.c:325: error: '__GLXDRIdrawable' has no member named 'screen= ' > glxdriswrast.c:337: error: '__GLXDRIdrawable' has no member named 'gc' > glxdriswrast.c:338: error: '__GLXDRIdrawable' has no member named > 'cleargc' > glxdriswrast.c:339: error: '__GLXDRIdrawable' has no member named 'swapgc= ' > glxdriswrast.c:341: error: '__GLXDRIdrawable' has no member named 'gc' > glxdriswrast.c:342: error: '__GLXDRIdrawable' has no member named > 'cleargc' > glxdriswrast.c:343: error: '__GLXDRIdrawable' has no member named 'swapgc= ' > glxdriswrast.c:344: error: '__GLXDRIdrawable' has no member named 'swapgc= ' > glxdriswrast.c:346: error: '__GLXDRIdrawable' has no member named > 'driDrawable' > glxdriswrast.c:347: error: '__GLXDRIscreen' has no member named 'swrast' > glxdriswrast.c:347: error: '__GLXDRIscreen' has no member named > 'driScreen' > glxdriswrast.c:348: error: '__GLXDRIconfig' has no member named > 'driConfig' > glxdriswrast.c: At top level: > glxdriswrast.c:355: error: expected ')' before '*' token > glxdriswrast.c:369: error: expected ')' before '*' token > glxdriswrast.c:398: error: expected ')' before '*' token > glxdriswrast.c:409: error: expected '=3D', ',', ';', 'asm' or > '__attribute__' before 'swrastLoaderExtension' > glxdriswrast.c:416: error: expected '=3D', ',', ';', 'asm' or > '__attribute__' before '*' token > glxdriswrast.c: In function 'initializeExtensions': > glxdriswrast.c:425: error: expected '=3D', ',', ';', 'asm' or > '__attribute__' before '*' token > glxdriswrast.c:425: error: 'extensions' undeclared (first use in this > function) > glxdriswrast.c:428: error: '__GLXDRIscreen' has no member named 'core' > glxdriswrast.c:428: error: '__GLXDRIscreen' has no member named > 'driScreen' > glxdriswrast.c: In function '__glXDRIscreenProbe': > glxdriswrast.c:458: error: expected '=3D', ',', ';', 'asm' or > '__attribute__' before '*' token > glxdriswrast.c:458: error: 'extensions' undeclared (first use in this > function) > glxdriswrast.c:459: error: expected '=3D', ',', ';', 'asm' or > '__attribute__' before '*' token > glxdriswrast.c:459: error: 'driConfigs' undeclared (first use in this > function) > glxdriswrast.c:476: error: '__GLXDRIscreen' has no member named 'driver' > glxdriswrast.c:477: error: '__GLXDRIscreen' has no member named 'driver' > glxdriswrast.c:483: error: '__GLXDRIscreen' has no member named 'driver' > glxdriswrast.c:483: error: '__DRI_DRIVER_EXTENSIONS' undeclared (first us= e > in this function) > glxdriswrast.c:491: error: '__DRI_CORE' undeclared (first use in this > function) > glxdriswrast.c:492: error: '__DRI_CORE_VERSION' undeclared (first use in > this function) > glxdriswrast.c:493: error: '__GLXDRIscreen' has no member named 'core' > glxdriswrast.c:493: error: expected ')' before '__DRIcoreExtension' > glxdriswrast.c:493: warning: type defaults to 'int' in declaration of > 'type name' > glxdriswrast.c:495: error: '__DRI_SWRAST' undeclared (first use in this > function) > glxdriswrast.c:496: error: '__DRI_SWRAST_VERSION' undeclared (first use i= n > this function) > glxdriswrast.c:497: error: '__GLXDRIscreen' has no member named 'swrast' > glxdriswrast.c:497: error: expected ')' before '__DRIswrastExtension' > glxdriswrast.c:497: warning: type defaults to 'int' in declaration of > 'type name' > glxdriswrast.c:501: error: '__GLXDRIscreen' has no member named 'core' > glxdriswrast.c:501: error: '__GLXDRIscreen' has no member named 'swrast' > glxdriswrast.c:507: error: '__GLXDRIscreen' has no member named > 'driScreen' > glxdriswrast.c:508: error: '__GLXDRIscreen' has no member named 'swrast' > glxdriswrast.c:509: error: 'loader_extensions' undeclared (first use in > this function) > glxdriswrast.c:513: error: '__GLXDRIscreen' has no member named > 'driScreen' > glxdriswrast.c:520: warning: implicit declaration of function > 'glxConvertConfigs' > glxdriswrast.c:520: warning: nested extern declaration of > 'glxConvertConfigs' > glxdriswrast.c:520: error: '__GLXDRIscreen' has no member named 'core' > glxdriswrast.c:520: warning: assignment makes pointer from integer withou= t > a cast > glxdriswrast.c:530: error: '__GLXDRIscreen' has no member named 'driver' > glxdriswrast.c:531: error: '__GLXDRIscreen' has no member named 'driver' > *** Error code 1 >=20 > Stop in /usr/ports/x11-servers/xorg-server/work/xorg-server-1.5.3/glx. > *** Error code 1 >=20 > Stop in /usr/ports/x11-servers/xorg-server/work/xorg-server-1.5.3. > *** Error code 1 >=20 > Stop in /usr/ports/x11-servers/xorg-server. > *** Error code 1 >=20 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=-mn6QbOkkzaPkzyqj5CK/ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEABECAAYFAkl7PAUACgkQM4TrQ4qfROOGyACdEKS0o+cJWbSwfy5FQJzaSlk3 XzQAninw/9I662tCYjJ5Xa2mDfuvuTcp =E39d -----END PGP SIGNATURE----- --=-mn6QbOkkzaPkzyqj5CK/--