[Debian12] Dépendances KO

Salut,

VM Debian 12 à jour
Core Alpha 4.4 à jour
Plugin Beta du : 2021-06-01 01:08:32

La compilation des dépendances est KO, voici le log

0034|* Install Mosquitto
0035|*
0036|Reading package lists...
0037|Building dependency tree...
0038|Reading state information...
0039|mosquitto is already the newest version (2.0.11-1.2+deb12u1).
0040|mosquitto-clients is already the newest version (2.0.11-1.2+deb12u1).
0041|libmosquitto-dev is already the newest version (2.0.11-1.2+deb12u1).
0042|0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
0043|*
0044|* Install php mosquitto wrapper
0045|*
0046|> ERROR: no version of PHP detected
0047|> Install
0048|Reading package lists...
0049|Building dependency tree...
0050|Reading state information...
0051|0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
0052|> Install pecl/Mosquitto
0053|WARNING channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
0054|downloading Mosquitto-0.4.0.tgz ...
0055|Starting to download Mosquitto-0.4.0.tgz (23,804 bytes)
0056|........done: 23,804 bytes
0057|5 source files, building
0058|running: phpize
0059|Configuring for:
0060|PHP Api Version:         20220829
0061|Zend Module Api No:      20220829
0062|Zend Extension Api No:   420220829
0063|configure.ac:165: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
0064|configure.ac:165: You should run autoupdate.
0065|build/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
0066|configure.ac:165: the top level
0067|Please provide the prefix of the libmosquitto installation [autodetect] : building in /tmp/pear/temp/pear-build-rootehFExF/Mosquitto-0.4.0
0068|running: /tmp/pear/temp/Mosquitto/configure --with-php-config=/usr/bin/php-config --with-mosquitto
0160|running: make
0161|/bin/bash /tmp/pear/temp/pear-build-rootehFExF/Mosquitto-0.4.0/libtool --mode=compile cc -I. -I/tmp/pear/temp/Mosquitto -I/tmp/pear/temp/pear-build-rootehFExF/Mosquitto-0.4.0/include -I/tmp/pear/temp/pear-build-rootehFExF/Mosquitto-0.4.0/main -I/tmp/pear/temp/Mosquitto -I/usr/include/php/20220829 -I/usr/include/php/20220829/main -I/usr/include/php/20220829/TSRM -I/usr/include/php/20220829/Zend -I/usr/include/php/20220829/ext -I/usr/include/php/20220829/ext/date/lib  -DHAVE_CONFIG_H  -g -O2 -D_GNU_SOURCE    -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/Mosquitto/mosquitto.c -o mosquitto.lo  -MMD -MF mosquitto.dep -MT mosquitto.lo
0162|libtool: compile:  cc -I. -I/tmp/pear/temp/Mosquitto -I/tmp/pear/temp/pear-build-rootehFExF/Mosquitto-0.4.0/include -I/tmp/pear/temp/pear-build-rootehFExF/Mosquitto-
1007|/tmp/pear/temp/Mosquitto/mosquitto.c:801:58: error: expected ')' before 'TSRMLS_CC'
1008|801 |                 php_mosquitto_handle_errno(retval, errno TSRMLS_CC);
1009||                                           ~              ^~~~~~~~~
1010|/tmp/pear/temp/Mosquitto/mosquitto.c: In function 'zim_Mosquitto_Client_exitLoop':
1011|/tmp/pear/temp/Mosquitto/php_mosquitto.h:129:113: error: expected ')' before 'TSRMLS_CC'
1012|129 |         zend_replace_error_handling(EH_THROW, mosquitto_ce_exception, &MQTTG(mosquitto_original_error_handling) TSRMLS_CC)
1013||                                    ~                                                                            ^~~~~~~~~
1014|/tmp/pear/temp/Mosquitto/mosquitto.c:815:9: note: in expansion of macro 'PHP_MOSQUITTO_ERROR_HANDLING'
1015|815 |         PHP_MOSQUITTO_ERROR_HANDLING();
1016||         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1017|/tmp/pear/temp/Mosquitto/php_mosquitto.h:132:79: error: expected ')' before 'TSRMLS_CC'
1018|132 |         zend_restore_error_handling(&MQTTG(mosquitto_original_error_handling) TSRMLS_CC)
1019||                                    ~                                          ^~~~~~~~~
1020|/tmp/pear/temp/Mosquitto/mosquitto.c:817:17: note: in expansion of macro 'PHP_MOSQUITTO_RESTORE_ERRORS'
1021|817 |                 PHP_MOSQUITTO_RESTORE_ERRORS();
1022||                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1023|/tmp/pear/temp/Mosquitto/php_mosquitto.h:132:79: error: expected ')' before 'TSRMLS_CC'
1024|132 |         zend_restore_error_handling(&MQTTG(mosquitto_original_error_handling) TSRMLS_CC)
1025||                                    ~                                          ^~~~~~~~~
1026|/tmp/pear/temp/Mosquitto/mosquitto.c:820:9: note: in expansion of macro 'PHP_MOSQUITTO_RESTORE_ERRORS'
1027|820 |         PHP_MOSQUITTO_RESTORE_ERRORS();
1028||         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1029|/tmp/pear/temp/Mosquitto/mosquitto.c: At top level:
1030|/tmp/pear/temp/Mosquitto/mosquitto.c:851:78: error: expected ';', ',' or ')' before 'TSRMLS_DC'
1031|851 | static void mosquitto_client_object_destroy(zend_object *object ZO_HANDLE_DC TSRMLS_DC)
1032||                                                                              ^~~~~~~~~
1033|/tmp/pear/temp/Mosquitto/mosquitto.c:876:62: error: expected ';', ',' or ')' before 'TSRMLS_DC'
1034|876 | static void mosquitto_client_object_free(zend_object *object TSRMLS_DC) {
1035||                                                              ^~~~~~~~~
1036|/tmp/pear/temp/Mosquitto/mosquitto.c:936:53: error: expected ';', ',' or ')' before 'TSRMLS_DC'
1037|936 | void php_mosquitto_handle_errno(int retval, int err TSRMLS_DC) {
1038||                                                     ^~~~~~~~~
1039|/tmp/pear/temp/Mosquitto/mosquitto.c: In function 'php_mosquitto_connect_callback':
1040|/tmp/pear/temp/Mosquitto/mosquitto.c:991:90: error: expected ')' before 'TSRMLS_CC'
1041|991 |         if (zend_call_function(&object->connect_callback, &object->connect_callback_cache TSRMLS_CC) == FAILURE) {
1042||                               ~                                                          ^~~~~~~~~~
1043||                                                                                          )
1044|/tmp/pear/temp/Mosquitto/mosquitto.c:993:74: error: expected ')' before 'TSRMLS_CC'
1045|993 |                         zend_throw_exception_ex(mosquitto_ce_exception, 0 TSRMLS_CC, "Failed to invoke connect callback %s()", mosquitto_finfo_name(&object->connect_callback));
1046||                                                ~                         ^~~~~~~~~~
1047||                                                                          )
1048|/tmp/pear/temp/Mosquitto/mosquitto.c:993:25: error: too few arguments to function 'zend_throw_exception_ex'
1049|993 |                         zend_throw_exception_ex(mosquitto_ce_exception, 0 TSRMLS_CC, "Failed to invoke connect callback %s()", mosquitto_finfo_name(&object->connect_callback));
1050||                         ^~~~~~~~~~~~~~~~~~~~~~~
1051|In file included from /tmp/pear/temp/Mosquitto/mosquitto.c:8:
1052|/usr/include/php/20220829/Zend/zend_exceptions.h:61:33: note: declared here
1053|61 | ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 3, 4);
1054||                                 ^~~~~~~~~~~~~~~~~~~~~~~
1055|/tmp/pear/temp/Mosquitto/mosquitto.c: In function 'php_mosquitto_disconnect_callback':
1056|/tmp/pear/temp/Mosquitto/mosquitto.c:1044:96: error: expected ')' before 'TSRMLS_CC'
1057|1044 |         if (zend_call_function(&object->disconnect_callback, &object->disconnect_callback_cache TSRMLS_CC) == FAILURE) {
1058||                               ~                                                                ^~~~~~~~~~
1059||                                                                                                )
1060|/tmp/pear/temp/Mosquitto/mosquitto.c:1046:74: error: expected ')' before 'TSRMLS_CC'
1061|1046 |                         zend_throw_exception_ex(mosquitto_ce_exception, 0 TSRMLS_CC, "Failed to invoke disconnect callback %s()", mosquitto_finfo_name(&object->disconnect_callback));
1062||                                                ~                         ^~~~~~~~~~
1063||                                                                          )
1064|/tmp/pear/temp/Mosquitto/mosquitto.c:1046:25: error: too few arguments to function 'zend_throw_exception_ex'
1065|1046 |                         zend_throw_exception_ex(mosquitto_ce_exception, 0 TSRMLS_CC, "Failed to invoke disconnect callback %s()", mosquitto_finfo_name(&object->disconnect_callback));
1066||                         ^~~~~~~~~~~~~~~~~~~~~~~
1067|/usr/include/php/20220829/Zend/zend_exceptions.h:61:33: note: declared here
1068|61 | ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 3, 4);
1069||                                 ^~~~~~~~~~~~~~~~~~~~~~~
1070|/tmp/pear/temp/Mosquitto/mosquitto.c: In function 'php_mosquitto_log_callback':
1071|/tmp/pear/temp/Mosquitto/mosquitto.c:1100:82: error: expected ')' before 'TSRMLS_CC'
1072|1100 |         if (zend_call_function(&object->log_callback, &object->log_callback_cache TSRMLS_CC) == FAILURE) {
1073||                               ~                                                  ^~~~~~~~~~
1074||                                                                                  )
1075|/tmp/pear/temp/Mosquitto/mosquitto.c:1102:74: error: expected ')' before 'TSRMLS_CC'
1076|1102 |                         zend_throw_exception_ex(mosquitto_ce_exception, 0 TSRMLS_CC, "Failed to invoke log callback %s()", mosquitto_finfo_name(&object->log_callback));
1077||                                                ~                         ^~~~~~~~~~
1078||                                                                          )
1079|/tmp/pear/temp/Mosquitto/mosquitto.c:1102:25: error: too few arguments to function 'zend_throw_exception_ex'
1080|1102 |                         zend_throw_exception_ex(mosquitto_ce_exception, 0 TSRMLS_CC, "Failed to invoke log callback %s()", mosquitto_finfo_name(&object->log_callback));
1081||                         ^~~~~~~~~~~~~~~~~~~~~~~
1082|/usr/include/php/20220829/Zend/zend_exceptions.h:61:33: note: declared here
1083|61 | ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 3, 4);
1084||                                 ^~~~~~~~~~~~~~~~~~~~~~~
1085|/tmp/pear/temp/Mosquitto/mosquitto.c: In function 'php_mosquitto_message_callback':
1086|/tmp/pear/temp/Mosquitto/mosquitto.c:1164:90: error: expected ')' before 'TSRMLS_CC'
1087|1164 |         if (zend_call_function(&object->message_callback, &object->message_callback_cache TSRMLS_CC) == FAILURE) {
1088||                               ~                                                          ^~~~~~~~~~
1089||                                                                                          )
1090|/tmp/pear/temp/Mosquitto/mosquitto.c:1166:74: error: expected ')' before 'TSRMLS_CC'
1091|1166 |                         zend_throw_exception_ex(mosquitto_ce_exception, 0 TSRMLS_CC, "Failed to invoke message callback %s()", mosquitto_finfo_name(&object->message_callback));
1092||                                                ~                         ^~~~~~~~~~
1093||                                                                          )
1094|/tmp/pear/temp/Mosquitto/mosquitto.c:1166:25: error: too few arguments to function 'zend_throw_exception_ex'
1095|1166 |                         zend_throw_exception_ex(mosquitto_ce_exception, 0 TSRMLS_CC, "Failed to invoke message callback %s()", mosquitto_finfo_name(&object->message_callback));
1096||                         ^~~~~~~~~~~~~~~~~~~~~~~
1097|/usr/include/php/20220829/Zend/zend_exceptions.h:61:33: note: declared here
1098|61 | ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 3, 4);
1099||                                 ^~~~~~~~~~~~~~~~~~~~~~~
1100|/tmp/pear/temp/Mosquitto/mosquitto.c: In function 'php_mosquitto_publish_callback':
1101|/tmp/pear/temp/Mosquitto/mosquitto.c:1214:90: error: expected ')' before 'TSRMLS_CC'
1102|1214 |         if (zend_call_function(&object->publish_callback, &object->publish_callback_cache TSRMLS_CC) == FAILURE) {
1103||                               ~                                                          ^~~~~~~~~~
1104||                                                                                          )
1105|/tmp/pear/temp/Mosquitto/mosquitto.c:1216:74: error: expected ')' before 'TSRMLS_CC'
1106|1216 |                         zend_throw_exception_ex(mosquitto_ce_exception, 0 TSRMLS_CC, "Failed to invoke publish callback %s()", mosquitto_finfo_name(&object->publish_callback));
1107||                                                ~                         ^~~~~~~~~~
1108||                                                                          )
1109|/tmp/pear/temp/Mosquitto/mosquitto.c:1216:25: error: too few arguments to function 'zend_throw_exception_ex'
1110|1216 |                         zend_throw_exception_ex(mosquitto_ce_exception, 0 TSRMLS_CC, "Failed to invoke publish callback %s()", mosquitto_finfo_name(&object->publish_callback));
1111||                         ^~~~~~~~~~~~~~~~~~~~~~~
1112|/usr/include/php/20220829/Zend/zend_exceptions.h:61:33: note: declared here
1113|61 | ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 3, 4);
1114||                                 ^~~~~~~~~~~~~~~~~~~~~~~
1115|/tmp/pear/temp/Mosquitto/mosquitto.c: In function 'php_mosquitto_subscribe_callback':
1116|/tmp/pear/temp/Mosquitto/mosquitto.c:1275:94: error: expected ')' before 'TSRMLS_CC'
1117|1275 |         if (zend_call_function(&object->subscribe_callback, &object->subscribe_callback_cache TSRMLS_CC) == FAILURE) {
1118||                               ~                                                              ^~~~~~~~~~
1119||                                                                                              )
1120|/tmp/pear/temp/Mosquitto/mosquitto.c:1277:74: error: expected ')' before 'TSRMLS_CC'
1121|1277 |                         zend_throw_exception_ex(mosquitto_ce_exception, 0 TSRMLS_CC, "Failed to invoke subscribe callback %s()", mosquitto_finfo_name(&object->subscribe_callback));
1122||                                                ~                         ^~~~~~~~~~
1123||                                                                          )
1124|/tmp/pear/temp/Mosquitto/mosquitto.c:1277:25: error: too few arguments to function 'zend_throw_exception_ex'
1125|1277 |                         zend_throw_exception_ex(mosquitto_ce_exception, 0 TSRMLS_CC, "Failed to invoke subscribe callback %s()", mosquitto_finfo_name(&object->subscribe_callback));
1126||                         ^~~~~~~~~~~~~~~~~~~~~~~
1127|/usr/include/php/20220829/Zend/zend_exceptions.h:61:33: note: declared here
1128|61 | ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 3, 4);
1129||                                 ^~~~~~~~~~~~~~~~~~~~~~~
1130|/tmp/pear/temp/Mosquitto/mosquitto.c: In function 'php_mosquitto_unsubscribe_callback':
1131|/tmp/pear/temp/Mosquitto/mosquitto.c:1330:98: error: expected ')' before 'TSRMLS_CC'
1132|1330 |         if (zend_call_function(&object->unsubscribe_callback, &object->unsubscribe_callback_cache TSRMLS_CC) == FAILURE) {
1133||                               ~                                                                  ^~~~~~~~~~
1134||                                                                                                  )
1135|/tmp/pear/temp/Mosquitto/mosquitto.c:1332:74: error: expected ')' before 'TSRMLS_CC'
1136|1332 |                         zend_throw_exception_ex(mosquitto_ce_exception, 0 TSRMLS_CC, "Failed to invoke unsubscribe callback %s()", mosquitto_finfo_name(&object->unsubscribe_callback));
1137||                                                ~                         ^~~~~~~~~~
1138||                                                                          )
1139|/tmp/pear/temp/Mosquitto/mosquitto.c:1332:25: error: too few arguments to function 'zend_throw_exception_ex'
1140|1332 |                         zend_throw_exception_ex(mosquitto_ce_exception, 0 TSRMLS_CC, "Failed to invoke unsubscribe callback %s()", mosquitto_finfo_name(&object->unsubscribe_callback));
1141||                         ^~~~~~~~~~~~~~~~~~~~~~~
1142|/usr/include/php/20220829/Zend/zend_exceptions.h:61:33: note: declared here
1143|61 | ZEND_API ZEND_COLD zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zend_long code, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 3, 4);
1144||                                 ^~~~~~~~~~~~~~~~~~~~~~~
1145|/tmp/pear/temp/Mosquitto/mosquitto.c: In function 'php_mosquitto_pw_callback':
1146|/tmp/pear/temp/Mosquitto/mosquitto.c:1349:9: warning: implicit declaration of function 'TSRMLS_FETCH'; did you mean 'TSRMLS_CACHE'? [-Wimplicit-function-declaration]
1147|1349 |         TSRMLS_FETCH();
1148||         ^~~~~~~~~~~~
1149||         TSRMLS_CACHE
1150|/tmp/pear/temp/Mosquitto/mosquitto.c: In function 'zm_startup_mosquitto':
1151|/tmp/pear/temp/Mosquitto/mosquitto.c:1435:51: error: 'mosquitto_client_object_free' undeclared (first use in this function); did you mean 'mosquitto_client_object_new'?
1152|1435 |         mosquitto_std_object_handlers.free_obj  = mosquitto_client_object_free;
1153||                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1154||                                                   mosquitto_client_object_new
1155|/tmp/pear/temp/Mosquitto/mosquitto.c:1435:51: note: each undeclared identifier is reported only once for each function it appears in
1156|/tmp/pear/temp/Mosquitto/mosquitto.c:1436:51: error: 'mosquitto_client_object_destroy' undeclared (first use in this function); did you mean 'mosquitto_client_object_new'?
1157|1436 |         mosquitto_std_object_handlers.dtor_obj  = mosquitto_client_object_destroy;
1158||                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1159||                                                   mosquitto_client_object_new
1160|/tmp/pear/temp/Mosquitto/mosquitto.c:1440:70: error: expected ')' before 'TSRMLS_CC'
1161|1440 |         mosquitto_ce_client = zend_register_internal_class(&client_ce TSRMLS_CC);
1162||                                                           ~          ^~~~~~~~~~
1163||                                                                      )
1164|/tmp/pear/temp/Mosquitto/mosquitto.c:1444:108: error: 'TSRMLS_C' undeclared (first use in this function); did you mean 'TSRM_H'?
1165|1444 |         mosquitto_ce_exception = zend_register_internal_class_ex(&exception_ce, zend_exception_get_default(TSRMLS_C)
1166||                                                                                                            ^~~~~~~~
1167||                                                                                                            TSRM_H
1168|/tmp/pear/temp/Mosquitto/mosquitto.c:1444:81: error: too many arguments to function 'zend_exception_get_default'
1169|1444 |         mosquitto_ce_exception = zend_register_internal_class_ex(&exception_ce, zend_exception_get_default(TSRMLS_C)
1170||                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
1171|/usr/include/php/20220829/Zend/zend_exceptions.h:51:28: note: declared here
1172|51 | ZEND_API zend_class_entry *zend_exception_get_default(void);
1173||                            ^~~~~~~~~~~~~~~~~~~~~~~~~~
1174|/tmp/pear/temp/Mosquitto/mosquitto.c:1451:109: error: expected ')' before 'TSRMLS_CC'
1175|1451 |         zend_declare_class_constant_long(mosquitto_ce_client, const_name, sizeof(const_name)-1, (long)value TSRMLS_CC); \
1176||                                         ~                                                                   ^~~~~~~~~
1177|/tmp/pear/temp/Mosquitto/mosquitto.c:1454:9: note: in expansion of macro 'REGISTER_MOSQUITTO_LONG_CONST'
1178|1454 |         REGISTER_MOSQUITTO_LONG_CONST("LOG_INFO", MOSQ_LOG_INFO);
1179||         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1180|/tmp/pear/temp/Mosquitto/mosquitto.c:1451:109: error: expected ')' before 'TSRMLS_CC'
1181|1451 |         zend_declare_class_constant_long(mosquitto_ce_client, const_name, sizeof(const_name)-1, (long)value TSRMLS_CC); \
1182||                                         ~                                                                   ^~~~~~~~~
1183|/tmp/pear/temp/Mosquitto/mosquitto.c:1455:9: note: in expansion of macro 'REGISTER_MOSQUITTO_LONG_CONST'
1184|1455 |         REGISTER_MOSQUITTO_LONG_CONST("LOG_NOTICE", MOSQ_LOG_NOTICE);
1185||         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1186|/tmp/pear/temp/Mosquitto/mosquitto.c:1451:109: error: expected ')' before 'TSRMLS_CC'
1187|1451 |         zend_declare_class_constant_long(mosquitto_ce_client, const_name, sizeof(const_name)-1, (long)value TSRMLS_CC); \
1188||                                         ~                                                                   ^~~~~~~~~
1189|/tmp/pear/temp/Mosquitto/mosquitto.c:1456:9: note: in expansion of macro 'REGISTER_MOSQUITTO_LONG_CONST'
1190|1456 |         REGISTER_MOSQUITTO_LONG_CONST("LOG_WARNING", MOSQ_LOG_WARNING);
1191||         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1192|/tmp/pear/temp/Mosquitto/mosquitto.c:1451:109: error: expected ')' before 'TSRMLS_CC'
1193|1451 |         zend_declare_class_constant_long(mosquitto_ce_client, const_name, sizeof(const_name)-1, (long)value TSRMLS_CC); \
1194||                                         ~                                                                   ^~~~~~~~~
1195|/tmp/pear/temp/Mosquitto/mosquitto.c:1457:9: note: in expansion of macro 'REGISTER_MOSQUITTO_LONG_CONST'
1196|1457 |         REGISTER_MOSQUITTO_LONG_CONST("LOG_ERR", MOSQ_LOG_ERR);
1197||         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1198|/tmp/pear/temp/Mosquitto/mosquitto.c:1451:109: error: expected ')' before 'TSRMLS_CC'
1199|1451 |         zend_declare_class_constant_long(mosquitto_ce_client, const_name, sizeof(const_name)-1, (long)value TSRMLS_CC); \
1200||                                         ~                                                                   ^~~~~~~~~
1201|/tmp/pear/temp/Mosquitto/mosquitto.c:1458:9: note: in expansion of macro 'REGISTER_MOSQUITTO_LONG_CONST'
1202|1458 |         REGISTER_MOSQUITTO_LONG_CONST("LOG_DEBUG", MOSQ_LOG_DEBUG);
1203||         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1204|/tmp/pear/temp/Mosquitto/mosquitto.c:1451:109: error: expected ')' before 'TSRMLS_CC'
1205|1451 |         zend_declare_class_constant_long(mosquitto_ce_client, const_name, sizeof(const_name)-1, (long)value TSRMLS_CC); \
1206||                                         ~                                                                   ^~~~~~~~~
1207|/tmp/pear/temp/Mosquitto/mosquitto.c:1460:9: note: in expansion of macro 'REGISTER_MOSQUITTO_LONG_CONST'
1208|1460 |         REGISTER_MOSQUITTO_LONG_CONST("SSL_VERIFY_NONE", 0);
1209||         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1210|/tmp/pear/temp/Mosquitto/mosquitto.c:1451:109: error: expected ')' before 'TSRMLS_CC'
1211|1451 |         zend_declare_class_constant_long(mosquitto_ce_client, const_name, sizeof(const_name)-1, (long)value TSRMLS_CC); \
1212||                                         ~                                                                   ^~~~~~~~~
1213|/tmp/pear/temp/Mosquitto/mosquitto.c:1461:9: note: in expansion of macro 'REGISTER_MOSQUITTO_LONG_CONST'
1214|1461 |         REGISTER_MOSQUITTO_LONG_CONST("SSL_VERIFY_PEER", 1);
1215||         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1216|make: *** [Makefile:210: mosquitto.lo] Error 1
1217|ERROR: `make' failed
1218|> No need to reload the web server
1219|********************************************************
1220|*             End dependancy installation              *
1221|********************************************************

En fait le script d’install ne prévoit tout simplement pas le cas ou php est >7

if [ ${php_ver_maj} = 5 ]; then
	echo "> Version 5 of PHP detected"
	PHP_DEV_LIB="php5-dev"
	PHP_CLI_DIR="/etc/php5/cli/"
	PHP_FPM_DIR="/etc/php5/fpm/"
	PHP_APACHE_DIR="/etc/php5/apache2/"
	FPM_SERVER="php5-fpm"
	APACHE_SERVER="apache2"
elif [ ${php_ver_maj} = 7 ]; then
	echo "> Version 7 of PHP detected"
	PHP_DEV_LIB="php${php_ver}-dev"
	PHP_CLI_DIR="/etc/php/${php_ver}/cli/"
	PHP_FPM_DIR="/etc/php/${php_ver}/fpm/"
	PHP_APACHE_DIR="/etc/php/${php_ver}/apache2/"
	FPM_SERVER="php7-fpm"
	APACHE_SERVER="apache2"
else
	PHP_DEV_LIB=""
	echo "> ERROR: no version of PHP detected"
fi

Salut,

Le plugin est encore suivi ??