DragonFly BSD
DragonFly kernel List (threaded) for 2003-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

XFree86-4


From: Craig Dooley <cd5697@xxxxxxxxxx>
Date: Mon, 1 Dec 2003 20:24:54 -0500

Currently I cant get X working on dragonfly.  The port of XFree86-Server
from FreeBSD segfaults without much of a clue, and the port cannot build
because currently dri fails during the build.  Heres the output of make
in graphics/dri and XFree86.0.log.

-Craig
-- 
------------------------------------------------------------------------
Craig Dooley											craig@xxxxxxxxxx
------------------------------------------------------------------------
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
	#DisplaySize	  330   210	# mm
	Identifier   "Monitor0"
	VendorName   "SEC"
	ModelName    "0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "ForcePCIMode"       	# [<bool>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPFastWrite"       	# [<bool>]
        #Option     "AGPSize"            	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnableDepthMoves"   	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "NoBackBuffer"       	# [<bool>]
        #Option     "PanelOff"           	# [<bool>]
        #Option     "DDCMode"            	# [<bool>]
        #Option     "CloneDisplay"       	# <i>
        #Option     "CloneMode"          	# [<str>]
        #Option     "CloneHSync"         	# [<str>]
        #Option     "CloneVRefresh"      	# [<str>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon R250 Lf [Radeon Mobility 9000 M9]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
	EndSubSection
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 4.9 i386 [ELF] 
Build Date: 09 November 2003
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Dec  1 10:13:36 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/Speedo/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Speedo/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/Type1/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Type1/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/75dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/75dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/100dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/100dpi/").
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.2
	XFree86 Video Driver: 0.6
	XFree86 XInput driver : 0.4
	XFree86 Server Extension : 0.2
	XFree86 Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3340 card 0e11,0860 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,3341 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 0e11,0860 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 0e11,0860 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 0e11,0860 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 0e11,0860 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 0e11,0860 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 0e11,0860 rev 01 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 0e11,0860 rev 01 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 0e11,0860 rev 01 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c66 card 0e11,0860 rev 01 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 1106,3044 card 1106,3044 rev 80 class 0c,00,10 hdr 00
(II) PCI: 02:01:0: chip 10ec,8139 card 0e11,0860 rev 20 class 02,00,00 hdr 00
(II) PCI: 02:02:0: chip 8086,1043 card 8086,2527 rev 04 class 02,80,00 hdr 00
(II) PCI: 02:04:0: chip 1524,1410 card 0000,0000 rev 01 class 06,07,00 hdr 02
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[1] -1	0	0x00003400 - 0x000034ff (0x100) IX[B]
	[2] -1	0	0x00003800 - 0x000038ff (0x100) IX[B]
	[3] -1	0	0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0x90400000 - 0x904fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,3), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[1] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[2] -1	0	0x00002800 - 0x000028ff (0x100) IX[B]
	[3] -1	0	0x00002c00 - 0x00002cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0x90000000 - 0x903fffff (0x400000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:4:0), (2,3,3), BCTRL: 0x0764 (VGA_EN is cleared)
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] rev 1, Mem @ 0x98000000/27, 0x90400000/16, I/O @ 0x3000/8
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xb0000000 from 0xbfffffff to 0xafffffff
(II) Active PCI resource ranges:
	[0] -1	0	0x90000000 - 0x9fffffff (0x10000000) MX[B]E
	[1] -1	0	0x90300000 - 0x903fffff (0x100000) MX[B]E
	[2] -1	0	0x90200000 - 0x903fffff (0x200000) MX[B]E
	[3] -1	0	0xa0300000 - 0xa03fffff (0x100000) MX[B]E
	[4] -1	0	0xa0200000 - 0xa03fffff (0x200000) MX[B]E
	[5] -1	0	0xa0000000 - 0xbfffffff (0x20000000) MX[B]E
	[6] -1	0	0xb0000000 - 0xafffffff (0x0) MX[B]EO
	[7] -1	0	0x90400000 - 0x9040ffff (0x10000) MX[B](B)
	[8] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[9] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[10] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]E
	[11] -1	0	0x00004800 - 0x000048ff (0x100) IX[B]E
	[12] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]E
	[13] -1	0	0x00004880 - 0x000048ff (0x80) IX[B]E
	[14] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]E
	[15] -1	0	0x00004c20 - 0x00004c3f (0x20) IX[B]E
	[16] -1	0	0x00004c40 - 0x00004c7f (0x40) IX[B]E
	[17] -1	0	0x00004c00 - 0x00004cff (0x100) IX[B]E
	[18] -1	0	0x000048e0 - 0x000048ff (0x20) IX[B]E
	[19] -1	0	0x000048c0 - 0x000048ff (0x40) IX[B]E
	[20] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) PCI Memory resource overlap reduced 0x90000000 from 0x9fffffff to 0x901fffff
(II) PCI Memory resource overlap reduced 0x90200000 from 0x903fffff to 0x902fffff
(II) PCI I/O resource overlap reduced 0x00004800 from 0x000048ff to 0x0000487f
(II) PCI Memory resource overlap reduced 0xa0200000 from 0xa03fffff to 0xa02fffff
(II) PCI I/O resource overlap reduced 0x00004880 from 0x000048ff to 0x000048bf
(II) PCI Memory resource overlap reduced 0xa0000000 from 0xbfffffff to 0xa01fffff
(II) PCI I/O resource overlap reduced 0x00004c00 from 0x00004cff to 0x00004c1f
(II) PCI I/O resource overlap reduced 0x000048c0 from 0x000048ff to 0x000048df
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0x90000000 - 0x901fffff (0x200000) MX[B]E
	[1] -1	0	0x90300000 - 0x903fffff (0x100000) MX[B]E
	[2] -1	0	0x90200000 - 0x902fffff (0x100000) MX[B]E
	[3] -1	0	0xa0300000 - 0xa03fffff (0x100000) MX[B]E
	[4] -1	0	0xa0200000 - 0xa02fffff (0x100000) MX[B]E
	[5] -1	0	0xa0000000 - 0xa01fffff (0x200000) MX[B]E
	[6] -1	0	0xb0000000 - 0xafffffff (0x0) MX[B]EO
	[7] -1	0	0x90400000 - 0x9040ffff (0x10000) MX[B](B)
	[8] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[9] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[10] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]E
	[11] -1	0	0x00004800 - 0x0000487f (0x80) IX[B]E
	[12] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]E
	[13] -1	0	0x00004880 - 0x000048bf (0x40) IX[B]E
	[14] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]E
	[15] -1	0	0x00004c20 - 0x00004c3f (0x20) IX[B]E
	[16] -1	0	0x00004c40 - 0x00004c7f (0x40) IX[B]E
	[17] -1	0	0x00004c00 - 0x00004c1f (0x20) IX[B]E
	[18] -1	0	0x000048e0 - 0x000048ff (0x20) IX[B]E
	[19] -1	0	0x000048c0 - 0x000048df (0x20) IX[B]E
	[20] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x90000000 - 0x901fffff (0x200000) MX[B]E
	[6] -1	0	0x90300000 - 0x903fffff (0x100000) MX[B]E
	[7] -1	0	0x90200000 - 0x902fffff (0x100000) MX[B]E
	[8] -1	0	0xa0300000 - 0xa03fffff (0x100000) MX[B]E
	[9] -1	0	0xa0200000 - 0xa02fffff (0x100000) MX[B]E
	[10] -1	0	0xa0000000 - 0xa01fffff (0x200000) MX[B]E
	[11] -1	0	0xb0000000 - 0xafffffff (0x0) MX[B]EO
	[12] -1	0	0x90400000 - 0x9040ffff (0x10000) MX[B](B)
	[13] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[17] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]E
	[18] -1	0	0x00004800 - 0x0000487f (0x80) IX[B]E
	[19] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]E
	[20] -1	0	0x00004880 - 0x000048bf (0x40) IX[B]E
	[21] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]E
	[22] -1	0	0x00004c20 - 0x00004c3f (0x20) IX[B]E
	[23] -1	0	0x00004c40 - 0x00004c7f (0x40) IX[B]E
	[24] -1	0	0x00004c00 - 0x00004c1f (0x20) IX[B]E
	[25] -1	0	0x000048e0 - 0x000048ff (0x20) IX[B]E
	[26] -1	0	0x000048c0 - 0x000048df (0x20) IX[B]E
	[27] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 6.4.18
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.4
(II) ATI: ATI driver (version 6.4.18) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
	ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
	ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
	ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
	ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
	ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
	ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
	ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
	ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
	ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
	ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
	ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
	ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
	ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
	ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
	ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
	ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
	ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
	ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI Radeon VE/7000 QY (AGP), ATI Radeon VE/7000 QZ (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QI (AGP),
	ATI Radeon 8500 QJ (AGP), ATI Radeon 8500 QK (AGP),
	ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP),
	ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
	ATI Radeon 8500 Qh (AGP), ATI Radeon 8500 Qi (AGP),
	ATI Radeon 8500 Qj (AGP), ATI Radeon 8500 Qk (AGP),
	ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
	ATI Radeon 7500 QW (AGP), ATI Radeon 7500 QX (AGP),
	ATI Radeon 9000 Id (AGP), ATI Radeon 9000 Ie (AGP),
	ATI Radeon 9000 If (AGP), ATI Radeon 9000 Ig (AGP),
	ATI Radeon Mobility M9 Ld (AGP), ATI Radeon Mobility M9 Le (AGP),
	ATI Radeon Mobility M9 Lf (AGP), ATI Radeon Mobility M9 Lg (AGP),
	ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP),
	ATI Radeon 9500 AF (AGP), ATI FireGL Z1/X1 AG (AGP),
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG (AGP)
(II) Primary Device is: PCI 01:00:0
(II) ATI:  Candidate "Device" section "Card0".
(II) ATI:  Unshared VGA not detected.
(II) ATI:  Unshared 8514/A not detected.
(II) ATI:  Unshared Mach64 at PIO base 0x02EC not detected.
(II) ATI:  Unshared Mach64 at PIO base 0x01CC not detected.
(II) ATI:  Unshared Mach64 at PIO base 0x01C8 not detected.
(--) Chipset ATI Radeon Mobility M9 Lf (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x90000000 - 0x901fffff (0x200000) MX[B]E
	[6] -1	0	0x90300000 - 0x903fffff (0x100000) MX[B]E
	[7] -1	0	0x90200000 - 0x902fffff (0x100000) MX[B]E
	[8] -1	0	0xa0300000 - 0xa03fffff (0x100000) MX[B]E
	[9] -1	0	0xa0200000 - 0xa02fffff (0x100000) MX[B]E
	[10] -1	0	0xa0000000 - 0xa01fffff (0x200000) MX[B]E
	[11] -1	0	0xb0000000 - 0xafffffff (0x0) MX[B]EO
	[12] -1	0	0x90400000 - 0x9040ffff (0x10000) MX[B](B)
	[13] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[17] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]E
	[18] -1	0	0x00004800 - 0x0000487f (0x80) IX[B]E
	[19] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]E
	[20] -1	0	0x00004880 - 0x000048bf (0x40) IX[B]E
	[21] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]E
	[22] -1	0	0x00004c20 - 0x00004c3f (0x20) IX[B]E
	[23] -1	0	0x00004c40 - 0x00004c7f (0x40) IX[B]E
	[24] -1	0	0x00004c00 - 0x00004c1f (0x20) IX[B]E
	[25] -1	0	0x000048e0 - 0x000048ff (0x20) IX[B]E
	[26] -1	0	0x000048c0 - 0x000048df (0x20) IX[B]E
	[27] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 4.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x90000000 - 0x901fffff (0x200000) MX[B]E
	[6] -1	0	0x90300000 - 0x903fffff (0x100000) MX[B]E
	[7] -1	0	0x90200000 - 0x902fffff (0x100000) MX[B]E
	[8] -1	0	0xa0300000 - 0xa03fffff (0x100000) MX[B]E
	[9] -1	0	0xa0200000 - 0xa02fffff (0x100000) MX[B]E
	[10] -1	0	0xa0000000 - 0xa01fffff (0x200000) MX[B]E
	[11] -1	0	0xb0000000 - 0xafffffff (0x0) MX[B]EO
	[12] -1	0	0x90400000 - 0x9040ffff (0x10000) MX[B](B)
	[13] -1	0	0x98000000 - 0x9fffffff (0x8000000) MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]E
	[20] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]E
	[21] -1	0	0x00004800 - 0x0000487f (0x80) IX[B]E
	[22] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]E
	[23] -1	0	0x00004880 - 0x000048bf (0x40) IX[B]E
	[24] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]E
	[25] -1	0	0x00004c20 - 0x00004c3f (0x20) IX[B]E
	[26] -1	0	0x00004c40 - 0x00004c7f (0x40) IX[B]E
	[27] -1	0	0x00004c00 - 0x00004c1f (0x20) IX[B]E
	[28] -1	0	0x000048e0 - 0x000048ff (0x20) IX[B]E
	[29] -1	0	0x000048c0 - 0x000048df (0x20) IX[B]E
	[30] -1	0	0x00003000 - 0x000030ff (0x100) IX[B](B)
	[31] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[32] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) RADEON(0): PCI bus 1 card 0 func 0
(==) RADEON(0): Depth 8, (==) framebuffer bpp 8
(II) RADEON(0): Pixel depth = 8 bits stored in 1 byte (8 bpp pixmaps)
(==) RADEON(0): Default visual is PseudoColor
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): initializing int10
(==) RADEON(0): Write-combining range (0xa0000,0x20000) was already clear
(==) RADEON(0): Write-combining range (0xc0000,0x40000) was already clear
(WW) RADEON(0): Bad V_BIOS checksum
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(==) RADEON(0): Write-combining range (0x0,0x1000) was already clear
(--) RADEON(0): Chipset: "ATI Radeon Mobility M9 Lf (AGP)" (ChipID = 0x4c66)
(--) RADEON(0): Linear framebuffer at 0x98000000
(--) RADEON(0): MMIO registers at 0x90400000
(==) RADEON(0): Write-combining range (0x90400000,0x80000) was already clear
(--) RADEON(0): VideoRAM: 32768 kByte (64-bit DDR SDRAM)
(==) RADEON(0): Write-combining range (0x90400000,0x80000) was already clear
(II) RADEON(0): CloneDisplay option not set -- defaulting to auto-detect
(II) RADEON(0): Primary Display == Type 2
(II) RADEON(0): Panel ID string: ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
(II) RADEON(0): Panel Size from BIOS: 65535x65535

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Fatal server error:
Caught signal 11.  Server aborting


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xxxxxxxxxxxx

Script started on Mon Dec  1 10:17:08 2003
===>  Extracting for dri-4.3.0,1
>> Checksum OK for xc/X430src-1.tgz.
>> Checksum OK for xc/X430src-2.tgz.
>> Checksum OK for xc/X430src-3.tgz.
===>  Patching for dri-4.3.0,1
===>  Applying extra patch /usr/ports/graphics/dri/files/patch-GL-Imakefile
===>  Applying extra patch /usr/ports/graphics/dri/files/patch-radeondri
===>  Applying extra patch /usr/ports/graphics/dri/files/patch-r200_vtxtmp_x86.S
===>  Applying extra patch /usr/ports/graphics/dri/files/patch-radeon_vtxtmp_x86.S
===>  Applying extra patch /usr/ports/graphics/dri/files/patch-dri_util.c
===>  Applying FreeBSD patches for dri-4.3.0,1
===>   dri-4.3.0,1 depends on file: /usr/X11R6/lib/X11/config/date.def - found
===>   dri-4.3.0,1 depends on shared library: X11.6 - found
===>  Configuring for dri-4.3.0,1
cd ./config/imake && make   -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="" in config/imake
cc -o ccimake -DCROSSCOMPILEDIR=\"\"  -O -I../../include -I../../imports/x11/include/X11 ccimake.c
if [ -n "" ] ; then  /cc -E `./ccimake`  -DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h;  else touch imakemdep_cpp.h; fi
cc -c  -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c
cc -o imake  -O -I../../include -I../../imports/x11/include/X11 imake.o
rm -f ./config/makedepend/Makefile.proto
./config/imake/imake -I./config/cf  -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
cd ./config/makedepend && rm -f -r Makefile Makefile.dep makedepend *.o bootstrap
cd ./config/makedepend && make -f Makefile.proto bootstrap
./config/imake/imake -I./config/cf  -s ./config/imake/Makefile.proto -f ./config/imake/Imakefile -DTOPDIR=../.. -DCURDIR=./config/imake -DBootStrap
cd ./config/imake && make -f Makefile.proto bootstrapdepend
cd ./config/imake && make   -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" bootstrap
+ mkdir bootstrap
mv *.o bootstrap
+ mv imake bootstrap
cd ./config/imake && make -f Makefile.proto all
LD_LIBRARY_PATH=/usr/X11R6/lib cc -O -pipe    -I../../include -I/usr/X11R6/include/X11  -I/usr/X11R6/include -I/usr/X11R6/include  -I/usr/X11R6/include -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO     -DCPP_PROGRAM="\"/usr/bin/cpp\"" -DHAS_MERGE_CONSTANTS=`if LD_LIBRARY_PATH=/usr/X11R6/lib cc -fmerge-constants -xc /dev/null -S -o /dev/null 2> /dev/null 1> /dev/null; then echo 1; else echo 0; fi` 	   -c imake.c
rm -f imake
LD_LIBRARY_PATH=/usr/X11R6/lib cc -o imake -O -pipe       imake.o  -L/usr/X11R6/lib   -lxpg4  -Wl,-R,/usr/X11R6/lib:/usr/X11R6/lib
rm -f imake._man
cd `dirname imake` &&  ln -s `basename imake.man` `basename imake._man`
make   xmakefile
rm -f xmakefile
./config/imake/imake -I./config/cf  -s xmakefile -DTOPDIR=. -DCURDIR=.
rm -f ./config/imake/Makefile.proto
making Makefiles in include/bitmaps...
making Makefiles in include/extensions...
making Makefiles in include/fonts...
making Makefiles in include/GL...
making Makefiles in include/DPS...
making Makefiles in lib/GL/mesa/src...
making Makefiles in lib/GL/mesa/src/X86...
making Makefiles in lib/GL/mesa/src/math...
making Makefiles in lib/GL/mesa/src/array_cache...
making Makefiles in lib/GL/mesa/src/swrast...
making Makefiles in lib/GL/mesa/src/swrast_setup...
making Makefiles in lib/GL/mesa/src/tnl...
making Makefiles in lib/GL/mesa/src/X...
making Makefiles in lib/GL/glx...
making Makefiles in lib/GL/dri...
making Makefiles in lib/GL/dri/drm...
making Makefiles in lib/GL/mesa/src/drv...
making Makefiles in lib/GL/mesa/src/drv/common...
making Makefiles in lib/GL/mesa/src/drv/gamma...
"Makefile", line 1236: Missing dependency operator
make: fatal errors encountered -- cannot continue
making Makefiles in lib/GL/mesa/src/drv/i810...
"Makefile", line 1237: Missing dependency operator
make: fatal errors encountered -- cannot continue
making Makefiles in lib/GL/mesa/src/drv/i830...
"Makefile", line 1237: Missing dependency operator
make: fatal errors encountered -- cannot continue
making Makefiles in lib/GL/mesa/src/drv/mga...
"Makefile", line 1236: Missing dependency operator
make: fatal errors encountered -- cannot continue
making Makefiles in lib/GL/mesa/src/drv/r128...
"Makefile", line 1236: Missing dependency operator
make: fatal errors encountered -- cannot continue
making Makefiles in lib/GL/mesa/src/drv/radeon...
"Makefile", line 1244: Missing dependency operator
make: fatal errors encountered -- cannot continue
making Makefiles in lib/GL/mesa/src/drv/r200...
"Makefile", line 1244: Missing dependency operator
make: fatal errors encountered -- cannot continue
making Makefiles in lib/GL/mesa/src/drv/tdfx...
"Makefile", line 1236: Missing dependency operator
make: fatal errors encountered -- cannot continue
+ mkdir -p /usr/ports/graphics/dri/work/xc/exports/include/X11
+ cd /usr/ports/graphics/dri/work/xc/exports/include/X11
+ rm -f DECkeysym.h
+ ln -s ../../../include/DECkeysym.h .
+ rm -f HPkeysym.h
+ ln -s ../../../include/HPkeysym.h .
+ rm -f Sunkeysym.h
+ ln -s ../../../include/Sunkeysym.h .
+ rm -f X.h
+ ln -s ../../../include/X.h .
+ rm -f XF86keysym.h
+ ln -s ../../../include/XF86keysym.h .
+ rm -f XWDFile.h
+ ln -s ../../../include/XWDFile.h .
+ rm -f Xalloca.h
+ ln -s ../../../include/Xalloca.h .
+ rm -f Xarch.h
+ ln -s ../../../include/Xarch.h .
+ rm -f Xatom.h
+ ln -s ../../../include/Xatom.h .
+ rm -f Xdefs.h
+ ln -s ../../../include/Xdefs.h .
+ rm -f Xfuncproto.h
+ ln -s ../../../include/Xfuncproto.h .
+ rm -f Xfuncs.h
+ ln -s ../../../include/Xfuncs.h .
+ rm -f Xmd.h
+ ln -s ../../../include/Xmd.h .
+ rm -f Xos.h
+ ln -s ../../../include/Xos.h .
+ rm -f Xos_r.h
+ ln -s ../../../include/Xos_r.h .
+ rm -f Xosdefs.h
+ ln -s ../../../include/Xosdefs.h .
+ rm -f Xpoll.h
+ ln -s ../../../include/Xpoll.h .
+ rm -f Xproto.h
+ ln -s ../../../include/Xproto.h .
+ rm -f Xprotostr.h
+ ln -s ../../../include/Xprotostr.h .
+ rm -f Xthreads.h
+ ln -s ../../../include/Xthreads.h .
+ rm -f ap_keysym.h
+ ln -s ../../../include/ap_keysym.h .
+ rm -f keysym.h
+ ln -s ../../../include/keysym.h .
+ rm -f keysymdef.h
+ ln -s ../../../include/keysymdef.h .
including in include/bitmaps...
+ mkdir -p /usr/ports/graphics/dri/work/xc/exports/include/X11/bitmaps
+ cd /usr/ports/graphics/dri/work/xc/exports/include/X11/bitmaps
+ rm -f 1x1
+ ln -s ../../../../include/bitmaps/1x1 .
+ rm -f 2x2
+ ln -s ../../../../include/bitmaps/2x2 .
+ rm -f black
+ ln -s ../../../../include/bitmaps/black .
+ rm -f boxes
+ ln -s ../../../../include/bitmaps/boxes .
+ rm -f calculator
+ ln -s ../../../../include/bitmaps/calculator .
+ rm -f cntr_ptr
+ ln -s ../../../../include/bitmaps/cntr_ptr .
+ rm -f cntr_ptrmsk
+ ln -s ../../../../include/bitmaps/cntr_ptrmsk .
+ rm -f cross_weave
+ ln -s ../../../../include/bitmaps/cross_weave .
+ rm -f dimple1
+ ln -s ../../../../include/bitmaps/dimple1 .
+ rm -f dimple3
+ ln -s ../../../../include/bitmaps/dimple3 .
+ rm -f dot
+ ln -s ../../../../include/bitmaps/dot .
+ rm -f dropbar7
+ ln -s ../../../../include/bitmaps/dropbar7 .
+ rm -f dropbar8
+ ln -s ../../../../include/bitmaps/dropbar8 .
+ rm -f escherknot
+ ln -s ../../../../include/bitmaps/escherknot .
+ rm -f flagdown
+ ln -s ../../../../include/bitmaps/flagdown .
+ rm -f flagup
+ ln -s ../../../../include/bitmaps/flagup .
+ rm -f flipped_gray
+ ln -s ../../../../include/bitmaps/flipped_gray .
+ rm -f gray
+ ln -s ../../../../include/bitmaps/gray .
+ rm -f gray1
+ ln -s ../../../../include/bitmaps/gray1 .
+ rm -f gray3
+ ln -s ../../../../include/bitmaps/gray3 .
+ rm -f grid2
+ ln -s ../../../../include/bitmaps/grid2 .
+ rm -f grid4
+ ln -s ../../../../include/bitmaps/grid4 .
+ rm -f grid8
+ ln -s ../../../../include/bitmaps/grid8 .
+ rm -f grid16
+ ln -s ../../../../include/bitmaps/grid16 .
+ rm -f hlines2
+ ln -s ../../../../include/bitmaps/hlines2 .
+ rm -f hlines3
+ ln -s ../../../../include/bitmaps/hlines3 .
+ rm -f icon
+ ln -s ../../../../include/bitmaps/icon .
+ rm -f keyboard16
+ ln -s ../../../../include/bitmaps/keyboard16 .
+ rm -f left_ptr
+ ln -s ../../../../include/bitmaps/left_ptr .
+ rm -f left_ptrmsk
+ ln -s ../../../../include/bitmaps/left_ptrmsk .
+ rm -f letters
+ ln -s ../../../../include/bitmaps/letters .
+ rm -f light_gray
+ ln -s ../../../../include/bitmaps/light_gray .
+ rm -f mailempty
+ ln -s ../../../../include/bitmaps/mailempty .
+ rm -f mailemptymsk
+ ln -s ../../../../include/bitmaps/mailemptymsk .
+ rm -f mailfull
+ ln -s ../../../../include/bitmaps/mailfull .
+ rm -f mailfullmsk
+ ln -s ../../../../include/bitmaps/mailfullmsk .
+ rm -f mensetmanus
+ ln -s ../../../../include/bitmaps/mensetmanus .
+ rm -f menu6
+ ln -s ../../../../include/bitmaps/menu6 .
+ rm -f menu8
+ ln -s ../../../../include/bitmaps/menu8 .
+ rm -f menu10
+ ln -s ../../../../include/bitmaps/menu10 .
+ rm -f menu12
+ ln -s ../../../../include/bitmaps/menu12 .
+ rm -f menu16
+ ln -s ../../../../include/bitmaps/menu16 .
+ rm -f noletters
+ ln -s ../../../../include/bitmaps/noletters .
+ rm -f opendot
+ ln -s ../../../../include/bitmaps/opendot .
+ rm -f opendotMask
+ ln -s ../../../../include/bitmaps/opendotMask .
+ rm -f plaid
+ ln -s ../../../../include/bitmaps/plaid .
+ rm -f right_ptr
+ ln -s ../../../../include/bitmaps/right_ptr .
+ rm -f right_ptrmsk
+ ln -s ../../../../include/bitmaps/right_ptrmsk .
+ rm -f root_weave
+ ln -s ../../../../include/bitmaps/root_weave .
+ rm -f scales
+ ln -s ../../../../include/bitmaps/scales .
+ rm -f sipb
+ ln -s ../../../../include/bitmaps/sipb .
+ rm -f star
+ ln -s ../../../../include/bitmaps/star .
+ rm -f starMask
+ ln -s ../../../../include/bitmaps/starMask .
+ rm -f stipple
+ ln -s ../../../../include/bitmaps/stipple .
+ rm -f target
+ ln -s ../../../../include/bitmaps/target .
+ rm -f terminal
+ ln -s ../../../../include/bitmaps/terminal .
+ rm -f tie_fighter
+ ln -s ../../../../include/bitmaps/tie_fighter .
+ rm -f vlines2
+ ln -s ../../../../include/bitmaps/vlines2 .
+ rm -f vlines3
+ ln -s ../../../../include/bitmaps/vlines3 .
+ rm -f weird_size
+ ln -s ../../../../include/bitmaps/weird_size .
+ rm -f wide_weave
+ ln -s ../../../../include/bitmaps/wide_weave .
+ rm -f wingdogs
+ ln -s ../../../../include/bitmaps/wingdogs .
+ rm -f woman
+ ln -s ../../../../include/bitmaps/woman .
+ rm -f xfd_icon
+ ln -s ../../../../include/bitmaps/xfd_icon .
+ rm -f xlogo11
+ ln -s ../../../../include/bitmaps/xlogo11 .
+ rm -f xlogo16
+ ln -s ../../../../include/bitmaps/xlogo16 .
+ rm -f xlogo32
+ ln -s ../../../../include/bitmaps/xlogo32 .
+ rm -f xlogo64
+ ln -s ../../../../include/bitmaps/xlogo64 .
+ rm -f xsnow
+ ln -s ../../../../include/bitmaps/xsnow .
including in include/extensions...
+ mkdir -p /usr/ports/graphics/dri/work/xc/exports/include/X11/extensions
+ cd /usr/ports/graphics/dri/work/xc/exports/include/X11/extensions
+ rm -f Xext.h
+ ln -s ../../../../include/extensions/Xext.h .
+ rm -f xcmiscstr.h
+ ln -s ../../../../include/extensions/xcmiscstr.h .
+ rm -f MITMisc.h
+ ln -s ../../../../include/extensions/MITMisc.h .
+ rm -f mitmiscstr.h
+ ln -s ../../../../include/extensions/mitmiscstr.h .
+ rm -f bigreqstr.h
+ ln -s ../../../../include/extensions/bigreqstr.h .
+ rm -f extutil.h
+ ln -s ../../../../include/extensions/extutil.h .
+ rm -f XI.h
+ ln -s ../../../../include/extensions/XI.h .
+ rm -f XInput.h
+ ln -s ../../../../include/extensions/XInput.h .
+ rm -f XIproto.h
+ ln -s ../../../../include/extensions/XIproto.h .
+ rm -f XTest.h
+ ln -s ../../../../include/extensions/XTest.h .
+ rm -f xtestext1.h
+ ln -s ../../../../include/extensions/xtestext1.h .
+ rm -f xteststr.h
+ ln -s ../../../../include/extensions/xteststr.h .
+ rm -f XIE.h
+ ln -s ../../../../include/extensions/XIE.h .
+ rm -f XIEproto.h
+ ln -s ../../../../include/extensions/XIEproto.h .
+ rm -f XIEprotost.h
+ ln -s ../../../../include/extensions/XIEprotost.h .
+ rm -f XKB.h
+ ln -s ../../../../include/extensions/XKB.h .
+ rm -f XKBgeom.h
+ ln -s ../../../../include/extensions/XKBgeom.h .
+ rm -f XKBproto.h
+ ln -s ../../../../include/extensions/XKBproto.h .
+ rm -f XKBstr.h
+ ln -s ../../../../include/extensions/XKBstr.h .
+ rm -f XKBsrv.h
+ ln -s ../../../../include/extensions/XKBsrv.h .
+ ln -s ../../../../include/extensions/Xdbe.h .
+ rm -f Xdbeproto.h
+ ln -s ../../../../include/extensions/Xdbeproto.h .
+ rm -f Xag.h
+ ln -s ../../../../include/extensions/Xag.h .
+ rm -f Xagstr.h
+ ln -s ../../../../include/extensions/Xagstr.h .
+ rm -f Xagsrv.h
+ ln -s ../../../../include/extensions/Xagsrv.h .
+ rm -f XShm.h
+ ln -s ../../../../include/extensions/XShm.h .
+ rm -f shmstr.h
+ ln -s ../../../../include/extensions/shmstr.h .
+ rm -f saver.h
+ ln -s ../../../../include/extensions/saver.h .
+ rm -f saverproto.h
+ ln -s ../../../../include/extensions/saverproto.h .
+ rm -f scrnsaver.h
+ ln -s ../../../../include/extensions/scrnsaver.h .
+ rm -f xf86misc.h
+ ln -s ../../../../include/extensions/xf86misc.h .
+ rm -f xf86mscstr.h
+ ln -s ../../../../include/extensions/xf86mscstr.h .
+ rm -f xf86bigfont.h
+ ln -s ../../../../include/extensions/xf86bigfont.h .
+ rm -f xf86bigfstr.h
+ ln -s ../../../../include/extensions/xf86bigfstr.h .
+ rm -f xf86vmode.h
+ ln -s ../../../../include/extensions/xf86vmode.h .
+ rm -f xf86vmstr.h
+ ln -s ../../../../include/extensions/xf86vmstr.h .
+ rm -f xf86dga.h
+ ln -s ../../../../include/extensions/xf86dga.h .
+ rm -f xf86dgastr.h
+ ln -s ../../../../include/extensions/xf86dgastr.h .
+ rm -f xf86dga1.h
+ ln -s ../../../../include/extensions/xf86dga1.h .
+ rm -f xf86dga1str.h
+ ln -s ../../../../include/extensions/xf86dga1str.h .
+ rm -f panoramiXext.h
+ ln -s ../../../../include/extensions/panoramiXext.h .
+ rm -f panoramiXproto.h
+ ln -s ../../../../include/extensions/panoramiXproto.h .
+ rm -f Xinerama.h
+ ln -s ../../../../include/extensions/Xinerama.h .
+ rm -f XLbx.h
+ ln -s ../../../../include/extensions/XLbx.h .
+ rm -f lbxbuf.h
+ ln -s ../../../../include/extensions/lbxbuf.h .
+ rm -f lbxbufstr.h
+ ln -s ../../../../include/extensions/lbxbufstr.h .
+ rm -f lbxdeltastr.h
+ ln -s ../../../../include/extensions/lbxdeltastr.h .
+ rm -f lbximage.h
+ ln -s ../../../../include/extensions/lbximage.h .
+ rm -f lbxopts.h
+ ln -s ../../../../include/extensions/lbxopts.h .
+ rm -f lbxstr.h
+ ln -s ../../../../include/extensions/lbxstr.h .
+ rm -f lbxzlib.h
+ ln -s ../../../../include/extensions/lbxzlib.h .
+ rm -f Xv.h
+ ln -s ../../../../include/extensions/Xv.h .
+ rm -f Xvlib.h
+ ln -s ../../../../include/extensions/Xvlib.h .
+ rm -f Xvproto.h
+ ln -s ../../../../include/extensions/Xvproto.h .
+ rm -f XvMC.h
+ ln -s ../../../../include/extensions/XvMC.h .
+ rm -f XvMClib.h
+ ln -s ../../../../include/extensions/XvMClib.h .
+ rm -f XvMCproto.h
+ ln -s ../../../../include/extensions/XvMCproto.h .
+ rm -f fontcache.h
+ ln -s ../../../../include/extensions/fontcache.h .
+ rm -f fontcacheP.h
+ ln -s ../../../../include/extensions/fontcacheP.h .
+ rm -f fontcachstr.h
+ ln -s ../../../../include/extensions/fontcachstr.h .
+ rm -f render.h
+ ln -s ../../../../include/extensions/render.h .
+ rm -f renderproto.h
+ ln -s ../../../../include/extensions/renderproto.h .
+ rm -f randr.h
+ ln -s ../../../../include/extensions/randr.h .
+ rm -f randrproto.h
+ ln -s ../../../../include/extensions/randrproto.h .
+ rm -f xtrapbits.h
+ ln -s ../../../../include/extensions/xtrapbits.h .
+ rm -f xtrapddmi.h
+ ln -s ../../../../include/extensions/xtrapddmi.h .
+ rm -f xtrapdi.h
+ ln -s ../../../../include/extensions/xtrapdi.h .
+ rm -f xtrapemacros.h
+ ln -s ../../../../include/extensions/xtrapemacros.h .
+ rm -f xtraplib.h
+ ln -s ../../../../include/extensions/xtraplib.h .
+ rm -f xtraplibp.h
+ ln -s ../../../../include/extensions/xtraplibp.h .
+ rm -f xtrapproto.h
+ ln -s ../../../../include/extensions/xtrapproto.h .
+ rm -f XRes.h
+ ln -s ../../../../include/extensions/XRes.h .
+ rm -f XResproto.h
+ ln -s ../../../../include/extensions/XResproto.h .
+ rm -f multibuf.h
+ ln -s ../../../../include/extensions/multibuf.h .
+ rm -f multibufst.h
+ ln -s ../../../../include/extensions/multibufst.h .
+ rm -f record.h
+ ln -s ../../../../include/extensions/record.h .
+ rm -f recordstr.h
+ ln -s ../../../../include/extensions/recordstr.h .
+ rm -f security.h
+ ln -s ../../../../include/extensions/security.h .
+ rm -f securstr.h
+ ln -s ../../../../include/extensions/securstr.h .
+ rm -f shape.h
+ ln -s ../../../../include/extensions/shape.h .
+ rm -f shapestr.h
+ ln -s ../../../../include/extensions/shapestr.h .
+ rm -f sync.h
+ ln -s ../../../../include/extensions/sync.h .
+ rm -f syncstr.h
+ ln -s ../../../../include/extensions/syncstr.h .
+ rm -f Print.h
+ ln -s ../../../../include/extensions/Print.h .
+ rm -f Printstr.h
+ ln -s ../../../../include/extensions/Printstr.h .
+ rm -f Xcup.h
+ ln -s ../../../../include/extensions/Xcup.h .
+ rm -f Xcupstr.h
+ ln -s ../../../../include/extensions/Xcupstr.h .
+ rm -f dpms.h
+ ln -s ../../../../include/extensions/dpms.h .
+ rm -f dpmsstr.h
+ ln -s ../../../../include/extensions/dpmsstr.h .
+ rm -f XEVI.h
+ ln -s ../../../../include/extensions/XEVI.h .
+ rm -f XEVIstr.h
+ ln -s ../../../../include/extensions/XEVIstr.h .
including in include/fonts...
+ mkdir -p /usr/ports/graphics/dri/work/xc/exports/include/X11/fonts
+ cd /usr/ports/graphics/dri/work/xc/exports/include/X11/fonts
+ rm -f FS.h
+ ln -s ../../../../include/fonts/FS.h .
+ rm -f FSproto.h
+ ln -s ../../../../include/fonts/FSproto.h .
+ rm -f fsmasks.h
+ ln -s ../../../../include/fonts/fsmasks.h .
including in include/GL...
rm -f gl.h
ln -s ../../extras/Mesa/include/GL/gl.h gl.h
rm -f glext.h
ln -s ../../extras/Mesa/include/GL/glext.h glext.h
rm -f glxext.h
ln -s ../../extras/Mesa/include/GL/glxext.h glxext.h
rm -f osmesa.h
ln -s ../../extras/Mesa/include/GL/osmesa.h osmesa.h
+ mkdir -p /usr/ports/graphics/dri/work/xc/exports/include/GL
+ cd /usr/ports/graphics/dri/work/xc/exports/include/GL
+ rm -f gl.h
+ ln -s ../../../include/GL/gl.h .
+ rm -f glext.h
+ ln -s ../../../include/GL/glext.h .
+ rm -f glu.h
+ ln -s ../../../include/GL/glu.h .
+ rm -f glx.h
+ ln -s ../../../include/GL/glx.h .
+ rm -f glxint.h
+ ln -s ../../../include/GL/glxint.h .
+ rm -f glxmd.h
+ ln -s ../../../include/GL/glxmd.h .
+ rm -f glxproto.h
+ ln -s ../../../include/GL/glxproto.h .
+ rm -f glxtokens.h
+ ln -s ../../../include/GL/glxtokens.h .
+ rm -f osmesa.h
+ ln -s ../../../include/GL/osmesa.h .
+ rm -f glxext.h
+ ln -s ../../../include/GL/glxext.h .
including in include/DPS...
+ mkdir -p /usr/ports/graphics/dri/work/xc/exports/include/DPS
+ cd /usr/ports/graphics/dri/work/xc/exports/include/DPS
+ rm -f XDPS.h
+ ln -s ../../../include/DPS/XDPS.h .
+ rm -f XDPSproto.h
+ ln -s ../../../include/DPS/XDPSproto.h .
+ rm -f dpsclient.h
+ ln -s ../../../include/DPS/dpsclient.h .
+ rm -f dpsexcept.h
+ ln -s ../../../include/DPS/dpsexcept.h .
+ rm -f XDPSlib.h
+ ln -s ../../../include/DPS/XDPSlib.h .
+ rm -f dpsXclient.h
+ ln -s ../../../include/DPS/dpsXclient.h .
+ rm -f dpsconfig.h
+ ln -s ../../../include/DPS/dpsconfig.h .
+ rm -f dpsfriends.h
+ ln -s ../../../include/DPS/dpsfriends.h .
+ rm -f dpsNXargs.h
+ ln -s ../../../include/DPS/dpsNXargs.h .
+ rm -f dpsXshare.h
+ ln -s ../../../include/DPS/dpsXshare.h .
+ rm -f dpsXuserpath.h
+ ln -s ../../../include/DPS/dpsXuserpath.h .
+ rm -f dpsXpreview.h
+ ln -s ../../../include/DPS/dpsXpreview.h .
+ rm -f dpsXcommon.h
+ ln -s ../../../include/DPS/dpsXcommon.h .
+ rm -f FontSB.h
+ ln -s ../../../include/DPS/FontSB.h .
+ rm -f FontSBP.h
+ ln -s ../../../include/DPS/FontSBP.h .
+ rm -f FontSample.h
+ ln -s ../../../include/DPS/FontSample.h .
+ rm -f FontSamplP.h
+ ln -s ../../../include/DPS/FontSamplP.h .
+ rm -f FontCreato.h
+ ln -s ../../../include/DPS/FontCreato.h .
+ rm -f FontCreatP.h
+ ln -s ../../../include/DPS/FontCreatP.h .
+ rm -f ColorSB.h
+ ln -s ../../../include/DPS/ColorSB.h .
+ rm -f ColorSBP.h
+ ln -s ../../../include/DPS/ColorSBP.h .
+ rm -f DPSScrollW.h
+ ln -s ../../../include/DPS/DPSScrollW.h .
+ rm -f DPSScrollWP.h
+ ln -s ../../../include/DPS/DPSScrollWP.h .
+ rm -f PSres.h
+ ln -s ../../../include/DPS/PSres.h .
including in lib/GL/mesa/src...
rm -f accum.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/accum.c accum.c
rm -f api_arrayelt.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/api_arrayelt.c api_arrayelt.c
rm -f api_eval.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/api_eval.c api_eval.c
rm -f api_loopback.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/api_loopback.c api_loopback.c
rm -f api_noop.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/api_noop.c api_noop.c
rm -f api_validate.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/api_validate.c api_validate.c
rm -f attrib.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/attrib.c attrib.c
rm -f blend.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/blend.c blend.c
rm -f buffers.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/buffers.c buffers.c
rm -f clip.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/clip.c clip.c
rm -f colortab.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/colortab.c colortab.c
rm -f config.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/config.c config.c
rm -f context.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/context.c context.c
rm -f convolve.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/convolve.c convolve.c
rm -f debug.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/debug.c debug.c
rm -f depth.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/depth.c depth.c
rm -f dlist.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/dlist.c dlist.c
rm -f drawpix.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/drawpix.c drawpix.c
rm -f enable.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/enable.c enable.c
rm -f enums.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/enums.c enums.c
rm -f eval.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/eval.c eval.c
rm -f extensions.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/extensions.c extensions.c
rm -f feedback.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/feedback.c feedback.c
rm -f fog.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/fog.c fog.c
rm -f get.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/get.c get.c
rm -f hash.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/hash.c hash.c
rm -f hint.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/hint.c hint.c
rm -f histogram.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/histogram.c histogram.c
rm -f image.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/image.c image.c
rm -f imports.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/imports.c imports.c
rm -f light.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/light.c light.c
rm -f lines.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/lines.c lines.c
rm -f matrix.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/matrix.c matrix.c
rm -f mem.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/mem.c mem.c
rm -f mmath.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/mmath.c mmath.c
rm -f pixel.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/pixel.c pixel.c
rm -f points.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/points.c points.c
rm -f polygon.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/polygon.c polygon.c
rm -f rastpos.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/rastpos.c rastpos.c
rm -f state.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/state.c state.c
rm -f stencil.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/stencil.c stencil.c
rm -f texformat.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/texformat.c texformat.c
rm -f teximage.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/teximage.c teximage.c
rm -f texobj.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/texobj.c texobj.c
rm -f texstate.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/texstate.c texstate.c
rm -f texstore.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/texstore.c texstore.c
rm -f texutil.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/texutil.c texutil.c
rm -f varray.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/varray.c varray.c
rm -f vtxfmt.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/vtxfmt.c vtxfmt.c
+ mkdir unshared
including in lib/GL/mesa/src/X86...
rm -f common_x86.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/common_x86.c common_x86.c
rm -f common_x86_asm.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/common_x86_asm.S common_x86_asm.S
rm -f glapi_x86.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/glapi_x86.S glapi_x86.S
rm -f x86.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/x86.c x86.c
rm -f x86_cliptest.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/x86_cliptest.S x86_cliptest.S
rm -f x86_vertex.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/x86_vertex.S x86_vertex.S
rm -f x86_xform2.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/x86_xform2.S x86_xform2.S
rm -f x86_xform3.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/x86_xform3.S x86_xform3.S
rm -f x86_xform4.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/x86_xform4.S x86_xform4.S
rm -f mmx_blend.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/mmx_blend.S mmx_blend.S
rm -f 3dnow.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/3dnow.c 3dnow.c
rm -f 3dnow_normal.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/3dnow_normal.S 3dnow_normal.S
rm -f 3dnow_vertex.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/3dnow_vertex.S 3dnow_vertex.S
rm -f 3dnow_xform1.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/3dnow_xform1.S 3dnow_xform1.S
rm -f 3dnow_xform2.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/3dnow_xform2.S 3dnow_xform2.S
rm -f 3dnow_xform3.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/3dnow_xform3.S 3dnow_xform3.S
rm -f 3dnow_xform4.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/3dnow_xform4.S 3dnow_xform4.S
rm -f sse.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/sse.c sse.c
rm -f sse_normal.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/sse_normal.S sse_normal.S
rm -f sse_vertex.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/sse_vertex.S sse_vertex.S
rm -f sse_xform1.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/sse_xform1.S sse_xform1.S
rm -f sse_xform2.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/sse_xform2.S sse_xform2.S
rm -f sse_xform3.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/sse_xform3.S sse_xform3.S
rm -f sse_xform4.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/sse_xform4.S sse_xform4.S
+ mkdir unshared
rm -f gen_matypes.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/gen_matypes.c gen_matypes.c
rm -f matypes.h gen_matypes
LD_LIBRARY_PATH=/usr/X11R6/lib cc -o gen_matypes -O -pipe       -I/usr/ports/graphics/dri/work/xc/exports/include -I/usr/ports/graphics/dri/work/xc/include/extensions -I/usr/ports/graphics/dri/work/xc/extras/Mesa/src 		-I/usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86 		-I../../../include  -I/usr/X11R6/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DMALLOC_0_RETURNS_NULL -DGLXEXT -DXF86DRI -DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA  -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM      -I/usr/ports/graphics/dri/work/xc/exports/include -I/usr/ports/graphics/dri/work/xc/include/extensions -I/usr/ports/graphics/dri/work/xc/extras/Mesa/src 		-I/usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86 		-I../../../include  -I/usr/X11R6/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DMALLOC_0_RETURNS_NULL -DGLXEXT -DXF86DRI -DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA  -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM   gen_matypes.c    -lxpg4 -Wl,-R,/usr/X11R6/lib
./gen_matypes > matypes_h
mv -f matypes_h matypes.h
rm -f gen_matypes
including in lib/GL/mesa/src/math...
rm -f m_debug_clip.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/math/m_debug_clip.c m_debug_clip.c
rm -f m_debug_norm.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/math/m_debug_norm.c m_debug_norm.c
rm -f m_debug_vertex.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/math/m_debug_vertex.c m_debug_vertex.c
rm -f m_debug_xform.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/math/m_debug_xform.c m_debug_xform.c
rm -f m_eval.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/math/m_eval.c m_eval.c
rm -f m_matrix.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/math/m_matrix.c m_matrix.c
rm -f m_translate.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/math/m_translate.c m_translate.c
rm -f m_vector.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/math/m_vector.c m_vector.c
rm -f m_vertices.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/math/m_vertices.c m_vertices.c
rm -f m_xform.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/math/m_xform.c m_xform.c
+ mkdir unshared
including in lib/GL/mesa/src/array_cache...
rm -f ac_context.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/array_cache/ac_context.c ac_context.c
rm -f ac_import.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/array_cache/ac_import.c ac_import.c
+ mkdir unshared
including in lib/GL/mesa/src/swrast...
rm -f s_aaline.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_aaline.c s_aaline.c
rm -f s_aatriangle.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_aatriangle.c s_aatriangle.c
rm -f s_accum.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_accum.c s_accum.c
rm -f s_alpha.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_alpha.c s_alpha.c
rm -f s_alphabuf.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_alphabuf.c s_alphabuf.c
rm -f s_bitmap.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_bitmap.c s_bitmap.c
rm -f s_blend.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_blend.c s_blend.c
rm -f s_buffers.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_buffers.c s_buffers.c
rm -f s_context.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_context.c s_context.c
rm -f s_copypix.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_copypix.c s_copypix.c
rm -f s_depth.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_depth.c s_depth.c
rm -f s_drawpix.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_drawpix.c s_drawpix.c
rm -f s_feedback.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_feedback.c s_feedback.c
rm -f s_fog.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_fog.c s_fog.c
rm -f s_histogram.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_histogram.c s_histogram.c
rm -f s_imaging.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_imaging.c s_imaging.c
rm -f s_lines.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_lines.c s_lines.c
rm -f s_logic.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_logic.c s_logic.c
rm -f s_masking.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_masking.c s_masking.c
rm -f s_pb.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_pb.c s_pb.c
rm -f s_pixeltex.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_pixeltex.c s_pixeltex.c
rm -f s_points.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_points.c s_points.c
rm -f s_readpix.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_readpix.c s_readpix.c
rm -f s_scissor.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_scissor.c s_scissor.c
rm -f s_span.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_span.c s_span.c
rm -f s_stencil.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_stencil.c s_stencil.c
rm -f s_texstore.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_texstore.c s_texstore.c
rm -f s_texture.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_texture.c s_texture.c
rm -f s_triangle.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_triangle.c s_triangle.c
rm -f s_zoom.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast/s_zoom.c s_zoom.c
+ mkdir unshared
including in lib/GL/mesa/src/swrast_setup...
rm -f ss_context.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast_setup/ss_context.c ss_context.c
rm -f ss_triangle.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast_setup/ss_triangle.c ss_triangle.c
rm -f ss_vb.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/swrast_setup/ss_vb.c ss_vb.c
+ mkdir unshared
including in lib/GL/mesa/src/tnl...
rm -f t_array_api.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_array_api.c t_array_api.c
rm -f t_array_import.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_array_import.c t_array_import.c
rm -f t_context.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_context.c t_context.c
rm -f t_eval_api.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_eval_api.c t_eval_api.c
rm -f t_imm_alloc.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_imm_alloc.c t_imm_alloc.c
rm -f t_imm_api.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_imm_api.c t_imm_api.c
rm -f t_imm_debug.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_imm_debug.c t_imm_debug.c
rm -f t_imm_dlist.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_imm_dlist.c t_imm_dlist.c
rm -f t_imm_elt.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_imm_elt.c t_imm_elt.c
rm -f t_imm_eval.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_imm_eval.c t_imm_eval.c
rm -f t_imm_exec.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_imm_exec.c t_imm_exec.c
rm -f t_imm_fixup.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_imm_fixup.c t_imm_fixup.c
rm -f t_pipeline.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_pipeline.c t_pipeline.c
rm -f t_vb_fog.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_vb_fog.c t_vb_fog.c
rm -f t_vb_light.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_vb_light.c t_vb_light.c
rm -f t_vb_normals.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_vb_normals.c t_vb_normals.c
rm -f t_vb_points.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_vb_points.c t_vb_points.c
rm -f t_vb_render.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_vb_render.c t_vb_render.c
rm -f t_vb_texgen.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_vb_texgen.c t_vb_texgen.c
rm -f t_vb_texmat.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_vb_texmat.c t_vb_texmat.c
rm -f t_vb_vertex.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/tnl/t_vb_vertex.c t_vb_vertex.c
+ mkdir unshared
including in lib/GL/mesa/src/X...
rm -f fakeglx.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X/fakeglx.c fakeglx.c
rm -f glxapi.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X/glxapi.c glxapi.c
rm -f glxapi.h
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X/glxapi.h glxapi.h
rm -f realglx.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X/realglx.c realglx.c
rm -f xfonts.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X/xfonts.c xfonts.c
rm -f xm_api.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X/xm_api.c xm_api.c
rm -f xm_dd.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X/xm_dd.c xm_dd.c
rm -f xm_line.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X/xm_line.c xm_line.c
rm -f xm_span.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X/xm_span.c xm_span.c
rm -f xm_tri.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X/xm_tri.c xm_tri.c
+ mkdir unshared
including in lib/GL/glx...
rm -f glapi.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/glapi.c glapi.c
rm -f glthread.c
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/glthread.c glthread.c
rm -f glapi_x86.S
ln -s /usr/ports/graphics/dri/work/xc/extras/Mesa/src/X86/glapi_x86.S glapi_x86.S
+ mkdir unshared
including in lib/GL/dri...
+ mkdir unshared
including in lib/GL/dri/drm...
rm -f xf86drm.c
ln -s /usr/ports/graphics/dri/work/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c xf86drm.c
rm -f xf86drmHash.c
ln -s /usr/ports/graphics/dri/work/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmHash.c xf86drmHash.c
rm -f xf86drmRandom.c
ln -s /usr/ports/graphics/dri/work/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmRandom.c xf86drmRandom.c
rm -f xf86drmSL.c
ln -s /usr/ports/graphics/dri/work/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmSL.c xf86drmSL.c
rm -f drm.h
ln -s /usr/ports/graphics/dri/work/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/drm.h drm.h
including in lib/GL/mesa/src/drv...
including in lib/GL/mesa/src/drv/common...
including in lib/GL/mesa/src/drv/gamma...
"Makefile", line 1236: Missing dependency operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/ports/graphics/dri/work/xc/lib/GL/mesa/src/drv.
*** Error code 1

Stop in /usr/ports/graphics/dri/work/xc/lib/GL.
*** Error code 1

Stop in /usr/ports/graphics/dri.

Script done on Mon Dec  1 10:18:25 2003


[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]