[Mesa-users] Version of Mesa3D on Ubuntu 13.10

Yunzhong Gao gaoyunzhong at gmail.com
Thu Mar 27 20:17:30 PDT 2014


I fixed the Mesa 9.2.5 configuration problem by running
$ autoreconf -i
first, before running configure again. The libtool error then went away.

When I tried to run "make" I hit the following compilation error:
gallivm/lp_bld_misc.cpp:182:4: error: 'DisablePrettyStackTrace' is not
a member of 'llvm'

I think, the error is due to my having a LLVM package that is more
recent than expected.


On Wed, Mar 26, 2014 at 12:02 PM, Yunzhong Gao <gaoyunzhong at gmail.com> wrote:
> 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
>
>


More information about the mesa-users mailing list