<div dir="ltr">According to tis <a href="https://lists.gnu.org/archive/html/bug-tar/2005-02/msg00001.html">https://lists.gnu.org/archive/html/bug-tar/2005-02/msg00001.html</a> error 141 is 128+13 = SIGPIPE (broke pipe signal)<div>
And this may be relevant <a href="https://groups.google.com/forum/#!topic/golang-nuts/xjZ8jJx0IFw">https://groups.google.com/forum/#!topic/golang-nuts/xjZ8jJx0IFw</a><br></div><div>Check whether you are using right yacc and bison?</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Sep 4, 2013 at 10:20 AM, Matt Turner <span dir="ltr"><<a href="mailto:mattst88@gmail.com" target="_blank">mattst88@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Sep 3, 2013 at 10:41 PM, Christophe Jarry<br>
<<a href="mailto:christophe.jarry@ouvaton.org">christophe.jarry@ouvaton.org</a>> wrote:<br>
> Hello,<br>
><br>
> I encounter an error when I build mesa from git. I am on a MIPS<br>
> computer with ATI RS780E.<br>
><br>
> Here are the instructions I use for the build:<br>
><br>
> ./autogen.sh \<br>
>     --prefix=/usr \<br>
>     --enable-gles2 \<br>
>     --disable-gallium-egl \<br>
>     --with-egl-platforms=x11,wayland,drm \<br>
>     --enable-gbm \<br>
>     --enable-shared-glapi \<br>
>     --with-gallium-drivers=r300,r600,swrast \<br>
>     --with-dri-drivers=radeon,swrast<br>
<br>
</div>I unfortunately cannot make any sense out of your build error, but if<br>
you're building Mesa to run on an RS780E then you should just use<br>
<br>
  --with-gallium-drivers=r600<br>
<br>
and maybe swrast, but the radeon driver specified in<br>
--with-dri-drivers is for old R100 cards, and R300 is not what you<br>
want either.<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
> make<br>
><br>
> Then, I get this error message:<br>
><br>
> make[2]: Entering directory `/usr/src/mesa/mesa-20130828/src/glsl'<br>
>   YACC     glsl_parser.cpp<br>
> make[2]: *** [glsl_parser.cpp] Error 141<br>
><br>
> How do I know what the error #141 corresponds to?<br>
><br>
> Do you have an idea on how to fix this?<br>
><br>
> Thanks,<br>
><br>
> Christophe<br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</div></div></blockquote></div><br></div>