Created attachment 43852 [details] Xorg.0.log xserver 1.10.0 shows a fatal server error. Xorg.0.log: [ 37.202] XNFvasprintf: Invalid argument Fatal server error: [ 37.202] XNFvasprintf failed
Should be fixed by the commit below, please reopen if not. commit e55520c0e582f2a500b3b01c2cb78750e15256ca Author: Michel Dänzer <daenzer@vmware.com> Date: Sat Feb 26 15:27:59 2011 +0100 Revert "kms: Fix warning XNFprintf is deprecated" This reverts commit cb4dc7ab66016d0c980800f8dbf71bbe993889d3. Looks like this caused https://bugs.freedesktop.org/attachment.cgi?id=43852 , but even if it didn't, the following needs to be addressed first: cc1: warnings being treated as errors ../../src/radeon_kms.c: In function ‘radeon_open_drm_master’: ../../src/radeon_kms.c:413: error: passing argument 1 of ‘XNFasprintf’ from incompatible pointer type /usr/local/include/xorg/Xprintf.h:57: note: expected ‘char **’ but argument is of type ‘char *’ ../../src/radeon_kms.c:413: error: passing argument 2 of ‘XNFasprintf’ makes pointer from integer without a cast /usr/local/include/xorg/Xprintf.h:57: note: expected ‘const char * restrict’ but argument is of type ‘uint16_t’ ../../src/radeon_kms.c:413: error: assignment makes pointer from integer without a cast make[2]: *** [radeon_kms.lo] Error 1
(In reply to comment #1) > Should be fixed by the commit below, please reopen if not. > > commit e55520c0e582f2a500b3b01c2cb78750e15256ca > Author: Michel Dänzer <daenzer@vmware.com> > Date: Sat Feb 26 15:27:59 2011 +0100 > I compiled your xf86-video-ati commit. No more xserver error, fixed. Thanks!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.