Created attachment 89958 [details] build log (tail lines) xorg-server-1.14.4 fails to compile on mips64el (loongson2e). it is due to casting unsigned int to pointer, which are of different sizes on mips64. build.log is attached. changing unsigned int to uintptr_t solves the problem on my machine. hope the patch does not break other architectures. The same problem happens on other versions of xorg-server, e.g. 1.14.3, or 1.14.99.903.
Created attachment 89959 [details] [review] xorg-server-1.14.4-mips64-uintptr_t.patch
The bug still exists in xorg-xserver 1.15.0 and is fixed by the attached patch.
The bug still exists in xorg-xserver 1.15.1 and is fixed by the attached patch.
This might be fixed by http://cgit.freedesktop.org/xorg/xserver/commit/?id=19e5a13970ad9d440c0789395e94931429ef4fbb
Bug is fixed in xorg server 1.16.0, 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.