View Issue Details

IDProjectCategoryView StatusLast Update
0001593XdebugInstallationpublic2018-12-25 09:49
ReporterGisleburt Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version2.6.1 
Fixed in Version2.7.0beta1 
Summary0001593: Doesn't install from pecl currently
Description

make failed

Steps To Reproduce

Dockerfile:

FROM php:7

RUN pecl install xdebug
$ docker build --no-cache --pull .
Additional Information

Let me know if you need any more info. Originally spotted on our automated builds on GitLab, reproduced locally.

TagsNo tags attached.
Operating SystemDocker
PHP Version7.2.5-7.2.9

Activities

derick

2018-12-11 11:08

administrator   ~0004763

I don't have docker myself, so I need:

  • the exact PHP version
  • the exact Xdebug version that is trying to be installed
  • the error message that the Xdebug build process shows.

Gisleburt

2018-12-11 11:13

reporter   ~0004764

Last edited: 2018-12-11 11:13

  • the exact PHP version

PHP 7.3.0 (cli) (built: Dec 10 2018 13:38:46) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.0-dev, Copyright (c) 1998-2018 Zend Technologies

  • the exact Xdebug version that is trying to be installed

xdebug-2.6.1

  • the error message that the Xdebug build process shows.

(full output from docker)

downloading xdebug-2.6.1.tgz ...
Starting to download xdebug-2.6.1.tgz (283,961 bytes)
..........................................................done: 283,961 bytes

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in PEAR/PackageFile/v2/Validator.php on line 1933

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /usr/local/lib/php/PEAR/PackageFile/v2/Validator.php on line 1933
79 source files, building
running: phpize
Configuring for:
PHP Api Version: 20180731
Zend Module Api No: 20180731
Zend Extension Api No: 320180731
building in /tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1
running: /tmp/pear/temp/xdebug/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 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 whether cc understands -c and -o together... yes
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-20180731
checking for PHP installed headers prefix... /usr/local/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.16 (ok)
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking whether to enable Xdebug support... yes, shared
checking whether to enable Xdebug developer build flags... no
checking Check for supported PHP versions... supported (7.3.0)
checking for gettimeofday... yes
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 netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for cos in -lm... yes
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 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: creating ./config.status
config.status: creating config.h
running: make
/bin/bash /tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/include -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/main -I/tmp/pear/temp/xdebug -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/xdebug/xdebug.c -o xdebug.lo
mkdir .libs
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/include -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/main -I/tmp/pear/temp/xdebug -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/xdebug/xdebug.c -fPIC -DPIC -o .libs/xdebug.o
/bin/bash /tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/include -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/main -I/tmp/pear/temp/xdebug -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/xdebug/xdebug_branch_info.c -o xdebug_branch_info.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/include -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/main -I/tmp/pear/temp/xdebug -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/xdebug/xdebug_branch_info.c -fPIC -DPIC -o .libs/xdebug_branch_info.o
/bin/bash /tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/include -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/main -I/tmp/pear/temp/xdebug -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/xdebug/xdebug_code_coverage.c -o xdebug_code_coverage.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/include -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/main -I/tmp/pear/temp/xdebug -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/xdebug/xdebug_code_coverage.c -fPIC -DPIC -o .libs/xdebug_code_coverage.o
/tmp/pear/temp/xdebug/xdebug_code_coverage.c: In function 'xdebug_find_jumps':
/tmp/pear/temp/xdebug/xdebug_code_coverage.c:624:17: warning: implicit declaration of function 'RT_CONSTANT_EX' [-Wimplicit-function-declaration]
array_value = RT_CONSTANT_EX(opa->literals, opcode.op2);
^~~~~~
/tmp/pear/temp/xdebug/xdebug_code_coverage.c:624:15: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
array_value = RT_CONSTANT_EX(opa->literals, opcode.op2);
^
/tmp/pear/temp/xdebug/xdebug_code_coverage.c: In function 'prefill_from_class_table':
/tmp/pear/temp/xdebug/xdebug_code_coverage.c:882:4: warning: implicit declaration of function 'ZEND_HASH_INC_APPLY_COUNT' [-Wimplicit-function-declaration]
ZEND_HASH_INC_APPLY_COUNT(&ce->function_table);
^~~~~~~~~
/tmp/pear/temp/xdebug/xdebug_code_coverage.c:886:4: warning: implicit declaration of function 'ZEND_HASH_DEC_APPLY_COUNT' [-Wimplicit-function-declaration]
ZEND_HASH_DEC_APPLY_COUNT(&ce->function_table);
^~~~~~~~~
/bin/bash /tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/include -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/main -I/tmp/pear/temp/xdebug -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/xdebug/xdebug_com.c -o xdebug_com.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/include -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/main -I/tmp/pear/temp/xdebug -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/xdebug/xdebug_com.c -fPIC -DPIC -o .libs/xdebug_com.o
/bin/bash /tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/include -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/main -I/tmp/pear/temp/xdebug -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/xdebug/xdebug_compat.c -o xdebug_compat.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/include -I/tmp/pear/temp/pear-build-defaultuser2DzUPM/xdebug-2.6.1/main -I/tmp/pear/temp/xdebug -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/xdebug/xdebug_compat.c -fPIC -DPIC -o .libs/xdebug_compat.o
/tmp/pear/temp/xdebug/xdebug_compat.c: In function 'xdebug_zval_ptr':
/tmp/pear/temp/xdebug/xdebug_compat.c:56:27: warning: passing argument 1 of 'zend_get_zval_ptr' makes pointer from integer without a cast [-Wint-conversion]
return zend_get_zval_ptr(op_type, node, zdata, &should_free, BP_VAR_R);
^~~
In file included from /usr/local/include/php/Zend/zend_API.h:29:0,
from /usr/local/include/php/main/php.h:37,
from /tmp/pear/temp/xdebug/xdebug_compat.c:43:
/usr/local/include/php/Zend/zend_execute.h:330:16: note: expected 'const zend_op {aka const struct _zend_op }' but argument is of type 'int'
ZEND_API zval zend_get_zval_ptr(const zend_op opline, int op_type, const znode_op node, const zend_execute_data execute_data, zend_free_op should_free, int type);
^~~~~
/tmp/pear/temp/xdebug/xdebug_compat.c:56:36: warning: passing argument 2 of 'zend_get_zval_ptr' makes integer from pointer without a cast [-Wint-conversion]
return zend_get_zval_ptr(op_type, node, zdata, &should_free, BP_VAR_R);
^~~~
In file included from /usr/local/include/php/Zend/zend_API.h:29:0,
from /usr/local/include/php/main/php.h:37,
from /tmp/pear/temp/xdebug/xdebug_compat.c:43:
/usr/local/include/php/Zend/zend_execute.h:330:16: note: expected 'int' but argument is of type 'const znode_op
{aka const union _znode_op }'
ZEND_API zval
zend_get_zval_ptr(const zend_op opline, int op_type, const znode_op node, const zend_execute_data execute_data, zend_free_op should_free, int type);
^~~~~
/tmp/pear/temp/xdebug/xdebug_compat.c:56:42: warning: passing argument 3 of 'zend_get_zval_ptr' from incompatible pointer type [-Wincompatible-pointer-types]
return zend_get_zval_ptr(op_type, node, zdata, &should_free, BP_VAR_R);
^~~~~
In file included from /usr/local/include/php/Zend/zend_API.h:29:0,
from /usr/local/include/php/main/php.h:37,
from /tmp/pear/temp/xdebug/xdebug_compat.c:43:
/usr/local/include/php/Zend/zend_execute.h:330:16: note: expected 'const znode_op {aka const union _znode_op }' but argument is of type 'zend_execute_data {aka struct _zend_execute_data }'
ZEND_API zval zend_get_zval_ptr(const zend_op opline, int op_type, const znode_op node, const zend_execute_data execute_data, zend_free_op should_free, int type);
^~~~~
/tmp/pear/temp/xdebug/xdebug_compat.c:56:49: warning: passing argument 4 of 'zend_get_zval_ptr' from incompatible pointer type [-Wincompatible-pointer-types]
return zend_get_zval_ptr(op_type, node, zdata, &should_free, BP_VAR_R);
^
In file included from /usr/local/include/php/Zend/zend_API.h:29:0,
from /usr/local/include/php/main/php.h:37,
from /tmp/pear/temp/xdebug/xdebug_compat.c:43:
/usr/local/include/php/Zend/zend_execute.h:330:16: note: expected 'const zend_execute_data
{aka const struct _zend_execute_data }' but argument is of type 'zval {aka struct _zval_struct }'
ZEND_API zval
zend_get_zval_ptr(const zend_op opline, int op_type, const znode_op node, const zend_execute_data execute_data, zend_free_op should_free, int type);
^~~~~
/tmp/pear/temp/xdebug/xdebug_compat.c:56:9: error: too few arguments to function 'zend_get_zval_ptr'
return zend_get_zval_ptr(op_type, node, zdata, &should_free, BP_VAR_R);
^~~~~
In file included from /usr/local/include/php/Zend/zend_API.h:29:0,
from /usr/local/include/php/main/php.h:37,
from /tmp/pear/temp/xdebug/xdebug_compat.c:43:
/usr/local/include/php/Zend/zend_execute.h:330:16: note: declared here
ZEND_API zval zend_get_zval_ptr(const zend_op opline, int op_type, const znode_op node, const zend_execute_data execute_data, zend_free_op should_free, int type);
^~~~~
/tmp/pear/temp/xdebug/xdebug_compat.c: In function 'xdebug_setcookie':
/tmp/pear/temp/xdebug/xdebug_compat.c:194:80: warning: passing argument 8 of 'php_setcookie' makes pointer from integer without a cast [-Wint-conversion]
php_setcookie(name_s, value_s, expires, path_s, domain_s, secure, url_encode, httponly);
^~~~
In file included from /tmp/pear/temp/xdebug/xdebug_compat.h:25:0,
from /tmp/pear/temp/xdebug/xdebug_compat.c:45:
/usr/local/include/php/ext/standard/head.h:40:12: note: expected 'zend_string
{aka struct _zend_string }' but argument is of type 'int'
PHPAPI int php_setcookie(zend_string
name, zend_string value, time_t expires, zend_string path, zend_string domain, int secure, int httponly, zend_string samesite, int url_encode);
^~~~~
/tmp/pear/temp/xdebug/xdebug_compat.c:194:2: error: too few arguments to function 'php_setcookie'
php_setcookie(name_s, value_s, expires, path_s, domain_s, secure, url_encode, httponly);
^~~~~
In file included from /tmp/pear/temp/xdebug/xdebug_compat.h:25:0,
from /tmp/pear/temp/xdebug/xdebug_compat.c:45:
/usr/local/include/php/ext/standard/head.h:40:12: note: declared here
PHPAPI int php_setcookie(zend_string name, zend_string value, time_t expires, zend_string path, zend_string domain, int secure, int httponly, zend_string *samesite, int url_encode);
^~~~~
Makefile:234: recipe for target 'xdebug_compat.lo' failed
make: *** [xdebug_compat.lo] Error 1
ERROR: `make' failed

derick

2018-12-11 11:28

administrator   ~0004765

Xdebug 2.6.x does not work with PHP 7.3. For PHP 7.3, you need the Xdebug 2.7.0beta1 for now. I thought I had fixed that in the package.xml file, but apparently not.

Gisleburt

2018-12-11 11:41

reporter   ~0004766

Amazing, thank you.

viral.tech1211

2018-12-25 09:49

reporter   ~0004783

Thank you for help derick. It is working perfectly if we update to 2.7.0beta1 branch with php 7.3. Took me 2 days to get here.

Issue History

Date Modified Username Field Change
2018-12-11 11:03 Gisleburt New Issue
2018-12-11 11:08 derick Note Added: 0004763
2018-12-11 11:08 derick Assigned To => derick
2018-12-11 11:08 derick Status new => feedback
2018-12-11 11:13 Gisleburt Note Added: 0004764
2018-12-11 11:13 Gisleburt Status feedback => assigned
2018-12-11 11:13 Gisleburt Note Edited: 0004764
2018-12-11 11:28 derick Note Added: 0004765
2018-12-11 11:28 derick Status assigned => resolved
2018-12-11 11:28 derick Fixed in Version => 2.7.0beta1
2018-12-11 11:28 derick Resolution open => no change required
2018-12-11 11:41 Gisleburt Note Added: 0004766
2018-12-25 09:49 viral.tech1211 Note Added: 0004783