[Mesa-users] Version of Mesa3D on Ubuntu 13.10

Yunzhong Gao gaoyunzhong at gmail.com
Wed Mar 26 12:02:47 PDT 2014


I was trying to use Mesa-9.2.5 instead, which does not require automake
1-14.

During configuration, I got the following error message:

checking for a sed that does not truncate output... /bin/sed
../Mesa-9.2.5/configure: line 8158: syntax error near unexpected token `2.2'
../Mesa-9.2.5/configure: line 8158: `LT_PREREQ(2.2)'

If I comment out the two faulty lines, the configuration appears to
succeed, but then
I got a different error when I run "make":

make[4]: Entering directory
`/home/gao/Work/mesa3d/build/src/mapi/shared-glapi'
cd ../../.. && make  am--refresh
make[5]: Entering directory `/home/gao/Work/mesa3d/build'
make[5]: Leaving directory `/home/gao/Work/mesa3d/build'
make[5]: Entering directory `/home/gao/Work/mesa3d/build'
make[5]: Leaving directory `/home/gao/Work/mesa3d/build'
cd ../../.. && make  am--refresh
make[5]: Entering directory `/home/gao/Work/mesa3d/build'
make[5]: Leaving directory `/home/gao/Work/mesa3d/build'
  CC       entry.lo
/bin/bash: @LIBTOOL@: command not found
make[4]: *** [entry.lo] Error 127
make[4]: Leaving directory
`/home/gao/Work/mesa3d/build/src/mapi/shared-glapi'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/home/gao/Work/mesa3d/build/src/mapi/shared-glapi'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/gao/Work/mesa3d/build/src/mapi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gao/Work/mesa3d/build/src'
make: *** [all-recursive] Error 1

It seems to be complaining about missing libtool, but I do have libtool on
my system:
$ which libtool
/usr/bin/libtool
$ libtool --version
libtool (GNU libtool) 2.4.2

I wonder if I need to set some environment variable before building.

Any advice?
- 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-users/attachments/20140326/8a9b30bb/attachment.html>


More information about the mesa-users mailing list