https://bugs.freedesktop.org/show_bug.cgi?id=33374
--- Comment #5 from Dave Witbrodt <[email protected]> 2011-01-28 21:14:21 PST --- (In reply to comment #1) Some further information. The 'depend' file generated by 'makedepend' ends up with this as its contents: $ cat src/mapi/shared-glapi/depend # DO NOT DELETE entry.o: ../../../src/mapi/mapi/entry.h entry.o: ../../../src/mapi/mapi/u_compiler.h entry.o: ../../../src/mapi/mapi/u_current.h entry.o: ../../../src/mapi/glapi/glapi.h entry.o: ../../../src/mapi/glapi/glthread.h entry.o: ../../../src/mapi/mapi/u_thread.h entry.o: /usr/include/pthread.h entry.o: /usr/include/features.h entry.o: /usr/include/bits/predefs.h entry.o: /usr/include/sys/cdefs.h entry.o: /usr/include/bits/wordsize.h entry.o: /usr/include/gnu/stubs.h entry.o: /usr/include/gnu/stubs-64.h entry.o: /usr/include/endian.h entry.o: /usr/include/bits/endian.h entry.o: /usr/include/bits/byteswap.h entry.o: /usr/include/sched.h entry.o: /usr/include/bits/types.h entry.o: /usr/include/bits/typesizes.h entry.o: /usr/lib/gcc/x86_64-linux-gnu/4.4.5/include/stddef.h entry.o: /usr/include/time.h /usr/include/bits/sched.h entry.o: /usr/include/signal.h entry.o: /usr/include/bits/sigset.h entry.o: /usr/include/bits/pthreadtypes.h entry.o: /usr/include/bits/setjmp.h entry.o: ../../../src/mapi/mapi/u_macros.h entry.o: /usr/include/stdlib.h entry.o: /usr/include/bits/waitflags.h entry.o: /usr/include/bits/waitstatus.h entry.o: /usr/include/xlocale.h /usr/inc) entry.o: /usr/include/sys/select.h entry.o: /usr/include/bits/select.h entry.o: /usr/include/bits/time.h entry.o: /usr/include/sys/sysmacros.h entry.o: /usr/include/alloca.h entry.o: ../../../src/mapi/mapi/mapi_tmp.h entry.o: ../../../src/mapi/shared-glapi/glapi_mapi_tmp.h entry.o: ../../../include/GL/gl.h entry.o: ../../../include/GL/glext.h entry.o: /usr/include/inttypes.h /usr/include/stdint.h entry.o: /usr/include/bits/wchar.h The 11th line before the last line looks bad: entry.o: /usr/include/xlocale.h /usr/inc) There is also no newline at the end of the file, but all the 'depend' files generated by the last working version of Mesa seem to have one. I doubt this is relevant: it is obviously a result of the crash, not the cause. But I thought I would mention it in case it is a clue to a developer here. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
