D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/php-yrmcds-1.1.1-6.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.nNn0mY + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf php-yrmcds-1.1.1 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/v1.1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd php-yrmcds-1.1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf libyrmcds + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.jxgmzC + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd php-yrmcds-1.1.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' ++ php-config --version ++ sed -r 's/^([0-9]+).*$/\1/' + PHP_MAJOR_VERSION=7 + '[' 7 -lt 7 ']' + s=yrmcds.c + /usr/src/php-devel/buildext yrmcds yrmcds.c '-lyrmcds -llz4' '-DCOMPILE_DL_YRMCDS -DHAVE_SPL' yrmcds.c: In function 'zim_Client___construct': yrmcds.c:302:13: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS(err); ^~~~~~~~~~~~ yrmcds.c:302:13: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c:318:13: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_connect(&c->res, node, (uint16_t)port) ); ^~~~~~~~~~~~ yrmcds.c:318:13: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c:319:13: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_set_compression( ^~~~~~~~~~~~ yrmcds.c:319:13: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c:321:13: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_set_timeout( ^~~~~~~~~~~~ yrmcds.c:321:13: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c:327:30: error: lvalue required as left operand of assignment GC_REFCOUNT(&le) = 1; ^ yrmcds.c:338:9: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_connect(&c->res, node, (uint16_t)port) ); ^~~~~~~~~~~~ yrmcds.c:338:9: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c:339:9: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_set_compression( ^~~~~~~~~~~~ yrmcds.c:339:9: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c:341:9: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_set_timeout( ^~~~~~~~~~~~ yrmcds.c:341:9: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_setTimeout': yrmcds.c:366:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_set_timeout(&obj->conn->res, itimeout) ); ^~~~~~~~~~~~ yrmcds.c:366:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_recv': yrmcds.c:378:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_recv(&obj->conn->res, &r) ); ^~~~~~~~~~~~ yrmcds.c:378:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_noop': yrmcds.c:407:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_noop(&obj->conn->res, &serial) ); ^~~~~~~~~~~~ yrmcds.c:407:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_get': yrmcds.c:434:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_get(&obj->conn->res, key, key_len, quiet, &serial) ); ^~~~~~~~~~~~ yrmcds.c:434:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_getk': yrmcds.c:461:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_getk(&obj->conn->res, key, key_len, quiet, &serial) ); ^~~~~~~~~~~~ yrmcds.c:461:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_getTouch': yrmcds.c:490:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_get_touch(&obj->conn->res, key, key_len, ^~~~~~~~~~~~ yrmcds.c:490:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_getkTouch': yrmcds.c:520:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_getk_touch(&obj->conn->res, key, key_len, ^~~~~~~~~~~~ yrmcds.c:520:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_lockGet': yrmcds.c:548:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( ^~~~~~~~~~~~ yrmcds.c:548:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_lockGetk': yrmcds.c:576:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( ^~~~~~~~~~~~ yrmcds.c:576:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_touch': yrmcds.c:606:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_touch(&obj->conn->res, key, key_len, ^~~~~~~~~~~~ yrmcds.c:606:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_set': yrmcds.c:648:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_set(&obj->conn->res, key, key_len, ^~~~~~~~~~~~ yrmcds.c:648:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_replace': yrmcds.c:691:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_replace(&obj->conn->res, key, key_len, ^~~~~~~~~~~~ yrmcds.c:691:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_add': yrmcds.c:734:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_add(&obj->conn->res, key, key_len, ^~~~~~~~~~~~ yrmcds.c:734:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_replaceUnlock': yrmcds.c:775:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_replace_unlock(&obj->conn->res, key, key_len, ^~~~~~~~~~~~ yrmcds.c:775:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_incr': yrmcds.c:810:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_incr(&obj->conn->res, key, key_len, value, ^~~~~~~~~~~~ yrmcds.c:810:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_decr': yrmcds.c:844:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_decr(&obj->conn->res, key, key_len, value, ^~~~~~~~~~~~ yrmcds.c:844:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_incr2': yrmcds.c:887:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_incr2(&obj->conn->res, key, key_len, value, initial, ^~~~~~~~~~~~ yrmcds.c:887:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_decr2': yrmcds.c:930:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_decr2(&obj->conn->res, key, key_len, value, initial, ^~~~~~~~~~~~ yrmcds.c:930:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_append': yrmcds.c:966:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_append(&obj->conn->res, key, key_len, ^~~~~~~~~~~~ yrmcds.c:966:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_prepend': yrmcds.c:1002:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_prepend(&obj->conn->res, key, key_len, ^~~~~~~~~~~~ yrmcds.c:1002:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_delete': yrmcds.c:1030:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_remove(&obj->conn->res, key, key_len, quiet, &serial) ); ^~~~~~~~~~~~ yrmcds.c:1030:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_lock': yrmcds.c:1057:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_lock(&obj->conn->res, key, key_len, quiet, &serial) ); ^~~~~~~~~~~~ yrmcds.c:1057:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_unlock': yrmcds.c:1084:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_unlock(&obj->conn->res, key, key_len, quiet, &serial) ); ^~~~~~~~~~~~ yrmcds.c:1084:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_unlockAll': yrmcds.c:1103:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_unlockall(&obj->conn->res, quiet, &serial) ); ^~~~~~~~~~~~ yrmcds.c:1103:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_flush': yrmcds.c:1127:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_flush(&obj->conn->res, delay, quiet, &serial) ); ^~~~~~~~~~~~ yrmcds.c:1127:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_statGeneral': yrmcds.c:1139:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_stat_general(&obj->conn->res, &serial) ); ^~~~~~~~~~~~ yrmcds.c:1139:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_statSettings': yrmcds.c:1151:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_stat_settings(&obj->conn->res, &serial) ); ^~~~~~~~~~~~ yrmcds.c:1151:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_statItems': yrmcds.c:1163:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_stat_items(&obj->conn->res, &serial) ); ^~~~~~~~~~~~ yrmcds.c:1163:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_statSizes': yrmcds.c:1175:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_stat_sizes(&obj->conn->res, &serial) ); ^~~~~~~~~~~~ yrmcds.c:1175:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_keys': yrmcds.c:1198:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_keys(&obj->conn->res, prefix, prefix_len, &serial) ); ^~~~~~~~~~~~ yrmcds.c:1198:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_version': yrmcds.c:1210:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_version(&obj->conn->res, &serial) ); ^~~~~~~~~~~~ yrmcds.c:1210:5: error: format not a string literal and no format arguments [-Werror=format-security] yrmcds.c: In function 'zim_Client_quit': yrmcds.c:1229:5: error: format not a string literal and no format arguments [-Werror=format-security] CHECK_YRMCDS( yrmcds_quit(&obj->conn->res, quiet, &serial) ); ^~~~~~~~~~~~ yrmcds.c:1229:5: error: format not a string literal and no format arguments [-Werror=format-security] cc1: some warnings being treated as errors error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.jxgmzC (%build) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.jxgmzC (%build) I: [iurt_root_command] ERROR: chroot