NVIDIA / tegra-nouveau-rootfs

Manifests to create an Arch Linux ARM rootfs augmented with Nouveau and the OSS graphics stack for NVIDIA's Jetson TK1/TX1 boards
MIT License
60 stars 29 forks source link

Missing dependency on xutils-dev #26

Closed arm000 closed 8 years ago

arm000 commented 8 years ago

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.

Gnurou commented 8 years ago

Fixed that, thanks!