=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for php80-propro-2.1.0
/bin/cp /tree/pkgsrc/www/php-propro2/../../lang/php/ext.ini /scratch/work/www/php-propro2/work/propro-2.1.0/propro.ini
--- src/php_propro_api.lo ---
/bin/sh /scratch/work/www/php-propro2/work/propro-2.1.0/libtool --mode=compile gcc -I. -I/scratch/work/www/php-propro2/work/propro-2.1.0 -I/scratch/work/www/php-propro2/work/propro-2.1.0/include -I/scratch/work/www/php-propro2/work/propro-2.1.0/main -I/scratch/work/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/scratch/work/www/php-propro2/work/propro-2.1.0/src  -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H  -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include    -c /scratch/work/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c -o src/php_propro_api.lo
libtool: compile:  gcc -I. -I/scratch/work/www/php-propro2/work/propro-2.1.0 -I/scratch/work/www/php-propro2/work/propro-2.1.0/include -I/scratch/work/www/php-propro2/work/propro-2.1.0/main -I/scratch/work/www/php-propro2/work/.buildlink/include/php -I/scratch/work/www/php-propro2/work/.buildlink/include/php/main -I/scratch/work/www/php-propro2/work/.buildlink/include/php/TSRM -I/scratch/work/www/php-propro2/work/.buildlink/include/php/Zend -I/scratch/work/www/php-propro2/work/.buildlink/include/php/ext -I/scratch/work/www/php-propro2/work/.buildlink/include/php/ext/date/lib -I/scratch/work/www/php-propro2/work/propro-2.1.0/src -I/scratch/work/www/php-propro2/work/.buildlink/include -DHAVE_CONFIG_H -O2 -D_FORTIFY_SOURCE=2 -c /scratch/work/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c  -fPIC -DPIC -o src/.libs/php_propro_api.o
/scratch/work/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c: In function 'get_container_value':
/scratch/work/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 /scratch/work/www/php-propro2/work/.buildlink/include/php/main/php.h:35:0,
                 from /scratch/work/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:18:
/scratch/work/www/php-propro2/work/.buildlink/include/php/Zend/zend_API.h:407: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, zend_bool silent, zval *rv);
                ^
/scratch/work/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c: In function 'set_container_value':
/scratch/work/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 /scratch/work/www/php-propro2/work/.buildlink/include/php/main/php.h:35:0,
                 from /scratch/work/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:18:
/scratch/work/www/php-propro2/work/.buildlink/include/php/Zend/zend_API.h:387: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);
               ^
/scratch/work/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c: In function 'zm_startup_propro':
/scratch/work/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;
                                            ^
/scratch/work/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;
                                                    ^
/scratch/work/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:682:36: error: 'zend_object_handlers {aka struct _zend_object_handlers}' has no member named 'set'
  php_property_proxy_object_handlers.set = set_obj;
                                    ^
/scratch/work/www/php-propro2/work/propro-2.1.0/src/php_propro_api.c:683:36: error: 'zend_object_handlers {aka struct _zend_object_handlers}' has no member named 'get'
  php_property_proxy_object_handlers.get = get_obj;
                                    ^
/scratch/work/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;
                                                 ^
/scratch/work/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;
                                                    ^
/scratch/work/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;
                                                     ^
/scratch/work/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;
                                                   ^
/scratch/work/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 /scratch/work/www/php-propro2/work/propro-2.1.0
1 error

make: stopped in /scratch/work/www/php-propro2/work/propro-2.1.0
*** Error code 2

Stop.
make[1]: stopped in /tree/pkgsrc/www/php-propro2
*** Error code 1

Stop.
make: stopped in /tree/pkgsrc/www/php-propro2