==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: php-memcached 3.3.0-3 (Wed Feb 12 19:47:59 2025)
==> Retrieving sources...
  -> Cloning php-memcached git repo...
Cloning into bare repository '/home/leming/work/php-memcached/php-memcached'...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    php-memcached ... Skipped
==> Making package: php-memcached 3.3.0-3 (Wed Feb 12 19:48:23 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (1) libmemcached-awesome-1.1.4-3

Total Download Size:   3.06 MiB
Total Installed Size:  6.68 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 libmemcached-awesome-1.1.4-3-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libmemcached-awesome...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (10) libzip-1.11.2-1  oniguruma-6.9.10-1  perl-error-0.17029-7
              perl-mailtools-2.22-1  perl-timedate-2.33-7  git-2.48.1-1
              php-8.4.3-1  php-igbinary-3.2.16-2  php-legacy-8.2.27-1
              php-legacy-igbinary-3.2.16-2

Total Download Size:    8.07 MiB
Total Installed Size:  88.02 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 php-8.4.3-1-armv7h downloading...
 php-legacy-8.2.27-1-armv7h downloading...
 libzip-1.11.2-1-armv7h downloading...
 oniguruma-6.9.10-1-armv7h downloading...
 php-igbinary-3.2.16-2-armv7h downloading...
 php-legacy-igbinary-3.2.16-2-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libzip...
installing oniguruma...
installing php...
installing php-legacy...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing git...
Optional dependencies for git
    tk: gitk and git gui
    openssh: ssh transport and crypto
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-mediawiki-api: git mediawiki support
    perl-datetime-format-iso8601: git mediawiki support
    perl-lwp-protocol-https: git mediawiki https support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
installing php-igbinary...
installing php-legacy-igbinary...
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'git' with GID 971.
Creating user 'git' (git daemon user) with UID 971 and GID 971.
(2/4) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Warn about old perl modules
[?25h==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of php-memcached git repo...
Cloning into 'php-memcached'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
==> Starting build()...
Configuring for:
PHP Version:             8.4
PHP Api Version:         20240924
Zend Module Api No:      20240924
Zend Extension Api No:   420240924
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 build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
checking for gawk... gawk
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether cc accepts -g... yes
checking for cc option to enable C11 features... none needed
checking how to run the C preprocessor... cc -E
checking for egrep -e... (cached) /usr/bin/grep -E
checking for icc... no
checking for suncc... no
checking for system library directory... lib
checking if compiler supports -Wl,-rpath,... yes
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 debugging is enabled... no
checking if PHP is built with thread safety (ZTS)... no

Configuring extension
checking whether to enable memcached support... yes, shared
checking for libmemcached... yes, shared
checking whether to enable memcached session handler support... yes
checking whether to enable memcached igbinary serializer support... yes
checking whether to enable memcached json serializer support... no
checking whether to enable memcached msgpack serializer support... no
checking whether to enable memcached sasl support... yes
checking whether to enable memcached protocol support... no
checking whether to use system FastLZ library... no
checking whether to use system zstd library... yes
checking for ZLIB... yes, shared
checking for pkg-config... /usr/bin/pkg-config
checking for zlib location... /usr
checking for session includes... /usr/include/php
checking for igbinary includes... /usr/include/php
checking for memcached session support... enabled
checking for memcached igbinary support... enabled
checking for memcached msgpack support... disabled
checking for libmemcached location... found version 1.1.4, under /usr
checking for libmemcached sasl.h requirement... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sasl/sasl.h... yes
checking whether to enable sasl support... yes
checking for sasl_client_init in -lsasl2... yes
checking whether memcached_exist is defined... yes
checking whether memcached_set_encoding_key is defined... yes
checking for zstd.h... yes
checking for ZSTD_compress in -lzstd... yes
checking for memcached protocol support... disabled

Configuring libtool
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool

Generating files
configure: creating build directories
configure: creating Makefile
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
/bin/sh /build/php-memcached/src/php-memcached/libtool --tag=CC --mode=compile cc -I. -I/build/php-memcached/src/php-memcached -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  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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 -D_GNU_SOURCE   -I/usr/include/php -I/usr/include/php   -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached/php_memcached.c -o php_memcached.lo  -MMD -MF php_memcached.dep -MT php_memcached.lo
/bin/sh /build/php-memcached/src/php-memcached/libtool --tag=CC --mode=compile cc -I. -I/build/php-memcached/src/php-memcached -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  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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 -D_GNU_SOURCE   -I/usr/include/php -I/usr/include/php   -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached/php_libmemcached_compat.c -o php_libmemcached_compat.lo  -MMD -MF php_libmemcached_compat.dep -MT php_libmemcached_compat.lo
/bin/sh /build/php-memcached/src/php-memcached/libtool --tag=CC --mode=compile cc -I. -I/build/php-memcached/src/php-memcached -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  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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 -D_GNU_SOURCE   -I/usr/include/php -I/usr/include/php   -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached/g_fmt.c -o g_fmt.lo  -MMD -MF g_fmt.dep -MT g_fmt.lo
/bin/sh /build/php-memcached/src/php-memcached/libtool --tag=CC --mode=compile cc -I. -I/build/php-memcached/src/php-memcached -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  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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 -D_GNU_SOURCE   -I/usr/include/php -I/usr/include/php   -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached/fastlz/fastlz.c -o fastlz/fastlz.lo  -MMD -MF fastlz/fastlz.dep -MT fastlz/fastlz.lo
/bin/sh /build/php-memcached/src/php-memcached/libtool --tag=CC --mode=compile cc -I. -I/build/php-memcached/src/php-memcached -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  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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 -D_GNU_SOURCE   -I/usr/include/php -I/usr/include/php   -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached/php_memcached_session.c -o php_memcached_session.lo  -MMD -MF php_memcached_session.dep -MT php_memcached_session.lo
mkdir .libs
mkdir fastlz/.libs
 cc -I. -I/build/php-memcached/src/php-memcached -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 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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 -D_GNU_SOURCE -I/usr/include/php -I/usr/include/php -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached/g_fmt.c -MMD -MF g_fmt.dep -MT g_fmt.lo  -fPIC -DPIC -o .libs/g_fmt.o
 cc -I. -I/build/php-memcached/src/php-memcached -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 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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 -D_GNU_SOURCE -I/usr/include/php -I/usr/include/php -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached/fastlz/fastlz.c -MMD -MF fastlz/fastlz.dep -MT fastlz/fastlz.lo  -fPIC -DPIC -o fastlz/.libs/fastlz.o
 cc -I. -I/build/php-memcached/src/php-memcached -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 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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 -D_GNU_SOURCE -I/usr/include/php -I/usr/include/php -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached/php_libmemcached_compat.c -MMD -MF php_libmemcached_compat.dep -MT php_libmemcached_compat.lo  -fPIC -DPIC -o .libs/php_libmemcached_compat.o
 cc -I. -I/build/php-memcached/src/php-memcached -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 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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 -D_GNU_SOURCE -I/usr/include/php -I/usr/include/php -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached/php_memcached_session.c -MMD -MF php_memcached_session.dep -MT php_memcached_session.lo  -fPIC -DPIC -o .libs/php_memcached_session.o
 cc -I. -I/build/php-memcached/src/php-memcached -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 -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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 -D_GNU_SOURCE -I/usr/include/php -I/usr/include/php -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached/php_memcached.c -MMD -MF php_memcached.dep -MT php_memcached.lo  -fPIC -DPIC -o .libs/php_memcached.o
/bin/sh /build/php-memcached/src/php-memcached/libtool --tag=CC --mode=link cc -shared -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  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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 -D_GNU_SOURCE  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now  -o memcached.la -export-dynamic -avoid-version -prefer-pic -module -rpath /build/php-memcached/src/php-memcached/modules  php_memcached.lo php_libmemcached_compat.lo g_fmt.lo fastlz/fastlz.lo php_memcached_session.lo -lz -lmemcached -lmemcachedutil -lsasl2 -lsasl2 -lzstd
cc -shared  .libs/php_memcached.o .libs/php_libmemcached_compat.o .libs/g_fmt.o fastlz/.libs/fastlz.o .libs/php_memcached_session.o  -lz -lmemcached -lmemcachedutil -lsasl2 -lzstd  -march=armv7-a -mfloat-abi=hard -mfpu=neon -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,memcached.so -o .libs/memcached.so
creating memcached.la
(cd .libs && rm -f memcached.la && ln -s ../memcached.la memcached.la)
/bin/sh /build/php-memcached/src/php-memcached/libtool --tag=CC --mode=install cp ./memcached.la /build/php-memcached/src/php-memcached/modules
cp ./.libs/memcached.so /build/php-memcached/src/php-memcached/modules/memcached.so
cp ./.libs/memcached.lai /build/php-memcached/src/php-memcached/modules/memcached.la
PATH="$PATH:/sbin" ldconfig -n /build/php-memcached/src/php-memcached/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /build/php-memcached/src/php-memcached/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'.

Configuring for:
PHP Api Version:         20220829
Zend Module Api No:      20220829
Zend Extension Api No:   420220829
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether cc accepts -g... yes
checking for cc option to enable C11 features... none needed
checking how to run the C preprocessor... cc -E
checking for egrep -e... (cached) /usr/bin/grep -E
checking for icc... no
checking for suncc... no
checking for system library directory... lib
checking if compiler supports -Wl,-rpath,... yes
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib
checking for PHP extension directory... /usr/lib/php-legacy/modules
checking for PHP installed headers prefix... /usr/include/php-legacy/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for gawk... gawk
checking whether to enable memcached support... yes, shared
checking for libmemcached... yes, shared
checking whether to enable memcached session handler support... yes
checking whether to enable memcached igbinary serializer support... yes
checking whether to enable memcached json serializer support... no
checking whether to enable memcached msgpack serializer support... no
checking whether to enable memcached sasl support... yes
checking whether to enable memcached protocol support... no
checking whether to use system FastLZ library... no
checking whether to use system zstd library... yes
checking for ZLIB... yes, shared
checking for pkg-config... /usr/bin/pkg-config
checking for zlib location... /usr
checking for session includes... /usr/include/php-legacy/php
checking for igbinary includes... /usr/include/php-legacy/php
checking for memcached session support... enabled
checking for memcached igbinary support... enabled
checking for memcached msgpack support... disabled
checking for libmemcached location... found version 1.1.4, under /usr
checking for libmemcached sasl.h requirement... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sasl/sasl.h... yes
checking whether to enable sasl support... yes
checking for sasl_client_init in -lsasl2... yes
checking whether memcached_exist is defined... yes
checking whether memcached_set_encoding_key is defined... yes
checking for zstd.h... yes
checking for ZSTD_compress in -lzstd... yes
checking for memcached protocol support... disabled
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
/bin/sh /build/php-memcached/src/php-memcached-php-legacy/libtool --tag=CC --mode=compile cc -I. -I/build/php-memcached/src/php-memcached-php-legacy -I/build/php-memcached/src/php-memcached-php-legacy/include -I/build/php-memcached/src/php-memcached-php-legacy/main -I/build/php-memcached/src/php-memcached-php-legacy -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib  -DHAVE_CONFIG_H  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -D_GNU_SOURCE   -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php   -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached-php-legacy/php_memcached.c -o php_memcached.lo  -MMD -MF php_memcached.dep -MT php_memcached.lo
/bin/sh /build/php-memcached/src/php-memcached-php-legacy/libtool --tag=CC --mode=compile cc -I. -I/build/php-memcached/src/php-memcached-php-legacy -I/build/php-memcached/src/php-memcached-php-legacy/include -I/build/php-memcached/src/php-memcached-php-legacy/main -I/build/php-memcached/src/php-memcached-php-legacy -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib  -DHAVE_CONFIG_H  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -D_GNU_SOURCE   -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php   -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached-php-legacy/php_libmemcached_compat.c -o php_libmemcached_compat.lo  -MMD -MF php_libmemcached_compat.dep -MT php_libmemcached_compat.lo
/bin/sh /build/php-memcached/src/php-memcached-php-legacy/libtool --tag=CC --mode=compile cc -I. -I/build/php-memcached/src/php-memcached-php-legacy -I/build/php-memcached/src/php-memcached-php-legacy/include -I/build/php-memcached/src/php-memcached-php-legacy/main -I/build/php-memcached/src/php-memcached-php-legacy -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib  -DHAVE_CONFIG_H  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -D_GNU_SOURCE   -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php   -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached-php-legacy/g_fmt.c -o g_fmt.lo  -MMD -MF g_fmt.dep -MT g_fmt.lo
/bin/sh /build/php-memcached/src/php-memcached-php-legacy/libtool --tag=CC --mode=compile cc -I. -I/build/php-memcached/src/php-memcached-php-legacy -I/build/php-memcached/src/php-memcached-php-legacy/include -I/build/php-memcached/src/php-memcached-php-legacy/main -I/build/php-memcached/src/php-memcached-php-legacy -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib  -DHAVE_CONFIG_H  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -D_GNU_SOURCE   -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php   -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached-php-legacy/fastlz/fastlz.c -o fastlz/fastlz.lo  -MMD -MF fastlz/fastlz.dep -MT fastlz/fastlz.lo
/bin/sh /build/php-memcached/src/php-memcached-php-legacy/libtool --tag=CC --mode=compile cc -I. -I/build/php-memcached/src/php-memcached-php-legacy -I/build/php-memcached/src/php-memcached-php-legacy/include -I/build/php-memcached/src/php-memcached-php-legacy/main -I/build/php-memcached/src/php-memcached-php-legacy -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib  -DHAVE_CONFIG_H  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -D_GNU_SOURCE   -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php   -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached-php-legacy/php_memcached_session.c -o php_memcached_session.lo  -MMD -MF php_memcached_session.dep -MT php_memcached_session.lo
mkdir .libs
 cc -I. -I/build/php-memcached/src/php-memcached-php-legacy -I/build/php-memcached/src/php-memcached-php-legacy/include -I/build/php-memcached/src/php-memcached-php-legacy/main -I/build/php-memcached/src/php-memcached-php-legacy -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -DHAVE_CONFIG_H -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -D_GNU_SOURCE -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached-php-legacy/php_memcached.c -MMD -MF php_memcached.dep -MT php_memcached.lo  -fPIC -DPIC -o .libs/php_memcached.o
 cc -I. -I/build/php-memcached/src/php-memcached-php-legacy -I/build/php-memcached/src/php-memcached-php-legacy/include -I/build/php-memcached/src/php-memcached-php-legacy/main -I/build/php-memcached/src/php-memcached-php-legacy -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -DHAVE_CONFIG_H -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -D_GNU_SOURCE -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached-php-legacy/php_memcached_session.c -MMD -MF php_memcached_session.dep -MT php_memcached_session.lo  -fPIC -DPIC -o .libs/php_memcached_session.o
mkdir fastlz/.libs
 cc -I. -I/build/php-memcached/src/php-memcached-php-legacy -I/build/php-memcached/src/php-memcached-php-legacy/include -I/build/php-memcached/src/php-memcached-php-legacy/main -I/build/php-memcached/src/php-memcached-php-legacy -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -DHAVE_CONFIG_H -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -D_GNU_SOURCE -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached-php-legacy/g_fmt.c -MMD -MF g_fmt.dep -MT g_fmt.lo  -fPIC -DPIC -o .libs/g_fmt.o
 cc -I. -I/build/php-memcached/src/php-memcached-php-legacy -I/build/php-memcached/src/php-memcached-php-legacy/include -I/build/php-memcached/src/php-memcached-php-legacy/main -I/build/php-memcached/src/php-memcached-php-legacy -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -DHAVE_CONFIG_H -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -D_GNU_SOURCE -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached-php-legacy/fastlz/fastlz.c -MMD -MF fastlz/fastlz.dep -MT fastlz/fastlz.lo  -fPIC -DPIC -o fastlz/.libs/fastlz.o
 cc -I. -I/build/php-memcached/src/php-memcached-php-legacy -I/build/php-memcached/src/php-memcached-php-legacy/include -I/build/php-memcached/src/php-memcached-php-legacy/main -I/build/php-memcached/src/php-memcached-php-legacy -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -DHAVE_CONFIG_H -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -D_GNU_SOURCE -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php -DZEND_COMPILE_DL_EXT=1 -c /build/php-memcached/src/php-memcached-php-legacy/php_libmemcached_compat.c -MMD -MF php_libmemcached_compat.dep -MT php_libmemcached_compat.lo  -fPIC -DPIC -o .libs/php_libmemcached_compat.o
/bin/sh /build/php-memcached/src/php-memcached-php-legacy/libtool --tag=CC --mode=link cc -shared -I/build/php-memcached/src/php-memcached-php-legacy/include -I/build/php-memcached/src/php-memcached-php-legacy/main -I/build/php-memcached/src/php-memcached-php-legacy -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib  -DHAVE_CONFIG_H  -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -I/usr/include/php-legacy/php -I/usr/include/php-legacy/php/main -I/usr/include/php-legacy/php/TSRM -I/usr/include/php-legacy/php/Zend -I/usr/include/php-legacy/php/ext -I/usr/include/php-legacy/php/ext/date/lib -D_GNU_SOURCE  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now  -o memcached.la -export-dynamic -avoid-version -prefer-pic -module -rpath /build/php-memcached/src/php-memcached-php-legacy/modules  php_memcached.lo php_libmemcached_compat.lo g_fmt.lo fastlz/fastlz.lo php_memcached_session.lo -lz -lmemcached -lmemcachedutil -lsasl2 -lsasl2 -lzstd
cc -shared  .libs/php_memcached.o .libs/php_libmemcached_compat.o .libs/g_fmt.o fastlz/.libs/fastlz.o .libs/php_memcached_session.o  -lz -lmemcached -lmemcachedutil -lsasl2 -lzstd  -march=armv7-a -mfloat-abi=hard -mfpu=neon -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,memcached.so -o .libs/memcached.so
creating memcached.la
(cd .libs && rm -f memcached.la && ln -s ../memcached.la memcached.la)
/bin/sh /build/php-memcached/src/php-memcached-php-legacy/libtool --tag=CC --mode=install cp ./memcached.la /build/php-memcached/src/php-memcached-php-legacy/modules
cp ./.libs/memcached.so /build/php-memcached/src/php-memcached-php-legacy/modules/memcached.so
cp ./.libs/memcached.lai /build/php-memcached/src/php-memcached-php-legacy/modules/memcached.la
PATH="$PATH:/sbin" ldconfig -n /build/php-memcached/src/php-memcached-php-legacy/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /build/php-memcached/src/php-memcached-php-legacy/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'.

==> Entering fakeroot environment...
==> Starting package_php-memcached()...
Installing shared extensions:     /build/php-memcached/pkg/php-memcached/usr/lib/php/modules/
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "php-memcached"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_php-legacy-memcached()...
Installing shared extensions:     /build/php-memcached/pkg/php-legacy-memcached/usr/lib/php-legacy/modules/
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "php-legacy-memcached"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: php-memcached 3.3.0-3 (Wed Feb 12 19:49:21 2025)
==> Cleaning up...