[Mesa-dev] [Bug 46815] New: Build fails with byacc and configuration script succeeds
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Mar 1 04:13:29 PST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=46815
Bug #: 46815
Summary: Build fails with byacc and configuration script
succeeds
Classification: Unclassified
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
AssignedTo: mesa-dev at lists.freedesktop.org
ReportedBy: eric at boese-wolf.eu
I did
$ git clone git://anongit.freedesktop.org/mesa/mesa
$ cd mesa
$ ./autogen.sh --prefix=$WLD --enable-gles2 --disable-gallium-egl \
--with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi
$ echo $?
-> 0
$ make
-->
...
yacc -v -o "glcpp/glcpp-parse.c" --defines=glcpp/glcpp-parse.h
glcpp/glcpp-parse.y
yacc: e - line 144 of "glcpp/glcpp-parse.y", syntax error
%error-verbose
I then purged byacc and installed bison and everything went fine.
So the configuration script should fail with byacc, shouldn't it?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list