[Bug 227813] databases/qt4-mysql-plugin, databases/qt5-sqldrivers-mysql -- fix build against MySQL >= 8..0.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 8 07:10:38 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227813

--- Comment #17 from Valerii <mmclist at gmail.com> ---
The same issue:
qsql_mysql.cpp:437:25: error: assigning to 'my_bool *' (aka 'char *') from
incompatible type 'mysql_bool *' (aka 'bool *')
        bind->is_null = &f.nullIndicator;
                        ^~~~~~~~~~~~~~~~
qsql_mysql.cpp:1016:33: error: assigning to 'my_bool *' (aka 'char *') from
incompatible type 'bool *'
            currBind->is_null = &nullVector[i];
                                ^~~~~~~~~~~~~~
2 errors generated.
*** Error code 1

Stop.
make[1]: stopped in
/usr/ports/databases/qt5-sqldrivers-mysql/work/qtbase-opensource-src-5.9.4/src/plugins/sqldrivers/mysql
*** Error code 1

Stop.
make: stopped in /usr/ports/databases/qt5-sqldrivers-mysql

But currently is not fixed in the ports tree.
11.1-RELEASE-p9 FreeBSD 11.1-RELEASE-p9 #0: Tue Apr  3 16:59:16 UTC 2018    
root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list