Okay, I told the build scripts not to continue after an error in a package in section 5.
Grep doesn't build without texinfo (fails if it can't build the documentation) but this dependency isn't registered; I have to disable grep, let the build get past texinfo, kill the build, reselect grep, and let it build. There's also some sort of race condition in bash; once in a blue moon it will create some object files, delete those files, and *then* try to use them. Leaving that alone for the moment, what bothers me right now is that I can't get the X server to build. It complained about not having packages gl and glproto, so I enabled glproto and mesa. Now it fails with: In file included from glxdricommon.c:35: /usr/X11R7/include/GL/internal/dri_interface.h:45:17: error: drm.h: No such file or directory In file included from glxdricommon.c:35: /usr/X11R7/include/GL/internal/dri_interface.h:285: error: expected declaration specifiers or '...' before 'drm_clip_rect_t' /usr/X11R7/include/GL/internal/dri_interface.h:287: error: expected declaration specifiers or '...' before 'drm_clip_rect_t' /usr/X11R7/include/GL/internal/dri_interface.h:341: error: expected declaration specifiers or '...' before 'drm_clip_rect_t' /usr/X11R7/include/GL/internal/dri_interface.h:366: warning: 'struct drm_clip_rect' declared inside parameter list /usr/X11R7/include/GL/internal/dri_interface.h:366: warning: its scope is only this definition or declaration, which is probably not what you want /usr/X11R7/include/GL/internal/dri_interface.h:603: error: expected declaration specifiers or '...' before 'drm_drawable_t' /usr/X11R7/include/GL/internal/dri_interface.h:611: error: expected declaration specifiers or '...' before 'drm_context_t' make[1]: *** [glxdricommon.lo] Error 1 The server is being build with --disable-dri, so why are all these dri files being build anyway? Something is fishy here. -- William Tracy [EMAIL PROTECTED] -- [EMAIL PROTECTED] Vice President, Cal Poly Linux Users' Group http://www.cplug.org "I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall, frequently mis-attributed to Voltaire ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe t2
