https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227813
--- Comment #17 from Valerii <[email protected]> --- 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 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64 -- You are receiving this mail because: You are the assignee for the bug.
