rultor.com logo This build log was produced by rultor.com for yegor256/phprack#104
+ set -e
+ set -o pipefail
++ dirname /tmp/rultor-DrWU/run.sh
+ cd /tmp/rultor-DrWU
+ echo 8030
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed Mar 11 04:33:45 CET 2015
+ uptime
 04:33:45 up 23 days,  7:04,  0 users,	load average: 8.86, 9.15, 7.34
+ head=git@github.com:yegor256/phprack.git
+ head_branch=master
+ vars=('--env=head=git@github.com:yegor256/phprack.git' '--env=head_branch=master')
+ image=yegor256/rultor
+ directory=
+ scripts=('sudo pecl install xdebug' ';' 'echo "zend_extension=xdebug.so" > xdebug.ini' ';' 'sudo mv xdebug.ini /etc/php5/cli/conf.d' ';' 'composer install' ';' './vendor/phing/phing/bin/phing' ';')
+ container=yegor256_phprack_104
+ as_root=false
+ git clone --branch=master --depth=10 git@github.com:yegor256/phprack.git repo
Initialized empty Git repository in /tmp/rultor-DrWU/repo/.git/
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'sudo pecl install xdebug' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'sudo pecl install xdebug' ';' 'echo "zend_extension=xdebug.so" > xdebug.ini' ';' 'sudo mv xdebug.ini /etc/php5/cli/conf.d' ';' 'composer install' ';' ./vendor/phing/phing/bin/phing ';'
+ rm -rf .gpg
+ cd repo
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=7.34
++ bc
++ echo 7.34 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 7.34, low enough to run a new Docker container'
load average is 7.34, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Pulling repository yegor256/rultor
2ad7249bf03c: Pulling image (latest) from yegor256/rultor
2ad7249bf03c: Pulling image (latest) from yegor256/rultor, endpoint: https://registry-1.docker.io/v1/
2ad7249bf03c: Pulling dependent layers
511136ea3c5a: Download complete
d7ac5e4f1812: Download complete
2f4b4d6a4a06: Download complete
83ff768040a0: Download complete
6c37f792ddac: Download complete
e54ca5efa2e9: Download complete
18e5e08ce16d: Download complete
cfd3123899d7: Download complete
7fdbbba76594: Download complete
452bfe735d07: Download complete
2d8dc22e2c1a: Download complete
5dba824e2096: Download complete
996aaaaa3be6: Download complete
e2730cdac0e5: Download complete
3d8c369c7792: Download complete
2ed8d6c88527: Download complete
39a477af720b: Download complete
b97894feaf2c: Download complete
5a2f0c609499: Download complete
9ad8daa2cd1d: Download complete
fbb3c7ffb85b: Download complete
63892fa9dc21: Download complete
244638a429a4: Download complete
c0b899df8169: Download complete
689ff7a95ae2: Download complete
da4c3c51f876: Download complete
af8fbf8cd4dc: Download complete
7d0fc5b517c8: Download complete
a7280d0d7ae9: Download complete
2ad7249bf03c: Download complete
2ad7249bf03c: Download complete
Status: Image is up to date for yegor256/rultor:latest
++ pwd
++ pwd
+ docker run --rm -v /tmp/rultor-DrWU:/main --env=head=git@github.com:yegor256/phprack.git --env=head_branch=master --memory=4g --cidfile=/tmp/rultor-DrWU/cid -w=/main --name=yegor256_phprack_104 yegor256/rultor /main/entry.sh
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.ivy2 /root/.java /root/.m2 /root/.profile /root/.sbt /home/r
+ cp -R ./cid ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su -m r -c /home/r/script.sh
+ set -e
+ set -o pipefail
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ sudo pecl install xdebug
downloading xdebug-2.3.1.tgz ...
Starting to download xdebug-2.3.1.tgz (266,218 bytes)
.......................................................done: 266,218 bytes
74 source files, building
running: phpize
Configuring for:
PHP Api Version:	 20121113
Zend Module Api No:	 20121212
Zend Extension Api No:	 220121212
building in /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1
running: /tmp/pear/temp/xdebug/configure
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-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
checking for PHP extension directory... /usr/lib/php5/20121212
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking whether to enable eXtended debugging support... yes, shared
checking Check for supported PHP versions... supported (5.5.9-1ubuntu4.6)
checking for gettimeofday... yes
checking for cos in -lm... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... (cached) nawk
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) 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
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
running: make
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug.c -o xdebug.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/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-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_branch_info.c -o xdebug_branch_info.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/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-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_code_coverage.c -o xdebug_code_coverage.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/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
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_com.c -o xdebug_com.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/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-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_compat.c -o xdebug_compat.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_compat.c  -fPIC -DPIC -o .libs/xdebug_compat.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_handler_dbgp.c -o xdebug_handler_dbgp.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_handler_dbgp.c  -fPIC -DPIC -o .libs/xdebug_handler_dbgp.o
In file included from /tmp/pear/temp/xdebug/xdebug_handlers.h:23:0,
		 from /tmp/pear/temp/xdebug/php_xdebug.h:32,
		 from /tmp/pear/temp/xdebug/xdebug_handler_dbgp.c:34:
/tmp/pear/temp/xdebug/xdebug_handler_dbgp.c: In function 'send_message':
/tmp/pear/temp/xdebug/xdebug_com.h:43:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define SSENDL(a,b,c) write(a,b,c)
			    ^
/tmp/pear/temp/xdebug/xdebug_handler_dbgp.c:265:2: note: in expansion of macro 'SSENDL'
  SSENDL(context->socket, tmp->d, tmp->l);
  ^
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_handlers.c -o xdebug_handlers.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_handlers.c	 -fPIC -DPIC -o .libs/xdebug_handlers.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_llist.c -o xdebug_llist.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_llist.c  -fPIC -DPIC -o .libs/xdebug_llist.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_hash.c -o xdebug_hash.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_hash.c  -fPIC -DPIC -o .libs/xdebug_hash.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_private.c -o xdebug_private.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_private.c	-fPIC -DPIC -o .libs/xdebug_private.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_profiler.c -o xdebug_profiler.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_profiler.c	 -fPIC -DPIC -o .libs/xdebug_profiler.o
In file included from /tmp/pear/temp/xdebug/xdebug_handlers.h:25:0,
		 from /tmp/pear/temp/xdebug/php_xdebug.h:32,
		 from /tmp/pear/temp/xdebug/xdebug_profiler.c:22:
/tmp/pear/temp/xdebug/xdebug_profiler.c: In function 'get_filename_ref':
/tmp/pear/temp/xdebug/xdebug_profiler.c:142:66: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   xdebug_hash_add(XG(profile_filename_refs), name, strlen(name), (void*) XG(profile_last_filename_ref));
								  ^
/tmp/pear/temp/xdebug/xdebug_hash.h:75:91: note: in definition of macro 'xdebug_hash_add'
 #define xdebug_hash_add(h, key, key_len, p) xdebug_hash_add_or_update(h, key, key_len, 0, p)
											   ^
/tmp/pear/temp/xdebug/xdebug_profiler.c: In function 'get_functionname_ref':
/tmp/pear/temp/xdebug/xdebug_profiler.c:155:70: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   xdebug_hash_add(XG(profile_functionname_refs), name, strlen(name), (void*) XG(profile_last_functionname_ref));
								      ^
/tmp/pear/temp/xdebug/xdebug_hash.h:75:91: note: in definition of macro 'xdebug_hash_add'
 #define xdebug_hash_add(h, key, key_len, p) xdebug_hash_add_or_update(h, key, key_len, 0, p)
											   ^
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_set.c -o xdebug_set.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_set.c  -fPIC -DPIC -o .libs/xdebug_set.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_stack.c -o xdebug_stack.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_stack.c  -fPIC -DPIC -o .libs/xdebug_stack.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_str.c -o xdebug_str.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_str.c  -fPIC -DPIC -o .libs/xdebug_str.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_superglobals.c -o xdebug_superglobals.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_superglobals.c  -fPIC -DPIC -o .libs/xdebug_superglobals.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_tracing.c -o xdebug_tracing.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_tracing.c	-fPIC -DPIC -o .libs/xdebug_tracing.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_trace_textual.c -o xdebug_trace_textual.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_trace_textual.c  -fPIC -DPIC -o .libs/xdebug_trace_textual.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_trace_computerized.c -o xdebug_trace_computerized.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_trace_computerized.c  -fPIC -DPIC -o .libs/xdebug_trace_computerized.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_trace_html.c -o xdebug_trace_html.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_trace_html.c  -fPIC -DPIC -o .libs/xdebug_trace_html.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_var.c -o xdebug_var.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_var.c  -fPIC -DPIC -o .libs/xdebug_var.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/xdebug_xml.c -o xdebug_xml.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug_xml.c  -fPIC -DPIC -o .libs/xdebug_xml.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=compile cc  -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -c /tmp/pear/temp/xdebug/usefulstuff.c -o usefulstuff.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/usefulstuff.c  -fPIC -DPIC -o .libs/usefulstuff.o
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/include -I/tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/main -I/tmp/pear/temp/xdebug -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib	-DHAVE_CONFIG_H	 -g -O2	  -o xdebug.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/modules  xdebug.lo xdebug_branch_info.lo xdebug_code_coverage.lo xdebug_com.lo xdebug_compat.lo xdebug_handler_dbgp.lo xdebug_handlers.lo xdebug_llist.lo xdebug_hash.lo xdebug_private.lo xdebug_profiler.lo xdebug_set.lo xdebug_stack.lo xdebug_str.lo xdebug_superglobals.lo xdebug_tracing.lo xdebug_trace_textual.lo xdebug_trace_computerized.lo xdebug_trace_html.lo xdebug_var.lo xdebug_xml.lo usefulstuff.lo -lm
libtool: link: cc -shared  -fPIC -DPIC	.libs/xdebug.o .libs/xdebug_branch_info.o .libs/xdebug_code_coverage.o .libs/xdebug_com.o .libs/xdebug_compat.o .libs/xdebug_handler_dbgp.o .libs/xdebug_handlers.o .libs/xdebug_llist.o .libs/xdebug_hash.o .libs/xdebug_private.o .libs/xdebug_profiler.o .libs/xdebug_set.o .libs/xdebug_stack.o .libs/xdebug_str.o .libs/xdebug_superglobals.o .libs/xdebug_tracing.o .libs/xdebug_trace_textual.o .libs/xdebug_trace_computerized.o .libs/xdebug_trace_html.o .libs/xdebug_var.o .libs/xdebug_xml.o .libs/usefulstuff.o   -lm  -O2	  -Wl,-soname -Wl,xdebug.so -o .libs/xdebug.so
libtool: link: ( cd ".libs" && rm -f "xdebug.la" && ln -s "../xdebug.la" "xdebug.la" )
/bin/bash /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/libtool --mode=install cp ./xdebug.la /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/modules
libtool: install: cp ./.libs/xdebug.so /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/modules/xdebug.so
libtool: install: cp ./.libs/xdebug.lai /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/modules/xdebug.la
libtool: finish: PATH="/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/pear/temp/pear-build-roothwrO5F/xdebug-2.3.1/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-roothwrO5F/install-xdebug-2.3.1" install
Installing shared extensions:	  /tmp/pear/temp/pear-build-roothwrO5F/install-xdebug-2.3.1/usr/lib/php5/20121212/

shtool:echo:Warning: unable to determine terminal sequence for bold mode
  +----------------------------------------------------------------------+
  |									 |
  |   INSTALLATION INSTRUCTIONS						 |
  |   =========================						 |
  |									 |
  |   See http://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:	 http://xdebug.org/docs-settings.php	 |
  |   - A list of all functions: http://xdebug.org/docs-functions.php	 |
  |   - Profiling instructions:	 http://xdebug.org/docs-profiling2.php	 |
  |   - Remote debugging:	 http://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.								 |
  |									 |
  +----------------------------------------------------------------------+
shtool:echo:Warning: unable to determine terminal sequence for bold mode


running: find "/tmp/pear/temp/pear-build-roothwrO5F/install-xdebug-2.3.1" | xargs ls -dils
159651	  4 drwxr-xr-x 3 root root    4096 Mar 11 03:34 /tmp/pear/temp/pear-build-roothwrO5F/install-xdebug-2.3.1
159715	  4 drwxr-xr-x 3 root root    4096 Mar 11 03:34 /tmp/pear/temp/pear-build-roothwrO5F/install-xdebug-2.3.1/usr
159716	  4 drwxr-xr-x 3 root root    4096 Mar 11 03:34 /tmp/pear/temp/pear-build-roothwrO5F/install-xdebug-2.3.1/usr/lib
159717	  4 drwxr-xr-x 3 root root    4096 Mar 11 03:34 /tmp/pear/temp/pear-build-roothwrO5F/install-xdebug-2.3.1/usr/lib/php5
159718	  4 drwxr-xr-x 2 root root    4096 Mar 11 03:34 /tmp/pear/temp/pear-build-roothwrO5F/install-xdebug-2.3.1/usr/lib/php5/20121212
159714 1084 -rwxr-xr-x 1 root root 1107005 Mar 11 03:34 /tmp/pear/temp/pear-build-roothwrO5F/install-xdebug-2.3.1/usr/lib/php5/20121212/xdebug.so

Build process completed successfully
Installing '/usr/lib/php5/20121212/xdebug.so'
install ok: channel://pecl.php.net/xdebug-2.3.1
configuration option "php_ini" is not set to php.ini location
You should add "zend_extension=xdebug.so" to php.ini
+ echo zend_extension=xdebug.so
+ sudo mv xdebug.ini /etc/php5/cli/conf.d
+ composer install
/home/r/script.sh: line 7: composer: command not found