Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.3(EOL)
-
None
Description
Fails with
Warning: bison version is old. please update to version 2
|
CMake Error at cmake/bison.cmake:94 (MESSAGE):
|
Bison (GNU parser generator) is required to build MySQL.Please install
|
bison.
|
Call Stack (most recent call first):
|
sql/CMakeLists.txt:362 (RUN_BISON)
|
But it worked in 5.5–10.2. The problem, probably, is that sql_yacc.yy is processed and stored in the source tarball, but sql_yacc_ora.yy is not. Meaning, before 10.3 one did not need bison to build from the source tarball, and in 10.3 one does.
Attachments
Issue Links
- relates to
-
MDEV-14283 10.1 doesn't compile on sol10-64
- Closed
-
MDEV-14284 10.2 doesn't compile on sol10-64
- Open