Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php_uv.c:2435:40: warning: passing argument 1 of 'zend_std_cast_object_tostring' from incompatible pointer type #88

Open
Sarke opened this issue Jul 2, 2020 · 0 comments

Comments

@Sarke
Copy link

Sarke commented Jul 2, 2020

Building in Docker from the official php:7.4-apache image, using pecl install uv-beta;

/tmp/pear/temp/uv/php_uv.c: In function 'php_uv_cast_object':
/tmp/pear/temp/uv/php_uv.c:2435:40: warning: passing argument 1 of 'zend_std_cast_object_tostring' from incompatible pointer type [-Wincompatible-pointer-types]
   return zend_std_cast_object_tostring(readobj, writeobj, type);
                                        ^~~~~~~
In file included from /usr/local/include/php/Zend/zend.h:355,
                 from /usr/local/include/php/main/php.h:33,
                 from /tmp/pear/temp/uv/php_uv.h:32,
                 from /tmp/pear/temp/uv/php_uv.c:21:
/usr/local/include/php/Zend/zend_object_handlers.h:211:50: note: expected 'zval *' {aka 'struct _zval_struct *'} but argument is of type 'zend_object *' {aka 'struct _zend_object *'}
 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type);
                                            ~~~~~~^~~~~~~

Full log:

+ pecl install uv-beta
downloading uv-0.2.4.tgz ...
Starting to download uv-0.2.4.tgz (53,786 bytes)
.............done: 53,786 bytes
6 source files, building
running: phpize
Configuring for:
PHP Api Version:         20190902
Zend Module Api No:      20190902
Zend Extension Api No:   320190902
building in /tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4
running: /tmp/pear/temp/uv/configure --with-php-config=/usr/local/bin/php-config
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20190902
checking for PHP installed headers prefix... /usr/local/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking Whether to include "uv" support... yes, shared
checking for uv debug support... no
checking Whether to enable the "dtrace" debug... no
checking for pkg-config... /usr/bin/pkg-config
checking for libuv... from pkgconfig: found version 1.24.1
checking for a sed that does not truncate output... /bin/sed
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/bash /tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/libtool --mode=compile cc  -I. -I/tmp/pear/temp/uv -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/include -I/tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/main -I/tmp/pear/temp/uv -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/uv/php_uv.c -o php_uv.lo
mkdir .libs
 cc -I. -I/tmp/pear/temp/uv -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/include -I/tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/main -I/tmp/pear/temp/uv -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/uv/php_uv.c  -fPIC -DPIC -o .libs/php_uv.o
/tmp/pear/temp/uv/php_uv.c: In function 'php_uv_cast_object':
/tmp/pear/temp/uv/php_uv.c:2435:40: warning: passing argument 1 of 'zend_std_cast_object_tostring' from incompatible pointer type [-Wincompatible-pointer-types]
   return zend_std_cast_object_tostring(readobj, writeobj, type);
                                        ^~~~~~~
In file included from /usr/local/include/php/Zend/zend.h:355,
                 from /usr/local/include/php/main/php.h:33,
                 from /tmp/pear/temp/uv/php_uv.h:32,
                 from /tmp/pear/temp/uv/php_uv.c:21:
/usr/local/include/php/Zend/zend_object_handlers.h:211:50: note: expected 'zval *' {aka 'struct _zval_struct *'} but argument is of type 'zend_object *' {aka 'struct _zend_object *'}
 ZEND_API int zend_std_cast_object_tostring(zval *readobj, zval *writeobj, int type);
                                            ~~~~~~^~~~~~~
/bin/bash /tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/libtool --mode=compile cc  -I. -I/tmp/pear/temp/uv -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/include -I/tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/main -I/tmp/pear/temp/uv -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/uv/uv.c -o uv.lo
 cc -I. -I/tmp/pear/temp/uv -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/include -I/tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/main -I/tmp/pear/temp/uv -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/uv/uv.c  -fPIC -DPIC -o .libs/uv.o
/bin/bash /tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/include -I/tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/main -I/tmp/pear/temp/uv -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2    -o uv.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/modules  php_uv.lo uv.lo -luv -lrt -lnsl -ldl
cc -shared  .libs/php_uv.o .libs/uv.o  -luv -lrt -lnsl -ldl  -Wl,-soname -Wl,uv.so -o .libs/uv.so
creating uv.la
(cd .libs && rm -f uv.la && ln -s ../uv.la uv.la)
/bin/bash /tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/libtool --mode=install cp ./uv.la /tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/modules
cp ./.libs/uv.so /tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/modules/uv.so
cp ./.libs/uv.lai /tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/modules/uv.la
PATH="$PATH:/sbin" ldconfig -n /tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pear/temp/pear-build-defaultuser9cuT5g/uv-0.2.4/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

running: make INSTALL_ROOT="/tmp/pear/temp/pear-build-defaultuser9cuT5g/install-uv-0.2.4" install
Installing shared extensions:     /tmp/pear/temp/pear-build-defaultuser9cuT5g/install-uv-0.2.4/usr/local/lib/php/extensions/no-debug-non-zts-20190902/
running: find "/tmp/pear/temp/pear-build-defaultuser9cuT5g/install-uv-0.2.4" | xargs ls -dils
17752691    4 drwxr-xr-x 3 root root    4096 Jul  2 04:13 /tmp/pear/temp/pear-build-defaultuser9cuT5g/install-uv-0.2.4
17752970    4 drwxr-xr-x 3 root root    4096 Jul  2 04:13 /tmp/pear/temp/pear-build-defaultuser9cuT5g/install-uv-0.2.4/usr
17752971    4 drwxr-xr-x 3 root root    4096 Jul  2 04:13 /tmp/pear/temp/pear-build-defaultuser9cuT5g/install-uv-0.2.4/usr/local
17752975    4 drwxr-xr-x 3 root root    4096 Jul  2 04:13 /tmp/pear/temp/pear-build-defaultuser9cuT5g/install-uv-0.2.4/usr/local/lib
17752976    4 drwxr-xr-x 3 root root    4096 Jul  2 04:13 /tmp/pear/temp/pear-build-defaultuser9cuT5g/install-uv-0.2.4/usr/local/lib/php
17752977    4 drwxr-xr-x 3 root root    4096 Jul  2 04:13 /tmp/pear/temp/pear-build-defaultuser9cuT5g/install-uv-0.2.4/usr/local/lib/php/extensions
17752978    4 drwxr-xr-x 2 root root    4096 Jul  2 04:13 /tmp/pear/temp/pear-build-defaultuser9cuT5g/install-uv-0.2.4/usr/local/lib/php/extensions/no-debug-non-zts-20190902
17702009 1016 -rwxr-xr-x 1 root root 1038656 Jul  2 04:13 /tmp/pear/temp/pear-build-defaultuser9cuT5g/install-uv-0.2.4/usr/local/lib/php/extensions/no-debug-non-zts-20190902/uv.so

Build process completed successfully
Installing '/usr/local/lib/php/extensions/no-debug-non-zts-20190902/uv.so'
install ok: channel://pecl.php.net/uv-0.2.4
configuration option "php_ini" is not set to php.ini location
You should add "extension=uv.so" to php.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant