[Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol
Daniel Stone
daniel at fooishbar.org
Wed Jan 4 10:55:11 PST 2012
Hi,
On 4 January 2012 18:45, Ian Romanick <idr at freedesktop.org> wrote:
> Okay, I looked back at your build output, and I think I see the problem:
>
> * econf: updating Mesa-9999/bin/config.sub with
> /usr/share/gnuconfig/config.sub
> * econf: updating Mesa-9999/bin/config.guess with
> /usr/share/gnuconfig/config.guess
> ./configure --prefix=/usr --build=x86_64-pc-linux-gnu
> [...]
>
> Since it's a raw GIT tree, this should be 'autogen.sh' instead of
> 'configure'. The Makefile.in files are generated by autoreconf (run by
> autogen.sh) and consumed by configure. Since they haven't been generated,
> configure can't find them and gets angry. The ebuild scripts need to either
> run ./autogen.sh or run 'autoreconf -v --install' before running configure.
>
> I bet that will fix it, and I bet that's why only Gentoo users are still
> having problems. Can you give that a try?
See immediately before that:
>>> Preparing source in /var/tmp/portage/media-libs/mesa-9999/work/Mesa-9999 ...
Running eautoreconf in
'/var/tmp/portage/media-libs/mesa-9999/work/Mesa-9999' ...
Running aclocal ... [ok]
Running autoconf ... [ok]
>>> Source prepared.
Cheers,
Daniel
More information about the xorg-devel
mailing list