Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692570 (mysql-8) - [TRACKER] Packages failing with >=dev-db/mysql-connector-c-8.0.1
Summary: [TRACKER] Packages failing with >=dev-db/mysql-connector-c-8.0.1
Status: IN_PROGRESS
Alias: mysql-8
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL: https://bugs.mysql.com/bug.php?id=85131
Whiteboard:
Keywords: Tracker
Depends on: 692634 692668 698032 692422 692432 692434 692436 692462 692478 692560 692562 692654 692656 692672 692674 692682 692696 692906 692976 692978 693392 695378 695496 698040 698782 710484 722134
Blocks:
  Show dependency tree
 
Reported: 2019-08-19 20:11 UTC by Thomas Deutschmann (RETIRED)
Modified: 2023-07-30 13:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2019-08-19 20:11:21 UTC
As usual no talking in here please.

If you have a package failing to compile against or working with >=dev-db/mysql-connector-c-8.0.1, file a new bug and make that new bug block this tracker bug.


Noted in 8.0.1 changelog (https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html#mysqld-8-0-1-compiling):

The mysql.h header file now requires a C++ or C99 compiler to
compile.

The my_bool type is no longer used in MySQL source code. Any third-party code that used this type to represent C boolean variables should use the bool or int C type instead.