robotpkg/pkgtools/pkg_install bulk build results
Log for pkg_install-20211115.3 on Ubuntu-25.04-x86_64: configure.log (Back)
--- Environment ---
OPSYS=Ubuntu
LOWER_ARCH=x86_64
_override_vars_pkgtools_pkg_install=PKGREQD
PKGREPO2DEB=/local/robotpkg/sbin/pkgrepo2deb
LC_TIME=C
GZIP_CMD=/usr/bin/gzip
OS_KERNEL_VERSION=6.14.0-15-generic
BULKBASE=/opt/openrobots
OS_VERSION=25.04
ECHO_N=echo -n
_overrides_pkgtools_pkg_install_PKGREQD=pkg_install-20211115.3~!doc
ROBOTPKG_BASE=/local/robotpkg
OLDPWD=/local/robotpkg/var/lib/robotpkg/archivers/pax
_override_vars_archivers_zlib=PKGREQD PKGREQD PKGREQD
BZIP2_CMD=/usr/bin/bzip2
MACHINE_ARCH=x86_64
hline="$bf======================================================================$rm"
_overrides_archivers_zlib_PKGREQD=zlib>=1.2.3 zlib>=1.2.3 zlib>=1.2.3
PKG_DBDIR=/opt/openrobots/var/db/robotpkg
FC=false
EXPECT_TARGETS=package
LC_MONETARY=C
LC_CTYPE=C
MAKEFLAGS= --no-print-directory -- PKGREQD.cmdline=pkg_install-20211115.3~!doc RECURSIVE_PKGPATH=pkgtools/pkg_install\ tag=Ubuntu-25.04-x86_64 BULK_LOGDIR=/local/robotpkg/var/log/bulk BULKBASE=/opt/openrobots LOCALBASE=/opt/openrobots PKG_DBDIR=/opt/openrobots/var/db/robotpkg EXPECT_TARGETS=package
LOWER_OPSYS=ubuntu
CPP=/usr/bin/gcc -E
bf=
_override_vars_pkgtools_pkgrepo2deb=PKGREQD PKGREQD
TAR=/usr/bin/tar
MACHINE_KERNEL=Linux-6.14.0-15-generic-x86_64
GCC=/usr/bin/gcc
LOWER_OS_VERSION=25.04
_overrides_pkgtools_pkgrepo2deb_PKGREQD=pkgrepo2deb>=1.9 pkgrepo2deb>=1.9
OWNER_GID=robots
PKGTOOLS_VERSION=20211115.3
RECURSIVE_PKGPATH=pkgtools/pkg_install
BOOTSTRAP_KIT_CONF=PKG_PATH=http://robotpkg.openrobots.org/packages/bsd/Ubuntu-25.04-x86_64/pub
MAKECONF=/opt/robotpkg/etc/robotpkg.conf
rm=
_override_vars_archivers_pax=PKGREQD PKGREQD
ROBOTPKG_TRUSTED_ENV=robotpkg
LC_COLLATE=C
OS_KERNEL=Linux
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
CXXCPP=false
_overrides_archivers_pax_PKGREQD=pax pax
_override_vars_archivers_bzip2=PKGREQD PKGREQD PKGREQD
MAKELEVEL=4
DEB_HOST_MULTIARCH=x86_64-linux-gnu
MACHINE_PLATFORM=Ubuntu-25.04-x86_64
_overrides_archivers_bzip2_PKGREQD=bzip2 bzip2 bzip2
ROBOTPKG_DIR=/local/robotpkg/var/lib/robotpkg
LANG=C
LC_MESSAGES=C
tag=Ubuntu-25.04-x86_64
CXX=false
LOCALBASE=/opt/openrobots
OWNER_UID=rbulk
BULK_LOGDIR=/local/robotpkg/var/log/bulk
ZCAT=/usr/bin/zcat
PAX=/usr/bin/pax
LOWER_OS_KERNEL=linux
GPG=/usr/bin/gpg --homedir=/opt/robotpkg/etc/gnupg
PWD=/local/robotpkg/var/lib/robotpkg/pkgtools/pkg_install
LC_NUMERIC=C
_ROBOTPKG_NOW=0423181800
MFLAGS=--no-print-directory
CC=/usr/bin/gcc
NODENAME=hydra64-ubuntu2504
---
Running set -e; \
cd /local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat && \
/usr/bin/env \
AWK="/usr/bin/awk" CC="/usr/bin/gcc" CFLAGS="-pipe -O3 -DNDEBUG" \
CPPFLAGS="-DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch " /bin/sh ./configure \
--enable-bsd-getopt --enable-db \
&& make
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
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 whether make sets $(MAKE)... yes
checking for gcc... (cached) /usr/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc accepts -g... (cached) yes
checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for gawk... /usr/bin/awk
checking for ar... ar
checking for fparseln in -lutil... no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking bsd/libutil.h usability... yes
checking bsd/libutil.h presence... yes
checking for bsd/libutil.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking fts.h usability... yes
checking fts.h presence... yes
checking for fts.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for inttypes.h... (cached) yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking ndir.h usability... no
checking ndir.h presence... no
checking for ndir.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/byteorder.h usability... no
checking sys/byteorder.h presence... no
checking for sys/byteorder.h... no
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/dir.h usability... yes
checking sys/dir.h presence... yes
checking for sys/dir.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/ndir.h usability... no
checking sys/ndir.h presence... no
checking for sys/ndir.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/ttycom.h usability... no
checking sys/ttycom.h presence... no
checking for sys/ttycom.h... no
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking tzfile.h usability... no
checking tzfile.h presence... no
checking for tzfile.h... no
checking for unistd.h... (cached) yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for regexec... yes
checking for va_copy... yes
checking for __builtin_va_copy... yes
checking md5.h usability... yes
checking md5.h presence... yes
checking for md5.h... yes
checking for MD5Init in md5.h... yes
checking for md5.h... (cached) yes
checking rmd160.h usability... yes
checking rmd160.h presence... yes
checking for rmd160.h... yes
checking sha1.h usability... yes
checking sha1.h presence... yes
checking for sha1.h... yes
checking sha2.h usability... yes
checking sha2.h presence... yes
checking for sha2.h... yes
checking for MD5File... no
checking for RMD160File... no
checking for SHA1File... no
checking for SHA512_File... no
checking for issetugid... no
checking whether optarg is declared... yes
checking whether optind is declared... yes
checking whether optreset is declared... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for struct option... yes
configure: Using included getopt and getopt_long
checking vis.h usability... no
checking vis.h presence... no
checking for vis.h... no
checking for __attribute__... yes
checking for size_t... yes
checking for uintptr_t... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for long long... yes
checking for long double... yes
checking for fsid_t... yes
checking whether byte ordering is bigendian... no
checking size of off_t... 8
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
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 snprintf is declared... yes
checking whether asprintf is declared... yes
checking whether strdup is declared... yes
checking whether isblank is declared... yes
checking for err... yes
checking for fgetln... no
checking for fnmatch... yes
checking for fparseln... no
checking for getdelim... yes
checking for getenv... yes
checking for getline... yes
checking for lchmod... yes
checking for lchown... yes
checking for lutimes... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for setenv... yes
checking for setgroupent... no
checking for setpassent... no
checking for setprogname... no
checking for shquote... no
checking for statvfs... yes
checking for strerror... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strmode... no
checking for strsep... yes
checking for strtoll... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utimes... yes
checking for warn... yes
checking for library containing socket... none required
checking for gethostbyname in -lnsl... no
checking for socklen_t... yes
checking for struct addrinfo... yes
checking for struct in6_addr... yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_storage... yes
checking for getnameinfo... yes
checking for gai_strerror... yes
checking for getaddrinfo... yes
checking for getenv... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for mkdtemp... (cached) yes
checking for mkstemp... (cached) yes
checking for setlocale... yes
checking for getmode... no
checking for setmode... no
checking whether endgrent is declared... no
checking whether endpwent is declared... no
checking whether setpassent is declared... no
checking for gid_from_group... no
checking for group_from_gid... no
checking for pwcache_groupdb... no
checking for pwcache_userdb... no
checking for uid_from_user... no
checking for user_from_uid... no
checking for fts_open... yes
checking for timegm... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for poll... yes
checking if poll() is implemented natively... yes
checking for getpassphrase... no
checking for getpgrp... yes
checking for select... yes
checking for getpgrp... (cached) yes
checking whether getpgrp requires zero arguments... yes
checking for struct statfs.f_flags... yes
checking for struct statfs.f_fsize... no
checking for struct statfs.f_iosize... no
checking for struct dirent.d_namlen... no
checking for DIR.dd_fd... no
checking for dirfd... yes
checking *printf() support for %lld... no
checking *printf() support for %qd... no
checking if vsnprintf is standards compliant... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nbcompat/config.h
/usr/bin/awk -f nbcompat.awk nbcompat/config.h > nbcompat/nbconfig.h
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c glob.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c md5c.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c md5hl.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c rmd160.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c rmd160hl.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c sha1.c
In function 'SHA1Update',
inlined from 'SHA1Final' at sha1.c:288:2:
sha1.c:260:13: warning: 'SHA1Transform' reading 64 bytes from a region of size 1 [-Wstringop-overread]
260 | SHA1Transform(context->state, &data[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sha1.c:260:13: note: referencing argument 2 of type 'const unsigned char[64]'
sha1.c: In function 'SHA1Final':
sha1.c:151:6: note: in a call to function 'SHA1Transform'
151 | void SHA1Transform(state, buffer)
| ^~~~~~~~~~~~~
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c sha1hl.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c sha2.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c sha2hl.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c getopt.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c getopt_long.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c vis.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c unvis.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c fgetln.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c fparseln.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c setgroupent.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c setpassent.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c setprogname.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c shquote.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c strmode.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c setmode.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c pwcache.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/btree/bt_close.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/btree/bt_conv.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/btree/bt_debug.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/btree/bt_delete.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/btree/bt_get.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/btree/bt_open.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/btree/bt_overflow.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/btree/bt_page.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/btree/bt_put.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/btree/bt_search.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/btree/bt_seq.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/btree/bt_split.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/btree/bt_utils.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/db/db.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/hash/hash.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/hash/hash_bigkey.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/hash/hash_buf.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/hash/hash_func.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/hash/hash_log2.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/hash/hash_page.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/hash/ndbm.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/hash/ndbmdatum.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/mpool/mpool.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/recno/rec_close.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/recno/rec_delete.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/recno/rec_get.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/recno/rec_open.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/recno/rec_put.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/recno/rec_search.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/recno/rec_seq.c
/usr/bin/gcc -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -D__DBINTERFACE_PRIVATE -I. -I. -pipe -O3 -DNDEBUG -DHAVE_CONFIG_H -c db/recno/rec_utils.c
ar cr libnbcompat.a glob.o md5c.o md5hl.o rmd160.o rmd160hl.o sha1.o sha1hl.o sha2.o sha2hl.o getopt.o getopt_long.o vis.o unvis.o fgetln.o fparseln.o setgroupent.o setpassent.o setprogname.o shquote.o strmode.o setmode.o pwcache.o bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o bt_utils.o db.o hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o ndbm.o ndbmdatum.o mpool.o rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o rec_search.o rec_seq.o rec_utils.o
ranlib libnbcompat.a
Running set -e; \
cd /local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive && \
/usr/bin/env \
AWK="/usr/bin/awk" CC="/usr/bin/gcc" CFLAGS="-pipe -O3 -DNDEBUG" \
CPPFLAGS="-DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch " \
/bin/sh ./configure \
--enable-static --disable-shared \
--disable-maintainer-mode \
--without-expat --without-libb2 --without-lz4 \
--without-lzo2 --without-mbedtls --without-nettle \
--without-openssl --without-xml2 --without-zstd \
&& make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking whether /usr/bin/gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /usr/bin/gcc... gcc3
checking for /usr/bin/gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
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 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 /usr/bin/gcc... /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 x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %sn
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc 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 mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/gcc static flag -static works... yes
checking if /usr/bin/gcc supports -c -o file.o... yes
checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
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... no
checking whether to build static libraries... yes
checking for strip... (cached) strip
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... yes
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
checking attr/xattr.h usability... no
checking attr/xattr.h presence... no
checking for attr/xattr.h... no
checking copyfile.h usability... no
checking copyfile.h presence... no
checking for copyfile.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking ext2fs/ext2_fs.h usability... no
checking ext2fs/ext2_fs.h presence... no
checking for ext2fs/ext2_fs.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking whether EXT2_IOC_GETFLAGS is usable... no
checking for inttypes.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking linux/fiemap.h usability... yes
checking linux/fiemap.h presence... yes
checking for linux/fiemap.h... yes
checking linux/fs.h usability... yes
checking linux/fs.h presence... yes
checking for linux/fs.h... yes
checking linux/magic.h usability... yes
checking linux/magic.h presence... yes
checking for linux/magic.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking whether FS_IOC_GETFLAGS is usable... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking membership.h usability... no
checking membership.h presence... no
checking for membership.h... no
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking readpassphrase.h usability... no
checking readpassphrase.h presence... no
checking for readpassphrase.h... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/acl.h usability... no
checking sys/acl.h presence... no
checking for sys/acl.h... no
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/ea.h usability... no
checking sys/ea.h presence... no
checking for sys/ea.h... no
checking sys/extattr.h usability... no
checking sys/extattr.h presence... no
checking for sys/extattr.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/richacl.h usability... no
checking sys/richacl.h presence... no
checking for sys/richacl.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/xattr.h usability... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for wincrypt.h... no
checking for winioctl.h... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for inflate in -lz... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for BZ2_bzDecompressInit in -lbz2... yes
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for iconv.h... yes
checking localcharset.h usability... no
checking localcharset.h presence... no
checking for localcharset.h... no
checking for locale_charset... no
checking for locale_charset in -lcharset... no
checking lzma.h usability... yes
checking lzma.h presence... yes
checking for lzma.h... yes
checking for lzma_stream_decoder in -llzma... yes
checking whether we have multithread support in lzma... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for regcomp... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wformat... yes
checking whether C compiler accepts -Wformat-security... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for id_t... yes
checking for uintptr_t... yes
checking for struct tm.tm_gmtoff... yes
checking for struct tm.__tm_gmtoff... no
checking for struct statfs.f_namemax... no
checking for struct statvfs.f_iosize... no
checking for struct stat.st_birthtime... no
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_mtimespec.tv_nsec... no
checking for struct stat.st_mtim.tv_nsec... yes
checking for struct stat.st_mtime_n... no
checking for struct stat.st_umtime... no
checking for struct stat.st_mtime_usec... no
checking for struct stat.st_blksize... yes
checking for struct stat.st_flags... no
checking for uintmax_t... yes
checking for unsigned long long... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for intmax_t... yes
checking for uintmax_t... (cached) yes
checking for int64_t... yes
checking for uint64_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking for uint8_t... yes
checking whether SIZE_MAX is declared... yes
checking whether INT32_MAX is declared... yes
checking whether INT32_MIN is declared... yes
checking whether INT64_MAX is declared... yes
checking whether INT64_MIN is declared... yes
checking whether UINT64_MAX is declared... yes
checking whether UINT32_MAX is declared... yes
checking whether INTMAX_MAX is declared... yes
checking whether INTMAX_MIN is declared... yes
checking whether UINTMAX_MAX is declared... yes
checking whether SSIZE_MAX is declared... yes
checking whether EFTYPE is declared... no
checking whether EILSEQ is declared... yes
checking for wchar_t... yes
checking size of wchar_t... 4
checking whether time.h and sys/time.h may both be included... yes
checking whether /usr/bin/gcc needs -traditional... no
checking whether sys/types.h defines makedev... no
checking for sys/mkdev.h... (cached) no
checking for sys/sysmacros.h... (cached) yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for working memcmp... yes
checking whether lstat correctly handles trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether stat accepts an empty string... no
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for CreateHardLinkA... no
checking for arc4random_buf... yes
checking for chflags... no
checking for chown... yes
checking for chroot... yes
checking for ctime_r... yes
checking for fchdir... yes
checking for fchflags... no
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdopendir... yes
checking for fork... yes
checking for fstat... yes
checking for fstatat... yes
checking for fstatfs... yes
checking for fstatvfs... yes
checking for ftruncate... yes
checking for futimens... yes
checking for futimes... yes
checking for futimesat... yes
checking for geteuid... yes
checking for getpid... yes
checking for getgrgid_r... yes
checking for getgrnam_r... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getvfsbyname... no
checking for gmtime_r... yes
checking for lchflags... no
checking for lchmod... yes
checking for lchown... yes
checking for link... yes
checking for localtime_r... yes
checking for lstat... yes
checking for lutimes... yes
checking for mbrtowc... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mkstemp... yes
checking for nl_langinfo... yes
checking for openat... yes
checking for pipe... yes
checking for poll... yes
checking for posix_spawnp... yes
checking for readlink... yes
checking for readlinkat... yes
checking for readpassphrase... no
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for sigaction... yes
checking for statfs... yes
checking for statvfs... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncpy_s... no
checking for strrchr... yes
checking for symlink... yes
checking for timegm... yes
checking for tzset... yes
checking for unlinkat... yes
checking for unsetenv... yes
checking for utime... yes
checking for utimensat... yes
checking for utimes... yes
checking for vfork... yes
checking for wcrtomb... yes
checking for wcscmp... yes
checking for wcscpy... yes
checking for wcslen... yes
checking for wctomb... yes
checking for wmemcmp... yes
checking for wmemcpy... yes
checking for wmemmove... yes
checking for _ctime64_s... no
checking for _fseeki64... no
checking for _get_timezone... no
checking for _gmtime64_s... no
checking for _localtime64_s... no
checking for _mkgmtime64... no
checking for cygwin_conv_path... no
checking for struct vfsconf... no
checking for struct xvfsconf... no
checking whether D_MD_ORDER is declared... no
checking for struct dirent.d_namlen... no
checking for library containing setxattr... none required
checking whether EXTATTR_NAMESPACE_USER is declared... no
checking whether XATTR_NOFOLLOW is declared... no
checking for fgetxattr... yes
checking for flistxattr... yes
checking for fsetxattr... yes
checking for getxattr... yes
checking for lgetxattr... yes
checking for listxattr... yes
checking for llistxattr... yes
checking for lsetxattr... yes
checking for extended attributes support... Linux
checking for acl_get_file in -lacl... no
checking for acl_t... no
checking for acl_entry_t... no
checking for acl_permset_t... no
checking for acl_tag_t... no
checking for richacl_get_file in -lrichacl... no
checking for struct richace... no
checking for struct richacl... no
checking for acl... no
checking for facl... no
checking for ACL support... none
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking support for ARCHIVE_CRYPTO_MD5_LIBC... no
checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM... no
checking support for ARCHIVE_CRYPTO_RMD160_LIBC... no
checking support for ARCHIVE_CRYPTO_SHA1_LIBC... no
checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM... no
checking support for ARCHIVE_CRYPTO_SHA256_LIBC... no
checking support for ARCHIVE_CRYPTO_SHA256_LIBC2... no
checking support for ARCHIVE_CRYPTO_SHA256_LIBC3... no
checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM... no
checking support for ARCHIVE_CRYPTO_SHA384_LIBC... no
checking support for ARCHIVE_CRYPTO_SHA384_LIBC2... no
checking support for ARCHIVE_CRYPTO_SHA384_LIBC3... no
checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM... no
checking support for ARCHIVE_CRYPTO_SHA512_LIBC... no
checking support for ARCHIVE_CRYPTO_SHA512_LIBC2... no
checking support for ARCHIVE_CRYPTO_SHA512_LIBC3... no
checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM... no
checking for bcrypt.h... no
checking md5.h usability... yes
checking md5.h presence... yes
checking for md5.h... yes
checking ripemd.h usability... yes
checking ripemd.h presence... yes
checking for ripemd.h... yes
checking sha.h usability... yes
checking sha.h presence... yes
checking for sha.h... yes
checking sha256.h usability... yes
checking sha256.h presence... yes
checking for sha256.h... yes
checking sha512.h usability... yes
checking sha512.h presence... yes
checking for sha512.h... yes
checking for MD5Init in -lmd... yes
checking support for ARCHIVE_CRYPTO_MD5_LIBMD... yes
checking support for ARCHIVE_CRYPTO_RMD160_LIBMD... yes
checking support for ARCHIVE_CRYPTO_SHA1_LIBMD... yes
checking support for ARCHIVE_CRYPTO_SHA256_LIBMD... yes
checking support for ARCHIVE_CRYPTO_SHA512_LIBMD... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build/pkgconfig/libarchive.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing mkdirs commands
/usr/bin/mkdir -p libarchive/test
cat ./libarchive/test/test_*.c | grep '^DEFINE_TEST' > libarchive/test/list.h
/usr/bin/mkdir -p tar/test
cat ./tar/test/test_*.c | grep '^DEFINE_TEST' > tar/test/list.h
/usr/bin/mkdir -p cpio/test
cat ./cpio/test/test_*.c | grep '^DEFINE_TEST' > cpio/test/list.h
cat ./cat/test/test_*.c | grep '^DEFINE_TEST' > cat/test/list.h
make all-am
CC tar/bsdtar-bsdtar.o
CC tar/bsdtar-cmdline.o
CC tar/bsdtar-creation_set.o
CC tar/bsdtar-read.o
CC tar/bsdtar-subst.o
CC tar/bsdtar-util.o
CC tar/bsdtar-write.o
CC libarchive/archive_acl.lo
CC libarchive/archive_check_magic.lo
CC libarchive/archive_cmdline.lo
CC libarchive/archive_cryptor.lo
CC libarchive/archive_digest.lo
CC libarchive/archive_entry.lo
CC libarchive/archive_entry_copy_stat.lo
CC libarchive/archive_entry_link_resolver.lo
CC libarchive/archive_entry_sparse.lo
CC libarchive/archive_entry_stat.lo
CC libarchive/archive_entry_strmode.lo
CC libarchive/archive_entry_xattr.lo
CC libarchive/archive_getdate.lo
CC libarchive/archive_hmac.lo
CC libarchive/archive_match.lo
CC libarchive/archive_options.lo
CC libarchive/archive_pack_dev.lo
CC libarchive/archive_pathmatch.lo
CC libarchive/archive_ppmd7.lo
CC libarchive/archive_ppmd8.lo
CC libarchive/archive_random.lo
CC libarchive/archive_rb.lo
CC libarchive/archive_read.lo
CC libarchive/archive_read_add_passphrase.lo
CC libarchive/archive_read_append_filter.lo
CC libarchive/archive_read_data_into_fd.lo
CC libarchive/archive_read_disk_entry_from_file.lo
CC libarchive/archive_read_disk_posix.lo
CC libarchive/archive_read_disk_set_standard_lookup.lo
CC libarchive/archive_read_extract.lo
CC libarchive/archive_read_extract2.lo
CC libarchive/archive_read_open_fd.lo
CC libarchive/archive_read_open_file.lo
CC libarchive/archive_read_open_filename.lo
CC libarchive/archive_read_open_memory.lo
CC libarchive/archive_read_set_format.lo
CC libarchive/archive_read_set_options.lo
CC libarchive/archive_read_support_filter_all.lo
CC libarchive/archive_read_support_filter_bzip2.lo
CC libarchive/archive_read_support_filter_compress.lo
CC libarchive/archive_read_support_filter_grzip.lo
CC libarchive/archive_read_support_filter_gzip.lo
CC libarchive/archive_read_support_filter_lrzip.lo
CC libarchive/archive_read_support_filter_lz4.lo
CC libarchive/archive_read_support_filter_lzop.lo
CC libarchive/archive_read_support_filter_none.lo
CC libarchive/archive_read_support_filter_program.lo
CC libarchive/archive_read_support_filter_rpm.lo
CC libarchive/archive_read_support_filter_uu.lo
CC libarchive/archive_read_support_filter_xz.lo
CC libarchive/archive_read_support_filter_zstd.lo
CC libarchive/archive_read_support_format_7zip.lo
CC libarchive/archive_read_support_format_all.lo
CC libarchive/archive_read_support_format_ar.lo
CC libarchive/archive_read_support_format_by_code.lo
CC libarchive/archive_read_support_format_cab.lo
CC libarchive/archive_read_support_format_cpio.lo
CC libarchive/archive_read_support_format_empty.lo
CC libarchive/archive_read_support_format_iso9660.lo
CC libarchive/archive_read_support_format_lha.lo
CC libarchive/archive_read_support_format_mtree.lo
CC libarchive/archive_read_support_format_rar.lo
CC libarchive/archive_read_support_format_rar5.lo
CC libarchive/archive_read_support_format_raw.lo
CC libarchive/archive_read_support_format_tar.lo
CC libarchive/archive_read_support_format_warc.lo
libarchive/archive_read_support_format_warc.c:594:25: warning: argument 1 of type 'const char *' declared as a pointer [-Warray-parameter=]
594 | _warc_rdver(const char *buf, size_t bsz)
| ~~~~~~~~~~~~^~~
libarchive/archive_read_support_format_warc.c:130:44: note: previously declared as an array 'const char[10]'
130 | static unsigned int _warc_rdver(const char buf[10], size_t bsz);
| ~~~~~~~~~~~^~~~~~~
CC libarchive/archive_read_support_format_xar.lo
CC libarchive/archive_read_support_format_zip.lo
CC libarchive/archive_string.lo
CC libarchive/archive_string_sprintf.lo
CC libarchive/archive_util.lo
CC libarchive/archive_version_details.lo
CC libarchive/archive_virtual.lo
CC libarchive/archive_write.lo
CC libarchive/archive_write_disk_posix.lo
CC libarchive/archive_write_disk_set_standard_lookup.lo
CC libarchive/archive_write_open_fd.lo
CC libarchive/archive_write_open_file.lo
CC libarchive/archive_write_open_filename.lo
CC libarchive/archive_write_open_memory.lo
CC libarchive/archive_write_add_filter.lo
CC libarchive/archive_write_add_filter_b64encode.lo
CC libarchive/archive_write_add_filter_by_name.lo
CC libarchive/archive_write_add_filter_bzip2.lo
CC libarchive/archive_write_add_filter_compress.lo
CC libarchive/archive_write_add_filter_grzip.lo
CC libarchive/archive_write_add_filter_gzip.lo
CC libarchive/archive_write_add_filter_lrzip.lo
CC libarchive/archive_write_add_filter_lz4.lo
CC libarchive/archive_write_add_filter_lzop.lo
CC libarchive/archive_write_add_filter_none.lo
CC libarchive/archive_write_add_filter_program.lo
CC libarchive/archive_write_add_filter_uuencode.lo
CC libarchive/archive_write_add_filter_xz.lo
CC libarchive/archive_write_add_filter_zstd.lo
CC libarchive/archive_write_set_format.lo
CC libarchive/archive_write_set_format_7zip.lo
CC libarchive/archive_write_set_format_ar.lo
CC libarchive/archive_write_set_format_by_name.lo
CC libarchive/archive_write_set_format_cpio.lo
CC libarchive/archive_write_set_format_cpio_newc.lo
CC libarchive/archive_write_set_format_filter_by_ext.lo
CC libarchive/archive_write_set_format_iso9660.lo
CC libarchive/archive_write_set_format_mtree.lo
CC libarchive/archive_write_set_format_pax.lo
CC libarchive/archive_write_set_format_raw.lo
CC libarchive/archive_write_set_format_shar.lo
CC libarchive/archive_write_set_format_ustar.lo
CC libarchive/archive_write_set_format_v7tar.lo
CC libarchive/archive_write_set_format_gnutar.lo
CC libarchive/archive_write_set_format_warc.lo
CC libarchive/archive_write_set_format_xar.lo
CC libarchive/archive_write_set_format_zip.lo
CC libarchive/archive_write_set_options.lo
CC libarchive/archive_write_set_passphrase.lo
CC libarchive/filter_fork_posix.lo
CC libarchive/xxhash.lo
CC libarchive/archive_blake2s_ref.lo
CC libarchive/archive_blake2sp_ref.lo
CCLD libarchive.la
ar: `u' modifier ignored since `D' is the default (see `U')
CC libarchive_fe/la-err.lo
CC libarchive_fe/la-line_reader.lo
CC libarchive_fe/la-passphrase.lo
CCLD libarchive_fe.la
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD bsdtar
CC cpio/bsdcpio-cmdline.o
CC cpio/bsdcpio-cpio.o
CCLD bsdcpio
CC cat/bsdcat-bsdcat.o
CC cat/bsdcat-cmdline.o
CCLD bsdcat
Running set -e; \
cd /local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch && \
/bin/sh ./configure && \
/usr/bin/env \
AWK="/usr/bin/awk" CC="/usr/bin/gcc" CFLAGS="-pipe -O3 -DNDEBUG" \
CPPFLAGS="-DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch " make depend all
checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
configure: creating ./config.status
config.status: creating libfetch-config.h
/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch/errlist.sh ftp_errlist FTP /local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch/ftp.errors > ftperr.h
/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch/errlist.sh http_errlist HTTP /local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch/http.errors > httperr.h
/usr/bin/gcc -pipe -O3 -DNDEBUG -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -I. -DFTP_COMBINE_CWDS -c fetch.c
/usr/bin/gcc -pipe -O3 -DNDEBUG -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -I. -DFTP_COMBINE_CWDS -c common.c
/usr/bin/gcc -pipe -O3 -DNDEBUG -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -I. -DFTP_COMBINE_CWDS -c ftp.c
/usr/bin/gcc -pipe -O3 -DNDEBUG -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -I. -DFTP_COMBINE_CWDS -c http.c
/usr/bin/gcc -pipe -O3 -DNDEBUG -DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch -I. -DFTP_COMBINE_CWDS -c file.c
ar cr libfetch.a fetch.o common.o ftp.o http.o file.o
Running set -e; \
cd /local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/pkg_install-20211115.3 && cd '/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/pkg_install-20211115.3' && \
/usr/bin/env CONFIG_SHELL=/bin/sh LIBS='-lnbcompat -larchive -lmd -llzma -lbz2 -lz -lfetch' 'CPPFLAGS=-DDEF_UMASK= -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/libarchive -I/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch' 'CFLAGS=-pipe -O3 -DNDEBUG' 'LDFLAGS=-L/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libnbcompat -L/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libarchive/.libs -L/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work/libfetch' 'CXXFLAGS=-pipe' PREFIX='/opt/openrobots' HOME=/local/robotpkg/var/tmp/robotpkg/pkgtools/pkg_install/work PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin' LD_LIBRARY_PATH='' \
/bin/sh ./configure \
--sysconfdir=/opt/openrobots/etc --with-pkgdbdir=/opt/openrobots/var/db/robotpkg --prefix=/opt/openrobots --infodir=/opt/openrobots/info --mandir=/opt/openrobots/man
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for ar... ar
checking for chmod... /usr/bin/chmod
checking for cmp... /usr/bin/cmp
checking for cp... /usr/bin/cp
checking for env... /usr/bin/env
checking for find... /usr/bin/find
checking for grep... /usr/bin/grep
checking for ln... /usr/bin/ln
checking for mkdir... /usr/bin/mkdir
checking for rmdir... /usr/bin/rmdir
checking for rm... /usr/bin/rm
checking for sed... /usr/bin/sed
checking for sort... /usr/bin/sort
checking for touch... /usr/bin/touch
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
./configure: 4482: ./configure.lineno: ac_fn_c_try_link: not found
checking for __db185_open in -ldb... no
checking for library containing dbopen... none required
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/bin/grep -E
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 assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking vis.h usability... no
checking vis.h presence... no
checking for vis.h... no
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for vfork... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for a working PRIu64... yes
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of size_t... 8
configure: creating ./config.status
config.status: creating Makefile
config.status: creating add/Makefile
config.status: creating admin/Makefile
config.status: creating create/Makefile
config.status: creating delete/Makefile
config.status: creating info/Makefile
config.status: creating lib/Makefile
config.status: creating lib/pkg_install.conf.5
config.status: creating lib/pkg_install.conf.cat
config.status: creating lib/config.h