From owner-cvs-all Sat Mar 23 10:12:27 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id B002E37B417; Sat, 23 Mar 2002 10:12:17 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g2NICFi96961; Sat, 23 Mar 2002 11:12:16 -0700 (MST) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g2NICEL35614; Sat, 23 Mar 2002 11:12:14 -0700 (MST) (envelope-from imp@village.org) Date: Sat, 23 Mar 2002 11:11:51 -0700 (MST) Message-Id: <20020323.111151.17427492.imp@village.org> To: will@csociety.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include assert.h complex.h ctype.h db.h dirent.h dlfcn.h err.h fnmatch.h fstab.h fts.h glob.h grp.h hesiod.h ieeefp.h ifaddrs.h langinfo.h libgen.h link.h locale.h math.h mpool.h ndbm.h netconfig.h netdb.h nl_types.h nlist.h nsswitch.h ... From: "M. Warner Losh" In-Reply-To: <20020323180807.GW22998@squall.waterspout.com> References: <200203231724.g2NHOuM92675@freefall.freebsd.org> <20020323180807.GW22998@squall.waterspout.com> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20020323180807.GW22998@squall.waterspout.com> Will Andrews writes: : On Sat, Mar 23, 2002 at 09:24:56AM -0800, Warner Losh wrote: : > Log: : > Breath deep and take __P out of the system include files. : > : > # This appears to not break X11, but I'm having problems compiling the : > # glide part of the server with or without this patch, so I can't tell : > # for sure. : : Glide part of it? What are you talking about? There is a : pending patch to bring in Glide support -- other than this, I : know of no such thing in the current port. My appologies. glint appaers to be the actual name. Also, due to the weak meta-port dependency checks, it appears that it is almost impossible to upgrade the port without knowing what all the subports are and what order to build them in. Maybe this is just an ordering issue. # I really don't like the XFree86-4 meta port, since there's no way to # force the depends to build and install. Warner LD_LIBRARY_PATH=../../../../../../exports/lib cc -O -pipe -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith -I. -I../../../../../../programs/Xserver/hw/xfree86/common -I../../../../../../programs/Xserver/hw/xfree86/os-support -I../../../../../../programs/Xserver/Xext -I../../../../../../programs/Xserver/mfb -I../../../../../../programs/Xserver/mi -I../../../../../../programs/Xserver/cfb -I../../../../../../programs/Xserver/fb -I../../../../../../programs/Xserver/hw/xfree86/xaa -I../../../../../../programs/Xserver/hw/xfree86/vgahw -I../../../../../../programs/Xserver/hw/xfree86/ramdac -I../../../../../../programs/Xserver/hw/xfree86/ddc -I../../../../../../programs/Xserver/hw/xfree86/i2c -I../../../../../../programs/Xserver/hw/xfree86/rac -I../../../../../../programs/Xserver/hw/xfree86/int10 -I../../../../../../programs/Xserver/hw/xfree86/xf24_32bpp -I../../../../../../include/fonts -I../../../../../../programs/Xserver/hw/! xfree86/xf8_32bpp -I../../../../../../programs/Xserver/hw/xfree86/xf1bpp -I../../../../../../programs/Xserver/hw/xfree86/xf4bpp -I../../../../../../programs/Xserver/include -I../../../../../../exports/include/X11 -I../../../../../../programs/Xserver/hw/xfree86/ddc -I../../../../../../programs/Xserver/hw/xfree86/i2c -I../../../../../../include/extensions -I../../../../../../programs/Xserver/hw/xfree86/shadowfb -I../../../../../../programs/Xserver/hw/xfree86/fbdevhw -I../../../../../../include -I../../../../../../programs/Xserver/hw/xfree86/os-support/vbe -I../../../../../../programs/Xserver/render -I../../../../../.. -I../../../../../../exports/include -DCSRG_BASED -DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY -DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPANORAMIX -DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER -DXFree86Server -DXF86VIDMODE -DXvMCExtension -DSMART_SCHEDULE -DBU! ILDDEBUG -DX_BYTE_ORDER=X_LITTLE_ENDIAN -DNDEBUG -DFUNCPROTO=! 15 -DNAR ROWPROTO -DIN_MODULE -DXFree86Module -DGLXEXT -DXF86DRI -DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA -DPPC_MMIO_IS_BE -DSPARC_MMIO_IS_BE -c glint_driver.c In file included from glint_driver.c:60: glint.h:41: sarea.h: No such file or directory glint.h:43: xf86dri.h: No such file or directory glint.h:44: dri.h: No such file or directory In file included from glint.h:46, from glint_driver.c:60: glint_dripriv.h:46: syntax error before `DRIContextType' glint_dripriv.h:49: syntax error before `DRISyncType' In file included from glint_driver.c:60: glint.h:173: syntax error before `DRIInfoPtr' *** Error code 1 Stop in /dell/ports/x11-servers/XFree86-4-Server/work/xc/programs/Xserver/hw/xfree86/drivers/glint. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message