On Fri, 12 Apr 2002, Jens Owen wrote: > "K. Petersen" wrote: > > > I am building this myself. Unfortunately, I didn't recieve the attatched > > host.def file. If you could send it again, I'd be more than happy to > > rebuild with it, if it will help in diagnosing this. > > My fault, I forgot to send it. Here it is. > The DRI doesn't compile with the host.def file you sent. When "GlxBuiltInRadeon" is defined, the make process looks for a directory "$(GLXLIBSRC)/mesa/dri/" and it's subdirectories when building libGL.so . This directory is referenced from "xc/lib/GL/GL/Imakefile", which is where the build process fails. However, I followed your directions for producing the stack output. Attatched is the stack of my X server, compiled without the builtin driver. This was taken during the first lock. I hope it's still useful. If not, with some insight into the failure of the build process I could try getting the static to build. Best of luck, --Kalen
Program received signal SIGINT, Interrupt. 0x40126374 in ioctl () from /lib/libc.so.6 (gdb) bt #0 0x40126374 in ioctl () from /lib/libc.so.6 #1 0xfffffc02 in ?? () #2 0x0832575e in ?? () #3 0x086da341 in ?? () #4 0x0876ced1 in ?? () #5 0x0816be18 in miSpritePaintWindowBackground (pWin=0x878c118, pRegion=0x875cd10, what=0) at misprite.c:844 #6 0x0815f580 in miWindowExposures (pWin=0x878c118, prgn=0x875cd10, other_exposed=0x0) at miexpose.c:536 #7 0x080a6a8a in xf86XVWindowExposures (pWin=0x878c118, reg1=0x875cd10, reg2=0x0) at xf86xv.c:1027 #8 0x0832134a in ?? () #9 0x08158e1b in miHandleValidateExposures (pWin=0x8751c08) at miwindow.c:468 #10 0x08081c06 in xf86SetRootClip (pScreen=0x8721fa0, enable=1 '\001') at xf86Helper.c:1122 #11 0x08081cab in xf86EnableDisableFBAccess (scrnIndex=0, enable=1) at xf86Helper.c:1172 #12 0x0874b7a6 in ?? () #13 0x08080280 in xf86VTSwitch () at xf86Events.c:1213 #14 0x0807fe0c in xf86Wakeup (blockData=0x0, err=-1, pReadmask=0x81dc220) at xf86Events.c:1007 #15 0x080b7c8a in WakeupHandler (result=-1, pReadmask=0x81dc220) at dixutils.c:459 ---Type <return> to continue, or q <return> to quit--- #16 0x080d1b1e in WaitForSomething (pClientsReady=0xbffff574) at WaitFor.c:353 #17 0x080b18dc in Dispatch () at dispatch.c:391 #18 0x080c1f6b in main (argc=2, argv=0xbffffa24, envp=0xbffffa30) at main.c:454 #19 0x4006a3c1 in __libc_start_main () from /lib/libc.so.6 (gdb)