Source: mariadb-5.5 Version: 5.5.32-1 Severity: serious Justification: fails to build from source
Automatic builds of mariadb-5.5 have been failing with errors from sql_yacc.cc: /«PKGBUILDDIR»/builddir/sql/sql_yacc.cc: In function 'int MYSQLparse()': /«PKGBUILDDIR»/builddir/sql/sql_yacc.cc:17049:30: error: too few arguments to function 'int MYSQLlex(void*, void*)' yychar = yylex (&yylval); ^ /«PKGBUILDDIR»/builddir/sql/sql_yacc.cc:64:25: note: declared here #define yylex MYSQLlex ^ /«PKGBUILDDIR»/sql/sql_yacc.yy:75:5: note: in expansion of macro 'yylex' int yylex(void *yylval, void *yythd); ^ /«PKGBUILDDIR»/sql/sql_yacc.yy:32:23: error: 'yythd' was not declared in this scope #define YYTHD ((THD *)yythd) [...] I suspect mariadb will need porting to bison 3.x, which recently landed in unstable. Could you please take a look? Thanks! -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org