Attempting to build on Ubuntu 14.04, I ran into the following failure when building libdrm:
arm@chrome~/tegra-nouveau-rootfs$ ./scripts/build-drm
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
configure.ac:33: error: must install xorg-macros 1.12 or later before running autoconf/autogen
configure.ac:33: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
Running sudo apt-get install xutils-dev fixes the issue. This should be in the list of prereqs.
Attempting to build on Ubuntu 14.04, I ran into the following failure when building libdrm:
Running
sudo apt-get install xutils-dev
fixes the issue. This should be in the list of prereqs.