pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gettext-rs: remove



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sun Sep 18 22:26:41 2022 +0200
Changeset:	3b77f018ee8c33afa26eb4567e8cb679d16674c7

Modified Files:
	Makefile
Removed Files:
	gettext-rs/DESCR
	gettext-rs/Makefile
	gettext-rs/PLIST
	gettext-rs/TODO
	gettext-rs/cargo-depends.mk
	gettext-rs/distinfo

Log Message:
gettext-rs: remove

Information gotten from making this build used to get pika-backup
to build.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3b77f018ee8c33afa26eb4567e8cb679d16674c7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                    |    1 -
 gettext-rs/DESCR            |    1 -
 gettext-rs/Makefile         |   26 -
 gettext-rs/PLIST            |    4 -
 gettext-rs/TODO             | 1404 -------------------------------------------
 gettext-rs/cargo-depends.mk |   53 --
 gettext-rs/distinfo         |  155 -----
 7 files changed, 1644 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 0b797100af..835badbf81 100644
--- a/Makefile
+++ b/Makefile
@@ -1113,7 +1113,6 @@ SUBDIR+=	gerris
 SUBDIR+=	gerris-snapshot
 SUBDIR+=	getdns
 SUBDIR+=	getdp
-SUBDIR+=	gettext-rs
 SUBDIR+=	gf2x
 SUBDIR+=	gfa
 SUBDIR+=	gfan
diff --git a/gettext-rs/DESCR b/gettext-rs/DESCR
deleted file mode 100644
index 462dade9d9..0000000000
--- a/gettext-rs/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-See if gettext-sys and gettext-rs build stand-alone.
diff --git a/gettext-rs/Makefile b/gettext-rs/Makefile
deleted file mode 100644
index 3a4f848181..0000000000
--- a/gettext-rs/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	gettext-rs-0.7.0
-CATEGORIES=	sysutils
-MASTER_SITES=	${MASTER_SITE_GITHUB:=Koka/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/Koka/gettext-rs/
-COMMENT=	GNU Gettext FFI binding for Rust
-LICENSE=	mit
-
-# gettext-rs = { version = "0.7", features = ["gettext-system"] }
-#CARGO_FEATURES=	gettext-system
-
-.include "cargo-depends.mk"
-
-USE_TOOLS+=	pkg-config
-USE_LANGUAGES+=	c c++
-
-MAKE_ENV+=	GETTEXT_DIR=${PREFIX}
-MAKE_ENV+=	GETTEXT_SYSTEM=enabled
-
-TOOL_DEPENDS+=	gettext-tools>=0.19.4nb1:../../devel/gettext-tools
-
-.include "../../lang/rust/cargo.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gettext-rs/PLIST b/gettext-rs/PLIST
deleted file mode 100644
index cf8b8836f1..0000000000
--- a/gettext-rs/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/pkg/bin/bmake package"
-@comment TODO: 2. run "/usr/pkg/bin/bmake print-PLIST"
diff --git a/gettext-rs/TODO b/gettext-rs/TODO
deleted file mode 100644
index 7906b88431..0000000000
--- a/gettext-rs/TODO
+++ /dev/null
@@ -1,1404 +0,0 @@
-Fails to build:
-
-  checking whether printf supports POSIX/XSI format strings with positions... yes
-  checking for snprintf... (cached) yes
-  checking whether snprintf truncates the result as in C99... yes
-  checking whether snprintf fully supports the 'n' directive... yes
-  checking whether snprintf respects a size of 1... (cached) yes
-  checking whether vsnprintf respects a zero size as in C99... yes
-  checking for nl_langinfo... yes
-  checking for ptrdiff_t... yes
-  checking for socklen_t... yes
-  checking for ssize_t... (cached) yes
-  checking whether stat handles trailing slashes on files... yes
-  checking for struct stat.st_atim.tv_nsec... yes
-  checking whether struct stat.st_atim is of type struct timespec... yes
-  checking for struct stat.st_birthtimespec.tv_nsec... yes
-  checking for working stdalign.h... yes
-  checking for va_copy... yes
-  checking for good max_align_t... yes
-  checking whether NULL can be used in arbitrary expressions... yes
-  checking which flavor of printf attribute matches inttypes macros... system
-  checking for stpcpy... yes
-  checking for nlink_t... (cached) yes
-  checking for ptrdiff_t... (cached) yes
-  checking for vasprintf... yes
-  checking for vasprintf... (cached) yes
-  checking for nl_langinfo... (cached) yes
-  checking for ptrdiff_t... (cached) yes
-  checking for vsnprintf... yes
-  checking whether snprintf respects a size of 1... (cached) yes
-  checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
-  checking for stdint.h... (cached) yes
-  checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
-  checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
-  checking for gawk... (cached) awk
-  checking for texi2dvi... /usr/bin/texi2dvi
-  checking for dvips... /tmp/.tmpEKVFcY/gettext/libtextstyle/build-aux/missing dvips
-  checking for perl... /scratch/wip/gettext-rs/work/.tools/bin/perl
-  checking that generated files are newer than configure... done
-  configure: creating ./config.status
-  config.status: creating Makefile
-  config.status: creating doc/Makefile
-  config.status: creating lib/Makefile
-  config.status: creating lib/exported.sh
-  config.status: creating lib/textstyle/version.h
-  config.status: creating lib/textstyle/woe32dll.h
-  config.status: creating tests/Makefile
-  config.status: creating adhoc-tests/Makefile
-  config.status: creating config.h
-  config.status: executing depfiles commands
-  config.status: executing libtool commands
-  === configuring in gettext-tools (/tmp/.tmpEKVFcY/build/gettext-tools)
-  configure: running /bin/sh /tmp/.tmpEKVFcY/gettext/gettext-tools/configure --disable-option-checking '--prefix=/tmp/.tmpEKVFcY'  '--without-emacs' '--disable-java' '--disable-csharp' '--disable-c++' '--disable-shared' '--enable-static' '--enable-fast-install' '--with-included-gettext' '--with-included-glib' '--with-included-libcroco' '--with-included-libunistring' 'CC=gcc' 'CFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include ' 'LDFLAGS=-Wl,-zrelro -Wl,-znow -L/usr/pkg/lib -Wl,-R/usr/pkg/lib' 'CPPFLAGS=-g -I/usr/pkg/include' 'CPP=cpp' 'CXX=c++' 'CXXFLAGS=-O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include' --cache-file=/dev/null --srcdir=/tmp/.tmpEKVFcY/gettext/gettext-tools
-  checking for a BSD-compatible install... /scratch/wip/gettext-rs/work/.tools/bin/install -c
-  checking whether build environment is sane... yes
-  checking for a thread-safe mkdir -p... /tmp/.tmpEKVFcY/gettext/gettext-tools/../build-aux/install-sh -c -d
-  checking for gawk... no
-  checking for mawk... no
-  checking for nawk... no
-  checking for awk... awk
-  checking whether make sets $(MAKE)... yes
-  checking whether make supports nested variables... yes
-  checking for gcc... 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 enable C11 features... none needed
-  checking whether the compiler is clang... no
-  checking for compiler option needed when checking for declarations... none
-  checking whether make supports the include directive... yes (GNU style)
-  checking dependency style of gcc... gcc3
-  checking whether to use Java... no
-  checking how to run the C preprocessor... cpp
-  checking for grep that handles long lines and -e... /scratch/wip/gettext-rs/work/.tools/bin/grep
-  checking for egrep... /scratch/wip/gettext-rs/work/.tools/bin/grep -E
-  checking for Java virtual machine... no
-  checking for Java compiler... no
-  checking for jar... no
-  checking for preferred C# implementation... no
-  checking for C# compiler... no
-  checking build system type... x86_64-unknown-netbsd9.99
-  checking host system type... x86_64-unknown-netbsd9.99
-  checking for C# program execution engine... no
-  checking for Minix Amsterdam compiler... no
-  checking for ar... ar
-  checking for ranlib... ranlib
-  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 _XOPEN_SOURCE should be defined... no
-  checking for _LARGEFILE_SOURCE value needed for large files... no
-  checking for special C compiler options needed for large files... no
-  checking for _FILE_OFFSET_BITS value needed for large files... no
-  checking how to print strings... printf
-  checking for a sed that does not truncate output... /scratch/wip/gettext-rs/work/.tools/bin/sed
-  checking for fgrep... /scratch/wip/gettext-rs/work/.tools/bin/grep -F
-  checking for ld used by gcc... /scratch/wip/gettext-rs/work/.cwrapper/bin/ld
-  checking if the linker (/scratch/wip/gettext-rs/work/.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... 196608
-  checking how to convert x86_64-unknown-netbsd9.99 file names to x86_64-unknown-netbsd9.99 format... func_convert_file_noop
-  checking how to convert x86_64-unknown-netbsd9.99 file names to toolchain format... func_convert_file_noop
-  checking for /scratch/wip/gettext-rs/work/.cwrapper/bin/ld option to reload object files... -r
-  checking for objdump... objdump
-  checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$
-  checking for dlltool... no
-  checking how to associate runtime and link libraries... printf %s\n
-  checking for archiver @FILE support... @
-  checking for strip... strip
-  checking for ranlib... (cached) ranlib
-  checking command to parse /usr/bin/nm -B output from gcc object... ok
-  checking for sysroot... no
-  checking for a working dd... /bin/dd
-  checking how to truncate binary pipes... /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 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... yes
-  checking if gcc supports -c -o file.o... (cached) yes
-  checking whether the gcc linker (/scratch/wip/gettext-rs/work/.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 whether stripping libraries is possible... no
-  checking if libtool supports shared libraries... yes
-  checking whether to build shared libraries... no
-  checking whether to build static libraries... yes
-  checking for windres... no
-  checking whether NLS is requested... yes
-  checking for msgfmt... /usr/bin/msgfmt
-  checking for gmsgfmt... /usr/bin/msgfmt
-  checking for xgettext... /usr/bin/xgettext
-  checking for msgmerge... /usr/bin/msgmerge
-  checking whether we are using the GNU C Library 2 or newer... no
-  checking whether the -Werror option is usable... yes
-  checking for simple visibility declarations... yes
-  checking for inline... inline
-  checking for size_t... yes
-  checking for stdint.h... yes
-  checking for working alloca.h... no
-  checking for alloca... yes
-  checking for stdlib.h... (cached) yes
-  checking for unistd.h... (cached) yes
-  checking for sys/param.h... yes
-  checking for threads.h... yes
-  checking for xlocale.h... no
-  checking for pthread.h... yes
-  checking for sys/socket.h... yes
-  checking for dirent.h... yes
-  checking for fnmatch.h... yes
-  checking for sys/stat.h... (cached) yes
-  checking for getopt.h... yes
-  checking for sys/cdefs.h... yes
-  checking for sys/time.h... yes
-  checking for iconv.h... yes
-  checking for limits.h... yes
-  checking for wchar.h... yes
-  checking for stdint.h... (cached) yes
-  checking for inttypes.h... (cached) yes
-  checking for crtdefs.h... no
-  checking for wctype.h... yes
-  checking for langinfo.h... yes
-  checking for libxml2/libxml/xmlexports.h... no
-  checking for libxml2/libxml/xmlversion.h... no
-  checking for math.h... yes
-  checking for sys/mman.h... yes
-  checking for spawn.h... yes
-  checking for sys/random.h... yes
-  checking for sys/select.h... yes
-  checking for sys/wait.h... yes
-  checking for utime.h... yes
-  checking for features.h... no
-  checking for arpa/inet.h... yes
-  checking for semaphore.h... yes
-  checking for netdb.h... yes
-  checking for netinet/in.h... yes
-  checking for priv.h... no
-  checking for sys/ioctl.h... yes
-  checking for sys/uio.h... yes
-  checking for malloc.h... yes
-  checking for getpagesize... yes
-  checking for working mmap... yes
-  checking whether integer division by zero raises SIGFPE... yes
-  checking for inttypes.h... yes
-  checking for unsigned long long int... yes
-  checking whether imported symbols can be declared weak... yes
-  checking for pthread.h... (cached) yes
-  checking for pthread_kill in -lpthread... yes
-  checking whether POSIX threads API is available... yes
-  checking for multithread API to use... posix
-  checking for pthread_rwlock_t... yes
-  checking whether pthread_rwlock_rdlock prefers a writer to a reader... yes
-  checking for ld... /scratch/wip/gettext-rs/work/.cwrapper/bin/ld
-  checking if the linker (/scratch/wip/gettext-rs/work/.cwrapper/bin/ld) is GNU ld... yes
-  checking for shared library run path origin... done
-  checking 32-bit host C ABI... no
-  checking for ELF binary format... yes
-  checking for the common suffixes of directories in the library search path... lib,lib,lib
-  checking whether to use C++... no
-  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 inttypes.h... (cached) yes
-  checking for limits.h... (cached) yes
-  checking for unistd.h... (cached) yes
-  checking for sys/param.h... (cached) yes
-  checking for getcwd... yes
-  checking for getegid... yes
-  checking for geteuid... yes
-  checking for getgid... yes
-  checking for getuid... yes
-  checking for mempcpy... no
-  checking for munmap... yes
-  checking for stpcpy... yes
-  checking for strcasecmp... yes
-  checking for strdup... yes
-  checking for strtoul... yes
-  checking for tsearch... yes
-  checking for __fsetlocking... no
-  checking whether feof_unlocked is declared... no
-  checking whether fgets_unlocked is declared... no
-  checking for bison... no
-  checking for long long int... yes
-  checking for wchar_t... yes
-  checking for wint_t... yes
-  checking whether wint_t is too small... no
-  checking for intmax_t... yes
-  checking whether printf() supports POSIX/XSI format strings... yes
-  checking whether we are using the GNU C Library >= 2.1 or uClibc... no
-  checking for stdint.h... (cached) yes
-  checking for SIZE_MAX... yes
-  checking for stdint.h... (cached) yes
-  checking for symlink... yes
-  checking for uselocale... no
-  checking for fchmod... yes
-  checking for btowc... yes
-  checking for canonicalize_file_name... no
-  checking for realpath... yes
-  checking for getcwd... (cached) yes
-  checking for readlink... yes
-  checking for readlinkat... yes
-  checking for _set_invalid_parameter_handler... no
-  checking for explicit_bzero... no
-  checking for memset_s... no
-  checking for fcntl... yes
-  checking for fnmatch... yes
-  checking for mbsrtowcs... yes
-  checking for getdelim... yes
-  checking for getdtablesize... yes
-  checking for getprogname... yes
-  checking for getexecname... no
-  checking for getrandom... yes
-  checking for gettimeofday... yes
-  checking for isblank... yes
-  checking for iswcntrl... yes
-  checking for iswblank... yes
-  checking for newlocale... yes
-  checking for duplocale... yes
-  checking for freelocale... yes
-  checking for lstat... yes
-  checking for mbsinit... yes
-  checking for mbrtowc... yes
-  checking for mbslen... no
-  checking for isascii... yes
-  checking for mprotect... yes
-  checking for select... yes
-  checking for pipe2... yes
-  checking for setenv... yes
-  checking for secure_getenv... no
-  checking for getuid... (cached) yes
-  checking for geteuid... (cached) yes
-  checking for getgid... (cached) yes
-  checking for getegid... (cached) yes
-  checking for sigaction... yes
-  checking for sigaltstack... yes
-  checking for siginterrupt... yes
-  checking for snprintf... yes
-  checking for stpncpy... yes
-  checking for strerror_r... yes
-  checking for __xpg_strerror_r... no
-  checking for pipe... yes
-  checking for utime... yes
-  checking for futimes... yes
-  checking for futimesat... no
-  checking for futimens... yes
-  checking for utimensat... yes
-  checking for lutimes... yes
-  checking for vasnprintf... no
-  checking for wcwidth... yes
-  checking for wmempcpy... no
-  checking for mempcpy... (cached) no
-  checking for ftruncate... yes
-  checking for pthread_sigmask... no
-  checking for sleep... yes
-  checking for catgets... yes
-  checking for shutdown... yes
-  checking for usleep... yes
-  checking for mquery... no
-  checking for pstat_getprocvm... no
-  checking for wcrtomb... yes
-  checking for wctob... yes
-  checking for mbrlen... yes
-  checking for nl_langinfo... yes
-  checking for iswctype... yes
-  checking for fsync... yes
-  checking for tcdrain... yes
-  checking for getrlimit... yes
-  checking for setrlimit... yes
-  checking for working fcntl.h... no (bad O_NOATIME)
-  checking for CFPreferencesCopyAppValue... no
-  checking for CFLocaleCopyPreferredLanguages... no
-  checking for flexible array member... yes
-  checking for ptrdiff_t... yes
-  checking for features.h... (cached) no
-  checking stddef.h usability... yes
-  checking stddef.h presence... yes
-  checking for stddef.h... yes
-  checking for stdlib.h... (cached) yes
-  checking for string.h... (cached) yes
-  checking for asprintf... yes
-  checking for wprintf... yes
-  checking for newlocale... (cached) yes
-  checking for putenv... yes
-  checking for setenv... (cached) yes
-  checking for snprintf... (cached) yes
-  checking for strnlen... yes
-  checking for uselocale... (cached) no
-  checking for wcslen... yes
-  checking for wcsnlen... yes
-  checking for mbrtowc... (cached) yes
-  checking for wcrtomb... (cached) yes
-  checking whether _snprintf is declared... no
-  checking whether _snwprintf is declared... no
-  checking whether getc_unlocked is declared... yes
-  checking for nl_langinfo and CODESET... yes
-  checking for LC_MESSAGES... yes
-  checking for CFPreferencesCopyAppValue... (cached) no
-  checking for CFLocaleCopyPreferredLanguages... (cached) no
-  checking whether included gettext is requested... yes
-  checking whether to use NLS... yes
-  checking where the gettext function comes from... included intl directory
-  checking for bison... no
-  checking for gcc option to support OpenMP... -fopenmp
-  checking whether <wchar.h> uses 'inline' correctly... yes
-  checking for a traditional french locale... fr_FR.ISO8859-1
-  checking whether // is distinct from /... no
-  checking whether realpath works... yes
-  checking for C/C++ restrict keyword... __restrict
-  checking whether the preprocessor supports include_next... yes
-  checking whether system header files limit the line length... no
-  checking if environ is properly declared... no
-  checking for complete errno.h... yes
-  checking whether strerror_r is declared... yes
-  checking for strerror_r... (cached) yes
-  checking whether strerror_r returns char *... no
-  checking for mode_t... yes
-  checking for sig_atomic_t... yes
-  checking for pid_t... yes
-  checking for eaccess... no
-  checking for mbstate_t... yes
-  checking whether stat file-mode macros are broken... no
-  checking for nlink_t... yes
-  checking whether stdin defaults to large file offsets... yes
-  checking whether ftello is declared... yes
-  checking for ftello... yes
-  checking whether ftello works... yes
-  checking whether getdelim is declared... yes
-  checking whether getdtablesize is declared... yes
-  checking whether getline is declared... yes
-  checking for getopt.h... (cached) yes
-  checking for getopt_long_only... no
-  checking for struct timeval... yes
-  checking for wide-enough struct timeval.tv_sec member... yes
-  checking whether setlocale (LC_ALL, NULL) is multithread-safe... no
-  checking whether setlocale (category, NULL) is multithread-safe... yes
-  checking whether imported symbols can be declared weak... (cached) yes
-  checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no
-  checking whether the compiler produces multi-arch binaries... no
-  checking whether stdint.h conforms to C99... yes
-  checking whether stdint.h predates C++11... no
-  checking whether stdint.h has UINTMAX_WIDTH etc.... no
-  checking whether byte ordering is bigendian... no
-  checking whether long double and double are the same... no
-  checking where to find the exponent in a 'float'... word 0 bit 23
-  checking whether isnan(float) can be used without linking with libm... yes
-  checking whether isnan(float) works... yes
-  checking whether isnan(double) can be used without linking with libm... yes
-  checking whether isnan(long double) can be used without linking with libm... yes
-  checking whether isnanl works... yes
-  checking where to find the exponent in a 'double'... word 1 bit 20
-  checking whether iswcntrl works... yes
-  checking for towlower... yes
-  checking for wctype_t... yes
-  checking for wctrans_t... yes
-  checking for a traditional japanese locale... ja_JP.eucJP
-  checking for a french Unicode locale... fr_FR.UTF-8
-  checking for a transitional chinese locale... zh_CN.GB18030
-  checking whether included libunistring is requested... yes
-  checking for good max_align_t... yes
-  checking whether NULL can be used in arbitrary expressions... yes
-  checking whether locale.h defines locale_t... yes
-  checking whether pow can be used without linking with libm... no
-  checking whether pow can be used with libm... yes
-  checking whether lstat correctly handles trailing slash... yes
-  checking whether malloc, realloc, calloc are POSIX compliant... yes
-  checking for stdlib.h... (cached) yes
-  checking for GNU libc compatible malloc... yes
-  checking for mmap... yes
-  checking for MAP_ANONYMOUS... yes
-  checking whether memchr works... yes
-  checking whether <limits.h> defines MIN and MAX... no
-  checking whether <sys/param.h> defines MIN and MAX... yes
-  checking for O_CLOEXEC... yes
-  checking for promoted mode_t type... mode_t
-  checking for library containing posix_spawn... none required
-  checking for posix_spawn... yes
-  checking whether posix_spawn works... yes
-  checking whether posix_spawnattr_setschedpolicy is supported... yes
-  checking whether posix_spawnattr_setschedparam is supported... yes
-  checking for sigset_t... yes
-  checking for SIGPIPE... yes
-  checking for shared library path variable... LD_LIBRARY_PATH
-  checking whether to activate relocatable installation... no
-  checking whether setenv is declared... yes
-  checking for ssize_t... yes
-  checking for uid_t in sys/types.h... yes
-  checking whether C symbols are prefixed with underscore at the linker level... no
-  checking whether snprintf returns a byte count as in C99... yes
-  checking whether snprintf is declared... yes
-  checking for stdbool.h that conforms to C99... yes
-  checking for _Bool... yes
-  checking whether stpncpy is declared... yes
-  checking whether strerror(0) succeeds... no
-  checking whether strnlen is declared... yes
-  checking whether strstr works... yes
-  checking whether <sys/select.h> is self-contained... yes
-  checking for struct timespec in <time.h>... yes
-  checking whether clearerr_unlocked is declared... no
-  checking whether feof_unlocked is declared... (cached) no
-  checking whether ferror_unlocked is declared... no
-  checking whether fflush_unlocked is declared... no
-  checking whether fgets_unlocked is declared... (cached) no
-  checking whether fputc_unlocked is declared... no
-  checking whether fputs_unlocked is declared... no
-  checking whether fread_unlocked is declared... no
-  checking whether fwrite_unlocked is declared... no
-  checking whether getc_unlocked is declared... (cached) yes
-  checking whether getchar_unlocked is declared... yes
-  checking whether putc_unlocked is declared... yes
-  checking whether putchar_unlocked is declared... yes
-  checking whether unsetenv is declared... yes
-  checking whether the utimes function works... yes
-  checking for intmax_t... (cached) yes
-  checking for snprintf... (cached) yes
-  checking for strnlen... (cached) yes
-  checking for wcslen... (cached) yes
-  checking for wcsnlen... (cached) yes
-  checking for mbrtowc... (cached) yes
-  checking for wcrtomb... (cached) yes
-  checking whether _snprintf is declared... (cached) no
-  checking whether vsnprintf is declared... yes
-  checking whether <sys/socket.h> is self-contained... yes
-  checking for shutdown... (cached) yes
-  checking whether <sys/socket.h> defines the SHUT_* macros... yes
-  checking for struct sockaddr_storage... yes
-  checking for sa_family_t... yes
-  checking for struct sockaddr_storage.ss_family... yes
-  checking whether alarm is declared... yes
-  checking for library needed for semaphore functions... none
-  checking whether ungetc works on arbitrary bytes... yes
-  checking whether getcwd (NULL, 0) allocates memory for result... yes
-  checking for getcwd with POSIX signature... yes
-  checking for IPv4 sockets... yes
-  checking for IPv6 sockets... yes
-  checking for off_t... yes
-  checking for library containing setsockopt... none needed
-  checking whether select supports a 0 argument... yes
-  checking whether select detects invalid fds... yes
-  checking whether strerror_r is declared... (cached) yes
-  checking sys/acl.h usability... yes
-  checking sys/acl.h presence... yes
-  checking for sys/acl.h... yes
-  checking for library containing acl_get_file... none required
-  checking for acl_get_file... yes
-  checking for acl_get_fd... yes
-  checking for acl_set_file... yes
-  checking for acl_set_fd... yes
-  checking for acl_free... yes
-  checking for acl_from_mode... no
-  checking for acl_from_text... yes
-  checking for acl_delete_def_file... yes
-  checking for acl_extended_file... no
-  checking for acl_delete_fd_np... yes
-  checking for acl_delete_file_np... yes
-  checking for acl_copy_ext_native... no
-  checking for acl_create_entry_np... yes
-  checking for acl_to_short_text... no
-  checking for acl_free_text... no
-  checking for working acl_get_file... yes
-  checking acl/libacl.h usability... no
-  checking acl/libacl.h presence... no
-  checking for acl/libacl.h... no
-  checking for acl_entries... no
-  checking for ACL_FIRST_ENTRY... yes
-  checking for ACL_TYPE_EXTENDED... no
-  checking for atexit... yes
-  checking for dirent.h... (cached) yes
-  checking for string.h... (cached) yes
-  checking for long file names... yes
-  checking for pathconf... yes
-  checking for string.h... (cached) yes
-  checking for unistd.h... (cached) yes
-  checking whether btowc(0) is correct... yes
-  checking whether btowc(EOF) is correct... yes
-  checking for __builtin_expect... yes
-  checking byteswap.h usability... no
-  checking byteswap.h presence... no
-  checking for byteswap.h... no
-  checking for library containing clock_gettime... none required
-  checking for clock_gettime... yes
-  checking for clock_settime... yes
-  checking for closedir... yes
-  checking for chown... yes
-  checking for copy_file_range... no
-  checking for dirfd... no
-  checking whether dirfd is declared... yes
-  checking whether dirfd is a macro... yes
-  checking whether // is distinct from /... (cached) no
-  checking whether dup2 works... yes
-  checking for error_at_line... no
-  checking for explicit_memset... yes
-  checking whether fabs can be used without linking with libm... yes
-  checking whether fcntl handles F_DUPFD correctly... yes
-  checking whether fcntl understands F_DUPFD_CLOEXEC... yes
-  checking whether fdopen sets errno... yes
-  checking for flexible array member... (cached) yes
-  checking whether conversion from 'int' to 'long double' works... yes
-  checking for working POSIX fnmatch... yes
-  checking whether fopen recognizes a trailing slash... yes
-  checking whether fopen supports the mode character 'x'... yes
-  checking whether fopen supports the mode character 'e'... yes
-  checking for ftello... (cached) yes
-  checking whether ftello works... (cached) yes
-  checking for working getdelim function... yes
-  checking whether getdtablesize works... yes
-  checking for getline... yes
-  checking for working getline function... yes
-  checking whether program_invocation_name is declared... no
-  checking whether program_invocation_short_name is declared... no
-  checking whether __argv is declared... no
-  checking whether __progname is defined in default libraries... yes
-  checking whether getrandom is compatible with its GNU+BSD signature... yes
-  checking for gettimeofday with POSIX signature... yes
-  checking whether the compiler generally respects inline... yes
-  checking whether isinf is declared... yes
-  checking whether isinf(long double) works... yes
-  checking whether isnan macro works... yes
-  checking whether isnan(double) can be used without linking with libm... (cached) yes
-  checking whether isnan(double) can be used without linking with libm... (cached) yes
-  checking whether isnan(float) can be used without linking with libm... (cached) yes
-  checking whether isnan(float) works... (cached) yes
-  checking whether isnan(float) can be used without linking with libm... (cached) yes
-  checking whether isnan(float) works... (cached) yes
-  checking whether isnan(long double) can be used without linking with libm... (cached) yes
-  checking whether isnanl works... (cached) yes
-  checking whether isnan(long double) can be used without linking with libm... (cached) yes
-  checking whether isnanl works... (cached) yes
-  checking whether iswblank is declared... yes
-  checking whether iswdigit is ISO C compliant... no
-  checking whether iswxdigit is ISO C compliant... no
-  checking whether to use Java... no
-  checking whether langinfo.h defines CODESET... yes
-  checking whether langinfo.h defines T_FMT_AMPM... yes
-  checking whether langinfo.h defines ALTMON_1... no
-  checking whether langinfo.h defines ERA... yes
-  checking whether langinfo.h defines YESEXPR... yes
-  checking whether the compiler supports the __inline keyword... yes
-  checking whether to use the included libunistring... yes
-  checking whether included libxml is requested... no
-  checking for libxml... no
-  checking whether to use the included libxml... yes
-  checking for arpa/inet.h... (cached) yes
-  checking ctype.h usability... yes
-  checking ctype.h presence... yes
-  checking for ctype.h... yes
-  checking for dlfcn.h... (cached) yes
-  checking dl.h usability... no
-  checking dl.h presence... no
-  checking for dl.h... no
-  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 float.h usability... yes
-  checking float.h presence... yes
-  checking for float.h... yes
-  checking for limits.h... (cached) yes
-  checking for malloc.h... (cached) yes
-  checking for math.h... (cached) yes
-  checking for netdb.h... (cached) yes
-  checking for netinet/in.h... (cached) yes
-  checking signal.h usability... yes
-  checking signal.h presence... yes
-  checking for signal.h... yes
-  checking for stdlib.h... (cached) yes
-  checking for string.h... (cached) yes
-  checking for strings.h... (cached) yes
-  checking for sys/select.h... (cached) yes
-  checking for sys/socket.h... (cached) yes
-  checking for sys/stat.h... (cached) yes
-  checking for sys/time.h... (cached) yes
-  checking for sys/types.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 for arpa/nameser.h... yes
-  checking for resolv.h... yes
-  checking for getaddrinfo... yes
-  checking for localtime... yes
-  checking for stat... yes
-  checking for strftime... yes
-  checking whether locale.h conforms to POSIX:2001... yes
-  checking whether struct lconv is properly defined... yes
-  checking for pthread_rwlock_t... (cached) yes
-  checking whether pthread_rwlock_rdlock prefers a writer to a reader... (cached) yes
-  checking whether log10 works... yes
-  checking whether lseek detects pipes... yes
-  checking whether NAN macro works... yes
-  checking whether HUGE_VAL works... yes
-  checking whether mbrtowc handles incomplete characters... yes
-  checking whether mbrtowc works as well as mbtowc... yes
-  checking whether mbrtowc handles a NULL pwc argument... yes
-  checking whether mbrtowc handles a NULL string argument... yes
-  checking whether mbrtowc has a correct return value... yes
-  checking whether mbrtowc returns 0 when parsing a NUL character... yes
-  checking whether mbrtowc stores incomplete characters... no
-  checking whether mbrtowc works on empty input... yes
-  checking whether the C locale is free of encoding errors... yes
-  checking whether mbrtowc handles incomplete characters... (cached) yes
-  checking whether mbrtowc works as well as mbtowc... (cached) yes
-  checking whether mbrtowc handles incomplete characters... (cached) yes
-  checking whether mbrtowc works as well as mbtowc... (cached) yes
-  checking whether mbsrtowcs works... yes
-  checking whether mbswidth is declared in <wchar.h>... no
-  checking for mbstate_t... (cached) yes
-  checking for mbtowc... yes
-  checking for memmove... yes
-  checking for mempcpy... (cached) no
-  checking for memset... yes
-  checking whether mkdir handles trailing slash... yes
-  checking whether mkdir handles trailing dot... yes
-  checking for mkdtemp... yes
-  checking for obstacks that work with any size object... no
-  checking whether open recognizes a trailing slash... yes
-  checking for opendir... yes
-  checking whether posix_spawn_file_actions_addclose works... no
-  checking whether posix_spawn_file_actions_adddup2 works... no
-  checking whether posix_spawn_file_actions_addopen works... no
-  checking whether program_invocation_name is declared... (cached) no
-  checking whether program_invocation_short_name is declared... (cached) no
-  checking for raise... yes
-  checking for sigprocmask... yes
-  checking for rawmemchr... no
-  checking for readdir... yes
-  checking whether readlink signature is correct... yes
-  checking whether readlink handles trailing slash correctly... yes
-  checking search.h usability... yes
-  checking search.h presence... yes
-  checking for search.h... yes
-  checking for tsearch... (cached) yes
-  checking whether rmdir works... yes
-  checking for sched.h... yes
-  checking for struct sched_param... yes
-  checking for __secure_getenv... no
-  checking for issetugid... yes
-  checking whether setenv validates arguments... yes
-  checking whether setlocale supports the C locale... yes
-  checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) no
-  checking whether setlocale (category, NULL) is multithread-safe... (cached) yes
-  checking whether imported symbols can be declared weak... (cached) yes
-  checking whether the -Werror option is usable... (cached) yes
-  checking for simple visibility declarations... (cached) yes
-  checking for struct sigaction.sa_sigaction... yes
-  checking for volatile sig_atomic_t... yes
-  checking for sighandler_t... no
-  checking for signbit macro... yes
-  checking for signbit compiler built-ins... yes
-  checking for sigprocmask... (cached) yes
-  checking for stdint.h... (cached) yes
-  checking for SIZE_MAX... (cached) yes
-  checking for snprintf... (cached) yes
-  checking whether snprintf respects a size of 1... yes
-  checking whether printf supports POSIX/XSI format strings with positions... yes
-  checking for posix_spawnattr_t... yes
-  checking for posix_spawn_file_actions_t... yes
-  checking for ssize_t... (cached) yes
-  checking whether stat handles trailing slashes on files... yes
-  checking for struct stat.st_atim.tv_nsec... yes
-  checking whether struct stat.st_atim is of type struct timespec... yes
-  checking for struct stat.st_birthtimespec.tv_nsec... yes
-  checking for va_copy... yes
-  checking for good max_align_t... (cached) yes
-  checking whether NULL can be used in arbitrary expressions... (cached) yes
-  checking which flavor of printf attribute matches inttypes macros... system
-  checking for stpcpy... (cached) yes
-  checking for working stpncpy... yes
-  checking for strchrnul... yes
-  checking whether strchrnul works... yes
-  checking for strcspn... yes
-  checking for working strnlen... yes
-  checking for strpbrk... yes
-  checking whether strstr works in linear time... no
-  checking whether strstr works... (cached) yes
-  checking for strtol... yes
-  checking for strtoul... (cached) yes
-  checking for chown... (cached) yes
-  checking for nlink_t... (cached) yes
-  checking whether unlink honors trailing slashes... yes
-  checking whether unlink of a parent directory fails as it should... guessing yes
-  checking for unsetenv... yes
-  checking for unsetenv() return type... int
-  checking whether unsetenv obeys POSIX... yes
-  checking for ptrdiff_t... (cached) yes
-  checking for vasprintf... yes
-  checking for vsnprintf... yes
-  checking whether snprintf respects a size of 1... (cached) yes
-  checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
-  checking for waitid... yes
-  checking whether iswcntrl works... (cached) yes
-  checking for towlower... (cached) yes
-  checking for wctype_t... (cached) yes
-  checking for wctrans_t... (cached) yes
-  checking whether wcwidth is declared... yes
-  checking whether wcwidth works reasonably in UTF-8 locales... no
-  checking for wmemchr... yes
-  checking for stdint.h... (cached) yes
-  checking for a traditional french locale... (cached) fr_FR.ISO8859-1
-  checking for a french Unicode locale... (cached) fr_FR.UTF-8
-  checking for a traditional french locale... (cached) fr_FR.ISO8859-1
-  checking for a turkish Unicode locale... none
-  checking whether open recognizes a trailing slash... (cached) yes
-  checking whether dup works... yes
-  checking for getxattr with XATTR_NAME_POSIX_ACL macros... no
-  checking for getpagesize... yes
-  checking whether getpagesize is declared... yes
-  checking for library containing inet_pton... none required
-  checking whether inet_pton is declared... yes
-  checking whether byte ordering is bigendian... (cached) no
-  checking whether INT32_MAX < INTMAX_MAX... yes
-  checking whether INT64_MAX == LONG_MAX... yes
-  checking whether UINT32_MAX < UINTMAX_MAX... yes
-  checking whether UINT64_MAX == ULONG_MAX... yes
-  checking for ioctl... yes
-  checking for ioctl with POSIX signature... no
-  checking where to find the exponent in a 'float'... (cached) word 0 bit 23
-  checking where to find the exponent in a 'double'... (cached) word 1 bit 20
-  checking where to find the exponent in a 'long double'... word 2 bit 0
-  checking where to find the exponent in a 'float'... (cached) word 0 bit 23
-  checking where to find the exponent in a 'double'... (cached) word 1 bit 20
-  checking where to find the exponent in a 'long double'... (cached) word 2 bit 0
-  checking where to find the exponent in a 'double'... (cached) word 1 bit 20
-  checking where to find the exponent in a 'double'... (cached) word 1 bit 20
-  checking where to find the exponent in a 'float'... (cached) word 0 bit 23
-  checking where to find the exponent in a 'float'... (cached) word 0 bit 23
-  checking where to find the exponent in a 'long double'... (cached) word 2 bit 0
-  checking where to find the exponent in a 'long double'... (cached) word 2 bit 0
-  checking for a traditional french locale... (cached) fr_FR.ISO8859-1
-  checking for a french Unicode locale... (cached) fr_FR.UTF-8
-  checking for a traditional japanese locale... (cached) ja_JP.eucJP
-  checking for a transitional chinese locale... (cached) zh_CN.GB18030
-  checking for a traditional french locale... (cached) fr_FR.ISO8859-1
-  checking for a french Unicode locale... (cached) fr_FR.UTF-8
-  checking for a traditional japanese locale... (cached) ja_JP.eucJP
-  checking for a transitional chinese locale... (cached) zh_CN.GB18030
-  checking for a traditional french locale... (cached) fr_FR.ISO8859-1
-  checking for a french Unicode locale... (cached) fr_FR.UTF-8
-  checking for a traditional japanese locale... (cached) ja_JP.eucJP
-  checking for a transitional chinese locale... (cached) zh_CN.GB18030
-  checking for a french Unicode locale... (cached) fr_FR.UTF-8
-  checking for a traditional french locale... (cached) fr_FR.ISO8859-1
-  checking for a french Unicode locale... (cached) fr_FR.UTF-8
-  checking for a traditional japanese locale... (cached) ja_JP.eucJP
-  checking for a transitional chinese locale... (cached) zh_CN.GB18030
-  checking for a french Unicode locale... (cached) fr_FR.UTF-8
-  checking for a transitional chinese locale... (cached) zh_CN.GB18030
-  checking for mmap... (cached) yes
-  checking for MAP_ANONYMOUS... yes
-  checking for library containing nanosleep... none required
-  checking for working nanosleep... yes
-  checking whether <netinet/in.h> is self-contained... yes
-  checking whether perror matches strerror... yes
-  checking for getppriv... no
-  checking for pthread_t... yes
-  checking for pthread_spinlock_t... yes
-  checking for PTHREAD_CREATE_DETACHED... yes
-  checking for PTHREAD_MUTEX_RECURSIVE... yes
-  checking for PTHREAD_MUTEX_ROBUST... no
-  checking for PTHREAD_PROCESS_SHARED... yes
-  checking whether pthread_create exists as a global function... yes
-  checking whether pthread_sigmask is a macro... yes
-  checking for putenv compatible with GNU and SVID... no
-  checking whether _putenv is declared... no
-  checking for mmap... (cached) yes
-  checking for MAP_ANONYMOUS... yes
-  checking for mmap... (cached) yes
-  checking for MAP_ANONYMOUS... yes
-  checking whether select supports a 0 argument... (cached) yes
-  checking whether select detects invalid fds... (cached) yes
-  checking for a traditional french locale... (cached) fr_FR.ISO8859-1
-  checking for a french Unicode locale... (cached) fr_FR.UTF-8
-  checking for a traditional japanese locale... (cached) ja_JP.eucJP
-  checking for a transitional chinese locale... (cached) zh_CN.GB18030
-  checking whether sleep is declared... yes
-  checking for working sleep... yes
-  checking for socklen_t... yes
-  checking for working stdalign.h... yes
-  checking for mmap... (cached) yes
-  checking for MAP_ANONYMOUS... yes
-  checking for mmap... (cached) yes
-  checking for MAP_ANONYMOUS... yes
-  checking whether symlink handles trailing slash correctly... yes
-  checking whether <sys/ioctl.h> declares ioctl... yes
-  checking for pthread_atfork... yes
-  checking for mmap... (cached) yes
-  checking for MAP_ANONYMOUS... yes
-  checking for useconds_t... yes
-  checking whether usleep allows large arguments... no
-  checking for mmap... (cached) yes
-  checking for MAP_ANONYMOUS... yes
-  checking whether mbrtowc handles incomplete characters... (cached) yes
-  checking whether mbrtowc works as well as mbtowc... (cached) yes
-  checking whether wcrtomb works in the C locale... yes
-  checking whether wcrtomb return value is correct... yes
-  checking for a traditional french locale... (cached) fr_FR.ISO8859-1
-  checking for a french Unicode locale... (cached) fr_FR.UTF-8
-  checking for a traditional japanese locale... (cached) ja_JP.eucJP
-  checking for a transitional chinese locale... (cached) zh_CN.GB18030
-  checking whether wctob works... yes
-  checking whether wctob is declared... yes
-  checking whether btowc(0) is correct... (cached) yes
-  checking whether btowc(EOF) is correct... (cached) yes
-  checking for __builtin_expect... (cached) yes
-  checking whether langinfo.h defines CODESET... (cached) yes
-  checking whether langinfo.h defines T_FMT_AMPM... (cached) yes
-  checking whether langinfo.h defines ALTMON_1... (cached) no
-  checking whether langinfo.h defines ERA... (cached) yes
-  checking whether langinfo.h defines YESEXPR... (cached) yes
-  checking whether the compiler supports the __inline keyword... (cached) yes
-  checking for pthread_rwlock_t... (cached) yes
-  checking whether pthread_rwlock_rdlock prefers a writer to a reader... (cached) yes
-  checking for mbtowc... (cached) yes
-  checking whether YESEXPR works... yes
-  checking for working re_compile_pattern... no
-  checking libintl.h usability... yes
-  checking libintl.h presence... yes
-  checking for libintl.h... yes
-  checking whether isblank is declared... yes
-  checking whether mbrtowc handles incomplete characters... (cached) yes
-  checking whether mbrtowc works as well as mbtowc... (cached) yes
-  checking whether wcrtomb works in the C locale... (cached) yes
-  checking whether wcrtomb return value is correct... (cached) yes
-  checking for __builtin_expect... (cached) yes
-  checking whether // is distinct from /... (cached) no
-  checking whether dup2 works... (cached) yes
-  checking for error_at_line... (cached) no
-  checking whether fcntl handles F_DUPFD correctly... (cached) yes
-  checking whether fcntl understands F_DUPFD_CLOEXEC... (cached) yes
-  checking whether fdopen sets errno... (cached) yes
-  checking whether conversion from 'int' to 'long double' works... (cached) yes
-  checking whether fopen recognizes a trailing slash... (cached) yes
-  checking for working getdelim function... (cached) yes
-  checking whether getdtablesize works... (cached) yes
-  checking for getline... (cached) yes
-  checking for working getline function... (cached) yes
-  checking whether program_invocation_name is declared... (cached) no
-  checking whether program_invocation_short_name is declared... (cached) no
-  checking whether __argv is declared... (cached) no
-  checking whether __progname is defined in default libraries... (cached) yes
-  checking whether the compiler generally respects inline... (cached) yes
-  checking whether to use the included libunistring... yes
-  checking whether locale.h conforms to POSIX:2001... (cached) yes
-  checking whether struct lconv is properly defined... (cached) yes
-  checking for pthread_rwlock_t... (cached) yes
-  checking whether pthread_rwlock_rdlock prefers a writer to a reader... (cached) yes
-  checking whether mbrtowc handles incomplete characters... (cached) yes
-  checking whether mbrtowc works as well as mbtowc... (cached) yes
-  checking whether mbrtowc handles a NULL pwc argument... (cached) yes
-  checking whether mbrtowc handles a NULL string argument... (cached) yes
-  checking whether mbrtowc has a correct return value... (cached) yes
-  checking whether mbrtowc returns 0 when parsing a NUL character... (cached) yes
-  checking whether mbrtowc stores incomplete characters... (cached) no
-  checking whether mbrtowc works on empty input... (cached) yes
-  checking whether the C locale is free of encoding errors... (cached) yes
-  checking whether mbrtowc handles incomplete characters... (cached) yes
-  checking whether mbrtowc works as well as mbtowc... (cached) yes
-  checking whether mbswidth is declared in <wchar.h>... (cached) no
-  checking for mbstate_t... (cached) yes
-  checking for obstacks that work with any size object... (cached) no
-  checking whether open recognizes a trailing slash... (cached) yes
-  checking for raise... (cached) yes
-  checking for sigprocmask... (cached) yes
-  checking for rawmemchr... (cached) no
-  checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) no
-  checking whether setlocale (category, NULL) is multithread-safe... (cached) yes
-  checking whether imported symbols can be declared weak... (cached) yes
-  checking whether the -Werror option is usable... (cached) yes
-  checking for simple visibility declarations... (cached) yes
-  checking for volatile sig_atomic_t... (cached) yes
-  checking for sighandler_t... (cached) no
-  checking for sigprocmask... (cached) yes
-  checking for stdint.h... (cached) yes
-  checking for SIZE_MAX... (cached) yes
-  checking for ssize_t... (cached) yes
-  checking whether stat handles trailing slashes on files... (cached) yes
-  checking for struct stat.st_atim.tv_nsec... (cached) yes
-  checking whether struct stat.st_atim is of type struct timespec... (cached) yes
-  checking for struct stat.st_birthtimespec.tv_nsec... (cached) yes
-  checking for va_copy... (cached) yes
-  checking for good max_align_t... (cached) yes
-  checking whether NULL can be used in arbitrary expressions... (cached) yes
-  checking which flavor of printf attribute matches inttypes macros... (cached) system
-  checking for stpcpy... (cached) yes
-  checking for working stpncpy... (cached) yes
-  checking for strchrnul... (cached) yes
-  checking whether strchrnul works... (cached) yes
-  checking whether strstr works... (cached) yes
-  checking for nlink_t... (cached) yes
-  checking for ptrdiff_t... (cached) yes
-  checking for vasprintf... (cached) yes
-  checking whether iswcntrl works... (cached) yes
-  checking for towlower... (cached) yes
-  checking for wctype_t... (cached) yes
-  checking for wctrans_t... (cached) yes
-  checking whether wcwidth is declared... (cached) yes
-  checking whether wcwidth works reasonably in UTF-8 locales... (cached) no
-  checking for stdint.h... (cached) yes
-  checking pwd.h usability... yes
-  checking pwd.h presence... yes
-  checking for pwd.h... yes
-  checking for inline... (cached) inline
-  checking for unsigned long long int... (cached) yes
-  checking for size_t... (cached) yes
-  checking for ptrdiff_t... (cached) yes
-  checking for ssize_t... (cached) yes
-  checking for pid_t... (cached) yes
-  checking whether we are using the GNU C Library >= 2.1 or uClibc... (cached) no
-  checking for select... (cached) 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 for signal handlers with siginfo_t... yes
-  checking for setlocale declaration...
-           extern char *setlocale (int category, const char *locale);
-  checking whether byte ordering is bigendian... (cached) no
-  checking for arpa/inet.h... (cached) yes
-  checking for gethostname... yes
-  checking for gethostbyname... yes
-  checking for inet_ntop... yes
-  checking for IPv6 sockets... yes
-  checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B
-  checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm
-  checking whether Emacs support is requested... no
-  checking for dvips... /tmp/.tmpEKVFcY/gettext/build-aux/missing dvips
-  checking for texi2pdf... /tmp/.tmpEKVFcY/gettext/build-aux/missing texi2pdf
-  checking for perl... /scratch/wip/gettext-rs/work/.tools/bin/perl
-  checking for a traditional french locale... (cached) fr_FR.ISO8859-1
-  checking for a french Unicode locale... (cached) fr_FR.UTF-8
-  checking for a traditional japanese locale... (cached) ja_JP.eucJP
-  checking for a german Unicode locale... de_DE.UTF-8
-  checking whether we are using the GNU C++ compiler... no
-  checking whether no accepts -g... no
-  checking for no option to enable C++11 features... unsupported
-  checking for no option to enable C++98 features... unsupported
-  checking dependency style of no... none
-  checking that generated files are newer than configure... done
-  configure: creating ./config.status
-  config.status: creating csharpcomp.sh
-  config.status: creating csharpexec.sh
-  config.status: creating javacomp.sh
-  config.status: creating javaexec.sh
-  config.status: creating Makefile
-  config.status: creating doc/Makefile
-  config.status: creating intl/Makefile
-  config.status: creating its/Makefile
-  config.status: creating gnulib-lib/Makefile
-  config.status: creating libgrep/Makefile
-  config.status: creating src/Makefile
-  config.status: creating src/user-email
-  config.status: creating libgettextpo/Makefile
-  config.status: creating libgettextpo/exported.sh
-  config.status: creating po/Makefile.in
-  config.status: creating projects/Makefile
-  config.status: creating styles/Makefile
-  config.status: creating emacs/Makefile
-  config.status: creating misc/Makefile
-  config.status: creating misc/gettextize
-  config.status: creating misc/autopoint
-  config.status: creating misc/convert-archive
-  config.status: creating man/Makefile
-  config.status: creating man/x-to-1
-  config.status: creating m4/Makefile
-  config.status: creating tests/Makefile
-  config.status: creating tests/init-env
-  config.status: creating system-tests/Makefile
-  config.status: creating gnulib-tests/Makefile
-  config.status: creating config.h
-  config.status: executing depfiles commands
-  config.status: executing libtool commands
-  config.status: executing po-directories commands
-  config.status: creating po/POTFILES
-  config.status: creating po/Makefile
-  === configuring in examples (/tmp/.tmpEKVFcY/build/gettext-tools/examples)
-  configure: running /bin/sh /tmp/.tmpEKVFcY/gettext/gettext-tools/examples/configure --disable-option-checking '--prefix=/tmp/.tmpEKVFcY'  '--without-emacs' '--disable-java' '--disable-csharp' '--disable-c++' '--disable-shared' '--enable-static' '--enable-fast-install' '--with-included-gettext' '--with-included-glib' '--with-included-libcroco' '--with-included-libunistring' 'CC=gcc' 'CFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include ' 'LDFLAGS=-Wl,-zrelro -Wl,-znow -L/usr/pkg/lib -Wl,-R/usr/pkg/lib' 'CPPFLAGS=-g -I/usr/pkg/include' 'CPP=cpp' 'CXX=c++' 'CXXFLAGS=-O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include' --cache-file=/dev/null --srcdir=/tmp/.tmpEKVFcY/gettext/gettext-tools/examples
-  checking for a BSD-compatible install... /scratch/wip/gettext-rs/work/.tools/bin/install -c
-  checking whether build environment is sane... yes
-  checking for a thread-safe mkdir -p... /tmp/.tmpEKVFcY/gettext/gettext-tools/examples/../../build-aux/install-sh -c -d
-  checking for gawk... no
-  checking for mawk... no
-  checking for nawk... no
-  checking for awk... awk
-  checking whether make sets $(MAKE)... yes
-  checking whether make supports nested variables... yes
-  checking for a sed that does not truncate output... /scratch/wip/gettext-rs/work/.tools/bin/sed
-  checking whether NLS is requested... yes
-  checking for msgfmt... /usr/bin/msgfmt
-  checking for gmsgfmt... /usr/bin/msgfmt
-  checking for xgettext... /usr/bin/xgettext
-  checking for msgmerge... /usr/bin/msgmerge
-  checking that generated files are newer than configure... done
-  configure: creating ./config.status
-  config.status: creating Makefile
-  config.status: creating installpaths
-  config.status: creating po/Makefile
-  config.status: executing po-directories commands
-  running: "make" "-j8"
-  --- all ---
-  make  all-recursive
-  --- all-recursive ---
-  Making all in gnulib-local
-  Making all in gettext-runtime
-  --- all ---
-  make  all-recursive
-  --- all-recursive ---
-  Making all in doc
-  Making all in intl
-  --- all ---
-  make  all-am
-  --- libintl.h ---
-  --- libgnuintl.h ---
-  --- hash-string.lo ---
-  --- l10nflist.lo ---
-  --- explodename.lo ---
-  --- plural-exp.lo ---
-  --- localcharset.lo ---
-  --- threadlib.lo ---
-  --- hash-string.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o hash-string.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/hash-string.c
-  --- l10nflist.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o l10nflist.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/l10nflist.c
-  --- explodename.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o explodename.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/explodename.c
-  --- libintl.h ---
-  sed -e '/IN_LIBGLOCALE/d'  -e 's,@''HAVE_POSIX_PRINTF''@,1,g'  -e 's,@''HAVE_ASPRINTF''@,1,g'  -e 's,@''HAVE_SNPRINTF''@,1,g'  -e 's,@''HAVE_WPRINTF''@,1,g'  -e 's,@''HAVE_NAMELESS_LOCALES''@,0,g'  -e 's,@''HAVE_NEWLOCALE''@,1,g'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/libgnuintl.in.h > libintl.h
-  --- plural-exp.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o plural-exp.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/plural-exp.c
-  --- threadlib.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o threadlib.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/threadlib.c
-  --- localcharset.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o localcharset.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/localcharset.c
-  --- libgnuintl.h ---
-  sed -e '/IN_LIBGLOCALE/d'  -e 's,@''HAVE_POSIX_PRINTF''@,1,g'  -e 's,@''HAVE_ASPRINTF''@,1,g'  -e 's,@''HAVE_SNPRINTF''@,1,g'  -e 's,@''HAVE_WPRINTF''@,1,g'  -e 's,@''HAVE_NAMELESS_LOCALES''@,0,g'  -e 's,@''HAVE_NEWLOCALE''@,1,g'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/libgnuintl.in.h  | if test 'no' = yes; then  sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/';  else  cat;  fi  | sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/'  -e "/#define _LIBINTL_H/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/export.h"  | sed -e 's,@''HAVE_VISIBILITY''@,1,g'  > libgnuintl.h
-  --- lock.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o lock.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/lock.c
-  --- relocatable.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o relocatable.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/relocatable.c
-  --- explodename.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/explodename.c -o explodename.o
-  --- threadlib.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/threadlib.c -o threadlib.o
-  --- hash-string.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/hash-string.c -o hash-string.o
-  --- relocatable.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/relocatable.c -o relocatable.o
-  --- l10nflist.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/l10nflist.c -o l10nflist.o
-  --- localcharset.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/localcharset.c -o localcharset.o
-  --- plural-exp.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/plural-exp.c -o plural-exp.o
-  --- langprefs.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o langprefs.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/langprefs.c
-  --- lock.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/lock.c -o lock.o
-  --- localename-table.h ---
-  sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/'  -e 's/extern,/extern LIBINTL_DLL_EXPORTED,/'  -e "/#if HAVE_WORKING_USELOCALE/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/export.h"  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/localename-table.in.h  | sed -e 's,@''HAVE_VISIBILITY''@,1,g'  > localename-table.h
-  --- log.lo ---
-  --- printf.lo ---
-  --- log.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o log.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/log.c
-  --- printf.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o printf.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/printf.c
-  --- setlocale-lock.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o setlocale-lock.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/setlocale-lock.c
-  --- setlocale_null.lo ---
-  --- xsize.lo ---
-  --- setlocale_null.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o setlocale_null.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/setlocale_null.c
-  --- xsize.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o xsize.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/xsize.c
-  --- osdep.lo ---
-  --- ref-add.sed ---
-  --- osdep.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o osdep.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/osdep.c
-  --- ref-add.sed ---
-  sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/ref-add.sin > t-ref-add.sed
-  mv t-ref-add.sed ref-add.sed
-  --- ref-del.sed ---
-  sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-runtime/g' /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/ref-del.sin > t-ref-del.sed
-  mv t-ref-del.sed ref-del.sed
-  --- plural.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o plural.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/plural.c
-  --- langprefs.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/langprefs.c -o langprefs.o
-  --- bindtextdom.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o bindtextdom.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/bindtextdom.c
-  --- setlocale-lock.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/setlocale-lock.c -o setlocale-lock.o
-  --- printf.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/printf.c -o printf.o
-  --- log.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/log.c -o log.o
-  --- osdep.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/osdep.c -o osdep.o
-  --- setlocale_null.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/setlocale_null.c -o setlocale_null.o
-  --- dcgettext.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o dcgettext.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/dcgettext.c
-  --- dgettext.lo ---
-  --- xsize.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/xsize.c -o xsize.o
-  --- dgettext.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o dgettext.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/dgettext.c
-  --- gettext.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o gettext.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/gettext.c
-  --- plural.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/plural.c -o plural.o
-  --- finddomain.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o finddomain.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/finddomain.c
-  --- loadmsgcat.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o loadmsgcat.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/loadmsgcat.c
-  --- localealias.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o localealias.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/localealias.c
-  --- textdomain.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o textdomain.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/textdomain.c
-  --- bindtextdom.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/bindtextdom.c -o bindtextdom.o
-  --- dcigettext.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o dcigettext.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/dcigettext.c
-  --- dcgettext.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/dcgettext.c -o dcgettext.o
-  --- dgettext.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/dgettext.c -o dgettext.o
-  --- gettext.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/gettext.c -o gettext.o
-  --- dcngettext.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o dcngettext.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/dcngettext.c
-  --- finddomain.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/finddomain.c -o finddomain.o
-  --- dngettext.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o dngettext.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/dngettext.c
-  --- loadmsgcat.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/loadmsgcat.c -o loadmsgcat.o
-  --- ngettext.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o ngettext.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/ngettext.c
-  --- setlocale.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o setlocale.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/setlocale.c
-  --- localealias.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/localealias.c -o localealias.o
-  --- textdomain.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/textdomain.c -o textdomain.o
-  --- version.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o version.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/version.c
-  --- intl-compat.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o intl-compat.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/intl-compat.c
-  --- localename.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o localename.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/localename.c
-  --- dcigettext.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/dcigettext.c -o dcigettext.o
-  --- dcngettext.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/dcngettext.c -o dcngettext.o
-  --- ngettext.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/ngettext.c -o ngettext.o
-  --- dngettext.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/dngettext.c -o dngettext.o
-  --- localename-table.lo ---
-  /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I..  -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\"  -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\"  -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL   -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\"  -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2  -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include  -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o localename-table.lo /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/localename-table.c
-  --- setlocale.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/setlocale.c -o setlocale.o
-  --- version.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/version.c -o version.o
-  --- intl-compat.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/intl-compat.c -o intl-compat.o
-  --- localename.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/localename.c -o localename.o
-  --- localename-table.lo ---
-  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl -I.. -DLOCALEDIR=\"/tmp/.tmpEKVFcY/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/.tmpEKVFcY/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/.tmpEKVFcY/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -g -I/usr/pkg/include -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c /tmp/.tmpEKVFcY/gettext/gettext-runtime/intl/localename-table.c -o localename-table.o
-  --- libintl.la ---
-  /bin/sh ../libtool  --tag=CC    --mode=link gcc -fvisibility=hidden -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include      -no-undefined  -export-symbols-regex '^([^g]|g[^l]|gl[^w]|glw[^t]|glwt[^h]|glwth[^r]|glwthr[^e]|glwthre[^a]|glwthrea[^d]).*'  -version-info 10:0:2  -rpath /tmp/.tmpEKVFcY/lib -Wl,-zrelro -Wl,-znow -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o libintl.la  bindtextdom.lo dcgettext.lo dgettext.lo gettext.lo  finddomain.lo hash-string.lo loadmsgcat.lo localealias.lo  textdomain.lo l10nflist.lo explodename.lo dcigettext.lo  dcngettext.lo dngettext.lo ngettext.lo plural.lo plural-exp.lo  localcharset.lo threadlib.lo lock.lo relocatable.lo  langprefs.lo localename.lo localename-table.lo log.lo  printf.lo setlocale.lo setlocale-lock.lo setlocale_null.lo  version.lo xsize.lo osdep.lo intl-compat.lo
-  libtool: link: ar cru .libs/libintl.a  bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o hash-string.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o plural-exp.o localcharset.o threadlib.o lock.o relocatable.o langprefs.o localename.o localename-table.o log.o printf.o setlocale.o setlocale-lock.o setlocale_null.o version.o xsize.o osdep.o intl-compat.o
-  libtool: link: ranlib .libs/libintl.a
-  libtool: link: ( cd ".libs" && rm -f "libintl.la" && ln -s "../libintl.la" "libintl.la" )
-  Making all in intl-java
-  Making all in intl-csharp
-  Making all in gnulib-lib
-  --- unistr.h ---
-  --- unitypes.h ---
-  --- uniwidth.h ---
-  --- alloca.h ---
-  --- fcntl.h ---
-  --- getopt.h ---
-  --- getopt-cdefs.h ---
-  --- iconv.h ---
-  --- unistr.h ---
-  rm -f unistr.h-t unistr.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  cat /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/unistr.in.h;  } > unistr.h-t &&  mv -f unistr.h-t unistr.h
-  --- unitypes.h ---
-  rm -f unitypes.h-t unitypes.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  cat /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/unitypes.in.h;  } > unitypes.h-t &&  mv -f unitypes.h-t unitypes.h
-  --- alloca.h ---
-  rm -f alloca.h-t alloca.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''HAVE_ALLOCA_H''@|0|g' < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/alloca.in.h;  } > alloca.h-t &&  mv -f alloca.h-t alloca.h
-  --- fcntl.h ---
-  rm -f fcntl.h-t fcntl.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g'  -e 's/@''GNULIB_CREAT''@/0/g'  -e 's/@''GNULIB_FCNTL''@/1/g'  -e 's/@''GNULIB_NONBLOCKING''@/0/g'  -e 's/@''GNULIB_OPEN''@/1/g'  -e 's/@''GNULIB_OPENAT''@/0/g'  -e 's|@''HAVE_FCNTL''@|1|g'  -e 's|@''HAVE_OPENAT''@|1|g'  -e 's|@''REPLACE_CREAT''@|0|g'  -e 's|@''REPLACE_FCNTL''@|0|g'  -e 's|@''REPLACE_OPEN''@|0|g'  -e 's|@''REPLACE_OPENAT''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/warn-on-use.h'  < /tmp/.tmpEKVFcY/gettext/gettext-
runtime/gnulib-lib/fcntl.in.h;  } > fcntl.h-t &&  mv fcntl.h-t fcntl.h
-  --- getopt-cdefs.h ---
-  rm -f getopt-cdefs.h-t getopt-cdefs.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''HAVE_SYS_CDEFS_H''@|1|g'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/getopt-cdefs.in.h;  } > getopt-cdefs.h-t &&  mv -f getopt-cdefs.h-t getopt-cdefs.h
-  --- getopt.h ---
-  rm -f getopt.h-t getopt.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''HAVE_GETOPT_H''@|1|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g'  -e '/definition of _GL_ARG_NONNULL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/arg-nonnull.h'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/getopt.in.h;  } > getopt.h-t &&  mv -f getopt.h-t getopt.h
-  --- iconv.h ---
-  rm -f iconv.h-t iconv.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_ICONV_H''@|<iconv.h>|g'  -e 's/@''GNULIB_ICONV''@/1/g'  -e 's|@''ICONV_CONST''@||g'  -e 's|@''REPLACE_ICONV''@|0|g'  -e 's|@''REPLACE_ICONV_OPEN''@|0|g'  -e 's|@''REPLACE_ICONV_UTF''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/warn-on-use.h'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/iconv.in.h;  } > iconv.h-t &&  mv iconv.h-t iconv.h
-  --- uniwidth.h ---
-  rm -f uniwidth.h-t uniwidth.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  cat /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/uniwidth.in.h;  } > uniwidth.h-t &&  mv -f uniwidth.h-t uniwidth.h
-  --- inttypes.h ---
-  --- langinfo.h ---
-  --- limits.h ---
-  --- locale.h ---
-  --- inttypes.h ---
-  rm -f inttypes.h-t inttypes.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's/@''HAVE_INTTYPES_H''@/1/g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g'  -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g'  -e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g'  -e 's/@''GNULIB_IMAXABS''@/0/g'  -e 's/@''GNULIB_IMAXDIV''@/0/g'  -e 's/@''GNULIB_STRTOIMAX''@/0/g'  -e 's/@''GNULIB_STRTOUMAX''@/0/g'  -e 's/@''HAVE_DECL_IMAXABS''@/1/g'  -e 's/@''HAVE_DECL_IMAXDIV''@/1/g'  -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g'  -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g'  -e 's/@''HAVE_IMAXDIV_T''@/1/g'  -e 's/@''REPLACE_STRTOIMAX''@/0/g'  -e 's/@''REPLACE_STRTOUMAX''@/0/g'  -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g'  -e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g'  -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g'  -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g'  -e '/defini
tions of _GL_FUNCDECL_RPL/r /tmp/.tmp--- langinfo.h ---
-  rm -f langinfo.h-t langinfo.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''HAVE_LANGINFO_H''@|1|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g'  -e 's/@''GNULIB_NL_LANGINFO''@/0/g'  -e 's|@''HAVE_LANGINFO_CODESET''@|1|g'  -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g'  -e 's|@''HAVE_LANGINFO_ALTMON''@|0|g'  -e 's|@''HAVE_LANGINFO_ERA''@|1|g'  -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g'  -e 's|@''HAVE_NL_LANGINFO''@|1|g'  -e 's|@''REPLACE_NL_LANGINFO''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c++defs.h'  -e '/definition of _GL_WARN_ON_USE/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/warn-on-use.h'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/langinfo.in.h;  } > langinfo.h-t &&  mv langinfo.h-t langinfo.h
-  --- signal.h ---
-  --- inttypes.h ---
-  EKVFcY/gettext/gettext-runtime/gnulib-lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/warn-on-use.h'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/inttypes.in.h;  } > inttypes.h-t &&  mv inttypes.h-t inttypes.h
-  --- limits.h ---
-  rm -f limits.h-t limits.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/limits.in.h;  } > limits.h-t &&  mv limits.h-t limits.h
-  --- stdint.h ---
-  --- stdio.h ---
-  --- locale.h ---
-  rm -f locale.h-t locale.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g'  -e 's/@''GNULIB_LOCALECONV''@/0/g'  -e 's/@''GNULIB_SETLOCALE''@/1/g'  -e 's/@''GNULIB_SETLOCALE_NULL''@/1/g'  -e 's/@''GNULIB_DUPLOCALE''@/0/g'  -e 's/@''GNULIB_LOCALENAME''@/1/g'  -e 's|@''HAVE_NEWLOCALE''@|1|g'  -e 's|@''HAVE_DUPLOCALE''@|1|g'  -e 's|@''HAVE_FREELOCALE''@|1|g'  -e 's|@''HAVE_XLOCALE_H''@|0|g'  -e 's|@''REPLACE_LOCALECONV''@|0|g'  -e 's|@''REPLACE_SETLOCALE''@|1|g'  -e 's|@''REPLACE_NEWLOCALE''@|0|g'  -e 's|@''REPLACE_DUPLOCALE''@|0|g'  -e 's|@''REPLACE_FREELOCALE''@|0|g'  -e 's|@''REPLACE_STRUCT_LCONV''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r /tmp/.tmpEK
VFcY/gettext/gettext-runtime/gnulib-lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/warn-on-use.h'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/locale.in.h;  } > locale.h-t &&  mv locale.h-t locale.h
-  --- signal.h ---
-  rm -f signal.h-t signal.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g'  -e 's/@''GNULIB_PTHREAD_SIGMASK''@/0/g'  -e 's/@''GNULIB_RAISE''@/1/g'  -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g'  -e 's/@''GNULIB_SIGPROCMASK''@/1/g'  -e 's/@''GNULIB_SIGACTION''@/0/g'  -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g'  -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g'  -e 's|@''HAVE_RAISE''@|1|g'  -e 's|@''HAVE_SIGSET_T''@|1|g'  -e 's|@''HAVE_SIGINFO_T''@|1|g'  -e 's|@''HAVE_SIGACTION''@|1|g'  -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g'  -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g'  -e 's|@''HAVE_SIGHANDLER_T''@|0|g'  -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g'  -e 's|@''REPLACE_RAISE''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r /tmp/.tmpEKVFcY/gettext/gettext-runtim
e/gnulib-lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/warn-on-use.h'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/signal.in.h;  } > signal.h-t &&  mv signal.h-t signal.h
-  --- stdlib.h ---
-  --- stdint.h ---
-  rm -f stdint.h-t stdint.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's/@''HAVE_STDINT_H''@/1/g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g'  -e 's/@''HAVE_C99_STDINT_H''@/1/g'  -e 's/@''HAVE_SYS_TYPES_H''@/1/g'  -e 's/@''HAVE_INTTYPES_H''@/1/g'  -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g'  -e 's/@''HAVE_SYS_BITYPES_H''@/0/g'  -e 's/@''HAVE_WCHAR_H''@/1/g'  -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g'  -e 's/@''BITSIZEOF_PTRDIFF_T''@//g'  -e 's/@''PTRDIFF_T_SUFFIX''@//g'  -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@//g'  -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@//g'  -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g'  -e 's/@''BITSIZEOF_SIZE_T''@//g'  -e 's/@''SIZE_T_SUFFIX''@//g'  -e 's/@''BITSIZEOF_WCHAR_T''@//g'  -e 's/@''HAVE_SIGNED_WCHAR_T''@//g'  -e 's/@''WCHAR_T_SUFFIX''@//g'  -e 's/@''BITSIZEOF_WINT_T''@//g'  -e 's/@''HAV
E_SIGNED_WINT_T''@//g'  -e 's/@''WINT_T_SUFFIX''@//g'  -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/stdint.in.h;  } > stdint.h-t &&  mv stdint.h-t stdint.h
-  --- stdlib.h ---
-  rm -f stdlib.h-t stdlib.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g'  -e 's/@''GNULIB__EXIT''@/0/g'  -e 's/@''GNULIB_ATOLL''@/0/g'  -e 's/@''GNULIB_CALLOC_POSIX''@/0/g'  -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g'  -e 's/@''GNULIB_GETLOADAVG''@/0/g'  -e 's/@''GNULIB_GETSUBOPT''@/0/g'  -e 's/@''GNULIB_GRANTPT''@/0/g'  -e 's/@''GNULIB_MALLOC_POSIX''@/0/g'  -e 's/@''GNULIB_MBTOWC''@/0/g'  -e 's/@''GNULIB_MKDTEMP''@/0/g'  -e 's/@''GNULIB_MKOSTEMP''@/0/g'  -e 's/@''GNULIB_MKOSTEMPS''@/0/g'  -e 's/@''GNULIB_MKSTEMP''@/0/g'  -e 's/@''GNULIB_MKSTEMPS''@/0/g'  -e 's/@''GNULIB_POSIX_OPENPT''@/0/g'  -e 's/@''GNULIB_PTSNAME''@/0/g'  -e 's/@''GNULIB_PTSNAME_R''@/0/g'  -e 's/@''GNULIB_PUTENV''@/0/g'  -e 's/@''GNULIB_QSORT_R''@/0/g'  -e 's/@''GNULIB_RANDOM''
@/0/g'  -e 's/@''GNULIB_RANDOM_R''@/0/g'  -e 's/@''GNULIB_REALLOC_POSIX''@/0/g'  -e 's/@''GNULIB_REALLOCARRAY''@/0/g'  -e 's/@''GNULIB_REALPATH''@/1/g'  -e 's/@''GNULIB_RPMATCH''@/0/g'  -e 's/@''GNULIB_SECURE_GETENV''@/0/g'  -e 's/@''GNULIB_SETENV''@/0/g'  -e 's/@''GNULIB_STRTOD''@/0/g'  -e 's/@''GNULIB_STRTOLD''@/0/g'  -e 's/@''GNULIB_STRTOLL''@/0/g'  -e 's/@''GNULIB_STRTOULL''@/0/g'  -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g'  -e 's/@''GNULIB_UNLOCKPT''@/0/g'  -e 's/@''GNULIB_UNSETENV''@/0/g'  -e 's/@''GNULIB_WCTOMB''@/0/g'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/stdlib.in.h |  sed -e 's|@''HAVE__EXIT''@|1|g'  -e 's|@''HAVE_ATOLL''@|1|g'  -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g'  -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g'  -e 's|@''HAVE_GETSUBOPT''@|1|g'  -e 's|@''HAVE_GRANTPT''@|1|g'  -e 's|@''HAVE_INITSTATE''@|1|g'  -e 's|@''HAVE_DECL_INITSTATE''@|1|g'  -e 's|@''HAVE_MBTOWC''@|1|g'  -e 's|@''HAVE_MKDTEMP''@|1|g'  -e 's|@''HAVE_MKOSTEMP''@|1|g'  -e 's|@''HAVE_MKOSTEMPS''@|1
 |g'  -e 's|@''HAVE_MKSTEMP''@|1|g'  -e 's|@''HAVE_MKSTEMPS''@|1--- stdio.h ---
-  rm -f stdio.h-t stdio.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g'  -e 's/@''GNULIB_DPRINTF''@/0/g'  -e 's/@''GNULIB_FCLOSE''@/0/g'  -e 's/@''GNULIB_FDOPEN''@/0/g'  -e 's/@''GNULIB_FFLUSH''@/0/g'  -e 's/@''GNULIB_FGETC''@/1/g'  -e 's/@''GNULIB_FGETS''@/1/g'  -e 's/@''GNULIB_FOPEN''@/0/g'  -e 's/@''GNULIB_FPRINTF''@/1/g'  -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g'  -e 's/@''GNULIB_FPURGE''@/0/g'  -e 's/@''GNULIB_FPUTC''@/1/g'  -e 's/@''GNULIB_FPUTS''@/1/g'  -e 's/@''GNULIB_FREAD''@/1/g'  -e 's/@''GNULIB_FREOPEN''@/0/g'  -e 's/@''GNULIB_FSCANF''@/1/g'  -e 's/@''GNULIB_FSEEK''@/0/g'  -e 's/@''GNULIB_FSEEKO''@/0/g'  -e 's/@''GNULIB_FTELL''@/0/g'  -e 's/@''GNULIB_FTELLO''@/0/g'  -e 's/@''GNULIB_FWRITE''@/1/g'  -e 's/@''GNULIB_GETC''@/1/g'  -e 's/@''GNULIB_GE
TCHAR''@/1/g'  -e 's/@''GNULIB_GETDEL--- string.h ---
-  --- stdlib.h ---
-  |g'  -e 's|@''HAVE_POSIX_OPENPT''@|1|g'  -e 's|@''HAVE_PTSNAME''@|1|g'  -e 's|@''HAVE_PTSNAME_R''@|1|g'  -e 's|@''HAVE_QSORT_R''@|1|g'  -e 's|@''HAVE_RANDOM''@|1|g'  -e 's|@''HAVE_RANDOM_H''@|1|g'  -e 's|@''HAVE_RANDOM_R''@|1|g'  -e 's|@''HAVE_REALLOCARRAY''@|1|g'  -e 's|@''HAVE_REALPATH''@|1|g'  -e 's|@''HAVE_RPMATCH''@|1|g'  -e 's|@''HAVE_SECURE_GETENV''@|1|g'  -e 's|@''HAVE_DECL_SETENV''@|1|g'  -e 's|@''HAVE_SETSTATE''@|1|g'  -e 's|@''HAVE_DECL_SETSTATE''@|1|g'  -e 's|@''HAVE_STRTOD''@|1|g'  -e 's|@''HAVE_STRTOLD''@|1|g'  -e 's|@''HAVE_STRTOLL''@|1|g'  -e 's|@''HAVE_STRTOULL''@|1|g'  -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g'  -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g'  -e 's|@''HAVE_UNLOCKPT''@|1|g'  -e 's|@''HAVE_DECL_UNSETENV''@|1|g'  -e 's|@''REPLACE_CALLOC''@|0|g'  -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g'  -e 's|@''REPLACE_INITSTATE''@|0|g'  -e 's|@''REPLACE_MALLOC''@|0|g'  -e 's|@''REPLACE_MBTOWC''@|0|g'  -e 's|@''REPLACE_MKSTEMP''@|0|g'  -e 's|@''REPLACE_PTSNAME''@
|0|g'  -e 's|@''REPLACE_PTSNAME_R''@|--- stdio.h ---
-  IM''@/0/g'  -e 's/@''GNULIB_GETLINE''@/0/g'  -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g'  -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g'  -e 's/@''GNULIB_PCLOSE''@/0/g'  -e 's/@''GNULIB_PERROR''@/0/g'  -e 's/@''GNULIB_POPEN''@/0/g'  -e 's/@''GNULIB_PRINTF''@/1/g'  -e 's/@''GNULIB_PRINTF_POSIX''@/0/g'  -e 's/@''GNULIB_PUTC''@/1/g'  -e 's/@''GNULIB_PUTCHAR''@/1/g'  -e 's/@''GNULIB_PUTS''@/1/g'  -e 's/@''GNULIB_REMOVE''@/0/g'  -e 's/@''GNULIB_RENAME''@/0/g'  -e 's/@''GNULIB_RENAMEAT''@/0/g'  -e 's/@''GNULIB_SCANF''@/1/g'  -e 's/@''GNULIB_SNPRINTF''@/0/g'  -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g'  -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g'  -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/g'  -e 's/@''GNULIB_TMPFILE''@/0/g'  -e 's/@''GNULIB_VASPRINTF''@/0/g'  -e 's/@''GNULIB_VDPRINTF''@/0/g'  -e 's/@''GNULIB_VFPRINTF''@/1/g'  -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g'  -e 's/@''GNULIB_VFSCANF''@/0/g'  -e 's/@''GNULIB_VSCANF''@/0/g'  -e 's/@''GNULIB_VPRINTF''@/1/g'  -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g
'  -e 's/@''GNULIB_VSNPRINTF''@/0/g' --- stdlib.h ---
-  0|g'  -e 's|@''REPLACE_PUTENV''@|0|g'  -e 's|@''REPLACE_QSORT_R''@|0|g'  -e 's|@''REPLACE_RANDOM''@|0|g'  -e 's|@''REPLACE_RANDOM_R''@|0|g'  -e 's|@''REPLACE_REALLOC''@|0|g'  -e 's|@''REPLACE_REALPATH''@|0|g'  -e 's|@''REPLACE_SETENV''@|0|g'  -e 's|@''REPLACE_SETSTATE''@|0|g'  -e 's|@''REPLACE_STRTOD''@|0|g'  -e 's|@''REPLACE_STRTOLD''@|0|g'  -e 's|@''REPLACE_UNSETENV''@|0|g'  -e 's|@''REPLACE_WCTOMB''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c++defs.h'  -e '/definition of _Noreturn/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/_Noreturn.h'  -e '/definition of _GL_ARG_NONNULL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/warn-on-use.h';  } > stdlib.h-t &&  mv stdlib.h-t stdlib.h
-  --- stdio.h ---
-   -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/stdio.in.h |  sed -e 's|@''HAVE_DECL_FPURGE''@|1|g'  -e 's|@''HAVE_DECL_FSEEKO''@|1|g'  -e 's|@''HAVE_DECL_FTELLO''@|1|g'  -e 's|@''HAVE_DECL_GETDELIM''@|1|g'  -e 's|@''HAVE_DECL_GETLINE''@|1|g'  -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g'  -e 's|@''HAVE_DECL_SNPRINTF''@|1|g'  -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g'  -e 's|@''HAVE_DPRINTF''@|1|g'  -e 's|@''HAVE_FSEEKO''@|1|g'  -e 's|@''HAVE_FTELLO''@|1|g'  -e 's|@''HAVE_PCLOSE''@|1|g'  -e 's|@''HAVE_POPEN''@|1|g'  -e 's|@''HAVE_RENAMEAT''@|1|g'  -e 's|@''HAVE_VASPRINTF''@|1|g'  -e 's|@''HAVE_VDPRINTF''@|1|g'  -e 's|@''REPLACE_DPRINTF''@|0|g'  -e 's|@''REPLACE_FCLOSE''@|0|g'  -e 's|@''REPLACE_FDOPEN''@|0|g'  -e 's|@''REPLACE_FFLUSH''@|0|g'  -e 's|@''REPLACE_FOPEN''@|0|g'  -e 's|@''REPLACE_FPRINTF''@|0|g'  -e 's|@''REPLACE_FPURGE''@|0|g'  -e 's|@''REPLACE_FREOPEN''@|0|g'  -e 's|@''REPLACE_FSEEK''@|0|g'  -e 's|@''REPLACE_FSEEKO''@|0|g'  -
e 's|@''REPLACE_FTELL''@|0|g'  -e 's|@''REPLACE_FTELLO''@|0|g'  -e 's|@''REPLACE_GETDELIM''@|0|g'  -e 's|@''REPLACE_GETLINE''@|0|g'  -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g'  -e 's|@''REPLACE_PERROR''@|0|g'  -e 's|@''REPLACE_POPEN''@|0|g'  -e 's|@''REPLACE_PRINTF''@|0|g'  -e 's|@''REPLACE_REMOVE''@|0|g'  -e 's|@''REPLACE_RENAME''@|0|g'  -e 's|@''REPLACE_RENAMEAT''@|0|g'  -e 's|@''REPLACE_SNPRINTF''@|0|g'  -e 's|@''REPLACE_SPRINTF''@|0|g'  -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g'  -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g'  -e 's|@''REPLACE_TMPFILE''@|0|g'  -e 's|@''REPLACE_VASPRINTF''@|0|g'  -e 's|@''REPLACE_VDPRINTF''@|0|g'  -e 's|@''REPLACE_VFPRINTF''@|0|g'  -e 's|@''REPLACE_VPRINTF''@|0|g'  -e 's|@''REPLACE_VSNPRINTF''@|0|g'  -e 's|@''REPLACE_VSPRINTF''@|0|g'  -e 's|@''ASM_SYMBOL_PREFIX''@|""|g'  -e '/definitions of _GL_FUNCDECL_RPL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-l
 ib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/warn-on-use.h';  } > stdio.h-t &&  mv stdio.h-t stdio.h
-  --- sys/stat.h ---
-  --- string.h ---
-  rm -f string.h-t string.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_STRING_H''@|<string.h>|g'  -e 's/@''GNULIB_EXPLICIT_BZERO''@/0/g'  -e 's/@''GNULIB_FFSL''@/0/g'  -e 's/@''GNULIB_FFSLL''@/0/g'  -e 's/@''GNULIB_MBSLEN''@/1/g'  -e 's/@''GNULIB_MBSNLEN''@/0/g'  -e 's/@''GNULIB_MBSCHR''@/0/g'  -e 's/@''GNULIB_MBSRCHR''@/0/g'  -e 's/@''GNULIB_MBSSTR''@/1/g'  -e 's/@''GNULIB_MBSCASECMP''@/0/g'  -e 's/@''GNULIB_MBSNCASECMP''@/0/g'  -e 's/@''GNULIB_MBSPCASECMP''@/0/g'  -e 's/@''GNULIB_MBSCASESTR''@/0/g'  -e 's/@''GNULIB_MBSCSPN''@/0/g'  -e 's/@''GNULIB_MBSPBRK''@/0/g'  -e 's/@''GNULIB_MBSSPN''@/0/g'  -e 's/@''GNULIB_MBSSEP''@/0/g'  -e 's/@''GNULIB_MBSTOK_R''@/0/g'  -e 's/@''GNULIB_MEMCHR''@/1/g'  -e 's/@''GNULIB_MEMMEM''@/0/g'  -e 's/@''GNULIB_MEMPCPY''@/0/g'  -e 's/@''GNULIB_
MEMRCHR''@/0/g'  -e 's/@''GNULIB_RAWMEMCHR''@/0/g'  -e 's/@''GNULIB_STPCPY''@/0/g'  -e 's/@''GNULIB_STPNCPY''@/0/g'  -e 's/@''GNULIB_STRCHRNUL''@/0/g'  -e 's/@''GNULIB_STRDUP''@/0/g'  -e 's/@''GNULIB_STRNCAT''@/0/g'  -e 's/@''GNULIB_STRNDUP''@/0/g'  -e 's/@''GNULIB_STRNLEN''@/1/g'  -e 's/@''GNULIB_STRPBRK''@/0/g'  -e 's/@''GNULIB_STRSEP''@/0/g'  -e 's/@''GNULIB_STRSTR''@/0/g'  -e 's/@''GNULIB_STRCASESTR''@/0/g'  -e 's/@''GNULIB_STRTOK_R''@/0/g'  -e 's/@''GNULIB_STRERROR''@/1/g'  -e 's/@''GNULIB_STRERROR_R''@/0/g'  -e 's/@''GNULIB_STRSIGNAL''@/0/g'  -e 's/@''GNULIB_STRVERSCMP''@/0/g'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/string.in.h |  sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g'  -e 's|@''HAVE_FFSL''@|1|g'  -e 's|@''HAVE_FFSLL''@|1|g'  -e 's|@''HAVE_MBSLEN''@|0|g'  -e 's|@''HAVE_DECL_MEMMEM''@|1|g'  -e 's|@''HAVE_MEMPCPY''@|1|g'  -e 's|@''HAVE_DECL_MEMRCHR''@|1|g'  -e 's|@''HAVE_RAWMEMCHR''@|1|g'  -e 's|@''HAVE_STPCPY''@|1|g'  -e 's|@''HAVE_STPNCPY''@|1|g'  -e 's|@''HAVE_
 STRCHRNUL''@|1|g'  -e 's|@''HAVE_DECL_STRDUP''@|1|g'  -e 's|@''HAVE_DECL_STRNDUP''@|1|g'  -e 's|@''HAVE_DECL_STRNLEN''@|1|g'  -e 's|@''HAVE_STRPBRK''@|1|g'  -e 's|@''HAVE_STRSEP''@|1|g'  -e 's|@''HAVE_STRCASESTR''@|1|g'  -e 's|@''HAVE_DECL_STRTOK_R''@|1|g'  -e 's|@''HAVE_DECL_STRERROR_R''@|1|g'  -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g'  -e 's|@''HAVE_STRVERSCMP''@|1|g'  -e 's|@''REPLACE_MEMCHR''@|0|g'  -e 's|@''REPLACE_MEMMEM''@|0|g'  -e 's|@''REPLACE_STPNCPY''@|0|g'  -e 's|@''REPLACE_STRCHRNUL''@|0|g'  -e 's|@''REPLACE_STRDUP''@|0|g'  -e 's|@''REPLACE_STRNCAT''@|0|g'  -e 's|@''REPLACE_STRNDUP''@|0|g'  -e 's|@''REPLACE_STRNLEN''@|0|g'  -e 's|@''REPLACE_STRSTR''@|0|g'  -e 's|@''REPLACE_STRCASESTR''@|0|g'  -e 's|@''REPLACE_STRTOK_R''@|0|g'  -e 's|@''REPLACE_STRERROR''@|1|g'  -e 's|@''REPLACE_STRERROR_R''@|0|g'  -e 's|@''REPLACE_STRSIGNAL''@|0|g'  -e 's|@''UNDEFINE_STRTOK_R''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c++defs.h'  -e '/d
 efinition of _GL_ARG_NONNULL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/warn-on-use.h';  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/string.in.h;  } > string.h-t &&  mv string.h-t string.h
-  --- sys/types.h ---
-  --- time.h ---
-  --- unistd.h ---
-  --- wchar.h ---
-  --- sys/stat.h ---
-  /tmp/.tmpEKVFcY/gettext/gettext-runtime/../build-aux/install-sh -c -d sys
-  --- sys/types.h ---
-  /tmp/.tmpEKVFcY/gettext/gettext-runtime/../build-aux/install-sh -c -d sys
-  --- time.h ---
-  rm -f time.h-t time.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_TIME_H''@|<time.h>|g'  -e 's/@''GNULIB_CTIME''@/0/g'  -e 's/@''GNULIB_LOCALTIME''@/0/g'  -e 's/@''GNULIB_MKTIME''@/0/g'  -e 's/@''GNULIB_NANOSLEEP''@/0/g'  -e 's/@''GNULIB_STRFTIME''@/0/g'  -e 's/@''GNULIB_STRPTIME''@/0/g'  -e 's/@''GNULIB_TIMEGM''@/0/g'  -e 's/@''GNULIB_TIME_R''@/0/g'  -e 's/@''GNULIB_TIME_RZ''@/0/g'  -e 's/@''GNULIB_TZSET''@/0/g'  -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g'  -e 's|@''HAVE_NANOSLEEP''@|1|g'  -e 's|@''HAVE_STRPTIME''@|1|g'  -e 's|@''HAVE_TIMEGM''@|1|g'  -e 's|@''HAVE_TIMEZONE_T''@|0|g'  -e 's|@''HAVE_TZSET''@|1|g'  -e 's|@''REPLACE_CTIME''@|GNULIB_PORTCHECK|g'  -e 's|@''REPLACE_GMTIME''@|0|g'  -e 's|@''REPLACE_LOCALTIME''@|0|g'  -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g'
  -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g'  -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g'  -e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g'  -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g'  -e 's|@''REPLACE_TZSET''@|GNULIB_PORTCHECK|g'  -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g'  -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g'  -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g'  -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/warn-on-use.h'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/time.in.h;  } > time.h-t &&  mv time.h-t time.h
-  --- wchar.h ---
-  rm -f wchar.h-t wchar.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''HAVE_FEATURES_H''@|0|g'  -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g'  -e 's|@''HAVE_WCHAR_H''@|1|g'  -e 's/@''HAVE_CRTDEFS_H''@/0/g'  -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g'  -e 's/@''GNULIB_BTOWC''@/0/g'  -e 's/@''GNULIB_WCTOB''@/0/g'  -e 's/@''GNULIB_MBSINIT''@/1/g'  -e 's/@''GNULIB_MBRTOWC''@/1/g'  -e 's/@''GNULIB_MBRLEN''@/0/g'  -e 's/@''GNULIB_MBSRTOWCS''@/0/g'  -e 's/@''GNULIB_MBSNRTOWCS''@/0/g'  -e 's/@''GNULIB_WCRTOMB''@/0/g'  -e 's/@''GNULIB_WCSRTOMBS''@/0/g'  -e 's/@''GNULIB_WCSNRTOMBS''@/0/g'  -e 's/@''GNULIB_WCWIDTH''@/1/g'  -e 's/@''GNULIB_WMEMCHR''@/0/g'  -e 's/@''GNULIB_WMEMCMP''@/0/g'  -e 's/@''GNULIB_WMEMCPY''@/0/g'  -e 's/@''GNULIB_WMEMMOVE''@/0/g'  -e 's/@''GNULIB_WMEMPCPY''@/0/g'  -e 's/@''GNULIB_W
MEMSET''@/0/g'  -e 's/@''GNULIB_WCSLEN''@/0/g'  -e 's/@''GNULIB_WCSNLEN''@/0/g'  -e 's/@''GNULIB_WCSCPY''@/0/g'  -e 's/@''GNULIB_WCPCPY''@/0/g'  -e 's/@''GNULIB_WCSNCPY''@/0/g'  -e 's/@''GNULIB_WCPNCPY''@/0/g'  -e 's/@''GNULIB_WCSCAT''@/0/g'  -e 's/@''GNULIB_WCSNCAT''@/0/g'  -e 's/@''GNULIB_WCSCMP''@/0/g'  -e 's/@''GNULIB_WCSNCMP''@/0/g'  -e 's/@''GNULIB_WCSCASECMP''@/0/g'  -e 's/@''GNULIB_WCSNCASECMP''@/0/g'  -e 's/@''GNULIB_WCSCOLL''@/0/g'  -e 's/@''GNULIB_WCSXFRM''@/0/g'  -e 's/@''GNULIB_WCSDUP''@/0/g'  -e 's/@''GNULIB_WCSCHR''@/0/g'  -e 's/@''GNULIB_WCSRCHR''@/0/g'  -e 's/@''GNULIB_WCSCSPN''@/0/g'  -e 's/@''GNULIB_WCSSPN''@/0/g'  -e 's/@''GNULIB_WCSPBRK''@/0/g'  -e 's/@''GNULIB_WCSSTR''@/0/g'  -e 's/@''GNULIB_WCSTOK''@/0/g'  -e 's/@''GNULIB_WCSWIDTH''@/0/g'  -e 's/@''GNULIB_WCSFTIME''@/0/g'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/wchar.in.h |  sed -e 's|@''HAVE_WINT_T''@|1|g'  -e 's|@''HAVE_BTOWC''@|1|g'  -e 's|@''HAVE_MBSINIT''@|1|g'  -e 's|@''HAVE_MBRTOWC''@|1|g' 
  -e 's|@''HAVE_MBRLEN''@|1|g'  -e 's|@''HAVE_MBSRTOWCS''@|1|g'  -e 's|@''HAVE_MBSNRTOWCS''@|1|g'  -e 's|@''HAVE_WCRTOMB''@|1|g'  -e 's|@''HAVE_WCSRTOMBS''@|1|g'  -e 's|@''HAVE_WCSNRTOMBS''@|1|g'  -e 's|@''HAVE_WMEMCHR''@|1|g'  -e 's|@''HAVE_WMEMCMP''@|1|g'  -e 's|@''HAVE_WMEMCPY''@|1|g'  -e 's|@''HAVE_WMEMMOVE''@|1|g'  -e 's|@''HAVE_WMEMPCPY''@|1|g'  -e 's|@''HAVE_WMEMSET''@|1|g'  -e 's|@''HAVE_WCSLEN''@|1|g'  -e 's|@''HAVE_WCSNLEN''@|1|g'  -e 's|@''HAVE_WCSCPY''@|1|g'  -e 's|@''HAVE_WCPCPY''@|1|g'  -e 's|@''HAVE_WCSNCPY''@|1|g'  -e 's|@''HAVE_WCPNCPY''@|1|g'  -e 's|@''HAVE_WCSCAT''@|1|g'  -e 's|@''HAVE_WCSNCAT''@|1|g'  -e 's|@''HAVE_WCSCMP''@|1|g'  -e 's|@''HAVE_WCSNCMP''@|1|g'  -e 's|@''HAVE_WCSCASECMP''@|1|g'  -e 's|@''HAVE_WCSNCASECMP''@|1|g'  -e 's|@''HAVE_WCSCOLL''@|1|g'  -e 's|@''HAVE_WCSXFRM''@|1|g'  -e 's|@''HAVE_WCSDUP''@|1|g'  -e 's|@''HAVE_WCSCHR''@|1|g'  -e 's|@''HAVE_WCSRCHR''@|1|g'  -e 's|@''HAVE_WCSCSPN''@|1|g'  -e 's|@''HAVE_WCSSPN''@|1|g'  -e 's|@''HAVE_WCSPBRK''@|
 1|g'  -e 's|@''HAVE_WCSSTR''@|1|g'  -e 's|@''HAVE_WCSTOK''@|1|g'  -e 's|@''HAVE_WCSWIDTH''@|1|g'  -e 's|@''HAVE_WCSFTIME''@|1|g'  -e 's|@''HAVE_DECL_WCTOB''@|1|g'  -e 's|@''HAVE_DECL_WCWIDTH''@|1|g'  |  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g'  -e 's|@''REPLACE_BTOWC''@|0|g'  -e 's|@''REPLACE_WCTOB''@|0|g'  -e 's|@''REPLACE_MBSINIT''@|0|g'  -e 's|@''REPLACE_MBRTOWC''@|0|g'  -e 's|@''REPLACE_MBRLEN''@|0|g'  -e 's|@''REPLACE_MBSRTOWCS''@|0|g'  -e 's|@''REPLACE_MBSNRTOWCS''@|0|g'  -e 's|@''REPLACE_WCRTOMB''@|0|g'  -e 's|@''REPLACE_WCSRTOMBS''@|0|g'  -e 's|@''REPLACE_WCSNRTOMBS''@|0|g'  -e 's|@''REPLACE_WCWIDTH''@|1|g'  -e 's|@''REPLACE_WCSWIDTH''@|0|g'  -e 's|@''REPLACE_WCSFTIME''@|0|g'  -e 's|@''REPLACE_WCSTOK''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r /tmp/.tmpEKVFcY/gettext/gette
 xt-runtime/gnulib-lib/warn-on-use.h';  } > wchar.h-t &&  mv wchar.h-t wchar.h
-  --- unistd.h ---
-  rm -f unistd.h-t unistd.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''HAVE_UNISTD_H''@|1|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g'  -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g'  -e 's/@''GNULIB_ACCESS''@/0/g'  -e 's/@''GNULIB_CHDIR''@/0/g'  -e 's/@''GNULIB_CHOWN''@/0/g'  -e 's/@''GNULIB_CLOSE''@/1/g'  -e 's/@''GNULIB_COPY_FILE_RANGE''@/0/g'  -e 's/@''GNULIB_DUP''@/0/g'  -e 's/@''GNULIB_DUP2''@/1/g'  -e 's/@''GNULIB_DUP3''@/0/g'  -e 's/@''GNULIB_ENVIRON''@/1/g'  -e 's/@''GNULIB_EUIDACCESS''@/0/g'  -e 's/@''GNULIB_FACCESSAT''@/0/g'  -e 's/@''GNULIB_FCHDIR''@/0/g'  -e 's/@''GNULIB_FCHOWNAT''@/0/g'  -e 's/@''GNULIB_FDATASYNC''@/0/g'  -e 's/@''GNULIB_FSYNC''@/0/g'  -e 's/@''GNULIB_FTRUNCATE''@/0/g'  -e 's/@''GNULIB_GETCWD''@/0/g'  -e 's/@''GNULIB_GETDOMAINNAME''@/0/g'  -e 's/@''GNULIB_GETD
TABLESIZE''@/1/g'  -e 's/@''GNULIB_GETENTROPY''@/0/g'  -e 's/@''GNULIB_GETGROUPS''@/0/g'  -e 's/@''GNULIB_GETHOSTNAME''@/0/g'  -e 's/@''GNULIB_GETLOGIN''@/0/g'  -e 's/@''GNULIB_GETLOGIN_R''@/0/g'  -e 's/@''GNULIB_GETOPT_POSIX''@/1/g'  -e 's/@''GNULIB_GETPAGESIZE''@/0/g'  -e 's/@''GNULIB_GETPASS''@/0/g'  -e 's/@''GNULIB_GETUSERSHELL''@/0/g'  -e 's/@''GNULIB_GROUP_MEMBER''@/0/g'  -e 's/@''GNULIB_ISATTY''@/0/g'  -e 's/@''GNULIB_LCHOWN''@/0/g'  -e 's/@''GNULIB_LINK''@/0/g'  -e 's/@''GNULIB_LINKAT''@/0/g'  -e 's/@''GNULIB_LSEEK''@/0/g'  -e 's/@''GNULIB_PIPE''@/0/g'  -e 's/@''GNULIB_PIPE2''@/0/g'  -e 's/@''GNULIB_PREAD''@/0/g'  -e 's/@''GNULIB_PWRITE''@/0/g'  -e 's/@''GNULIB_READ''@/0/g'  -e 's/@''GNULIB_READLINK''@/1/g'  -e 's/@''GNULIB_READLINKAT''@/0/g'  -e 's/@''GNULIB_RMDIR''@/0/g'  -e 's/@''GNULIB_SETHOSTNAME''@/0/g'  -e 's/@''GNULIB_SLEEP''@/0/g'  -e 's/@''GNULIB_SYMLINK''@/0/g'  -e 's/@''GNULIB_SYMLINKAT''@/0/g'  -e 's/@''GNULIB_TRUNCATE''@/0/g'  -e 's/@''GNULIB_TTYNAME_R''@/0/g'  
 -e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g'  -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g'  -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g'  -e 's/@''GNULIB_UNLINK''@/0/g'  -e 's/@''GNULIB_UNLINKAT''@/0/g'  -e 's/@''GNULIB_USLEEP''@/0/g'  -e 's/@''GNULIB_WRITE''@/0/g'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/unistd.in.h |  sed -e 's|@''HAVE_CHOWN''@|1|g'  -e 's|@''HAVE_COPY_FILE_RANGE''@|1|g'  -e 's|@''HAVE_DUP3''@|1|g'  -e 's|@''HAVE_EUIDACCESS''@|1|g'  -e 's|@''HAVE_FACCESSAT''@|1|g'  -e 's|@''HAVE_FCHDIR''@|1|g'  -e 's|@''HAVE_FCHOWNAT''@|1|g'  -e 's|@''HAVE_FDATASYNC''@|1|g'  -e 's|@''HAVE_FSYNC''@|1|g'  -e 's|@''HAVE_FTRUNCATE''@|1|g'  -e 's|@''HAVE_GETDTABLESIZE''@|1|g'  -e 's|@''HAVE_GETENTROPY''@|1|g'  -e 's|@''HAVE_GETGROUPS''@|1|g'  -e 's|@''HAVE_GETHOSTNAME''@|1|g'  -e 's|@''HAVE_GETPAGESIZE''@|1|g'  -e 's|@''HAVE_GETPASS''@|1|g'  -e 's|@''HAVE_GROUP_MEMBER''@|1|g'  -e 's|@''HAVE_LCHOWN''@|1|g'  -e 's|@''HAVE_LINK''@|1|g'  -e 's|@''HAVE_LINKAT''@|1|g'  -e 's|@''HAVE_PIP
 E''@|1|g'  -e 's|@''HAVE_PIPE2''@|1|g'  -e 's|@''HAVE_PREAD''@|1|g'  -e 's|@''HAVE_PWRITE''@|1|g'  -e 's|@''HAVE_READLINK''@|1|g'  -e 's|@''HAVE_READLINKAT''@|1|g'  -e 's|@''HAVE_SETHOSTNAME''@|1|g'  -e 's|@''HAVE_SLEEP''@|1|g'  -e 's|@''HAVE_SYMLINK''@|1|g'  -e 's|@''HAVE_SYMLINKAT''@|1|g'  -e 's|@''HAVE_UNLINKAT''@|1|g'  -e 's|@''HAVE_USLEEP''@|1|g'  -e 's|@''HAVE_DECL_ENVIRON''@|0|g'  -e 's|@''HAVE_DECL_FCHDIR''@|1|g'  -e 's|@''HAVE_DECL_FDATASYNC''@|1|g'  -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g'  -e 's|@''HAVE_DECL_GETLOGIN''@|1|g'  -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g'  -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g'  -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g'  -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g'  -e 's|@''HAVE_DECL_TRUNCATE''@|1|g'  -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g'  -e 's|@''HAVE_OS_H''@|0|g'  -e 's|@''HAVE_SYS_PARAM_H''@|0|g'  |  sed -e 's|@''REPLACE_ACCESS''@|0|g'  -e 's|@''REPLACE_CHOWN''@|0|g'  -e 's|@''REPLACE_CLOSE''@|0|g'  -e 's|@''REPLACE_DUP''@|0|g'  -e 's|@''REPLACE_DUP2'
 '@|0|g'  -e 's|@''REPLACE_FACCESSAT''@|0|g'  -e 's|@''REPLACE_FCHOWNAT''@|0|g'  -e 's|@''REPLACE_FTRUNCATE''@|0|g'  -e 's|@''REPLACE_GETCWD''@|0|g'  -e 's|@''REPLACE_GETDOMAINNAME''@|0|g'  -e 's|@''REPLACE_GETDTABLESIZE''@|0|g'  -e 's|@''REPLACE_GETLOGIN_R''@|0|g'  -e 's|@''REPLACE_GETGROUPS''@|0|g'  -e 's|@''REPLACE_GETPAGESIZE''@|0|g'  -e 's|@''REPLACE_GETPASS''@|0|g'  -e 's|@''REPLACE_ISATTY''@|0|g'  -e 's|@''REPLACE_LCHOWN''@|0|g'  -e 's|@''REPLACE_LINK''@|0|g'  -e 's|@''REPLACE_LINKAT''@|0|g'  -e 's|@''REPLACE_LSEEK''@|0|g'  -e 's|@''REPLACE_PREAD''@|0|g'  -e 's|@''REPLACE_PWRITE''@|0|g'  -e 's|@''REPLACE_READ''@|0|g'  -e 's|@''REPLACE_READLINK''@|0|g'  -e 's|@''REPLACE_READLINKAT''@|0|g'  -e 's|@''REPLACE_RMDIR''@|0|g'  -e 's|@''REPLACE_SLEEP''@|0|g'  -e 's|@''REPLACE_SYMLINK''@|0|g'  -e 's|@''REPLACE_SYMLINKAT''@|0|g'  -e 's|@''REPLACE_TRUNCATE''@|0|g'  -e 's|@''REPLACE_TTYNAME_R''@|0|g'  -e 's|@''REPLACE_UNLINK''@|0|g'  -e 's|@''REPLACE_UNLINKAT''@|0|g'  -e 's|@''REPLACE_USL
 EEP''@|0|g'  -e 's|@''REPLACE_WRITE''@|0|g'  -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|0|g'  -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g'  -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/warn-on-use.h';  } > unistd.h-t &&  mv unistd.h-t unistd.h
-  --- wctype.h ---
-  rm -f wctype.h-t wctype.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's/@''HAVE_WCTYPE_H''@/1/g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g'  -e 's/@''HAVE_CRTDEFS_H''@/0/g'  -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g'  -e 's/@''GNULIB_ISWBLANK''@/1/g'  -e 's/@''GNULIB_ISWDIGIT''@/1/g'  -e 's/@''GNULIB_ISWXDIGIT''@/1/g'  -e 's/@''GNULIB_WCTYPE''@/0/g'  -e 's/@''GNULIB_ISWCTYPE''@/0/g'  -e 's/@''GNULIB_WCTRANS''@/0/g'  -e 's/@''GNULIB_TOWCTRANS''@/0/g'  -e 's/@''HAVE_ISWBLANK''@/1/g'  -e 's/@''HAVE_ISWCNTRL''@/1/g'  -e 's/@''HAVE_WCTYPE_T''@/1/g'  -e 's/@''HAVE_WCTRANS_T''@/1/g'  -e 's/@''HAVE_WINT_T''@/1/g'  -e 's/@''REPLACE_ISWBLANK''@/0/g'  -e 's/@''REPLACE_ISWDIGIT''@/1/g'  -e 's/@''REPLACE_ISWXDIGIT''@/1/g'  -e 's/@''REPLACE_ISWCNTRL''@/0/g'  -e 's/@''REPLACE_TOWLOWER''@/0/g'  -e '/defi
nitions of _GL_FUNCDECL_RPL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c++defs.h'  -e '/definition of _GL_WARN_ON_USE/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/warn-on-use.h'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/wctype.in.h;  } > wctype.h-t &&  mv wctype.h-t wctype.h
-  --- sys/stat.h ---
-  rm -f sys/stat.h-t sys/stat.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g'  -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g'  -e 's|@''WINDOWS_STAT_TIMESPEC''@|0|g'  -e 's/@''GNULIB_FCHMODAT''@/0/g'  -e 's/@''GNULIB_FSTAT''@/1/g'  -e 's/@''GNULIB_FSTATAT''@/0/g'  -e 's/@''GNULIB_FUTIMENS''@/0/g'  -e 's/@''GNULIB_GETUMASK''@/0/g'  -e 's/@''GNULIB_LCHMOD''@/0/g'  -e 's/@''GNULIB_LSTAT''@/1/g'  -e 's/@''GNULIB_MKDIRAT''@/0/g'  -e 's/@''GNULIB_MKFIFO''@/0/g'  -e 's/@''GNULIB_MKFIFOAT''@/0/g'  -e 's/@''GNULIB_MKNOD''@/0/g'  -e 's/@''GNULIB_MKNODAT''@/0/g'  -e 's/@''GNULIB_STAT''@/1/g'  -e 's/@''GNULIB_UTIMENSAT''@/0/g'  -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g'  -e 's|@''HAVE_FCHMODAT''@|1|g'  -e 's|@''HAVE_FSTATAT''@|1|g'  -e 's|@''HAVE_FUTIMENS''@|1|g'  
-e 's|@''HAVE_GETUMASK''@|1|g'  -e 's|@''HAVE_LCHMOD''@|1|g'  -e 's|@''HAVE_LSTAT''@|1|g'  -e 's|@''HAVE_MKDIRAT''@|1|g'  -e 's|@''HAVE_MKFIFO''@|1|g'  -e 's|@''HAVE_MKFIFOAT''@|1|g'  -e 's|@''HAVE_MKNOD''@|1|g'  -e 's|@''HAVE_MKNODAT''@|1|g'  -e 's|@''HAVE_UTIMENSAT''@|1|g'  -e 's|@''REPLACE_FCHMODAT''@|0|g'  -e 's|@''REPLACE_FSTAT''@|0|g'  -e 's|@''REPLACE_FSTATAT''@|0|g'  -e 's|@''REPLACE_FUTIMENS''@|0|g'  -e 's|@''REPLACE_LSTAT''@|0|g'  -e 's|@''REPLACE_MKDIR''@|0|g'  -e 's|@''REPLACE_MKFIFO''@|0|g'  -e 's|@''REPLACE_MKNOD''@|0|g'  -e 's|@''REPLACE_STAT''@|0|g'  -e 's|@''REPLACE_UTIMENSAT''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/warn-on-use.h'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/sys_stat.in.h;  } > sys/st
 at.h-t &&  mv sys/stat.h-t sys/stat.h
-  --- sys/types.h ---
-  rm -f sys/types.h-t sys/types.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''GUARD_PREFIX''@|GL|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''PRAGMA_COLUMNS''@||g'  -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g'  -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g'  -e 's|@''WINDOWS_STAT_INODES''@|0|g'  < /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/sys_types.in.h;  } > sys/types.h-t &&  mv sys/types.h-t sys/types.h
-  --- all ---
-  make  all-recursive
-  --- all-recursive ---
-  --- glthread/.dirstamp ---
-  --- unistr/.dirstamp ---
-  --- uniwidth/.dirstamp ---
-  --- allocator.o ---
-  --- areadlink.o ---
-  --- basename-lgpl.o ---
-  --- binary-io.o ---
-  --- c-ctype.o ---
-  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib -I..  -I../intl -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -I/usr/pkg/include  -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o c-ctype.o /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c-ctype.c
-  --- basename-lgpl.o ---
-  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib -I..  -I../intl -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -I/usr/pkg/include  -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o basename-lgpl.o /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/basename-lgpl.c
-  --- binary-io.o ---
-  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib -I..  -I../intl -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -I/usr/pkg/include  -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o binary-io.o /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/binary-io.c
-  --- allocator.o ---
-  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib -I..  -I../intl -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -I/usr/pkg/include  -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o allocator.o /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/allocator.c
-  --- areadlink.o ---
-  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib -I..  -I../intl -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -I/usr/pkg/include  -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o areadlink.o /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/areadlink.c
-  --- c-strcasecmp.o ---
-  --- c-strncasecmp.o ---
-  --- c-strcasecmp.o ---
-  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib -I..  -I../intl -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -I/usr/pkg/include  -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o c-strcasecmp.o /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c-strcasecmp.c
-  --- c-strncasecmp.o ---
-  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib -I..  -I../intl -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -I/usr/pkg/include  -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o c-strncasecmp.o /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/c-strncasecmp.c
-  --- careadlinkat.o ---
-  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib -I..  -I../intl -I/tmp/.tmpEKVFcY/gettext/gettext-runtime/intl  -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1   -g -I/usr/pkg/include  -O3 -ffunction-sections -fdata-sections -fPIC -m64 -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-clash-protection -I/usr/pkg/include -c -o careadlinkat.o /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/careadlinkat.c
-  --- binary-io.o ---
-  In file included from ./fcntl.h:79,
-                   from /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/binary-io.h:22,
-                   from /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/binary-io.c:20:
-  ./unistd.h:637:11: fatal error: getopt-pfx-core.h: No such file or directory
-    637 | # include <getopt-pfx-core.h>
-        |           ^~~~~~~~~~~~~~~~~~~
-  compilation terminated.
-  *** [binary-io.o] Error code 1
-
-  make[6]: stopped in /tmp/.tmpEKVFcY/build/gettext-runtime/gnulib-lib
-  --- areadlink.o ---
-  In file included from ./fcntl.h:79,
-                   from /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/careadlinkat.h:23,
-                   from /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/areadlink.c:27:
-  ./unistd.h:637:11: fatal error: getopt-pfx-core.h: No such file or directory
-    637 | # include <getopt-pfx-core.h>
-        |           ^~~~~~~~~~~~~~~~~~~
-  compilation terminated.
-  *** [areadlink.o] Error code 1
-
-  make[6]: stopped in /tmp/.tmpEKVFcY/build/gettext-runtime/gnulib-lib
-  --- careadlinkat.o ---
-  In file included from ./fcntl.h:79,
-                   from /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/careadlinkat.h:23,
-                   from /tmp/.tmpEKVFcY/gettext/gettext-runtime/gnulib-lib/careadlinkat.c:23:
-  ./unistd.h:637:11: fatal error: getopt-pfx-core.h: No such file or directory
-    637 | # include <getopt-pfx-core.h>
-        |           ^~~~~~~~~~~~~~~~~~~
-  compilation terminated.
-  *** [careadlinkat.o] Error code 1
-
-  make[6]: stopped in /tmp/.tmpEKVFcY/build/gettext-runtime/gnulib-lib
-  3 errors
-
-  make[6]: stopped in /tmp/.tmpEKVFcY/build/gettext-runtime/gnulib-lib
-
-  make[5]: stopped in /tmp/.tmpEKVFcY/build/gettext-runtime/gnulib-lib
-
-  make[4]: stopped in /tmp/.tmpEKVFcY/build/gettext-runtime/gnulib-lib
-
-  make[3]: stopped in /tmp/.tmpEKVFcY/build/gettext-runtime
-
-  make[2]: stopped in /tmp/.tmpEKVFcY/build/gettext-runtime
-
-  make[1]: stopped in /tmp/.tmpEKVFcY/build
-
-  make: stopped in /tmp/.tmpEKVFcY/build
-
-  --- stderr
-  thread 'main' panicked at '
-  command did not execute successfully, got: exit status: 2
-
-  build script failed, must exit now', gettext-sys/build.rs:299:5
-  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
-*** Error code 101
diff --git a/gettext-rs/cargo-depends.mk b/gettext-rs/cargo-depends.mk
deleted file mode 100644
index 17a3181bb7..0000000000
--- a/gettext-rs/cargo-depends.mk
+++ /dev/null
@@ -1,53 +0,0 @@
-# $NetBSD$
-
-CARGO_CRATE_DEPENDS+=	aho-corasick-0.7.18
-CARGO_CRATE_DEPENDS+=	bitflags-1.3.2
-CARGO_CRATE_DEPENDS+=	block-0.1.6
-CARGO_CRATE_DEPENDS+=	cc-1.0.73
-CARGO_CRATE_DEPENDS+=	cfg-if-0.1.10
-CARGO_CRATE_DEPENDS+=	cfg-if-1.0.0
-CARGO_CRATE_DEPENDS+=	ctest2-0.4.4
-CARGO_CRATE_DEPENDS+=	dirs-2.0.2
-CARGO_CRATE_DEPENDS+=	dirs-sys-0.3.7
-CARGO_CRATE_DEPENDS+=	fastrand-1.8.0
-CARGO_CRATE_DEPENDS+=	garando_errors-0.1.0
-CARGO_CRATE_DEPENDS+=	garando_pos-0.1.0
-CARGO_CRATE_DEPENDS+=	garando_syntax-0.1.0
-CARGO_CRATE_DEPENDS+=	getrandom-0.2.7
-CARGO_CRATE_DEPENDS+=	gettext-sys-0.21.0
-CARGO_CRATE_DEPENDS+=	instant-0.1.12
-CARGO_CRATE_DEPENDS+=	itoa-1.0.2
-CARGO_CRATE_DEPENDS+=	lazy_static-1.4.0
-CARGO_CRATE_DEPENDS+=	libc-0.2.126
-CARGO_CRATE_DEPENDS+=	locale_config-0.3.0
-CARGO_CRATE_DEPENDS+=	log-0.4.17
-CARGO_CRATE_DEPENDS+=	malloc_buf-0.0.6
-CARGO_CRATE_DEPENDS+=	memchr-2.5.0
-CARGO_CRATE_DEPENDS+=	objc-0.2.7
-CARGO_CRATE_DEPENDS+=	objc-foundation-0.1.1
-CARGO_CRATE_DEPENDS+=	objc_id-0.1.1
-CARGO_CRATE_DEPENDS+=	proc-macro2-1.0.42
-CARGO_CRATE_DEPENDS+=	quote-1.0.20
-CARGO_CRATE_DEPENDS+=	redox_syscall-0.2.16
-CARGO_CRATE_DEPENDS+=	redox_users-0.4.3
-CARGO_CRATE_DEPENDS+=	regex-1.6.0
-CARGO_CRATE_DEPENDS+=	regex-syntax-0.6.27
-CARGO_CRATE_DEPENDS+=	remove_dir_all-0.5.3
-CARGO_CRATE_DEPENDS+=	rustc_version-0.4.0
-CARGO_CRATE_DEPENDS+=	ryu-1.0.10
-CARGO_CRATE_DEPENDS+=	semver-1.0.12
-CARGO_CRATE_DEPENDS+=	serde-1.0.141
-CARGO_CRATE_DEPENDS+=	serde_derive-1.0.141
-CARGO_CRATE_DEPENDS+=	serde_json-1.0.82
-CARGO_CRATE_DEPENDS+=	syn-1.0.98
-#CARGO_CRATE_DEPENDS+=	systest-0.1.0
-CARGO_CRATE_DEPENDS+=	tempfile-3.3.0
-CARGO_CRATE_DEPENDS+=	term-0.6.1
-CARGO_CRATE_DEPENDS+=	thiserror-1.0.31
-CARGO_CRATE_DEPENDS+=	thiserror-impl-1.0.31
-CARGO_CRATE_DEPENDS+=	unicode-ident-1.0.2
-CARGO_CRATE_DEPENDS+=	unicode-xid-0.2.3
-CARGO_CRATE_DEPENDS+=	wasi-0.11.0+wasi-snapshot-preview1
-CARGO_CRATE_DEPENDS+=	winapi-0.3.9
-CARGO_CRATE_DEPENDS+=	winapi-i686-pc-windows-gnu-0.4.0
-CARGO_CRATE_DEPENDS+=	winapi-x86_64-pc-windows-gnu-0.4.0
diff --git a/gettext-rs/distinfo b/gettext-rs/distinfo
deleted file mode 100644
index d6772d198c..0000000000
--- a/gettext-rs/distinfo
+++ /dev/null
@@ -1,155 +0,0 @@
-$NetBSD$
-
-BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935
-SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
-Size (aho-corasick-0.7.18.crate) = 112923 bytes
-BLAKE2s (bitflags-1.3.2.crate) = e3a3b45a4403823875a03dbda329ca16068fa8f847cef81987c6b780101f2415
-SHA512 (bitflags-1.3.2.crate) = 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
-Size (bitflags-1.3.2.crate) = 23021 bytes
-BLAKE2s (block-0.1.6.crate) = 5482bb36f2842a3fe4fcac084ae4762392ac429ee1f5c30298465df08c610235
-SHA512 (block-0.1.6.crate) = c278e3c0346cae423b533a8f5d6b822e788ec450c92ef0f5f559d5705764a0a11df49f0f66bb1c8af7e89bec8ec802934676b969e43f92255a38b210d0fbd710
-Size (block-0.1.6.crate) = 4077 bytes
-BLAKE2s (cc-1.0.73.crate) = 1a51796d78619d44969ced4fea592d9e68fc7584bfccc66e8cb75db6328bf2a2
-SHA512 (cc-1.0.73.crate) = 980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985
-Size (cc-1.0.73.crate) = 57880 bytes
-BLAKE2s (cfg-if-0.1.10.crate) = d12527b913127910287edf00421530370392c52aa1c8b43c447fc49ebd012225
-SHA512 (cfg-if-0.1.10.crate) = 9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339
-Size (cfg-if-0.1.10.crate) = 7933 bytes
-BLAKE2s (cfg-if-1.0.0.crate) = fbb02f63b24cc224b045ff2aac3aefd0a77cf7b578df4d5f9da9517a59aaf9bb
-SHA512 (cfg-if-1.0.0.crate) = 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
-Size (cfg-if-1.0.0.crate) = 7934 bytes
-BLAKE2s (ctest2-0.4.4.crate) = 95f2dcfcc1e96b33a42c82e9ad763b423a7e0f05c685d434dd8c9953fafd7ed2
-SHA512 (ctest2-0.4.4.crate) = 9978f2de3e2b82a4f988a8bbbcb05afb9b13355d46d5082b4a679f47b90fbe5dfd124fcb42cb70c04de1409da72a1fff908b3cbeea45aabb5be843eb044e78fe
-Size (ctest2-0.4.4.crate) = 23165 bytes
-BLAKE2s (dirs-2.0.2.crate) = a3ca527ef98e554bd456950c87602a1bdac7efd0c012d67f275770b8bad7a4fe
-SHA512 (dirs-2.0.2.crate) = 34d6e5956c9db1dae965d33f13c64dde59d3e0e18cbdc56c02f7f31cac8e0034a80fbb561e0a73b8dbd145f85b46fc4e8a147b4c946b5816d8dda6caef185396
-Size (dirs-2.0.2.crate) = 11779 bytes
-BLAKE2s (dirs-sys-0.3.7.crate) = baa17cbec722cdc7e6369057c06ac108e433fa039f1f41c76612a5ece7f163c8
-SHA512 (dirs-sys-0.3.7.crate) = e630964e4c452950a475c10a490b49b2979dd7dfda48172b905cc789153ae4a0ba2d7d91f690705cbfff23737c4b4a339eb0c49e922efd7d68a92fe6368a929f
-Size (dirs-sys-0.3.7.crate) = 10597 bytes
-BLAKE2s (fastrand-1.8.0.crate) = cb28df4801bfcdbafafd7ee6ee3dc6688aa85e312c665889c33079f5b04e481b
-SHA512 (fastrand-1.8.0.crate) = 82cbc2b29b97fa3fa2c9372d3e8c390586a7b39f6c7d8c45f9b779bdfdaa2e8a3b44bc7bfcb3367c18120726facc753c9827cf63a8fb4ddc2667509b16333cb1
-Size (fastrand-1.8.0.crate) = 11369 bytes
-BLAKE2s (garando_errors-0.1.0.crate) = 27f60d74b34b3a559bcf17b22c95c5a477b4325ec48af62cf4024ff43259399b
-SHA512 (garando_errors-0.1.0.crate) = 6edb1700aae19344bd102a5259c692ff5a4a20c5d01058ecd1cf7d1fb9f65593ebc21ef3b67eb1efb68e5906d87c24a4a48277c54e164d043bd3f8e084c0318f
-Size (garando_errors-0.1.0.crate) = 28604 bytes
-BLAKE2s (garando_pos-0.1.0.crate) = e5cd4607b126107a5398ec7bff0fa1fd28d66e4b5933446977307e133af31a2c
-SHA512 (garando_pos-0.1.0.crate) = 43b667e317ed46aa41a8716d87688fa0a3454cf9175274f6d2531d475396ef30571963529b391b7f56f0a4c9d7e9921c1c1a1b4d62544ba4c37e21f6e50b3373
-Size (garando_pos-0.1.0.crate) = 18670 bytes
-BLAKE2s (garando_syntax-0.1.0.crate) = bd8ae8b630536e975a646eee1a5f6bec0f0119036db38a854db13799626e8cb1
-SHA512 (garando_syntax-0.1.0.crate) = 1d0fd7b3d8f971b641a46f5449445b36de3c65bb0eb09f59186391a249e603b06451f6e933685ab0e5bea6f692eecafbb986c6ed8313474225af5a45357f4cc5
-Size (garando_syntax-0.1.0.crate) = 266572 bytes
-BLAKE2s (getrandom-0.2.7.crate) = 848f0e9bdfcb49de8afc3728f435729c80634846ce7f1be874908bcfd5fd5061
-SHA512 (getrandom-0.2.7.crate) = 01803e609848662ad8650cf451dfc2c37580da0b7b5e0d4cc764da6ded253cf49ae42a433b1c53e89773bde00c1ccc136394e58ed4548e7b5c0ca7e202e857e1
-Size (getrandom-0.2.7.crate) = 28854 bytes
-BLAKE2s (gettext-rs-0.7.0.tar.gz) = 2e0db6092dff44201586cc8f3e3b92c11a965e8b79c6d76dba966f4e4cc465da
-SHA512 (gettext-rs-0.7.0.tar.gz) = 47ec539c02c2267ae8ecb69334021008d8770fc664c444462549a2e65ac96244a29296d1e5704b7349e2b9bf090b632a912afe1668144a7814f103034fb817e8
-Size (gettext-rs-0.7.0.tar.gz) = 6519482 bytes
-BLAKE2s (gettext-sys-0.21.0.crate) = 80fa57babacbdbc0a9d2095ef80ffd68941a362681e47149b45633119d6725ea
-SHA512 (gettext-sys-0.21.0.crate) = 6b426643781b03a213a9313aecd7a824d99315bf71b82b26fe0108a5b4232ac61c9f0630adf33083b5b0d74c99664414dbea4985ce16774d4feefe17bcffb5ef
-Size (gettext-sys-0.21.0.crate) = 6501216 bytes
-BLAKE2s (instant-0.1.12.crate) = b06541050e8fca335fbc4ea630c2e4b68d8c53a8195c406fd1afdf9d8292ba52
-SHA512 (instant-0.1.12.crate) = fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407
-Size (instant-0.1.12.crate) = 6128 bytes
-BLAKE2s (itoa-1.0.2.crate) = d4353ca205c1d79143fec7817002ba65117fa23f4fdc76609ef3a17f173183cc
-SHA512 (itoa-1.0.2.crate) = 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593
-Size (itoa-1.0.2.crate) = 11112 bytes
-BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1
-SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
-Size (lazy_static-1.4.0.crate) = 10443 bytes
-BLAKE2s (libc-0.2.126.crate) = e5ad668716e21545426b33f2344c5b94e6b6832ee47688a376e19f32d7568672
-SHA512 (libc-0.2.126.crate) = 9bbb17f64a7503819616a71076ebe8ee317daf07b17b9fff783a4459da0439aecee535c09e7185bf148b1993e6fc958d182a490fc9c9a7b9fb635429c491ca44
-Size (libc-0.2.126.crate) = 590481 bytes
-BLAKE2s (locale_config-0.3.0.crate) = b7ad1878afd315af94f83427c7f3b7eae1637b8571bd8509d956cdc46e938d46
-SHA512 (locale_config-0.3.0.crate) = c7d77156e957559172f589f90405b2e9f5306041887990a60a31630af2de81c00fbba2bcdf52bd163fe431f85694dc6d2d380671f38f2724d7e4d178d89998da
-Size (locale_config-0.3.0.crate) = 20808 bytes
-BLAKE2s (log-0.4.17.crate) = 6994234f481cfe97b62255329a6c6f4a07dcdb193cc54d2c7ddda0519b41d214
-SHA512 (log-0.4.17.crate) = 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2
-Size (log-0.4.17.crate) = 38028 bytes
-BLAKE2s (malloc_buf-0.0.6.crate) = fa2e78c89cf38b987feb7cc9114dedf22a0d8ea5611e9a44f8dd55b4b79adc7c
-SHA512 (malloc_buf-0.0.6.crate) = 463b3d7666cdd7de618abf0cc4e488060c84d6d93c56d4e922169511a0b03de380ea988cd998f5a162b244088902198763351ac16dea3762f0fa0840fc29d6ed
-Size (malloc_buf-0.0.6.crate) = 1239 bytes
-BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38
-SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa
-Size (memchr-2.5.0.crate) = 65812 bytes
-BLAKE2s (objc-0.2.7.crate) = e34a570a877d402bef4a22098157a24171ada921812037222da0b82a1424f391
-SHA512 (objc-0.2.7.crate) = 7178870c8e4e9154b4c7b4953b3164946b7ce72c956a02b9ba18889353c72be735824bd73e44a485e42ad5f97994820d9153ac684629342755a6a63711ab5988
-Size (objc-0.2.7.crate) = 22036 bytes
-BLAKE2s (objc-foundation-0.1.1.crate) = eec9e9d76cb8e2bef59fb8f787559a1852fdf2cb0c153b670c345123ea421be2
-SHA512 (objc-foundation-0.1.1.crate) = 976dcab4e62ad1c387a81723d70b969fb7d332e1f7dbeb2ea9a26c62fa999d91ff6d8f737ac5725a7611334862df16fa8b15765c036d7acfc3e42a745d051f34
-Size (objc-foundation-0.1.1.crate) = 9063 bytes
-BLAKE2s (objc_id-0.1.1.crate) = 1bc76100eb8a059b580ecd9b12111a7055936856bbb9059e7d8f28a3bfb362ef
-SHA512 (objc_id-0.1.1.crate) = ec36fae6f5cefda00f3e44618b3c9fe6ec8f528f70d1a95def6421704bfa128a6e5b4a32e9dd686bf6ff60c4f87fe8094aa5e1c8070bcde58b17fdc06f49f9f5
-Size (objc_id-0.1.1.crate) = 3258 bytes
-BLAKE2s (proc-macro2-1.0.42.crate) = 6de6c5a53f66940f22ada30b84137e8f82763de7e9428736a6f972097d86afa8
-SHA512 (proc-macro2-1.0.42.crate) = fbf005ed4e94d6cbcd7467ccc3f0a1a59982d8bacfd379112bba6bf411905c95213666b061c1d38315962f79b640244d5a1f81ae92ceb0d77fe128610227798c
-Size (proc-macro2-1.0.42.crate) = 41464 bytes
-BLAKE2s (quote-1.0.20.crate) = 8040d00bfbd9b9fe08d7f90e916a03d1e5e29d642c6e454d2687fe64c77b772d
-SHA512 (quote-1.0.20.crate) = d12f4a425273b99ae655da11fcf5dad2609e20ad3e7d85cde08c7d09f444a5c7a3505470bad2d48b1ba8ea59ebf38ab87aa1052e47ec414acfc05dcb07d438be
-Size (quote-1.0.20.crate) = 28160 bytes
-BLAKE2s (redox_syscall-0.2.16.crate) = 5d05ce546323fbcedb872cf55da0403e1ae5c6fc354eb2adf263bf7d671971b8
-SHA512 (redox_syscall-0.2.16.crate) = 63b5d876baaf99f5cf737679bc6ac7a9e3d8a41aa93f5c59416ce7e3841e2513bff678773553cfe62fb452707f82acc384ea63aec932a31bf94679cd1caddd27
-Size (redox_syscall-0.2.16.crate) = 24012 bytes
-BLAKE2s (redox_users-0.4.3.crate) = fafe5c327db7de7f8b6340807a14fb60bdea5ac74634a60379b62c4793cb447b
-SHA512 (redox_users-0.4.3.crate) = 0d3366e23cf93e1b0e025a29025eaebfcd1145bd158e2663b94fd952dc2d8a25566819e3a03c4136ca16a6408d37396e2ead0814c3f0c2bb10334dfd0b838fda
-Size (redox_users-0.4.3.crate) = 15353 bytes
-BLAKE2s (regex-1.6.0.crate) = c7c925a5e0978d7b7f7ecbffcf550553fb6b81bffb4c5082d9784752e8387bb2
-SHA512 (regex-1.6.0.crate) = b4861c9cc13d6fb224f67057fd3522f04576591b3d7ae0d3581dce42ca2b2bff96860cf2a7f4dfab00e46a1d29e6473f6723c4aeb02e34ed6d5f205b66f07876
-Size (regex-1.6.0.crate) = 239329 bytes
-BLAKE2s (regex-syntax-0.6.27.crate) = 93164b4d8d87ca3e2c0453a8c905fa5f635b51cf165aac2ac8e5c2c4fa74aeef
-SHA512 (regex-syntax-0.6.27.crate) = 5cc705a5dda08cbdb4dbcf3fa98763cadcda13d9c3ba407b35f3e88d77935efc2704bb40b3fb5aad7dfbad0df43bcb4c4cad9732defb954e2228a0739f7c37c6
-Size (regex-syntax-0.6.27.crate) = 297300 bytes
-BLAKE2s (remove_dir_all-0.5.3.crate) = 1c3501d77c00011b5c303ca74013c37e39700786c370d0891f8114759e4e6b4b
-SHA512 (remove_dir_all-0.5.3.crate) = 50417d6d8a33912193a1ed37eb72b47431b12ae65d2780cdb7080c3d141e63819da13751c3fb737685cea322f70b36d413389c3dc01aa12b4dce615aefed0e2c
-Size (remove_dir_all-0.5.3.crate) = 9184 bytes
-BLAKE2s (rustc_version-0.4.0.crate) = 8244e9157b6b8811ae926fc0ed00edeb2b0a0f0f34d6e7b93ad236cbb6ffffba
-SHA512 (rustc_version-0.4.0.crate) = f66da7c6efe431db06cd01180d84ba67fcd38f8cd6ef693762957c00ccc2211f23c08079d7f184776e08f28d2d6ca3bdb5f5016f7de245c6193d4722891ba1db
-Size (rustc_version-0.4.0.crate) = 12175 bytes
-BLAKE2s (ryu-1.0.10.crate) = 3c0a19e034d6e015b887849403b63ef8cd451c259b513f800483f90470dd1ea2
-SHA512 (ryu-1.0.10.crate) = 1bd0af71a20715251dd42596df6e7677e44f712bbb40b0d9544109c1b2478a7bd2c9393535f0d4f3bfe2d1b75b3a2b899044051715a7da7d165d6d586e0775f2
-Size (ryu-1.0.10.crate) = 48485 bytes
-BLAKE2s (semver-1.0.12.crate) = 3e3bd82e206ddfc14576801d068032d3ec064d2bde26ba0aea2fb04822d20989
-SHA512 (semver-1.0.12.crate) = d9c0984e59c8abee49418f785fdf5f7110dad8b4c84368723b7682bde3b9f97eac458f4a7ae2969548757b6d989bfb45909ec4a26b191ef304995628c7c78440
-Size (semver-1.0.12.crate) = 29615 bytes
-BLAKE2s (serde-1.0.141.crate) = d14b0ea3c585c54605c5892db8980f98da005e592451425a682834f8f531f193
-SHA512 (serde-1.0.141.crate) = 9ac20a08ccba736dae2ca279d3204ee61972905eb24814dcc51b9ea8a062640888676566ac3f121cba1db5880c3e2a09db131e4195f04a7b982a2dbf81ce971b
-Size (serde-1.0.141.crate) = 76391 bytes
-BLAKE2s (serde_derive-1.0.141.crate) = e02120906a27c6f4f1a404bf211f3c639acb4d817041120ee45eefbffdbf1d89
-SHA512 (serde_derive-1.0.141.crate) = a8b9c520ba934d1fa086da07984a37fe620025f858579a469b0b6c8ff804b5ddffa04feeae9748ba88a3a8b8178841e4ebe98bf59b1c6c078769875119e9c2dc
-Size (serde_derive-1.0.141.crate) = 54865 bytes
-BLAKE2s (serde_json-1.0.82.crate) = a6b758151da45f2c38285a00ed2c32d13b068c66c4c5b07c6f9a5785b4d78930
-SHA512 (serde_json-1.0.82.crate) = 39e4cb0d8b22c9beae6decb87b9692581698c6309b2e9fd78e5e199a200da563e7459d34435b7890e274e13357195392cab69d73d3ee2ff537c1667de32f92c3
-Size (serde_json-1.0.82.crate) = 144514 bytes
-BLAKE2s (syn-1.0.98.crate) = 9b067e75675123f7e7da26e594d936eff522fec14dcaa4387863d3b56beb9463
-SHA512 (syn-1.0.98.crate) = fe5dda742e085e14b6aea5617d3f9dd19ffd46009f34b119c0d74ec693042f641e594f75ff027dbfa38f3d5149a94eb6187248ee9d09d41dab9cc2cfc18fab18
-Size (syn-1.0.98.crate) = 235451 bytes
-BLAKE2s (tempfile-3.3.0.crate) = 3f8dfc1e86cc3d08789877ed1d8af54dbc0e3857031c552845d34df0dd35338a
-SHA512 (tempfile-3.3.0.crate) = ba6faafb2dd56d694efe424752099a2efb50316afc0a4db9fdb7620ae3f1a31dfbb2a7b41724878cb977fa11f7568a406bd3b6a4f7cfc0b88b86b2cc616b953e
-Size (tempfile-3.3.0.crate) = 27578 bytes
-BLAKE2s (term-0.6.1.crate) = e7d14abb3a630cdb726e11396a4e0faa6676c792a5fd9f9e176cfd7d41163a6c
-SHA512 (term-0.6.1.crate) = 5e684eedfe522da12914d579fddf1b04720086325ab18498e56b0cc709b0c8a022f887731a2bba9d0ddf200c756d12948835bccdff5bfb2b19af7d071051eacd
-Size (term-0.6.1.crate) = 37578 bytes
-BLAKE2s (thiserror-1.0.31.crate) = 958b3137421029b2951de896df63aecbcbe6c6491a7e299ea19ff0111584b5f9
-SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431
-Size (thiserror-1.0.31.crate) = 18013 bytes
-BLAKE2s (thiserror-impl-1.0.31.crate) = c5c28d6bb08a8e2bbb851b88791877e11d1912b0ae51ea255f4fbb06fae4869d
-SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e
-Size (thiserror-impl-1.0.31.crate) = 15283 bytes
-BLAKE2s (unicode-ident-1.0.2.crate) = ada132b0d55a0c1972c31d17a3bc0c0ca3a6a89279b7b2737af069a82eb80f1c
-SHA512 (unicode-ident-1.0.2.crate) = 60d78668b762eb842c15ee554c0c1175393702c805f1a874957d49104e9152ad2d0316966553fb14cb520aa858a84da223bf426d55e4ac23de3324a3bebc301c
-Size (unicode-ident-1.0.2.crate) = 34951 bytes
-BLAKE2s (unicode-xid-0.2.3.crate) = 3609a81b9f5546adda6d7983759b46c7b1996e4f6407c61dfc159d1d91a0b29e
-SHA512 (unicode-xid-0.2.3.crate) = 2adea0c8447c9450be34859f2b2e2b87a61b5e313685da994d21bc24a96dd94088f3320bcdb8d20466a3fdafb0bc0375823f0c28ec0077c9c42a9818f66ac1f5
-Size (unicode-xid-0.2.3.crate) = 15174 bytes
-BLAKE2s (wasi-0.11.0+wasi-snapshot-preview1.crate) = f023780bb2e4a8571dcb1012e76cfbfc3804df53b89abd5cd8ede9d7c5847d4c
-SHA512 (wasi-0.11.0+wasi-snapshot-preview1.crate) = 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f
-Size (wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 bytes
-BLAKE2s (winapi-0.3.9.crate) = 295083bd8c53c7decc4187da324a1284ad05cbccc9198d31facb6a42e34867ce
-SHA512 (winapi-0.3.9.crate) = ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97
-Size (winapi-0.3.9.crate) = 1200382 bytes
-BLAKE2s (winapi-i686-pc-windows-gnu-0.4.0.crate) = 3ef20321fea464773f9e73ac16ada3a0e8101a8c3c0ebab763049f2ab269eb1a
-SHA512 (winapi-i686-pc-windows-gnu-0.4.0.crate) = a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2
-Size (winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 bytes
-BLAKE2s (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 85ecec73b9874f5f443e29d99f93a11889e74ddf5a4bfeb929e2355a7cee32f1
-SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513
-Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes


Home | Main Index | Thread Index | Old Index