Description of problem: xorg-x11-server doesn't build because of two things: 1. the configure script checks for trapproto which is no longer available in the current xorg-x11-proto-devel 2. after fixing the above (by installing an older x11-proto-devel) the compilation fails with "dri2.c:398: error: 'DRM_BO_FLAG_READ' undeclared". According to http://lists.freedesktop.org/archives/xorg/2008-July/036894.html --disable-dri2 is needed. Adding this results in a successful build. Version-Release number of selected component (if applicable): xorg-x11-server-Xorg-1.4.99.905-2.20080701.fc10.i386 xorg-x11-proto-devel-7.4-1.fc10.noarch How reproducible: rpmbuild, scratch-build in koji Steps to Reproduce: 1. see http://koji.fedoraproject.org/koji/taskinfo?taskID=730627
Fixed in rawhide.