[Mesa-users] Version of Mesa3D on Ubuntu 13.10

Yunzhong Gao gaoyunzhong at gmail.com
Thu Mar 27 20:24:59 PDT 2014


I fixed the Mesa 10.0.4 build problem, by first running
$ cd Mesa-10.0.4
$ NOCONFIGURE=1 ./autogen.sh
This seems to create a new configure file. And then when
I run this new configure, it no longer requires aclocal-1.14.
And the build seems to succeed.

This is a little surprising because the installation manual at
http://www.mesa3d.org/autoconf.html
says only to do "autogen.sh" when the configure file is absent.
In my case, I do have a configure file from the package
MesaLib-10.0.4.tar.bz2

Anyway, I seem to have a mesa library now. Thanks all
for trying to help!
- Gao

On Wed, Mar 26, 2014 at 11:19 AM, Yunzhong Gao <gaoyunzhong at gmail.com> wrote:
> Hi Brian,
>
> The error message I got is the following:
>
> ~/Work/mesa3d/Mesa-10.0.4$ make
> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash
> /home/gao/Work/mesa3d/Mesa-10.0.4/bin/missing aclocal-1.14 -I m4
> configure.ac:122: error: Could not locate the pkg-config autoconf macros.
>   These are usually located in /usr/share/aclocal/pkg.m4. If your macros
>   are in a different location, try setting the environment variable
>   ACLOCAL="aclocal -I/other/macro/dir" before running autoreconf.
> configure.ac:122: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1
> aclocal-1.14: error: echo failed with exit status: 1
> make: *** [aclocal.m4] Error 1
>
> I tried running "m4 /usr/share/aclocal/pkg.m4" and I got the following
> error:
>
> # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
> # ---------------------------------------------
> m4_define([_PKG_CONFIG],
> [if test -n "$$1"; then
>     pkg_cv_[]$1="$$1"
>  elif test -n "$PKG_CONFIG"; then
>     PKG_CHECK_EXISTS([$3],
>                      [pkg_cv_[]$1=m4:/usr/share/aclocal/pkg.m4:76: ERROR:
> end of file in string
>
>
> This pkg.m4 comes from "sudo apt-get install --reinstall pkg-config".
>
> Also, Mesa-10.0.4 requires automake-1.14, while Ubuntu 13.10 comes
> pre-installed with automake-1.13, so I had
> to download automake-1.14.1 and do the usual configure-make-install
> sequence.
>
> Hope someone has an advice for me?
>
> - Gao
>
>
> On Wed, Mar 26, 2014 at 7:15 AM, Brian Paul <brianp at vmware.com> wrote:
>>
>> On 03/25/2014 10:57 PM, Yunzhong Gao wrote:
>>>
>>> Hi,
>>> Has anyone built mesa library on Ubuntu 13.10 recently? What is the
>>> version of mesa3d that is known to work on Ubuntu 13.10? I was trying
>>> mesa 10.0.4, but I appear to be running into problems with the automake
>>> package. Any advice? I do not need the latest version of mesa, just some
>>> reasonably up-to-date version will do. Many thanks,
>>
>>
>> If you post the details of your automake problem someone might be able to
>> help.
>>
>> -Brian
>>
>>
>> _______________________________________________
>> mesa-users mailing list
>> mesa-users at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/mesa-users
>
>


More information about the mesa-users mailing list