Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.10
-
Fedora, RHEL
Description
Hi, Lukas from Red Hat here.
I'm co-maintainer for MariaDB and MySQL packages for Fedora and RHEL, and I've just run into one problem, I would like to discuss with you.
When building mariadb-connector-odbc-3.1.10, make ends with an error.
This error is caused by this line: https://github.com/mariadb-corporation/mariadb-connector-odbc/blob/master/ma_conv_charset.c#L32
Error: mariadb-connector-odbc-3.1.10-ga-src/ma_conv_charset.c:32:10: fatal error: ma_global.h: No such file or directory
You have linked mariadb-connector-c into the GitHub repo that's why it's not failing for you, however, we build it with 'mariadb-connector-c' dependency as well, but the 'ma_global.h' file is not available from connector-c package.
I would like to discuss further steps, how we can handle this together, because it's affecting the new release for us, and we have to fix this.
Maybe you can ship this library with the mariadb-connector-odbc package as well, or edit the include to something else.
Please let me know what's your opinion on this one.
Thank you for your help
Lukas