Mock Version: 1.2.14 Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/php-pecl-jsonc.spec'], chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-9995/root'env={'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'}printOutput=Falseuser='mockbuild'shell=Falselogger=gid=135uid=1000timeout=0) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/php-pecl-jsonc.spec'] with env {'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'} and shell False warning: Could not canonicalize hostname: armbuilder Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/php-pecl-jsonc-1.3.9-1bs01fc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/php-pecl-jsonc.spec '], chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-9995/root'env={'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'}printOutput=Falseuser='mockbuild'shell=Falselogger=gid=135uid=1000private_network=Truetimeout=0) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/php-pecl-jsonc.spec '] with env {'HOME': '/builddir', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_DIR': '/tmp/ccache', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fHkhbh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf php-pecl-jsonc-1.3.9 + /usr/bin/mkdir -p php-pecl-jsonc-1.3.9 + cd php-pecl-jsonc-1.3.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/jsonc-1.3.9.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd jsonc-1.3.9 ++ sed -n '/#define PHP_JSON_VERSION/{s/.* "//;s/".*$//;p}' php_json.h + extver=1.3.9 + test x1.3.9 '!=' x1.3.9 + cd .. + cat + tee json.ini ; Enable json extension module extension = json.so + cp -pr jsonc-1.3.9 jsonc-zts + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CnJnWr + umask 022 + cd /builddir/build/BUILD + cd php-pecl-jsonc-1.3.9 + cd jsonc-1.3.9 + /usr/bin/phpize Configuring for: PHP Api Version: 20121113 Zend Module Api No: 20121212 Zend Extension Api No: 220121212 + CFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' + export CFLAGS + CXXFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' + export CXXFLAGS + FFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + ./configure --build=armv6hl-redhat-linux-gnu --host=armv6hl-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-php-config=/usr/bin/php-config configure: WARNING: unrecognized options: --disable-dependency-tracking 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 armv6hl-redhat-linux-gnu-cc... no checking for armv6hl-redhat-linux-gnu-gcc... no 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... yes checking build system type... armv6hl-redhat-linux-gnu checking host system type... armv6hl-redhat-linux-gnu checking target system type... armv6hl-redhat-linux-gnu checking for PHP prefix... /usr checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib checking for PHP extension directory... /usr/lib/php/modules checking for PHP installed headers prefix... /usr/include/php 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... gawk checking whether to enable JavaScript Object Serialization support... yes, shared checking whether to rename module file to jsonc... no checking libjson... no checking whether to enable RDRAND Hardware RNG Hash Seed generation on supported x86/x64 platforms... 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for ANSI C header files... (cached) yes checking for working sscanf... no, not working checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for strings.h... (cached) yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for inttypes.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking for strcasecmp... yes checking for strdup... yes checking for strndup... yes checking for strerror... yes checking for snprintf... yes checking for vsnprintf... yes checking for vasprintf... yes checking for open... yes checking for vsyslog... yes checking for strncasecmp... yes checking for setlocale... yes checking JSON extension name:... json checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/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... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert armv6hl-redhat-linux-gnu file names to armv6hl-redhat-linux-gnu format... func_convert_file_noop checking how to convert armv6hl-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for armv6hl-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for armv6hl-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv6hl-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for armv6hl-redhat-linux-gnu-strip... no checking for strip... strip checking for armv6hl-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for gawk... (cached) gawk checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for armv6hl-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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... no 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) 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 configure: WARNING: unrecognized options: --disable-dependency-tracking + make -j8 /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json.c -o json.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/arraylist.c -o json-c/arraylist.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/debug.c -o json-c/debug.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/json_c_version.c -o json-c/json_c_version.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/json_object.c -o json-c/json_object.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/json_object_iterator.c -o json-c/json_object_iterator.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/json_tokener.c -o json-c/json_tokener.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/json_util.c -o json-c/json_util.lo libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json.c -fPIC -DPIC -o .libs/json.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/arraylist.c -fPIC -DPIC -o json-c/.libs/arraylist.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/json_object.c -fPIC -DPIC -o json-c/.libs/json_object.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/debug.c -fPIC -DPIC -o json-c/.libs/debug.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/json_c_version.c -fPIC -DPIC -o json-c/.libs/json_c_version.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/json_util.c -fPIC -DPIC -o json-c/.libs/json_util.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/json_tokener.c -fPIC -DPIC -o json-c/.libs/json_tokener.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/json_object_iterator.c -fPIC -DPIC -o json-c/.libs/json_object_iterator.o /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/linkhash.c -o json-c/linkhash.lo libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/linkhash.c -fPIC -DPIC -o json-c/.libs/linkhash.o /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/random_seed.c -o json-c/random_seed.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/printbuf.c -o json-c/printbuf.lo libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/random_seed.c -fPIC -DPIC -o json-c/.libs/random_seed.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/json-c/printbuf.c -fPIC -DPIC -o json-c/.libs/printbuf.o /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/libtool --mode=link cc -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -Wl,-z,relro -o json.la -export-dynamic -avoid-version -prefer-pic -module -rpath /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/modules json.lo json-c/arraylist.lo json-c/debug.lo json-c/json_c_version.lo json-c/json_object.lo json-c/json_object_iterator.lo json-c/json_tokener.lo json-c/json_util.lo json-c/linkhash.lo json-c/random_seed.lo json-c/printbuf.lo libtool: link: cc -shared -fPIC -DPIC .libs/json.o json-c/.libs/arraylist.o json-c/.libs/debug.o json-c/.libs/json_c_version.o json-c/.libs/json_object.o json-c/.libs/json_object_iterator.o json-c/.libs/json_tokener.o json-c/.libs/json_util.o json-c/.libs/linkhash.o json-c/.libs/random_seed.o json-c/.libs/printbuf.o -O2 -march=armv6 -mfloat-abi=hard -mfpu=vfp -Wl,-z -Wl,relro -Wl,-soname -Wl,json.so -o .libs/json.so libtool: link: ( cd ".libs" && rm -f "json.la" && ln -s "../json.la" "json.la" ) /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/libtool --mode=install cp ./json.la /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/modules libtool: install: cp ./.libs/json.so /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/modules/json.so libtool: install: cp ./.libs/json.lai /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/modules/json.la libtool: finish: PATH="/usr/lib/ccache:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin:/sbin" ldconfig -n /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/modules ---------------------------------------------------------------------- Libraries have been installed in: /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/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'. + cd ../jsonc-zts + /usr/bin/zts-phpize Configuring for: PHP Api Version: 20121113 Zend Module Api No: 20121212 Zend Extension Api No: 220121212 + CFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' + export CFLAGS + CXXFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp' + export CXXFLAGS + FFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + ./configure --build=armv6hl-redhat-linux-gnu --host=armv6hl-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-php-config=/usr/bin/zts-php-config configure: WARNING: unrecognized options: --disable-dependency-tracking 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 armv6hl-redhat-linux-gnu-cc... no checking for armv6hl-redhat-linux-gnu-gcc... no 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... yes checking build system type... armv6hl-redhat-linux-gnu checking host system type... armv6hl-redhat-linux-gnu checking target system type... armv6hl-redhat-linux-gnu checking for PHP prefix... /usr checking for PHP includes... -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib checking for PHP extension directory... /usr/lib/php-zts/modules checking for PHP installed headers prefix... /usr/include/php-zts/php 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... gawk checking whether to enable JavaScript Object Serialization support... yes, shared checking whether to rename module file to jsonc... no checking libjson... no checking whether to enable RDRAND Hardware RNG Hash Seed generation on supported x86/x64 platforms... 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for ANSI C header files... (cached) yes checking for working sscanf... no, not working checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for strings.h... (cached) yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for inttypes.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking for strcasecmp... yes checking for strdup... yes checking for strndup... yes checking for strerror... yes checking for snprintf... yes checking for vsnprintf... yes checking for vasprintf... yes checking for open... yes checking for vsyslog... yes checking for strncasecmp... yes checking for setlocale... yes checking JSON extension name:... json checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/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... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert armv6hl-redhat-linux-gnu file names to armv6hl-redhat-linux-gnu format... func_convert_file_noop checking how to convert armv6hl-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for armv6hl-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for armv6hl-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv6hl-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for armv6hl-redhat-linux-gnu-strip... no checking for strip... strip checking for armv6hl-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for gawk... (cached) gawk checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for armv6hl-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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... no 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) 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 configure: WARNING: unrecognized options: --disable-dependency-tracking + make -j8 /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json.c -o json.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/arraylist.c -o json-c/arraylist.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/debug.c -o json-c/debug.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/json_c_version.c -o json-c/json_c_version.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/json_object.c -o json-c/json_object.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/json_object_iterator.c -o json-c/json_object_iterator.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/json_tokener.c -o json-c/json_tokener.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/json_util.c -o json-c/json_util.lo libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/json_object.c -fPIC -DPIC -o json-c/.libs/json_object.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/json_object_iterator.c -fPIC -DPIC -o json-c/.libs/json_object_iterator.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/debug.c -fPIC -DPIC -o json-c/.libs/debug.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json.c -fPIC -DPIC -o .libs/json.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/arraylist.c -fPIC -DPIC -o json-c/.libs/arraylist.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/json_c_version.c -fPIC -DPIC -o json-c/.libs/json_c_version.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/json_util.c -fPIC -DPIC -o json-c/.libs/json_util.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/json_tokener.c -fPIC -DPIC -o json-c/.libs/json_tokener.o /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/linkhash.c -o json-c/linkhash.lo /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/random_seed.c -o json-c/random_seed.lo libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/linkhash.c -fPIC -DPIC -o json-c/.libs/linkhash.o /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/libtool --mode=compile cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/printbuf.c -o json-c/printbuf.lo libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/random_seed.c -fPIC -DPIC -o json-c/.libs/random_seed.o libtool: compile: cc -I. -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -c /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/json-c/printbuf.c -fPIC -DPIC -o json-c/.libs/printbuf.o /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/libtool --mode=link cc -DPHP_ATOM_INC -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/include -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/main -I/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts -I/usr/include/php-zts/php -I/usr/include/php-zts/php/main -I/usr/include/php-zts/php/TSRM -I/usr/include/php-zts/php/Zend -I/usr/include/php-zts/php/ext -I/usr/include/php-zts/php/ext/date/lib -DHAVE_CONFIG_H -O2 -g -march=armv6 -mfloat-abi=hard -mfpu=vfp -Wl,-z,relro -o json.la -export-dynamic -avoid-version -prefer-pic -module -rpath /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/modules json.lo json-c/arraylist.lo json-c/debug.lo json-c/json_c_version.lo json-c/json_object.lo json-c/json_object_iterator.lo json-c/json_tokener.lo json-c/json_util.lo json-c/linkhash.lo json-c/random_seed.lo json-c/printbuf.lo libtool: link: cc -shared -fPIC -DPIC .libs/json.o json-c/.libs/arraylist.o json-c/.libs/debug.o json-c/.libs/json_c_version.o json-c/.libs/json_object.o json-c/.libs/json_object_iterator.o json-c/.libs/json_tokener.o json-c/.libs/json_util.o json-c/.libs/linkhash.o json-c/.libs/random_seed.o json-c/.libs/printbuf.o -O2 -march=armv6 -mfloat-abi=hard -mfpu=vfp -Wl,-z -Wl,relro -Wl,-soname -Wl,json.so -o .libs/json.so libtool: link: ( cd ".libs" && rm -f "json.la" && ln -s "../json.la" "json.la" ) /bin/sh /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/libtool --mode=install cp ./json.la /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/modules libtool: install: cp ./.libs/json.so /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/modules/json.so libtool: install: cp ./.libs/json.lai /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/modules/json.la libtool: finish: PATH="/usr/lib/ccache:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin:/sbin" ldconfig -n /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/modules ---------------------------------------------------------------------- Libraries have been installed in: /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/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'. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.z1eZyD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm ++ dirname /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm + cd php-pecl-jsonc-1.3.9 + make -C jsonc-1.3.9 install INSTALL_ROOT=/builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm make: Entering directory '/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9' Installing shared extensions: /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/lib/php/modules/ Installing header files: /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/include/php/ make: Leaving directory '/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9' + install -D -m 644 json.ini /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/etc/php.d/json.ini + make -C jsonc-zts install INSTALL_ROOT=/builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm make: Entering directory '/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts' Installing shared extensions: /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/lib/php-zts/modules/ Installing header files: /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/include/php-zts/php/ make: Leaving directory '/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts' + install -D -m 644 json.ini /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/etc/php-zts.d/json.ini + install -D -m 644 package.xml /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/var/lib/pear/pkgxml/php-pecl-jsonc.xml ++ grep 'role="test"' package.xml ++ sed -e 's/^.*name="//;s/".*$//' + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/001.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/001.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/002.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/002.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/003.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/003.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/004.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/004.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/005.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/005.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/006.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/006.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/007.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/007.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/007-jsonc.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/007-jsonc.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/008.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/008.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/009-incrementalparser.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/009-incrementalparser.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/010-incrementalparserfile.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/010-incrementalparserfile.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/011-comments.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/011-comments.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/012-null-byte.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/012-null-byte.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug40503.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug40503.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug41034.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug41034.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug41067.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug41067.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug41403.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug41403.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug41504.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug41504.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug41567.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug41567.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug42090.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug42090.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug42785.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug42785.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug43941.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug43941.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug45791.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug45791.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug46215.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug46215.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug46944.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug46944.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug47644.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug47644.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug50224.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug50224.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug53946.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug53946.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug54058.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug54058.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug54484.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug54484.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug55543.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug55543.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug61537.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug61537.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug61978.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug61978.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug62369.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug62369.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug66021.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug66021.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/bug70499.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/bug70499.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/issue9.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/issue9.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/issue12.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/issue12.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/issue23.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/issue23.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/depth.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/depth.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/fail001.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/fail001.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/inf_nan_error.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/inf_nan_error.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/json_decode_basic.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/json_decode_basic.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/json_decode_error.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/json_decode_error.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/json_encode_basic.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/json_encode_basic.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/json_encode_basic_utf8.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/json_encode_basic_utf8.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/json_encode_error.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/json_encode_error.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/json_encode_numeric.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/json_encode_numeric.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/json_encode_pretty_print.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/json_encode_pretty_print.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/json_encode_unescaped_slashes.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/json_encode_unescaped_slashes.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/jsonp.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/jsonp.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/pass001.1_64bit.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/pass001.1_64bit.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/pass001.1.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/pass001.1.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/pass001.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/pass001.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/pass002.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/pass002.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/pass003.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/pass003.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/serialize.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/serialize.phpt + for i in '$(grep '\''role="test"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/tests/unsupported_type_error.phpt /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/tests/pecl/json/tests/unsupported_type_error.phpt ++ grep 'role="doc"' package.xml ++ sed -e 's/^.*name="//;s/".*$//' + for i in '$(grep '\''role="doc"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/json-c/AUTHORS /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/doc/pecl/json/json-c/AUTHORS + for i in '$(grep '\''role="doc"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/json-c/COPYING /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/doc/pecl/json/json-c/COPYING + for i in '$(grep '\''role="doc"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/CREDITS /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/doc/pecl/json/CREDITS + for i in '$(grep '\''role="doc"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/LICENSE /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/doc/pecl/json/LICENSE + for i in '$(grep '\''role="doc"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/README.md /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/doc/pecl/json/README.md + for i in '$(grep '\''role="doc"'\'' package.xml | sed -e '\''s/^.*name="//;s/".*$//'\'')' + install -Dpm 644 jsonc-1.3.9/INSTALL /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/doc/pecl/json/INSTALL + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/php-pecl-jsonc-1.3.9 extracting debug info from /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/lib/php-zts/modules/json.so extracting debug info from /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/lib/php/modules/json.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 686 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.fkdQgK + umask 022 + cd /builddir/build/BUILD + cd php-pecl-jsonc-1.3.9 + cd jsonc-1.3.9 + TEST_PHP_EXECUTABLE=/usr/bin/php + TEST_PHP_ARGS='-n -d extension_dir=/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9/modules -d extension=json.so' + NO_INTERACTION=1 + REPORT_EXIT_STATUS=1 + /usr/bin/php -n run-tests.php ===================================================================== PHP : /usr/bin/php PHP_SAPI : cli PHP_VERSION : 5.5.14 ZEND_VERSION: 2.5.0 PHP_OS : Linux - Linux armbuilder 4.2.6-301.fc23.armv7hl+lpae #1 SMP Fri Nov 20 22:25:45 UTC 2015 armv7l INI actual : /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 More .INIs : CWD : /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-1.3.9 Extra dirs : VALGRIND : Not used ===================================================================== TIME START 2015-12-19 10:08:46 ===================================================================== TEST 1/58 [tests/001.phpt] PASS json_decode() tests [tests/001.phpt] TEST 2/58 [tests/002.phpt] PASS json_encode() tests [tests/002.phpt] TEST 3/58 [tests/003.phpt] PASS json_encode() & endless loop - 1 [tests/003.phpt] TEST 4/58 [tests/004.phpt] PASS json_encode() & endless loop - 2 [tests/004.phpt] TEST 5/58 [tests/005.phpt] PASS json_encode() & endless loop - 3 [tests/005.phpt] TEST 6/58 [tests/006.phpt] PASS json_encode() & extended encoding [tests/006.phpt] TEST 7/58 [tests/007-jsonc.phpt] PASS json_last_error() tests [tests/007-jsonc.phpt] TEST 8/58 [tests/007.phpt] XFAIL json_last_error() tests [tests/007.phpt] XFAIL REASON: Different parser, so different error codes. TEST 9/58 [tests/008.phpt] PASS json_decode() with large integers [tests/008.phpt] TEST 10/58 [tests/009-incrementalparser.phpt] PASS JsonIncremantalParser::parse() simple test [tests/009-incrementalparser.phpt] TEST 11/58 [tests/010-incrementalparserfile.phpt] PASS JsonIncremantalParser::parseFile() test [tests/010-incrementalparserfile.phpt] TEST 12/58 [tests/011-comments.phpt] PASS JsonIncremantalParser::parseFile() test [tests/011-comments.phpt] TEST 13/58 [tests/012-null-byte.phpt] PASS Decode value with null-byte (key not yet properly decode) [tests/012-null-byte.phpt] TEST 14/58 [tests/bug40503.phpt] PASS Bug #40503 (json_encode() value corruption on 32bit systems with overflown values) [tests/bug40503.phpt] TEST 15/58 [tests/bug41034.phpt] PASS Bug #41034 (json_encode() ignores null byte started keys in arrays) [tests/bug41034.phpt] TEST 16/58 [tests/bug41067.phpt] PASS Bug #41067 (json_encode() problem with UTF-16 input) [tests/bug41067.phpt] TEST 17/58 [tests/bug41403.phpt] PASS Bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.') [tests/bug41403.phpt] TEST 18/58 [tests/bug41504.phpt] PASS Bug #41504 (json_decode() converts empty array keys to "_empty_") [tests/bug41504.phpt] TEST 19/58 [tests/bug41567.phpt] PASS Bug #41567 (json_encode() double conversion is inconsistent with PHP) [tests/bug41567.phpt] TEST 20/58 [tests/bug42090.phpt] PASS Bug #42090 (json_decode causes segmentation fault) [tests/bug42090.phpt] TEST 21/58 [tests/bug42785.phpt] PASS Bug #42785 (Incorrect formatting of double values with non-english locales) [tests/bug42785.phpt] TEST 22/58 [tests/bug43941.phpt] PASS Bug #43941 (json_encode() invalid UTF-8) [tests/bug43941.phpt] TEST 23/58 [tests/bug45791.phpt] PASS Bug #45791 (json_decode() does not handle number 0e0) [tests/bug45791.phpt] TEST 24/58 [tests/bug46215.phpt] PASS Bug #46215 (json_encode mutates its parameter and has some class-specific state) [tests/bug46215.phpt] TEST 25/58 [tests/bug46944.phpt] PASS Bug #46944 (json_encode() doesn't handle 3 byte utf8 correctly) [tests/bug46944.phpt] TEST 26/58 [tests/bug47644.phpt] SKIP Bug #47644 (valid large integers are truncated) [tests/bug47644.phpt] reason: this test is for 64bit platform only TEST 27/58 [tests/bug50224.phpt] PASS bug #50224 (json_encode() does not always encode a float as a float) [tests/bug50224.phpt] TEST 28/58 [tests/bug53946.phpt] PASS bug #53946 (json_encode() with JSON_UNESCAPED_UNICODE) [tests/bug53946.phpt] TEST 29/58 [tests/bug54058.phpt] PASS Bug #54058 (json_last_error() invalid UTF-8 produces wrong error) [tests/bug54058.phpt] TEST 30/58 [tests/bug54484.phpt] PASS Bug #54484 (Empty string in json_decode doesn't reset json_last_error) [tests/bug54484.phpt] TEST 31/58 [tests/bug55543.phpt] PASS Bug #55543 (json_encode() with JSON_NUMERIC_CHECK & numeric string properties) [tests/bug55543.phpt] TEST 32/58 [tests/bug61537.phpt] PASS Bug #61537 (json_encode() incorrectly truncates/discards information) [tests/bug61537.phpt] TEST 33/58 [tests/bug61978.phpt] PASS Bug #61978 (Object recursion not detected for classes that implement JsonSerializable) [tests/bug61978.phpt] TEST 34/58 [tests/bug62369.phpt] PASS FR #62369 (Segfault on json_encode(deeply_nested_array) [tests/bug62369.phpt] TEST 35/58 [tests/bug66021.phpt] PASS Bug #66021 (Blank line inside empty array/object when JSON_PRETTY_PRINT is set) [tests/bug66021.phpt] TEST 36/58 [tests/bug70499.phpt] PASS bug #70499 (segfaults after json_decode) [tests/bug70499.phpt] TEST 37/58 [tests/depth.phpt] PASS json_decode() with max recursion depth [tests/depth.phpt] TEST 38/58 [tests/fail001.phpt] PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/fail*.json) [tests/fail001.phpt] TEST 39/58 [tests/inf_nan_error.phpt] PASS An error is thrown when INF or NaN are encoded [tests/inf_nan_error.phpt] TEST 40/58 [tests/issue12.phpt] PASS Issue #12 json_decode: fails with number int frac [tests/issue12.phpt] TEST 41/58 [tests/issue23.phpt] PASS Issue #23 json_decode: single quote in property name [tests/issue23.phpt] TEST 42/58 [tests/issue9.phpt] PASS Issue #9 json_decode: invalid UTF-8 characters [tests/issue9.phpt] TEST 43/58 [tests/json_decode_basic.phpt] PASS Test json_decode() function : basic functionality [tests/json_decode_basic.phpt] TEST 44/58 [tests/json_decode_error.phpt] PASS Test json_decode() function : error conditions [tests/json_decode_error.phpt] TEST 45/58 [tests/json_encode_basic.phpt] PASS Test json_encode() function : basic functionality [tests/json_encode_basic.phpt] TEST 46/58 [tests/json_encode_basic_utf8.phpt] PASS Test json_encode() function : basic functionality with UTF8 string input [tests/json_encode_basic_utf8.phpt] TEST 47/58 [tests/json_encode_error.phpt] PASS Test json_encode() function : error conditions [tests/json_encode_error.phpt] TEST 48/58 [tests/json_encode_numeric.phpt] PASS Test json_encode() function with numeric flag [tests/json_encode_numeric.phpt] TEST 49/58 [tests/json_encode_pretty_print.phpt] PASS json_encode() with JSON_PRETTY_PRINT [tests/json_encode_pretty_print.phpt] TEST 50/58 [tests/json_encode_unescaped_slashes.phpt] PASS json_decode() tests [tests/json_encode_unescaped_slashes.phpt] TEST 51/58 [tests/jsonp.phpt] PASS json_decode() with comments [tests/jsonp.phpt] TEST 52/58 [tests/pass001.1.phpt] PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json) [tests/pass001.1.phpt] TEST 53/58 [tests/pass001.1_64bit.phpt] SKIP JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json) [tests/pass001.1_64bit.phpt] reason: this test is for 64bit platform only TEST 54/58 [tests/pass001.phpt] PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json) [tests/pass001.phpt] TEST 55/58 [tests/pass002.phpt] PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/pass2.json) [tests/pass002.phpt] TEST 56/58 [tests/pass003.phpt] PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/pass3.json) [tests/pass003.phpt] TEST 57/58 [tests/serialize.phpt] PASS json_encode() Serialization tests [tests/serialize.phpt] TEST 58/58 [tests/unsupported_type_error.phpt] PASS An error is thrown when an unsupported type is encoded [tests/unsupported_type_error.phpt] ===================================================================== TIME END 2015-12-19 10:08:49 ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 0 Exts tested : 17 --------------------------------------------------------------------- Number of tests : 58 56 Tests skipped : 2 ( 3.4%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 0 ( 0.0%) ( 0.0%) Expected fail : 1 ( 1.7%) ( 1.8%) Tests passed : 55 ( 94.8%) ( 98.2%) --------------------------------------------------------------------- Time taken : 3 seconds ===================================================================== ===================================================================== EXPECTED FAILED TEST SUMMARY --------------------------------------------------------------------- json_last_error() tests [tests/007.phpt] XFAIL REASON: Different parser, so different error codes. ===================================================================== + cd ../jsonc-zts + TEST_PHP_EXECUTABLE=/usr/bin/zts-php + TEST_PHP_ARGS='-n -d extension_dir=/builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts/modules -d extension=json.so' + NO_INTERACTION=1 + REPORT_EXIT_STATUS=1 + /usr/bin/zts-php -n run-tests.php ===================================================================== PHP : /usr/bin/zts-php PHP_SAPI : cli PHP_VERSION : 5.5.14 ZEND_VERSION: 2.5.0 PHP_OS : Linux - Linux armbuilder 4.2.6-301.fc23.armv7hl+lpae #1 SMP Fri Nov 20 22:25:45 UTC 2015 armv7l INI actual : /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts More .INIs : CWD : /builddir/build/BUILD/php-pecl-jsonc-1.3.9/jsonc-zts Extra dirs : VALGRIND : Not used ===================================================================== TIME START 2015-12-19 10:08:50 ===================================================================== TEST 1/58 [tests/001.phpt] PASS json_decode() tests [tests/001.phpt] TEST 2/58 [tests/002.phpt] PASS json_encode() tests [tests/002.phpt] TEST 3/58 [tests/003.phpt] PASS json_encode() & endless loop - 1 [tests/003.phpt] TEST 4/58 [tests/004.phpt] PASS json_encode() & endless loop - 2 [tests/004.phpt] TEST 5/58 [tests/005.phpt] PASS json_encode() & endless loop - 3 [tests/005.phpt] TEST 6/58 [tests/006.phpt] PASS json_encode() & extended encoding [tests/006.phpt] TEST 7/58 [tests/007-jsonc.phpt] PASS json_last_error() tests [tests/007-jsonc.phpt] TEST 8/58 [tests/007.phpt] XFAIL json_last_error() tests [tests/007.phpt] XFAIL REASON: Different parser, so different error codes. TEST 9/58 [tests/008.phpt] PASS json_decode() with large integers [tests/008.phpt] TEST 10/58 [tests/009-incrementalparser.phpt] PASS JsonIncremantalParser::parse() simple test [tests/009-incrementalparser.phpt] TEST 11/58 [tests/010-incrementalparserfile.phpt] PASS JsonIncremantalParser::parseFile() test [tests/010-incrementalparserfile.phpt] TEST 12/58 [tests/011-comments.phpt] PASS JsonIncremantalParser::parseFile() test [tests/011-comments.phpt] TEST 13/58 [tests/012-null-byte.phpt] PASS Decode value with null-byte (key not yet properly decode) [tests/012-null-byte.phpt] TEST 14/58 [tests/bug40503.phpt] PASS Bug #40503 (json_encode() value corruption on 32bit systems with overflown values) [tests/bug40503.phpt] TEST 15/58 [tests/bug41034.phpt] PASS Bug #41034 (json_encode() ignores null byte started keys in arrays) [tests/bug41034.phpt] TEST 16/58 [tests/bug41067.phpt] PASS Bug #41067 (json_encode() problem with UTF-16 input) [tests/bug41067.phpt] TEST 17/58 [tests/bug41403.phpt] PASS Bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.') [tests/bug41403.phpt] TEST 18/58 [tests/bug41504.phpt] PASS Bug #41504 (json_decode() converts empty array keys to "_empty_") [tests/bug41504.phpt] TEST 19/58 [tests/bug41567.phpt] PASS Bug #41567 (json_encode() double conversion is inconsistent with PHP) [tests/bug41567.phpt] TEST 20/58 [tests/bug42090.phpt] PASS Bug #42090 (json_decode causes segmentation fault) [tests/bug42090.phpt] TEST 21/58 [tests/bug42785.phpt] PASS Bug #42785 (Incorrect formatting of double values with non-english locales) [tests/bug42785.phpt] TEST 22/58 [tests/bug43941.phpt] PASS Bug #43941 (json_encode() invalid UTF-8) [tests/bug43941.phpt] TEST 23/58 [tests/bug45791.phpt] PASS Bug #45791 (json_decode() does not handle number 0e0) [tests/bug45791.phpt] TEST 24/58 [tests/bug46215.phpt] PASS Bug #46215 (json_encode mutates its parameter and has some class-specific state) [tests/bug46215.phpt] TEST 25/58 [tests/bug46944.phpt] PASS Bug #46944 (json_encode() doesn't handle 3 byte utf8 correctly) [tests/bug46944.phpt] TEST 26/58 [tests/bug47644.phpt] SKIP Bug #47644 (valid large integers are truncated) [tests/bug47644.phpt] reason: this test is for 64bit platform only TEST 27/58 [tests/bug50224.phpt] PASS bug #50224 (json_encode() does not always encode a float as a float) [tests/bug50224.phpt] TEST 28/58 [tests/bug53946.phpt] PASS bug #53946 (json_encode() with JSON_UNESCAPED_UNICODE) [tests/bug53946.phpt] TEST 29/58 [tests/bug54058.phpt] PASS Bug #54058 (json_last_error() invalid UTF-8 produces wrong error) [tests/bug54058.phpt] TEST 30/58 [tests/bug54484.phpt] PASS Bug #54484 (Empty string in json_decode doesn't reset json_last_error) [tests/bug54484.phpt] TEST 31/58 [tests/bug55543.phpt] PASS Bug #55543 (json_encode() with JSON_NUMERIC_CHECK & numeric string properties) [tests/bug55543.phpt] TEST 32/58 [tests/bug61537.phpt] PASS Bug #61537 (json_encode() incorrectly truncates/discards information) [tests/bug61537.phpt] TEST 33/58 [tests/bug61978.phpt] PASS Bug #61978 (Object recursion not detected for classes that implement JsonSerializable) [tests/bug61978.phpt] TEST 34/58 [tests/bug62369.phpt] PASS FR #62369 (Segfault on json_encode(deeply_nested_array) [tests/bug62369.phpt] TEST 35/58 [tests/bug66021.phpt] PASS Bug #66021 (Blank line inside empty array/object when JSON_PRETTY_PRINT is set) [tests/bug66021.phpt] TEST 36/58 [tests/bug70499.phpt] PASS bug #70499 (segfaults after json_decode) [tests/bug70499.phpt] TEST 37/58 [tests/depth.phpt] PASS json_decode() with max recursion depth [tests/depth.phpt] TEST 38/58 [tests/fail001.phpt] PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/fail*.json) [tests/fail001.phpt] TEST 39/58 [tests/inf_nan_error.phpt] PASS An error is thrown when INF or NaN are encoded [tests/inf_nan_error.phpt] TEST 40/58 [tests/issue12.phpt] PASS Issue #12 json_decode: fails with number int frac [tests/issue12.phpt] TEST 41/58 [tests/issue23.phpt] PASS Issue #23 json_decode: single quote in property name [tests/issue23.phpt] TEST 42/58 [tests/issue9.phpt] PASS Issue #9 json_decode: invalid UTF-8 characters [tests/issue9.phpt] TEST 43/58 [tests/json_decode_basic.phpt] PASS Test json_decode() function : basic functionality [tests/json_decode_basic.phpt] TEST 44/58 [tests/json_decode_error.phpt] PASS Test json_decode() function : error conditions [tests/json_decode_error.phpt] TEST 45/58 [tests/json_encode_basic.phpt] PASS Test json_encode() function : basic functionality [tests/json_encode_basic.phpt] TEST 46/58 [tests/json_encode_basic_utf8.phpt] PASS Test json_encode() function : basic functionality with UTF8 string input [tests/json_encode_basic_utf8.phpt] TEST 47/58 [tests/json_encode_error.phpt] PASS Test json_encode() function : error conditions [tests/json_encode_error.phpt] TEST 48/58 [tests/json_encode_numeric.phpt] PASS Test json_encode() function with numeric flag [tests/json_encode_numeric.phpt] TEST 49/58 [tests/json_encode_pretty_print.phpt] PASS json_encode() with JSON_PRETTY_PRINT [tests/json_encode_pretty_print.phpt] TEST 50/58 [tests/json_encode_unescaped_slashes.phpt] PASS json_decode() tests [tests/json_encode_unescaped_slashes.phpt] TEST 51/58 [tests/jsonp.phpt] PASS json_decode() with comments [tests/jsonp.phpt] TEST 52/58 [tests/pass001.1.phpt] PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json) [tests/pass001.1.phpt] TEST 53/58 [tests/pass001.1_64bit.phpt] SKIP JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json) [tests/pass001.1_64bit.phpt] reason: this test is for 64bit platform only TEST 54/58 [tests/pass001.phpt] PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json) [tests/pass001.phpt] TEST 55/58 [tests/pass002.phpt] PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/pass2.json) [tests/pass002.phpt] TEST 56/58 [tests/pass003.phpt] PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/pass3.json) [tests/pass003.phpt] TEST 57/58 [tests/serialize.phpt] PASS json_encode() Serialization tests [tests/serialize.phpt] TEST 58/58 [tests/unsupported_type_error.phpt] PASS An error is thrown when an unsupported type is encoded [tests/unsupported_type_error.phpt] ===================================================================== TIME END 2015-12-19 10:08:54 ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 0 Exts tested : 17 --------------------------------------------------------------------- Number of tests : 58 56 Tests skipped : 2 ( 3.4%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 0 ( 0.0%) ( 0.0%) Expected fail : 1 ( 1.7%) ( 1.8%) Tests passed : 55 ( 94.8%) ( 98.2%) --------------------------------------------------------------------- Time taken : 4 seconds ===================================================================== ===================================================================== EXPECTED FAILED TEST SUMMARY --------------------------------------------------------------------- json_last_error() tests [tests/007.phpt] XFAIL REASON: Different parser, so different error codes. ===================================================================== + exit 0 Processing files: php-pecl-jsonc-1.3.9-1bs01fc23.armv6hl Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YiQEHU + umask 022 + cd /builddir/build/BUILD + cd php-pecl-jsonc-1.3.9 + LICENSEDIR=/builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/licenses/php-pecl-jsonc + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/licenses/php-pecl-jsonc + cp -pr jsonc-1.3.9/LICENSE /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/licenses/php-pecl-jsonc + cp -pr jsonc-1.3.9/json-c/COPYING /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm/usr/share/licenses/php-pecl-jsonc + exit 0 Provides: bundled(bobjenkins-hash) bundled(libjson-c) = 0.11 config(php-pecl-jsonc) = 1.3.9-1bs01fc23 php-json = 1.3.9 php-json(armv6hl-32) = 1.3.9 php-pecl(json) = 1.3.9 php-pecl(json)(armv6hl-32) = 1.3.9 php-pecl(jsonc) = 1.3.9 php-pecl(jsonc)(armv6hl-32) = 1.3.9 php-pecl-jsonc = 1.3.9-1bs01fc23 php-pecl-jsonc(armv6hl-32) = 1.3.9-1bs01fc23 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(postun): /bin/sh Requires(posttrans): /bin/sh Requires: libc.so.6 libc.so.6(GLIBC_2.4) rtld(GNU_HASH) Processing files: php-pecl-jsonc-devel-1.3.9-1bs01fc23.armv6hl Provides: php-pecl-jsonc-devel = 1.3.9-1bs01fc23 php-pecl-jsonc-devel(armv6hl-32) = 1.3.9-1bs01fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: php-pecl-jsonc-debuginfo-1.3.9-1bs01fc23.armv6hl Provides: php-pecl-jsonc-debuginfo = 1.3.9-1bs01fc23 php-pecl-jsonc-debuginfo(armv6hl-32) = 1.3.9-1bs01fc23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm warning: Could not canonicalize hostname: armbuilder Wrote: /builddir/build/RPMS/php-pecl-jsonc-1.3.9-1bs01fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/php-pecl-jsonc-devel-1.3.9-1bs01fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/php-pecl-jsonc-debuginfo-1.3.9-1bs01fc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.U4W30i + umask 022 + cd /builddir/build/BUILD + cd php-pecl-jsonc-1.3.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/php-pecl-jsonc-1.3.9-1bs01fc23.arm + exit 0 Child return code was: 0 LEAVE do -->