=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for php81-propro-2.1.0 /bin/cp /amd/pkgsrc/CHROOT/P/pkgsrc/www/php-propro2/../../lang/php/ext.ini /tmp/www/php-propro2/work/propro-2.1.0/propro.ini --- src/php_propro_api.lo --- /bin/sh /tmp/www/php-propro2/work/propro-2.1.0/libtool --mode=compile gcc -I. -I/tmp/www/php-propro2/work/propro-2.1.0 -I/tmp/www/php-propro2/work/propro-2.1.0/include -I/tmp/www/php-propro2/work/propro-2.1.0/main -I/tmp/www/php-propro2/work/propro-2.1.0 -I/usr/pkg/include/php -I/usr/pkg/include/php/main -I/usr/pkg/include/php/TSRM -I/usr/pkg/include/php/Zend -I/usr/pkg/include/php/ext -I/usr/pkg/include/php/ext/date/lib -I/tmp/www/php-propro2/work/propro-2.1.0/src -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -DZEND_COMPILE_DL_EXT=1 -c /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c -o src/php_propro_api.lo -MMD -MF src/php_propro_api.dep -MT src/php_propro_api.lo libtool: compile: gcc -I. -I/tmp/www/php-propro2/work/propro-2.1.0 -I/tmp/www/php-propro2/work/propro-2.1.0/include -I/tmp/www/php-propro2/work/propro-2.1.0/main -I/tmp/www/php-propro2/work/.buildlink/include/php -I/tmp/www/php-propro2/work/.buildlink/include/php/main -I/tmp/www/php-propro2/work/.buildlink/include/php/TSRM -I/tmp/www/php-propro2/work/.buildlink/include/php/Zend -I/tmp/www/php-propro2/work/.buildlink/include/php/ext -I/tmp/www/php-propro2/work/.buildlink/include/php/ext/date/lib -I/tmp/www/php-propro2/work/propro-2.1.0/src -I/tmp/www/php-propro2/work/.buildlink/include -DHAVE_CONFIG_H -O2 -fPIC -D_FORTIFY_SOURCE=2 -DZEND_COMPILE_DL_EXT=1 -c /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c -MMD -MF src/php_propro_api.dep -MT src/php_propro_api.lo -fPIC -DPIC -o src/.libs/php_propro_api.o /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c: In function 'cast_obj': /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:310:3: warning: implicit declaration of function 'convert_to_explicit_type_ex'; did you mean 'convert_to_object_ex'? [-Wimplicit-function-declaration] convert_to_explicit_type_ex(return_value, type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ convert_to_object_ex /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c: In function 'get_container_value': /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:368:58: warning: passing argument 2 of 'zend_read_property' from incompatible pointer type [-Wincompatible-pointer-types] found_value = zend_read_property(Z_OBJCE_P(container), container, ^~~~~~~~~ In file included from /tmp/www/php-propro2/work/.buildlink/include/php/main/php.h:35:0, from /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:18: /tmp/www/php-propro2/work/.buildlink/include/php/Zend/zend_API.h:463:16: note: expected 'zend_object * {aka struct _zend_object *}' but argument is of type 'zval * {aka struct _zval_struct *}' ZEND_API zval *zend_read_property(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, bool silent, zval *rv); ^~~~~~~~~~~~~~~~~~ /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c: In function 'set_container_value': /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:421:46: warning: passing argument 2 of 'zend_update_property' from incompatible pointer type [-Wincompatible-pointer-types] zend_update_property(Z_OBJCE_P(container), container, ^~~~~~~~~ In file included from /tmp/www/php-propro2/work/.buildlink/include/php/main/php.h:35:0, from /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:18: /tmp/www/php-propro2/work/.buildlink/include/php/Zend/zend_API.h:443:15: note: expected 'zend_object * {aka struct _zend_object *}' but argument is of type 'zval * {aka struct _zval_struct *}' ZEND_API void zend_update_property(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length, zval *value); ^~~~~~~~~~~~~~~~~~~~ /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c: In function 'zm_startup_propro': /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:680:44: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] php_property_proxy_object_handlers.get_gc = get_gc; ^ /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:681:52: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] php_property_proxy_object_handlers.get_debug_info = get_debug_info; ^ /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:682:37: error: 'zend_object_handlers {aka struct _zend_object_handlers}' has no member named 'set'; did you mean 'offset'? php_property_proxy_object_handlers.set = set_obj; ^~~ offset /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:683:37: error: 'zend_object_handlers {aka struct _zend_object_handlers}' has no member named 'get'; did you mean 'get_gc'? php_property_proxy_object_handlers.get = get_obj; ^~~ get_gc /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:684:49: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] php_property_proxy_object_handlers.cast_object = cast_obj; ^ /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:685:52: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] php_property_proxy_object_handlers.read_dimension = read_dimension; ^ /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:686:53: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] php_property_proxy_object_handlers.write_dimension = write_dimension; ^ /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:687:51: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] php_property_proxy_object_handlers.has_dimension = has_dimension; ^ /tmp/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:688:53: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] php_property_proxy_object_handlers.unset_dimension = unset_dimension; ^ *** [src/php_propro_api.lo] Error code 1 make: stopped in /tmp/www/php-propro2/work/propro-2.1.0 1 error make: stopped in /tmp/www/php-propro2/work/propro-2.1.0 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/www/php-propro2 *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/www/php-propro2