https://bugs.winehq.org/show_bug.cgi?id=54729
Bug ID: 54729 Summary: wine build fails with bison 3.0.5 Product: Wine Version: 8.4 Hardware: x86-64 OS: Linux Status: NEW Keywords: regression Severity: blocker Priority: P2 Component: tools Assignee: wine-bugs@winehq.org Reporter: dmitry@baikal.ru CC: rbernon@codeweavers.com Regression SHA1: 071b0a5532fa2e69ea7a547ac0d8f106789d78a1 Distribution: ---
Starting from
commit 071b0a5532fa2e69ea7a547ac0d8f106789d78a1 Author: Rémi Bernon rbernon@codeweavers.com Date: Thu Mar 23 09:23:43 2023 +0100
widl: Enable bison locations option.
building wine fails with
bison -o tools/widl/parser.tab.c -d ../wine.src/tools/widl/parser.y ../wine.src/tools/widl/parser.y:122.9-25: error: %define variable 'api.location.type' is not used %define api.location.type {struct location} ^^^^^^^^^^^^^^^^^ make[1]: *** [Makefile:260004: tools/widl/parser.tab.h] Error 1
$ bison --version bison (GNU Bison) 3.0.5
https://bugs.winehq.org/show_bug.cgi?id=54729
Vitaly Lipatov lav@etersoft.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lav@etersoft.ru
https://bugs.winehq.org/show_bug.cgi?id=54729
--- Comment #1 from Rafał Mużyło galtgendo@o2.pl --- To put it short, see 'Noteworthy changes in release 3.4 (2019-05-19)'.
While 'api.location.type' dates back to 2.7 (2012-12-12), it's supported in C only since 3.4.
https://bugs.winehq.org/show_bug.cgi?id=54729
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |78c5e3ab0321a9a8a24e2bc3551 | |8419f97cd8d2e
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru --- Fixed by 78c5e3ab0321a9a8a24e2bc35518419f97cd8d2e.
Thanks Rémi.
https://bugs.winehq.org/show_bug.cgi?id=54729
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.5.