* Mips and xorg-server
@ 2014-08-08 20:07 Andreas Enge
0 siblings, 0 replies; only message in thread
From: Andreas Enge @ 2014-08-08 20:07 UTC (permalink / raw)
To: guix-devel
Hello,
building xorg-server on mips currently fails with
checking for XLIB... yes
checking for GL... yes
checking for DRIPROTO... yes
checking for DRI... no
configure: error: Package requirements (glproto >= 1.4.14 dri >= 7.8.0) were not met:
No package 'dri' found
The reason is that the file dri.pc is not found in the mesa package for mips.
When comparing
http://hydra.gnu.org/build/79282/log/raw (x86_64) and
http://hydra.gnu.org/build/78142/log/raw (mips)
the first configures with
checking for X11... yes
checking for GLPROTO... yes
checking for DRI2PROTO... yes
checking for XF86VIDMODE... yes
checking for DRIGL... yes
etc., the second with
checking for X11... yes
checking for XLIBGL... yes
etc..
The first builds drivers in
src/mesa/drivers/dri,
the second in
src/mesa/drivers/x11.
Does anybody know what to do?
Andreas
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-08 20:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-08 20:07 Mips and xorg-server Andreas Enge
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.