+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/php-horde-horde-lz4.spec            --define "debug_package %{nil}"            --undefine _annotated_build            --define "_missing_doc_files_terminate_build %{nil}"            --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d"            --define "_emacs_sitelispdir /usr/share/emacs/site-lisp"            --nocheck   ' mockbuild
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.T5Ownn
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf php-horde-horde-lz4-1.0.10
+ /usr/bin/mkdir -p php-horde-horde-lz4-1.0.10
+ cd php-horde-horde-lz4-1.0.10
+ /usr/bin/gzip -dc /builddir/build/SOURCES/horde_lz4-1.0.10.tgz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ sed -e 's/role="test"/role="src"/' -e '/name="lib/d' -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml
+ mv horde_lz4-1.0.10 NTS
+ cd NTS
+ rm -r lib
++ sed -n '/#define HORDE_LZ4_EXT_VERSION/{s/.* "//;s/".*$//;p}' horde_lz4.h
+ extver=1.0.10
+ test x1.0.10 '!=' x1.0.10
+ cd ..
+ cp -pr NTS ZTS
+ tee 40-horde_lz4.ini
+ cat
; Enable Horde LZ4 Compression Extension module
extension=horde_lz4.so
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nKspgU
+ umask 022
+ cd /builddir/build/BUILD
+ cd php-horde-horde-lz4-1.0.10
+ cd NTS
+ /usr/bin/phpize
Configuring for:
PHP Api Version:         20170718
Zend Module Api No:      20170718
Zend Extension Api No:   320170718
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules'
+ export FCFLAGS
+ LDFLAGS='-Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ '[' 1 = 1 ']'
+++ dirname ./configure
++ find . -name config.guess -o -name config.sub
+ for i in $(find $(dirname ./configure) -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'
+ for i in $(find $(dirname ./configure) -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'
+ '[' 1 = 1 ']'
+ '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']'
++ find . -name ltmain.sh
+ for i in $(find . -name ltmain.sh)
+ /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh
+ ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-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/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-liblz4 --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 riscv64-redhat-linux-gnu-cc... no
checking for riscv64-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... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... riscv64-redhat-linux-gnu
checking host system type... riscv64-redhat-linux-gnu
checking target system type... riscv64-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/lib64/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 PHP version... 7.2.4
checking whether to enable horde_lz4 support... yes, shared
checking whether to use system liblz4... yes
checking for pkg-config... /usr/bin/pkg-config
checking liblz4 version... 1.8.1
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 how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop
checking how to convert riscv64-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 riscv64-redhat-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for riscv64-redhat-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for riscv64-redhat-linux-gnu-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for riscv64-redhat-linux-gnu-strip... no
checking for strip... strip
checking for riscv64-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 a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for riscv64-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 -j4
/bin/sh /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/libtool --mode=compile cc  -I. -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS -DPHP_ATOM_INC -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/include -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/main -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS -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 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -c /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/horde_lz4.c -o horde_lz4.lo 
libtool: compile:  cc -I. -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS -DPHP_ATOM_INC -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/include -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/main -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS -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 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/horde_lz4.c  -fPIC -DPIC -o .libs/horde_lz4.o
/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/horde_lz4.c: In function 'zif_horde_lz4_compress':
/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/horde_lz4.c:102:9: warning: 'LZ4_compressHC' is deprecated: use LZ4_compress_HC() instead [-Wdeprecated-declarations]
         output_len = LZ4_compressHC(Z_STRVAL_P(data), output + header_offset, data_len);
         ^~~~~~~~~~
In file included from /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/horde_lz4.c:12:0:
/usr/include/lz4hc.h:198:64: note: declared here
 LZ4LIB_API LZ4_DEPRECATED("use LZ4_compress_HC() instead") int LZ4_compressHC               (const char* source, char* dest, int inputSize);
                                                                ^~~~~~~~~~~~~~
/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/horde_lz4.c:104:9: warning: 'LZ4_compress' is deprecated: use LZ4_compress_default() instead [-Wdeprecated-declarations]
         output_len = LZ4_compress(Z_STRVAL_P(data), output + header_offset, data_len);
         ^~~~~~~~~~
In file included from /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/horde_lz4.c:11:0:
/usr/include/lz4.h:453:69: note: declared here
 LZ4LIB_API LZ4_DEPRECATED("use LZ4_compress_default() instead") int LZ4_compress               (const char* source, char* dest, int sourceSize);
                                                                     ^~~~~~~~~~~~
/bin/sh /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/libtool --mode=link cc -DPHP_ATOM_INC -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/include -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/main -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS -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 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o horde_lz4.la -export-dynamic -avoid-version -prefer-pic -module -rpath /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/modules  horde_lz4.lo -llz4
libtool: link: cc -shared  -fPIC -DPIC  .libs/horde_lz4.o   -llz4 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro   -Wl,-soname -Wl,horde_lz4.so -o .libs/horde_lz4.so
libtool: link: ( cd ".libs" && rm -f "horde_lz4.la" && ln -s "../horde_lz4.la" "horde_lz4.la" )
/bin/sh /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/libtool --mode=install cp ./horde_lz4.la /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/modules
libtool: install: cp ./.libs/horde_lz4.so /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/modules/horde_lz4.so
libtool: install: cp ./.libs/horde_lz4.lai /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/modules/horde_lz4.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS/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 ../ZTS
+ /usr/bin/zts-phpize
Configuring for:
PHP Api Version:         20170718
Zend Module Api No:      20170718
Zend Extension Api No:   320170718
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules'
+ export FCFLAGS
+ LDFLAGS='-Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ '[' 1 = 1 ']'
+++ dirname ./configure
++ find . -name config.guess -o -name config.sub
+ for i in $(find $(dirname ./configure) -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'
+ for i in $(find $(dirname ./configure) -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'
+ '[' 1 = 1 ']'
+ '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']'
++ find . -name ltmain.sh
+ for i in $(find . -name ltmain.sh)
+ /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh
+ ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-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/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-liblz4 --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 riscv64-redhat-linux-gnu-cc... no
checking for riscv64-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... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... riscv64-redhat-linux-gnu
checking host system type... riscv64-redhat-linux-gnu
checking target system type... riscv64-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/lib64/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... yes
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 PHP version... 7.2.4
checking whether to enable horde_lz4 support... yes, shared
checking whether to use system liblz4... yes
checking for pkg-config... /usr/bin/pkg-config
checking liblz4 version... 1.8.1
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 how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop
checking how to convert riscv64-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 riscv64-redhat-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for riscv64-redhat-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for riscv64-redhat-linux-gnu-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for riscv64-redhat-linux-gnu-strip... no
checking for strip... strip
checking for riscv64-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 a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for riscv64-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 -j4
/bin/sh /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/libtool --mode=compile cc  -I. -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS -DPHP_ATOM_INC -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/include -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/main -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/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 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -c /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/horde_lz4.c -o horde_lz4.lo 
libtool: compile:  cc -I. -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS -DPHP_ATOM_INC -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/include -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/main -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/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 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/horde_lz4.c  -fPIC -DPIC -o .libs/horde_lz4.o
/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/horde_lz4.c: In function 'zif_horde_lz4_compress':
/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/horde_lz4.c:102:9: warning: 'LZ4_compressHC' is deprecated: use LZ4_compress_HC() instead [-Wdeprecated-declarations]
         output_len = LZ4_compressHC(Z_STRVAL_P(data), output + header_offset, data_len);
         ^~~~~~~~~~
In file included from /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/horde_lz4.c:12:0:
/usr/include/lz4hc.h:198:64: note: declared here
 LZ4LIB_API LZ4_DEPRECATED("use LZ4_compress_HC() instead") int LZ4_compressHC               (const char* source, char* dest, int inputSize);
                                                                ^~~~~~~~~~~~~~
/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/horde_lz4.c:104:9: warning: 'LZ4_compress' is deprecated: use LZ4_compress_default() instead [-Wdeprecated-declarations]
         output_len = LZ4_compress(Z_STRVAL_P(data), output + header_offset, data_len);
         ^~~~~~~~~~
In file included from /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/horde_lz4.c:11:0:
/usr/include/lz4.h:453:69: note: declared here
 LZ4LIB_API LZ4_DEPRECATED("use LZ4_compress_default() instead") int LZ4_compress               (const char* source, char* dest, int sourceSize);
                                                                     ^~~~~~~~~~~~
/bin/sh /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/libtool --mode=link cc -DPHP_ATOM_INC -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/include -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/main -I/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/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 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o horde_lz4.la -export-dynamic -avoid-version -prefer-pic -module -rpath /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/modules  horde_lz4.lo -llz4
libtool: link: cc -shared  -fPIC -DPIC  .libs/horde_lz4.o   -llz4 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro   -Wl,-soname -Wl,horde_lz4.so -o .libs/horde_lz4.so
libtool: link: ( cd ".libs" && rm -f "horde_lz4.la" && ln -s "../horde_lz4.la" "horde_lz4.la" )
/bin/sh /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/libtool --mode=install cp ./horde_lz4.la /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/modules
libtool: install: cp ./.libs/horde_lz4.so /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/modules/horde_lz4.so
libtool: install: cp ./.libs/horde_lz4.lai /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/modules/horde_lz4.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /builddir/build/BUILD/php-horde-horde-lz4-1.0.10/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.ugD3Yu
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64
+ cd php-horde-horde-lz4-1.0.10
+ make -C NTS install-modules INSTALL_ROOT=/builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64
make: Entering directory '/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS'
Installing shared extensions:     /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64/usr/lib64/php/modules/
make: Leaving directory '/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/NTS'
+ install -D -m 644 40-horde_lz4.ini /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64/etc/php.d/40-horde_lz4.ini
+ install -D -m 644 package.xml /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64/var/lib/php/peclxml/php-horde-horde-lz4.xml
+ make -C ZTS install-modules INSTALL_ROOT=/builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64
make: Entering directory '/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS'
Installing shared extensions:     /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64/usr/lib64/php-zts/modules/
make: Leaving directory '/builddir/build/BUILD/php-horde-horde-lz4-1.0.10/ZTS'
+ install -D -m 644 40-horde_lz4.ini /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64/etc/php-zts.d/40-horde_lz4.ini
++ 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 NTS/CREDITS /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64/usr/share/doc/pear/horde_lz4/CREDITS
+ for i in $(grep 'role="doc"' package.xml | sed -e 's/^.*name="//;s/".*$//')
+ install -Dpm 644 NTS/README.md /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64/usr/share/doc/pear/horde_lz4/README.md
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64/etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: php-horde-horde-lz4-1.0.10-6.fc28.riscv64
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.7YrJwk
+ umask 022
+ cd /builddir/build/BUILD
+ cd php-horde-horde-lz4-1.0.10
+ LICENSEDIR=/builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64/usr/share/licenses/php-horde-horde-lz4
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64/usr/share/licenses/php-horde-horde-lz4
+ cp -pr NTS/LICENSE /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64/usr/share/licenses/php-horde-horde-lz4
+ exit 0
Provides: config(php-horde-horde-lz4) = 1.0.10-6.fc28 php-horde-horde-lz4 = 1.0.10-6.fc28 php-horde-horde-lz4(riscv-64) = 1.0.10-6.fc28 php-horde_lz4 = 1.0.10 php-horde_lz4(riscv-64) = 1.0.10 php-pecl(pear.horde.org/horde_lz4) = 1.0.10 php-pecl(pear.horde.org/horde_lz4)(riscv-64) = 1.0.10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) liblz4.so.1()(64bit) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64
Wrote: /builddir/build/SRPMS/php-horde-horde-lz4-1.0.10-6.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/php-horde-horde-lz4-1.0.10-6.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.hONJ6e
+ umask 022
+ cd /builddir/build/BUILD
+ cd php-horde-horde-lz4-1.0.10
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/php-horde-horde-lz4-1.0.10-6.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff