huzheng001/stardict-3

FTBFS against MariaDB 10.3 (Debian)

Opened this issue · 0 comments

Hi,
I am filling this issue, to link it to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919408 and to be sure that upstream dev are aware of it.

Error was:

wikipediaImage.cpp:34:76: error: 'MYSQL_PORT' was not declared in this scope
if (!mysql_real_connect(&mysql, CONN_HOST , CONN_USER , CONN_PASS, NULL , MYSQL_PORT, NULL, 0))
^~~~~~~~~~
wikipediaImage.cpp:34:76: note: suggested alternative: 'MYSQL_STMT'
if (!mysql_real_connect(&mysql, CONN_HOST , CONN_USER , CONN_PASS, NULL , MYSQL_PORT, NULL, 0))
^~~~~~~~~~
MYSQL_STMT
make[5]: *** [Makefile:2162: wikipediaImage-wikipediaImage.o] Error 1

Can you please take a look at:
monitoring-plugins/monitoring-plugins#1522
monitoring-plugins/monitoring-plugins#1508 (comment)

Regards,
Faustin