Source: php-rrd Version: 2.0.3++-1 Severity: serious Tags: ftbfs patch Forwarded: https://github.com/php/pecl-processing-rrd/pull/4
https://tests.reproducible-builds.org/debian/rb-pkg/trixie/i386/php-rrd.html https://buildd.debian.org/status/logs.php?pkg=php-rrd&arch=armhf ... /build/reproducible-path/php-rrd-2.0.3++/build-8.2/rrd.c: In function 'zif_rrd_fetch': /build/reproducible-path/php-rrd-2.0.3++/build-8.2/rrd.c:79:70: error: passing argument 5 of 'rrd_fetch' from incompatible pointer type [-Wincompatible-pointer-types] 79 | if (rrd_fetch(argv->count - 1, &argv->args[1], &start, &end, &step, &ds_cnt, | ^~~~~ | | | zend_ulong * {aka unsigned int *} In file included from /build/reproducible-path/php-rrd-2.0.3++/build-8.2/rrd.c:19: /usr/include/rrd.h:196:5: note: expected 'long unsigned int *' but argument is of type 'zend_ulong *' {aka 'unsigned int *'} 196 | unsigned long *, | ^~~~~~~~~~~~~~~ /build/reproducible-path/php-rrd-2.0.3++/build-8.2/rrd.c:79:77: error: passing argument 6 of 'rrd_fetch' from incompatible pointer type [-Wincompatible-pointer-types] 79 | if (rrd_fetch(argv->count - 1, &argv->args[1], &start, &end, &step, &ds_cnt, | ^~~~~~~ | | | zend_ulong * {aka unsigned int *} /usr/include/rrd.h:197:5: note: expected 'long unsigned int *' but argument is of type 'zend_ulong *' {aka 'unsigned int *'} 197 | unsigned long *, | ^~~~~~~~~~~~~~~ /build/reproducible-path/php-rrd-2.0.3++/build-8.2/rrd.c: In function 'zif_rrd_xport': /build/reproducible-path/php-rrd-2.0.3++/build-8.2/rrd.c:418:77: error: passing argument 6 of 'rrd_xport' from incompatible pointer type [-Wincompatible-pointer-types] 418 | if (rrd_xport(argv->count-1, &argv->args[1], &xxsize, &start, &end, &step, | ^~~~~ | | | zend_ulong * {aka unsigned int *} /usr/include/rrd.h:229:5: note: expected 'long unsigned int *' but argument is of type 'zend_ulong *' {aka 'unsigned int *'} 229 | unsigned long *, | ^~~~~~~~~~~~~~~ /build/reproducible-path/php-rrd-2.0.3++/build-8.2/rrd.c:419:17: error: passing argument 7 of 'rrd_xport' from incompatible pointer type [-Wincompatible-pointer-types] 419 | &outvar_count, &legend_v, &data) == -1) { | ^~~~~~~~~~~~~ | | | zend_ulong * {aka unsigned int *} /usr/include/rrd.h:230:5: note: expected 'long unsigned int *' but argument is of type 'zend_ulong *' {aka 'unsigned int *'} 230 | unsigned long *, | ^~~~~~~~~~~~~~~ make[2]: *** [Makefile:210: rrd.lo] Error 1