On Wed, Oct 19, 2005 at 02:18:55PM +0200, Tino Keitel wrote: > On Wed, Oct 19, 2005 at 13:41:21 +0200, Sven Luther wrote: > > On Mon, Oct 17, 2005 at 09:34:07AM +0200, Michel Dänzer wrote: > > > tags 333973 fixed-in-experimental > > > kthxbye > > > > > > On Fri, 2005-10-14 at 20:34 +0200, Tino Keitel wrote: > > > > > > > > the attached patch for the radeon driver enables DRI support with > > > > Radeon 9500 or newer cards. It does not include a DRI driver, but > > > > it makes it possible for users to build their own Mesa and DRI > > > > CVS versions which includes the r300 driver [1], and use it with > > > > the Xorg server provided by Debian. > > > > > > This is already available in xserver-xorg 6.8.99.900.dfsg.1-0pre1 > > > in experimental. The r300 DRI driver is even available in sid in > > > the libgl1-mesa-dri package, the same may be true for the DRM in > > > linux-image-2.6.13-*. > > > > Michel, i don't see any libgl1-mesa-dri powerpc package in sid, any > > idea what the problem is ? Or did you give the wrong name ? There is > > a libgl1-mesa-dbg, and a mesag3, and the obvious xlibmesa-dri ones, > > but no libgl1-mesa-dri. > > > > Friendly, > > > > Sven Luther > > The name is right, but it's i386 only. > > http://packages.debian.org/libgl1-mesa-dri
Not exactly, it is just FTBFS because of a missing makedepend executable : http://buildd.debian.org/fetch.php?&pkg=mesa&ver=6.3.2-2&arch=powerpc&stamp=1126392434&file=log&as=raw make[2]: Entering directory `/build/buildd/mesa-6.3.2/build/gl-debian-dri/src/glx/x11' Makefile:94: depend: No such file or directory touch depend makedepend -fdepend -I. -I../../../include -I../../../include/GL/internal -I../../../src/mesa/main -I../../../src/mesa/glapi -I../../../src/mesa/drivers/dri/common `pkg-config --cflags libdrm` ../../../src/mesa/glapi/glapi.c ../../../src/mesa/glapi/glthread.c ../../../src/mesa/main/dispatch.c glcontextmodes.c clientattrib.c compsize.c eval.c glxcmds.c glxext.c glxextensions.c indirect.c indirect_init.c indirect_size.c indirect_window_pos.c indirect_transpose_matrix.c indirect_vertex_array.c indirect_vertex_program.c pixel.c pixelstore.c render2.c renderpix.c single2.c singlepix.c vertarr.c xfont.c glx_pbuffer.c glx_query.c glx_texture_compression.c dri_glx.c XF86dri.c /bin/sh: makedepend: command not found not only on powerpc, but on all arches, so i guess this is only a case of the maintainer having some non-clean setup, and the build magically working for him, and failing everywhere else. This is the case since the 2-3 last uploads even, i wonder why nobody noticed yet. I still think that the right thing to do is to do source-only uploads and have the autobuilder build everything themselves. Friendly, Sven Luther