=> Bootstrap dependency digest>=20010302: found digest-20190127 => Checksum SHA1 OK for libmemcached-1.0.18.tar.gz => Checksum RMD160 OK for libmemcached-1.0.18.tar.gz => Checksum SHA512 OK for libmemcached-1.0.18.tar.gz ===> Installing dependencies for libmemcached-1.0.18 ========================================================================== The supported build options for libmemcached are: sasl The currently selected options are: sasl You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.libmemcached (not defined) ========================================================================== => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb2 => Tool dependency gmake>=3.81: found gmake-4.2.1nb1 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.6.0 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency cyrus-sasl>=2.1.26: found cyrus-sasl-2.1.27 ===> Overriding tools for libmemcached-1.0.18 ===> Extracting for libmemcached-1.0.18 ===> Patching for libmemcached-1.0.18 => Applying pkgsrc patches for libmemcached-1.0.18 ===> Creating toolchain wrappers for libmemcached-1.0.18 ===> Configuring for libmemcached-1.0.18 => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Adding run-time search paths to pkg-config files. checking for alpha--netbsd-cc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking build system type... alpha--netbsd checking host system type... alpha--netbsd checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep 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 a BSD-compatible install... /usr/bin/install -c -o pbulk -g users checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... /usr/bin/awk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking whether UID '999' is supported by ustar format... yes checking whether GID '100' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking dependency style of gcc... gcc3 checking dependency style of c++... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /tmp/pkgbuild/devel/libmemcached/work.alpha/.cwrapper/bin/ld checking if the linker (/tmp/pkgbuild/devel/libmemcached/work.alpha/.cwrapper/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... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert alpha--netbsd file names to alpha--netbsd format... func_convert_file_noop checking how to convert alpha--netbsd file names to toolchain format... func_convert_file_noop checking for /tmp/pkgbuild/devel/libmemcached/work.alpha/.cwrapper/bin/ld option to reload object files... -r checking for alpha--netbsd-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$ checking for alpha--netbsd-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for alpha--netbsd-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for alpha--netbsd-strip... no checking for strip... strip checking for alpha--netbsd-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for alpha--netbsd-mt... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... rm: conftest*: No such file or directory yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/tmp/pkgbuild/devel/libmemcached/work.alpha/.cwrapper/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: conftest*: No such file or directory no checking dynamic linker characteristics... NetBSD ld.elf_so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no 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... yes checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /tmp/pkgbuild/devel/libmemcached/work.alpha/.cwrapper/bin/ld checking if the linker (/tmp/pkgbuild/devel/libmemcached/work.alpha/.cwrapper/bin/ld) is GNU ld... yes checking whether the c++ linker (/tmp/pkgbuild/devel/libmemcached/work.alpha/.cwrapper/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... rm: conftest*: No such file or directory yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/tmp/pkgbuild/devel/libmemcached/work.alpha/.cwrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... NetBSD ld.elf_so checking how to hardcode library paths into programs... immediate checking for cos in -lm... yes checking for gcc option to accept ISO C99... none needed checking whether C++ compiler accepts -std=c++0x... yes checking whether the linker accepts ... yes configure: adding automake macro support configure: creating aminclude.am checking for debug... no checking for vcs system... none checking for vcs checkout... no checking for assert... no checking whether make supports nested variables... (cached) yes checking for libmemcachedprotocol... no checking for mysqld... nocommand configure: WARNING: mysqld not found in /tmp/pkgbuild/devel/libmemcached/work.alpha/.cwrapper/bin:/tmp/pkgbuild/devel/libmemcached/work.alpha/.buildlink/bin:/tmp/pkgbuild/devel/libmemcached/work.alpha/.gcc/bin:/tmp/pkgbuild/devel/libmemcached/work.alpha/.tools/bin:/usr/pkg/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R7/bin:/usr/local/sbin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin checking for mysql_config... no checking for mysql_config5... no checking whether gearmand executable path has been provided... no checking for gearmand... no checking libgearman/gearman.h usability... no checking libgearman/gearman.h presence... no checking for libgearman/gearman.h... no checking for location of cstdint... checking for location of cinttypes... checking whether byte ordering is bigendian... no checking for htonll... no checking for working SO_SNDTIMEO... yes checking for working SO_RCVTIMEO... yes checking for supported struct padding... yes checking for dpkg-gensymbols... no checking for flex... flex checking for perl... perl checking for valgrind... no checking for wine... no checking for bison... no checking for rpmbuild... no checking for --nocheck... no checking for rpmdev-setuptree... no checking for rpm... no checking for gawk... (cached) /usr/bin/awk checking for a sed that does not truncate output... (cached) /usr/bin/sed checking whether memcached executable path has been provided... no checking for memcached... unknown checking whether sphinx-build executable path has been provided... no checking for sphinx-build... : checking whether lcov executable path has been provided... no checking for lcov... no checking whether genhtml executable path has been provided... no checking for genhtml... no checking for library containing getopt_long... none required checking for library containing gethostbyname... none required checking for arpa/inet.h... yes checking for errno.h... yes checking for execinfo.h... yes checking for fcntl.h... yes checking for features.h... no checking for fnmatch.h... yes checking for inttypes.h... (cached) yes checking for libintl.h... yes checking for limits.h... yes checking for mach/mach.h... no checking for malloc.h... yes checking for math.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking for poll.h... yes checking for pthread.h... yes checking for spawn.h... yes checking for stdarg.h... yes checking for stddef.h... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for sys/socket.h... yes checking for sys/sysctl.h... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for sys/un.h... yes checking for sys/wait.h... yes checking for syslog.h... yes checking for time.h... yes checking for unistd.h... (cached) yes checking for winsock2.h... no checking for ws2tcpip.h... no checking for alarm... yes checking for atexit... yes checking for clock_gettime... yes checking for dup2... yes checking for fcntl... yes checking for floor... no checking for getcwd... yes checking for getline... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for pipe2... yes checking for putenv... yes checking for select... yes checking for setenv... yes checking for sigignore... yes checking for socket... yes checking for sqrt... no checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for strtoull... yes checking for size_t... yes checking for working alloca.h... no checking for alloca... yes checking for error_at_line... no checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking umem.h usability... no checking umem.h presence... no checking for umem.h... no checking for C compiler vendor... gnu checking for in_port_t... yes checking for ptrdiff_t... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for off_t... yes checking for pid_t... (cached) yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking whether byte ordering is bigendian... (cached) no checking for an ANSI C-conforming const... yes checking for inline... inline checking for working volatile... yes checking for C/C++ restrict keyword... __restrict checking whether the compiler supports GCC C++ ABI name demangling... yes checking checking for cxx_gcc_abi_demangle... "yes" checking test for a working libevent... yes checking for clock_gettime in -lrt... yes checking atomic.h usability... yes checking atomic.h presence... yes checking for atomic.h... yes checking for atomic_add_64... yes checking for atomic_add_32... yes checking for setppriv... no checking for MSG_NOSIGNAL... checking for MSG_DONTWAIT... checking for MSG_MORE... checking uuid/uuid.h usability... no checking uuid/uuid.h presence... no checking for uuid/uuid.h... no checking for uuid_generate_time_safe... no checking sasl/sasl.h usability... yes checking sasl/sasl.h presence... yes checking for sasl/sasl.h... yes checking for main in -lsasl2... yes checking checking to see if sasl works... "yes" checking for pthread_join in LIBS= with CFLAGS= -pthread ... yes checking if compiler needs -Werror to reject unknown flags... no checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking check for pthread_timedjoin_np... checking checking to see if enabling sasl... "yes" checking whether the compiler provides atomic builtins... yes checking whether byte ordering is bigendian... (cached) no checking for assert... no checking C Compiler version... "gcc (nb3 20190319) 7.4.0" checking C++ Compiler version... "g++ (nb3 20190319) 7.4.0" checking MINGW... checking whether __MINGW32__ is declared... no no checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking if all warnings into errors... no checking if all warnings into errors... (cached) no checking whether the linker accepts -z... no checking whether the linker accepts relro... no checking whether the linker accepts -z... (cached) no checking whether the linker accepts now... no checking whether C compiler accepts -g... yes checking whether C compiler accepts -O2... yes checking whether C compiler accepts -Wno-unknown-pragmas... yes checking whether C compiler accepts -Wno-pragmas... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Weverything... no checking whether C compiler accepts -Wthis-test-should-fail... no checking whether C compiler accepts -Wunsuffixed-float-constants... yes checking whether C compiler accepts -Wjump-misses-init... yes checking whether C compiler accepts -Wno-attributes... yes checking whether C compiler accepts -Waddress... yes checking whether C compiler accepts -Wvarargs... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wbad-function-cast... yes checking whether C compiler accepts -Wchar-subscripts... yes checking whether C compiler accepts -Wcomment... yes checking whether C compiler accepts -Wfloat-equal... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wformat-y2k... yes checking whether C compiler accepts -Wlogical-op... yes checking whether C compiler accepts -Wmaybe-uninitialized... yes checking whether C compiler accepts -Wmissing-field-initializers... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wnormalized=id... yes checking whether C compiler accepts -Woverride-init... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wpointer-sign... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Wshorten-64-to-32... no checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wstrict-overflow=1... yes checking whether C compiler accepts -Wstrict-prototypes... no checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wtrampolines... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wunsafe-loop-optimizations... yes checking whether C compiler accepts -funsafe-loop-optimizations... yes checking whether C compiler accepts -Wclobbered... yes checking whether C compiler accepts -Wunused... yes checking whether C compiler accepts -Wunused-result... yes checking whether C compiler accepts -Wunused-variable... yes checking whether C compiler accepts -Wunused-parameter... yes checking whether C compiler accepts -Wunused-local-typedefs... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -fwrapv... yes checking whether C compiler accepts -fmudflapt... no checking whether C compiler accepts -pipe... yes checking whether C compiler accepts -fPIE... (cached) no checking whether C compiler accepts -pie... (cached) no checking whether C compiler accepts -Wsizeof-pointer-memaccess... yes checking whether C compiler accepts -Wpacked... yes checking whether C++ compiler accepts -g... yes checking whether C++ compiler accepts -O2... yes checking whether C++ compiler accepts -Wno-unknown-pragmas... yes checking whether C++ compiler accepts -Wno-pragmas... yes checking whether C++ compiler accepts -Wall... yes checking whether C++ compiler accepts -Wextra... yes checking whether C++ compiler accepts -Weverything... no checking whether C++ compiler accepts -Wthis-test-should-fail... no checking whether C++ compiler accepts -Wno-attributes... yes checking whether C++ compiler accepts -Wvarargs... yes checking whether C++ compiler accepts -Waddress... yes checking whether C++ compiler accepts -Warray-bounds... yes checking whether C++ compiler accepts -Wchar-subscripts... yes checking whether C++ compiler accepts -Wcomment... yes checking whether C++ compiler accepts -Wctor-dtor-privacy... yes checking whether C++ compiler accepts -Wfloat-equal... yes checking whether C++ compiler accepts -Wformat=2... yes checking whether C++ compiler accepts -Wformat-y2k... yes checking whether C++ compiler accepts -Wmaybe-uninitialized... yes checking whether C++ compiler accepts -Wmissing-field-initializers... yes checking whether C++ compiler accepts -Wlogical-op... yes checking whether C++ compiler accepts -Wnon-virtual-dtor... yes checking whether C++ compiler accepts -Wnormalized=id... yes checking whether C++ compiler accepts -Woverloaded-virtual... yes checking whether C++ compiler accepts -Wpointer-arith... yes checking whether C++ compiler accepts -Wredundant-decls... yes checking whether C++ compiler accepts -Wshadow... yes checking whether C++ compiler accepts -Wshorten-64-to-32... no checking whether C++ compiler accepts -Wsign-compare... yes checking whether C++ compiler accepts -Wstrict-overflow=1... yes checking whether C++ compiler accepts -Wswitch-enum... yes checking whether C++ compiler accepts -Wtrampolines... yes checking whether C++ compiler accepts -Wundef... yes checking whether C++ compiler accepts -Wunsafe-loop-optimizations... yes checking whether C++ compiler accepts -funsafe-loop-optimizations... yes checking whether C++ compiler accepts -Wc++11-compat... yes checking whether C++ compiler accepts -Wclobbered... yes checking whether C++ compiler accepts -Wunused... yes checking whether C++ compiler accepts -Wunused-result... yes checking whether C++ compiler accepts -Wunused-variable... yes checking whether C++ compiler accepts -Wunused-parameter... yes checking whether C++ compiler accepts -Wunused-local-typedefs... yes checking whether C++ compiler accepts -Wwrite-strings... yes checking whether C++ compiler accepts -Wformat-security... yes checking whether C++ compiler accepts -fwrapv... yes checking whether C++ compiler accepts -fmudflapt... no checking whether C++ compiler accepts -pipe... yes checking whether C++ compiler accepts -fPIE... (cached) no checking whether C++ compiler accepts -pie... (cached) no checking whether C++ compiler accepts -Wsizeof-pointer-memaccess... yes checking whether C++ compiler accepts -Wpacked... yes checking the number of available CPUs... unable to detect (assuming 1) checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libhashkit/hashkitcon.h config.status: creating libhashkit-1.0/configure.h config.status: creating libtest/version.h config.status: creating libtest/yatlcon.h config.status: creating Makefile config.status: creating docs/conf.py config.status: creating libmemcached-1.0/configure.h config.status: creating support/libmemcached.pc config.status: creating support/libmemcached.spec config.status: creating mem_config.h config.status: executing depfiles commands config.status: executing libtool commands rm: libtoolT: No such file or directory --- Configuration summary for libmemcached version 1.0.18 * Installation prefix: /usr/pkg * System type: -netbsd * Host CPU: alpha * C Compiler: gcc (nb3 20190319) 7.4.0 * C Flags: -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -g -Wno-unknown-pragmas -Wno-pragmas -Wall -Wextra -Wunsuffixed-float-constants -Wjump-misses-init -Wno-attributes -Waddress -Wvarargs -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wlogical-op -Wmaybe-uninitialized -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wnormalized=id -Woverride-init -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations -Wclobbered -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked * C++ Compiler: g++ (nb3 20190319) 7.4.0 * C++ Flags: -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -g -Wno-unknown-pragmas -Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations -Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security -fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked * CPP Flags: -D__STDC_FORMAT_MACROS -I/usr/pkg/include -I/usr/include -fvisibility=hidden * LIB Flags: * Assertions enabled: no * Debug enabled: no * Shared: yes * Warnings as failure: no * SASL support: yes * make -j: no * VCS checkout: no --- => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp echo '#define HAVE_MEMCACHED_BINARY 1' >> /tmp/pkgbuild/devel/libmemcached/work.alpha/libmemcached-1.0.18/mem_config.h echo '#define MEMCACHED_BINARY "/usr/pkg/bin/memcached"' >> /tmp/pkgbuild/devel/libmemcached/work.alpha/libmemcached-1.0.18/mem_config.h