総数:13 今日:1 昨日:0
How to Install Xdebug with pecl
参考url: Xdebug Document for Installation with pecl
You can install Xdebug through PECL on Linux.
Run:
~$ sudo pecl install xdebug
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
downloading xdebug-3.0.3.tgz ...
Starting to download xdebug-3.0.3.tgz (215,952 bytes)
.............................................done: 215,952 bytes
87 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-roothyAdug/xdebug-3.0.3
running: /tmp/pear/temp/xdebug/configure --with-php-config=/usr/bin/php-config
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/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
checking for PHP includes... -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib
checking for PHP extension directory... /usr/lib/php/20190902
checking for PHP installed headers prefix... /usr/include/php/20190902
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 enable Xdebug support... yes, shared
checking whether to enable Xdebug developer build flags... no
checking Check for supported PHP versions... supported (7.4.3)
checking for gettimeofday... yes
checking for clock_gettime... 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 a sed that does not truncate output... /usr/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 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
Makefile:228: 警告: ターゲット 'test' のためのレシピを置き換えます
Makefile:132: 警告: ターゲット 'test' のための古いレシピは無視されます
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -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-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -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-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/base/base.c -o src/base/base.lo
mkdir src/base/.libs
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/base/base.c -fPIC -DPIC -o src/base/.libs/base.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/base/filter.c -o src/base/filter.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/base/filter.c -fPIC -DPIC -o src/base/.libs/filter.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/usefulstuff.c -o src/lib/usefulstuff.lo
mkdir src/lib/.libs
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/usefulstuff.c -fPIC -DPIC -o src/lib/.libs/usefulstuff.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/compat.c -o src/lib/compat.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/compat.c -fPIC -DPIC -o src/lib/.libs/compat.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/crc32.c -o src/lib/crc32.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/crc32.c -fPIC -DPIC -o src/lib/.libs/crc32.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/hash.c -o src/lib/hash.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/hash.c -fPIC -DPIC -o src/lib/.libs/hash.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/headers.c -o src/lib/headers.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/headers.c -fPIC -DPIC -o src/lib/.libs/headers.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/lib.c -o src/lib/lib.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/lib.c -fPIC -DPIC -o src/lib/.libs/lib.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/llist.c -o src/lib/llist.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/llist.c -fPIC -DPIC -o src/lib/.libs/llist.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/log.c -o src/lib/log.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/log.c -fPIC -DPIC -o src/lib/.libs/log.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/set.c -o src/lib/set.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/set.c -fPIC -DPIC -o src/lib/.libs/set.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/str.c -o src/lib/str.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/str.c -fPIC -DPIC -o src/lib/.libs/str.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/timing.c -o src/lib/timing.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/timing.c -fPIC -DPIC -o src/lib/.libs/timing.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var.c -o src/lib/var.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var.c -fPIC -DPIC -o src/lib/.libs/var.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_html.c -o src/lib/var_export_html.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_html.c -fPIC -DPIC -o src/lib/.libs/var_export_html.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_line.c -o src/lib/var_export_line.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_line.c -fPIC -DPIC -o src/lib/.libs/var_export_line.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_text.c -o src/lib/var_export_text.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_text.c -fPIC -DPIC -o src/lib/.libs/var_export_text.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_xml.c -o src/lib/var_export_xml.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_xml.c -fPIC -DPIC -o src/lib/.libs/var_export_xml.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/xml.c -o src/lib/xml.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/xml.c -fPIC -DPIC -o src/lib/.libs/xml.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/coverage/branch_info.c -o src/coverage/branch_info.lo
mkdir src/coverage/.libs
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/coverage/branch_info.c -fPIC -DPIC -o src/coverage/.libs/branch_info.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/coverage/code_coverage.c -o src/coverage/code_coverage.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/coverage/code_coverage.c -fPIC -DPIC -o src/coverage/.libs/code_coverage.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/com.c -o src/debugger/com.lo
mkdir src/debugger/.libs
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/com.c -fPIC -DPIC -o src/debugger/.libs/com.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/debugger.c -o src/debugger/debugger.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/debugger.c -fPIC -DPIC -o src/debugger/.libs/debugger.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/handler_dbgp.c -o src/debugger/handler_dbgp.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/handler_dbgp.c -fPIC -DPIC -o src/debugger/.libs/handler_dbgp.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/handlers.c -o src/debugger/handlers.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/handlers.c -fPIC -DPIC -o src/debugger/.libs/handlers.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/develop.c -o src/develop/develop.lo
mkdir src/develop/.libs
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/develop.c -fPIC -DPIC -o src/develop/.libs/develop.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/monitor.c -o src/develop/monitor.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/monitor.c -fPIC -DPIC -o src/develop/.libs/monitor.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/php_functions.c -o src/develop/php_functions.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/php_functions.c -fPIC -DPIC -o src/develop/.libs/php_functions.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/stack.c -o src/develop/stack.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/stack.c -fPIC -DPIC -o src/develop/.libs/stack.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/superglobals.c -o src/develop/superglobals.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/superglobals.c -fPIC -DPIC -o src/develop/.libs/superglobals.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/gcstats/gc_stats.c -o src/gcstats/gc_stats.lo
mkdir src/gcstats/.libs
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/gcstats/gc_stats.c -fPIC -DPIC -o src/gcstats/.libs/gc_stats.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/profiler/profiler.c -o src/profiler/profiler.lo
mkdir src/profiler/.libs
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/profiler/profiler.c -fPIC -DPIC -o src/profiler/.libs/profiler.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/trace_computerized.c -o src/tracing/trace_computerized.lo
mkdir src/tracing/.libs
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/trace_computerized.c -fPIC -DPIC -o src/tracing/.libs/trace_computerized.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/trace_html.c -o src/tracing/trace_html.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/trace_html.c -fPIC -DPIC -o src/tracing/.libs/trace_html.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/trace_textual.c -o src/tracing/trace_textual.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/trace_textual.c -fPIC -DPIC -o src/tracing/.libs/trace_textual.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/tracing.c -o src/tracing/tracing.lo
cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/tracing.c -fPIC -DPIC -o src/tracing/.libs/tracing.o
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -o xdebug.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/modules xdebug.lo src/base/base.lo src/base/filter.lo src/lib/usefulstuff.lo src/lib/compat.lo src/lib/crc32.lo src/lib/hash.lo src/lib/headers.lo src/lib/lib.lo src/lib/llist.lo src/lib/log.lo src/lib/set.lo src/lib/str.lo src/lib/timing.lo src/lib/var.lo src/lib/var_export_html.lo src/lib/var_export_line.lo src/lib/var_export_text.lo src/lib/var_
export_xml.lo src/lib/xml.lo src/coverage/branch_info.lo src/coverage/code_coverage.lo src/debugger/com.lo src/debugger/debugger.lo src/debugger/handler_dbgp.lo src/debugger/handlers.lo src/develop/develop.lo src/develop/monitor.lo src/develop/php_functions.lo src/develop/stack.lo src/develop/superglobals.lo src/gcstats/gc_stats.lo src/profiler/profiler.lo src/tracing/trace_computerized.lo src/tracing/trace_html.lo src/tracing/trace_textual.lo src/tracing/tracing.lo -lm
cc -shared .libs/xdebug.o src/base/.libs/base.o src/base/.libs/filter.o src/lib/.libs/usefulstuff.o src/lib/.libs/compat.o src/lib/.libs/crc32.o src/lib/.libs/hash.o src/lib/.libs/headers.o src/lib/.libs/lib.o src/lib/.libs/llist.o src/lib/.libs/log.o src/lib/.libs/set.o src/lib/.libs/str.o src/lib/.libs/timing.o src/lib/.libs/var.o src/lib/.libs/var_export_html.o src/lib/.libs/var_export_line.o src/lib/.libs/var_export_text.o src/lib/.libs/var_export_xml.o src/lib/.libs/xml.o src/coverage/.libs/branch_info.o src/coverage/.libs/code_coverage.o src/debugger/.libs/com.o src/debugger/.libs/debugger.o src/debugger/.libs/handler_dbgp.o src/debugger/.libs/handlers.o src/develop/.libs/develop.o src/develop/.libs/monitor.o src/develop/.libs/php_functions.o src/develop/.libs/stack.o src/develop/.libs/superglobals.o src/gcstats/.libs/gc_stats.o src/profiler/.libs/profiler.o src/tracing/.libs/trace_computerized.o src/tracing/.libs/trace_html.o src/tracing/.libs/trace_textual.o src/tracing/.libs/tracing.o -lm -Wl,-so
name -Wl,xdebug.so -o .libs/xdebug.so
creating xdebug.la
(cd .libs && rm -f xdebug.la && ln -s ../xdebug.la xdebug.la)
/bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=install cp ./xdebug.la /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/modules
cp ./.libs/xdebug.so /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/modules/xdebug.so
cp ./.libs/xdebug.lai /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/modules/xdebug.la
PATH="$PATH:/sbin" ldconfig -n /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/modules
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/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-roothyAdug/install-xdebug-3.0.3" install
Makefile:228: 警告: ターゲット 'test' のためのレシピを置き換えます
Makefile:132: 警告: ターゲット 'test' のための古いレシピは無視されます
Installing shared extensions: /tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3/usr/lib/php/20190902/
+----------------------------------------------------------------------+
| |
| INSTALLATION INSTRUCTIONS |
| ========================= |
| |
| See https://xdebug.org/install.php#configure-php for instructions |
| on how to enable Xdebug for PHP. |
| |
| Documentation is available online as well: |
| - A list of all settings: https://xdebug.org/docs-settings.php |
| - A list of all functions: https://xdebug.org/docs-functions.php |
| - Profiling instructions: https://xdebug.org/docs-profiling2.php |
| - Remote debugging: https://xdebug.org/docs-debugger.php |
| |
| |
| NOTE: Please disregard the message |
| You should add "extension=xdebug.so" to php.ini |
| that is emitted by the PECL installer. This does not work for |
| Xdebug. |
| |
+----------------------------------------------------------------------+
running: find "/tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3" | xargs ls -dils
659324 4 drwxr-xr-x 3 root root 4096 3月 9 11:57 /tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3
659434 4 drwxr-xr-x 3 root root 4096 3月 9 11:57 /tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3/usr
659435 4 drwxr-xr-x 3 root root 4096 3月 9 11:57 /tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3/usr/lib
659436 4 drwxr-xr-x 3 root root 4096 3月 9 11:57 /tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3/usr/lib/php
659437 4 drwxr-xr-x 2 root root 4096 3月 9 11:57 /tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3/usr/lib/php/20190902
659433 2396 -rwxr-xr-x 1 root root 2451512 3月 9 11:57 /tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3/usr/lib/php/20190902/xdebug.so
Build process completed successfully
Installing '/usr/lib/php/20190902/xdebug.so'
install ok: channel://pecl.php.net/xdebug-3.0.3
configuration option "php_ini" is not set to php.ini location
You should add "zend_extension=/usr/lib/php/20190902/xdebug.so" to php.ini
Warning: You should ignore any prompts to add "extension=xdebug.so" to php.ini — this will cause problems.
In some cases pecl will change the php.ini file to add a configuration line to load Xdebug.
You can check whether it did by running php -v.
php -v
If Xdebug shows up with a version number, then you're all set and you can configure Xdebug's other functions, such as Step Debugging, or Profiling.
If pecl did not add the right line, skip to the Configure PHP section.
~$ php -v
PHP 7.4.3 (cli) (built: Oct 6 2020 15:47:56) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.3, Copyright (c), by Zend Technologies
Xdebug did not show up with a version number...
https://xdebug.org/docs/install#configure-php