bug-libunistring
[Top][All Lists]
Advanced

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

[bug-libunistring] failure to build on os x 10.9 with clang


From: Greg Troxel
Subject: [bug-libunistring] failure to build on os x 10.9 with clang
Date: Sat, 12 Apr 2014 09:11:26 -0400
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/23.4 (berkeley-unix)

I have packaged libunistring in pkgsrc, because guile needs it.  On OS X
10.9, with clang, it fails to build because the stdint.h that is
provided by libunistring doesn't fit the other OS-provided files, or
something else hard to understand.  It seems that in 2014, the default
behavior should be to assume that OS-provided standards-required headers
conform to C99/POSIX and just use them, and only substitute them when
requested.

Specifically, the bug is that there are replacement headers present with
some sources and -I. is passed to the compile.

While it doesn't prove the issue isn't with my clang toolchain and
headers, a huge amount of other stuff builds just fine in this
environment, so it seems likely this standard-include-replacement
hackery is to blame.

Thanks,
Greg


=> Bootstrap dependency digest>=20010302: found digest-20121220
=> Checksum SHA1 OK for libunistring-0.9.3.tar.gz
=> Checksum RMD160 OK for libunistring-0.9.3.tar.gz
===> Installing dependencies for libunistring-0.9.3nb2
=> Tool dependency libtool-base>=2.2.6bnb3: found libtool-base-2.4.2nb6
=> Tool dependency ccache-[0-9]*: found ccache-3.1.9
=> Tool dependency checkperms>=1.1: found checkperms-1.11
===> Overriding tools for libunistring-0.9.3nb2
===> Extracting for libunistring-0.9.3nb2
===> Patching for libunistring-0.9.3nb2
===> Creating toolchain wrappers for libunistring-0.9.3nb2
===> Configuring for libunistring-0.9.3nb2
=> Modifying GNU configure scripts to avoid --recheck
=> Replacing config-guess with pkgsrc versions
=> Replacing config-sub with pkgsrc versions
=> Replacing install-sh with pkgsrc version
=> Checking for portability problems in extracted files
checking for a BSD-compatible install... /usr/bin/install -c -o gdt -g staff
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... /usr/pkg/bin/nawk
checking whether make sets $(MAKE)... yes
checking for x86_64-apple-darwin13-gcc... clang
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 clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang -E
checking build system type... x86_64-apple-darwin13
checking host system type... x86_64-apple-darwin13
checking for x86_64-apple-darwin13-ranlib... no
checking for ranlib... ranlib
checking whether clang and cc understand -c and -o together... yes
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a sed that does not truncate output... /usr/pkg/bin/nbsed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker 
(/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld)
 is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
 option to reload object files... -r
checking for x86_64-apple-darwin13-objdump... no
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for x86_64-apple-darwin13-ar... no
checking for ar... ar
checking for x86_64-apple-darwin13-strip... no
checking for strip... strip
checking for x86_64-apple-darwin13-ranlib... ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for x86_64-apple-darwin13-dsymutil... no
checking for dsymutil... dsymutil
checking for x86_64-apple-darwin13-nmedit... no
checking for nmedit... nmedit
checking for x86_64-apple-darwin13-lipo... no
checking for lipo... lipo
checking for x86_64-apple-darwin13-otool... no
checking for otool... otool
checking for x86_64-apple-darwin13-otool64... no
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... rm: conftest*: No such file or 
directory
yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker 
(/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld)
 supports shared libraries... yes
checking dynamic linker characteristics... darwin13 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for x86_64-apple-darwin13-windres... no
checking for windres... no
checking for working alloca.h... yes
checking for alloca... yes
checking whether the preprocessor supports include_next... yes
checking for errno.h... yes
checking for float.h... yes
checking for iconv.h... yes
checking for math.h... yes
checking for sys/mman.h... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for wchar.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for wctype.h... yes
checking for xlocale.h... yes
checking for locale.h... yes
checking for sys/socket.h... yes
checking for complete errno.h... yes
checking for ld used by GCC... 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker 
(/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld)
 is GNU ld... no
checking for shared library run path origin... done
checking for inline... inline
checking where to find the exponent in a 'float'... word 0 bit 23
checking whether byte ordering is bigendian... no
checking for nl_langinfo and CODESET... yes
checking for working fcntl.h... no (bad O_NOATIME)
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking whether imported symbols can be declared weak... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for multithread API to use... posix
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for long long int... yes
checking for mbstate_t... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for mbsinit... yes
checking for mbrtowc... (cached) yes
checking for mprotect... yes
checking for memchr... yes
checking for stpcpy... yes
checking for strdup... yes
checking for iswcntrl... yes
checking for iswblank... yes
checking for wcwidth... yes
checking for newlocale... yes
checking for setenv... yes
checking for wctob... yes
checking for a traditional japanese locale... ja_JP.eucJP
checking for a transitional chinese locale... zh_CN.GB18030
checking for a french Unicode locale... fr_FR.UTF-8
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 whether to activate relocatable installation... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wchar_t... yes
checking for unsigned long long int... yes
checking for C/C++ restrict keyword... __restrict
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... no
checking whether memrchr is declared without a macro... no
checking whether rawmemchr is declared without a macro... no
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... no
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... no
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking whether strncat works... yes
checking for wint_t... yes
checking for size_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether snprintf returns a byte count as in C99... yes
checking for snprintf... yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether printf supports 'long double' arguments... yes
checking whether printf supports infinite 'double' arguments... yes
checking whether printf supports infinite 'long double' arguments... no
checking whether printf supports the 'a' and 'A' directives... yes
checking whether printf supports the 'F' directive... yes
checking whether printf supports the 'ls' directive... yes
checking whether printf supports the grouping flag... yes
checking whether printf supports the left-adjust flag correctly... yes
checking whether printf supports the zero flag correctly... yes
checking whether printf supports large precisions... yes
checking whether printf survives out-of-memory conditions... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking if environ is properly declared... no
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking whether setenv validates arguments... no
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... yes
checking for working strerror function... yes
checking whether alarm is declared... yes
checking for alloca as a compiler built-in... yes
checking whether frexpl is declared... yes
checking whether frexpl() can be used without linking with libm... yes
checking whether frexpl works... yes
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... /usr/lib/libiconv.dylib
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
checking whether the compiler generally respects inline... yes
checking whether isnan(double) can be used without linking with libm... yes
checking whether isnan(float) can be used without linking with libm... no
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking whether isnan(long double) can be used without linking with libm... no
checking where to find the exponent in a 'long double'... word 2 bit 0
checking for setlocale... yes
checking for uselocale... yes
checking for pthread_rwlock_t... yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking whether acosl is declared without a macro... yes
checking whether asinl is declared without a macro... yes
checking whether atanl is declared without a macro... yes
checking whether ceilf is declared without a macro... yes
checking whether ceill is declared without a macro... yes
checking whether cosl is declared without a macro... yes
checking whether expl is declared without a macro... yes
checking whether floorf is declared without a macro... yes
checking whether floorl is declared without a macro... yes
checking whether frexpl is declared without a macro... yes
checking whether ldexpl is declared without a macro... yes
checking whether logb is declared without a macro... yes
checking whether logl is declared without a macro... yes
checking whether round is declared without a macro... yes
checking whether roundf is declared without a macro... yes
checking whether roundl is declared without a macro... yes
checking whether sinl is declared without a macro... yes
checking whether sqrtl is declared without a macro... yes
checking whether tanl is declared without a macro... yes
checking whether trunc is declared without a macro... yes
checking whether truncf is declared without a macro... yes
checking whether truncl is declared without a macro... yes
checking whether mbrtowc handles incomplete characters... yes
checking whether mbrtowc works as well as mbtowc... 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 handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether frexp can be used without linking with libm... yes
checking whether frexp works... yes
checking whether ldexp can be used without linking with libm... yes
checking whether frexpl can be used without linking with libm... (cached) yes
checking whether frexpl works... (cached) yes
checking whether frexpl is declared... (cached) yes
checking whether ldexpl can be used without linking with libm... yes
checking whether ldexpl works... yes
checking whether ldexpl is declared... (cached) yes
checking for signbit macro... yes
checking for signbit compiler built-ins... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 64
checking for bit size of size_t... 64
checking for bit size of sig_atomic_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix... l
checking for size_t integer literal suffix... ul
checking for sig_atomic_t integer literal suffix... 
checking for wchar_t integer literal suffix... 
checking for wint_t integer literal suffix... 
checking for random.h... no
checking for struct random_data... no
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... no
checking whether getloadavg is declared without a macro... yes
checking whether getsubopt is declared without a macro... yes
checking whether grantpt is declared without a macro... yes
checking whether mkdtemp is declared without a macro... no
checking whether mkostemp is declared without a macro... no
checking whether mkostemps is declared without a macro... no
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... no
checking whether ptsname is declared without a macro... yes
checking whether random_r is declared without a macro... no
checking whether initstat_r is declared without a macro... no
checking whether srandom_r is declared without a macro... no
checking whether setstate_r is declared without a macro... no
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... no
checking whether setenv is declared without a macro... yes
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking whether chown is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... no
checking whether environ is declared without a macro... no
checking whether euidaccess is declared without a macro... no
checking whether faccessat is declared without a macro... no
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... no
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... no
checking whether lseek is declared without a macro... yes
checking whether pipe2 is declared without a macro... no
checking whether pread is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... no
checking whether rmdir is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... no
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... no
checking whether usleep is declared without a macro... yes
checking for ptrdiff_t... yes
checking for ptrdiff_t... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for ptrdiff_t... (cached) yes
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking whether iswcntrl works... yes
checking whether wcwidth is declared... (cached) yes
checking whether wcwidth works reasonably in UTF-8 locales... no
checking for stdint.h... (cached) yes
checking for a traditional french locale... fr_FR.ISO8859-1
checking for a turkish Unicode locale... none
checking for error_at_line... no
checking for getpagesize... yes
checking whether getpagesize is declared... (cached) yes
checking where to find the exponent in a 'double'... 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 'long double'... (cached) word 2 bit 0
checking whether locale.h conforms to POSIX:2001... yes
checking whether locale.h defines locale_t... no
checking whether duplocale is declared without a macro... 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 for a french Unicode locale... (cached) fr_FR.UTF-8
checking whether program_invocation_name is declared... no
checking whether program_invocation_short_name is declared... no
checking for putenv compatible with GNU and SVID... no
checking for wchar_t... (cached) yes
checking for wint_t... (cached) yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for pthread_atfork... 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 turkish Unicode locale... (cached) none
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 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 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 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 french Unicode locale... (cached) fr_FR.UTF-8
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv works on duplicates... yes
checking whether wctob works... yes
checking whether wctob is declared... (cached) yes
checking for sched_yield in -lrt... no
checking for sched_yield in -lposix4... no
checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... (cached) BSD nm
checking for a sed that does not truncate output... (cached) /usr/pkg/bin/nbsed
checking command to parse /usr/bin/nm output from  object... (cached) ok
checking for gawk... (cached) /usr/pkg/bin/nawk
checking for texi2dvi... /usr/bin/texi2dvi
checking for dvips... /usr/pkg/bin/dvips
checking for perl... /usr/pkgsrc/textproc/libunistring/work/.tools/bin/perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating gnulib-local/Makefile
config.status: creating lib/Makefile
config.status: creating lib/exported.sh
config.status: creating lib/unistring/version.h
config.status: creating lib/unistring/woe32dll.h
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
rm: libtoolT: No such file or directory
=> Modifying libtool scripts to use pkgsrc libtool
===> Building for libunistring-0.9.3nb2
/usr/pkg/bin/bmake  all-recursive
Making all in doc
Making all in gnulib-local
Making all in lib
rm -f alloca.h-t alloca.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! 
*/';  cat ./alloca.in.h;  } > alloca.h-t &&  mv -f alloca.h-t alloca.h
rm -f arg-nonnull.h-t arg-nonnull.h &&  sed -n -e '/GL_ARG_NONNULL/,$p'  < 
../build-aux/arg-nonnull.h  > arg-nonnull.h-t &&  mv arg-nonnull.h-t 
arg-nonnull.h
rm -f c++defs.h-t c++defs.h &&  sed -n -e '/_GL_CXXDEFS/,$p'  < 
../build-aux/c++defs.h  > c++defs.h-t &&  mv c++defs.h-t c++defs.h
rm -f stdint.h-t stdint.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! 
*/';  sed -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|@''NEXT_STDINT_H''@|<stdint.h>|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_LONG_LONG_INT''@/1/g'  -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g'  
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g'  -e 's/@''BITSIZEOF_PTRDIFF_T''@/64/g'  
-e 's/@''PTRDIFF_T_SUFFIX''@/l/g'  -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g'  -e 
's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g'  -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g'  -e 
's/@''BITSIZEOF_SIZE_T''@/64/g'  -e 's/@''SIZE_T_SUFFIX''@/ul/g'  -e 
's/@''BITSIZEOF_WCHAR_T''@/32/g'  -e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g'  -e 
's/@''WCHAR_T_SUFFIX''@//g'  -e 's/@''BITSIZEOF_WINT_T''@/32/g'  -e 
's/@''HAVE_SIGNED_WINT_T''@/1/g'  -e 's/@''WINT_T_SUFFIX''@//g'  < 
./stdint.in.h;  } > stdint.h-t &&  mv stdint.h-t stdint.h
rm -f unused-parameter.h-t unused-parameter.h &&  sed -n -e 
'/GL_UNUSED_PARAMETER/,$p'  < ../build-aux/unused-parameter.h  > 
unused-parameter.h-t &&  mv unused-parameter.h-t unused-parameter.h
rm -f warn-on-use.h-t warn-on-use.h &&  sed -n -e '/^.ifndef/,$p'  < 
../build-aux/warn-on-use.h  > warn-on-use.h-t &&  mv warn-on-use.h-t 
warn-on-use.h
../build-aux/install-sh -c -d unistring
rm -f unistring/stdbool.h-t unistring/stdbool.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  echo '#if !defined 
_GL_STDBOOL_H';  if test -f /usr/include/stdbool.h; then  echo '#if (__GNUC__ > 
2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)) || defined _AIX';  else  echo 
'#if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95))';  fi;  echo 
'#include <stdbool.h>';  echo '#else';  cat ./stdbool.mini.h;  echo '#endif';  
echo '#endif';  } > unistring/stdbool.h-t
mv unistring/stdbool.h-t unistring/stdbool.h
../build-aux/install-sh -c -d unistring
rm -f unistring/localcharset.h-t unistring/localcharset.h
cp ./localcharset.h unistring/localcharset.h-t
mv unistring/localcharset.h-t unistring/localcharset.h
../build-aux/install-sh -c -d unistring
rm -f unistring/iconveh.h-t unistring/iconveh.h
cp ./iconveh.h unistring/iconveh.h-t
mv unistring/iconveh.h-t unistring/iconveh.h
../build-aux/install-sh -c -d unistring
rm -f unistring/cdefs.h-t unistring/cdefs.h
sed -e '/definition of _GL_UNUSED_PARAMETER/r unused-parameter.h'  < 
./unistring/cdefs.in.h  > unistring/cdefs.h-t
mv unistring/cdefs.h-t unistring/cdefs.h
../build-aux/install-sh -c -d unistring
rm -f unistring/stdint.h-t unistring/stdint.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  echo '#include 
<stddef.h>';  echo '#if __GLIBC__ >= 2';  echo '#include <stdint.h>';  echo 
'#else';  if test -f /usr/include/stdint.h; then  HAVE_STDINT_H='1';  else  
HAVE_STDINT_H='defined __MINGW32__ || defined __HAIKU__';  fi;  if test -f 
/usr/include/inttypes.h; then  HAVE_INTTYPES_H='1';  else  
HAVE_INTTYPES_H='defined __MINGW32__ || defined __HAIKU__';  fi;  if test -f 
/usr/include/sys/inttypes.h; then  HAVE_SYS_INTTYPES_H='1';  else  
HAVE_SYS_INTTYPES_H='0';  fi;  sed -e 
's/@''HAVE_STDINT_H''@/'"$HAVE_STDINT_H"'/g'  -e 
's|@''INCLUDE_NEXT''@|include|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@||g'  -e 
's|@''NEXT_STDINT_H''@|<stdint.h>|g'  -e 's/@''HAVE_SYS_TYPES_H''@/1/g'  -e 
's/@''HAVE_INTTYPES_H''@/'"$HAVE_INTTYPES_H"'/g'  -e 
's/@''HAVE_SYS_INTTYPES_H''@/'"$HAVE_SYS_INTTYPES_H"'/g'  -e 
's/@''HAVE_SYS_BITYPES_H''@/0/g'  < ./stdint.mini.h;  echo '#endif';  } > 
unistring/stdint.h-t
mv unistring/stdint.h-t unistring/stdint.h
rm -f iconv.h-t iconv.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! 
*/' &&  sed -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 
's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 
's|@''NEXT_ICONV_H''@|<iconv.h>|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 
c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h'  -e 
'/definition of _GL_WARN_ON_USE/r warn-on-use.h'  < ./iconv.in.h;  } > 
iconv.h-t &&  mv iconv.h-t iconv.h
rm -f math.h-t math.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' 
&&  sed -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g'  -e 
's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 
's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g'  -e 
's|@''GNULIB_ACOSL''@|0|g'  -e 's|@''GNULIB_ASINL''@|0|g'  -e 
's|@''GNULIB_ATANL''@|0|g'  -e 's|@''GNULIB_CEILF''@|0|g'  -e 
's|@''GNULIB_CEILL''@|0|g'  -e 's|@''GNULIB_COSL''@|0|g'  -e 
's|@''GNULIB_EXPL''@|0|g'  -e 's|@''GNULIB_FLOORF''@|0|g'  -e 
's|@''GNULIB_FLOORL''@|0|g'  -e 's|@''GNULIB_FREXP''@|0|g'  -e 
's|@''GNULIB_FREXPL''@|1|g'  -e 's|@''GNULIB_ISFINITE''@|0|g'  -e 
's|@''GNULIB_ISINF''@|0|g'  -e 's|@''GNULIB_ISNAN''@|0|g'  -e 
's|@''GNULIB_ISNANF''@|0|g'  -e 's|@''GNULIB_ISNAND''@|0|g'  -e 
's|@''GNULIB_ISNANL''@|0|g'  -e 's|@''GNULIB_LDEXPL''@|0|g'  -e 
's|@''GNULIB_LOGB''@|0|g'  -e 's|@''GNULIB_LOGL''@|0|g'  -e 
's|@''GNULIB_ROUND''@|0|g'  -e 's|@''GNULIB_ROUNDF''@|0|g'  -e 
's|@''GNULIB_ROUNDL''@|0|g'  -e 's|@''GNULIB_SIGNBIT''@|1|g'  -e 
's|@''GNULIB_SINL''@|0|g'  -e 's|@''GNULIB_SQRTL''@|0|g'  -e 
's|@''GNULIB_TANL''@|0|g'  -e 's|@''GNULIB_TRUNC''@|0|g'  -e 
's|@''GNULIB_TRUNCF''@|0|g'  -e 's|@''GNULIB_TRUNCL''@|0|g'  -e 
's|@''HAVE_ACOSL''@|1|g'  -e 's|@''HAVE_ASINL''@|1|g'  -e 
's|@''HAVE_ATANL''@|1|g'  -e 's|@''HAVE_COSL''@|1|g'  -e 
's|@''HAVE_EXPL''@|1|g'  -e 's|@''HAVE_ISNANF''@|1|g'  -e 
's|@''HAVE_ISNAND''@|1|g'  -e 's|@''HAVE_ISNANL''@|1|g'  -e 
's|@''HAVE_LOGL''@|1|g'  -e 's|@''HAVE_SINL''@|1|g'  -e 
's|@''HAVE_SQRTL''@|1|g'  -e 's|@''HAVE_TANL''@|1|g'  -e 
's|@''HAVE_DECL_ACOSL''@|1|g'  -e 's|@''HAVE_DECL_ASINL''@|1|g'  -e 
's|@''HAVE_DECL_ATANL''@|1|g'  -e 's|@''HAVE_DECL_CEILF''@|1|g'  -e 
's|@''HAVE_DECL_CEILL''@|1|g'  -e 's|@''HAVE_DECL_COSL''@|1|g'  -e 
's|@''HAVE_DECL_EXPL''@|1|g'  -e 's|@''HAVE_DECL_FLOORF''@|1|g'  -e 
's|@''HAVE_DECL_FLOORL''@|1|g'  -e 's|@''HAVE_DECL_FREXPL''@|1|g'  -e 
's|@''HAVE_DECL_LDEXPL''@|1|g'  -e 's|@''HAVE_DECL_LOGB''@|1|g'  -e 
's|@''HAVE_DECL_LOGL''@|1|g'  -e 's|@''HAVE_DECL_ROUND''@|1|g'  -e 
's|@''HAVE_DECL_ROUNDF''@|1|g'  -e 's|@''HAVE_DECL_ROUNDL''@|1|g'  -e 
's|@''HAVE_DECL_SINL''@|1|g'  -e 's|@''HAVE_DECL_SQRTL''@|1|g'  -e 
's|@''HAVE_DECL_TANL''@|1|g'  -e 's|@''HAVE_DECL_TRUNC''@|1|g'  -e 
's|@''HAVE_DECL_TRUNCF''@|1|g'  -e 's|@''HAVE_DECL_TRUNCL''@|1|g'  -e 
's|@''REPLACE_CEILF''@|0|g'  -e 's|@''REPLACE_CEILL''@|0|g'  -e 
's|@''REPLACE_FLOORF''@|0|g'  -e 's|@''REPLACE_FLOORL''@|0|g'  -e 
's|@''REPLACE_FREXP''@|0|g'  -e 's|@''REPLACE_FREXPL''@|0|g'  -e 
's|@''REPLACE_HUGE_VAL''@|0|g'  -e 's|@''REPLACE_ISFINITE''@|0|g'  -e 
's|@''REPLACE_ISINF''@|0|g'  -e 's|@''REPLACE_ISNAN''@|0|g'  -e 
's|@''REPLACE_LDEXPL''@|0|g'  -e 's|@''REPLACE_NAN''@|0|g'  -e 
's|@''REPLACE_ROUND''@|0|g'  -e 's|@''REPLACE_ROUNDF''@|0|g'  -e 
's|@''REPLACE_ROUNDL''@|0|g'  -e 's|@''REPLACE_SIGNBIT''@|0|g'  -e 
's|@''REPLACE_SIGNBIT_USING_GCC''@|1|g'  -e 's|@''REPLACE_TRUNCL''@|0|g'  -e 
'/definitions of _GL_FUNCDECL_RPL/r c++defs.h'  -e '/definition of 
_GL_ARG_NONNULL/r arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r 
warn-on-use.h'  < ./math.in.h;  } > math.h-t &&  mv math.h-t math.h
rm -f stdlib.h-t stdlib.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! 
*/' &&  sed -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 
's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 
's|@''NEXT_STDLIB_H''@|<stdlib.h>|g'  -e 's|@''GNULIB_ATOLL''@|0|g'  -e 
's|@''GNULIB_CALLOC_POSIX''@|0|g'  -e 
's|@''GNULIB_CANONICALIZE_FILE_NAME''@|0|g'  -e 's|@''GNULIB_GETLOADAVG''@|0|g' 
 -e 's|@''GNULIB_GETSUBOPT''@|0|g'  -e 's|@''GNULIB_GRANTPT''@|0|g'  -e 
's|@''GNULIB_MALLOC_POSIX''@|1|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_PTSNAME''@|0|g'  -e 
's|@''GNULIB_PUTENV''@|IN_LIBUNISTRING_GNULIB_TESTS|g'  -e 
's|@''GNULIB_RANDOM_R''@|0|g'  -e 's|@''GNULIB_REALLOC_POSIX''@|0|g'  -e 
's|@''GNULIB_REALPATH''@|0|g'  -e 's|@''GNULIB_RPMATCH''@|0|g'  -e 
's|@''GNULIB_SETENV''@|IN_LIBUNISTRING_GNULIB_TESTS|g'  -e 
's|@''GNULIB_STRTOD''@|0|g'  -e 's|@''GNULIB_STRTOLL''@|0|g'  -e 
's|@''GNULIB_STRTOULL''@|0|g'  -e 's|@''GNULIB_UNLOCKPT''@|0|g'  -e 
's|@''GNULIB_UNSETENV''@|IN_LIBUNISTRING_GNULIB_TESTS|g'  -e 
's|@''HAVE_ATOLL''@|1|g'  -e 's|@''HAVE_CALLOC_POSIX''@|1|g'  -e 
's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g'  -e 
's|@''HAVE_DECL_GETLOADAVG''@|1|g'  -e 's|@''HAVE_GETSUBOPT''@|1|g'  -e 
's|@''HAVE_GRANTPT''@|1|g'  -e 's|@''HAVE_MALLOC_POSIX''@|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|g'  -e 's|@''HAVE_PTSNAME''@|1|g'  -e 
's|@''HAVE_RANDOM_H''@|0|g'  -e 's|@''HAVE_RANDOM_R''@|1|g'  -e 
's|@''HAVE_REALLOC_POSIX''@|1|g'  -e 's|@''HAVE_REALPATH''@|1|g'  -e 
's|@''HAVE_RPMATCH''@|1|g'  -e 's|@''HAVE_SETENV''@|1|g'  -e 
's|@''HAVE_STRTOD''@|1|g'  -e 's|@''HAVE_STRTOLL''@|1|g'  -e 
's|@''HAVE_STRTOULL''@|1|g'  -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|0|g'  -e 
's|@''HAVE_SYS_LOADAVG_H''@|0|g'  -e 's|@''HAVE_UNLOCKPT''@|1|g'  -e 
's|@''HAVE_UNSETENV''@|1|g'  -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g'  
-e 's|@''REPLACE_MKSTEMP''@|0|g'  -e 's|@''REPLACE_PUTENV''@|1|g'  -e 
's|@''REPLACE_REALPATH''@|0|g'  -e 's|@''REPLACE_SETENV''@|1|g'  -e 
's|@''REPLACE_STRTOD''@|0|g'  -e 's|@''REPLACE_UNSETENV''@|0|g'  -e 
'/definitions of _GL_FUNCDECL_RPL/r c++defs.h'  -e '/definition of 
_GL_ARG_NONNULL/r arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r 
warn-on-use.h'  < ./stdlib.in.h;  } > stdlib.h-t &&  mv stdlib.h-t stdlib.h
rm -f string.h-t string.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! 
*/' &&  sed -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 
's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 
's|@''NEXT_STRING_H''@|<string.h>|g'  -e 's|@''GNULIB_MBSLEN''@|0|g'  -e 
's|@''GNULIB_MBSNLEN''@|1|g'  -e 's|@''GNULIB_MBSCHR''@|0|g'  -e 
's|@''GNULIB_MBSRCHR''@|0|g'  -e 's|@''GNULIB_MBSSTR''@|0|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''@|1|g'  -e 's|@''GNULIB_STRNDUP''@|0|g'  -e 
's|@''GNULIB_STRNLEN''@|0|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''@|IN_LIBUNISTRING_GNULIB_TESTS|g'  -e 
's|@''GNULIB_STRSIGNAL''@|0|g'  -e 's|@''GNULIB_STRVERSCMP''@|0|g'  < 
./string.in.h |  sed -e 's|@''HAVE_MBSLEN''@|0|g'  -e 's|@''HAVE_MEMCHR''@|1|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_STRSIGNAL''@|1|g'  -e 's|@''HAVE_STRVERSCMP''@|1|g'  -e 
's|@''REPLACE_STPNCPY''@|0|g'  -e 's|@''REPLACE_MEMCHR''@|0|g'  -e 
's|@''REPLACE_MEMMEM''@|0|g'  -e 's|@''REPLACE_STRCASESTR''@|0|g'  -e 
's|@''REPLACE_STRDUP''@|0|g'  -e 's|@''REPLACE_STRSTR''@|0|g'  -e 
's|@''REPLACE_STRERROR''@|0|g'  -e 's|@''REPLACE_STRNCAT''@|0|g'  -e 
's|@''REPLACE_STRNDUP''@|0|g'  -e 's|@''REPLACE_STRNLEN''@|0|g'  -e 
's|@''REPLACE_STRSIGNAL''@|0|g'  -e 's|@''REPLACE_STRTOK_R''@|0|g'  -e 
's|@''UNDEFINE_STRTOK_R''@|0|g'  -e '/definitions of _GL_FUNCDECL_RPL/r 
c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h'  -e 
'/definition of _GL_WARN_ON_USE/r warn-on-use.h';  < ./string.in.h;  } > 
string.h-t &&  mv string.h-t string.h
rm -f unistd.h-t unistd.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! 
*/';  sed -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|@''NEXT_UNISTD_H''@|<unistd.h>|g'  -e 
's|@''GNULIB_CHOWN''@|0|g'  -e 's|@''GNULIB_CLOSE''@|0|g'  -e 
's|@''GNULIB_DUP2''@|0|g'  -e 's|@''GNULIB_DUP3''@|0|g'  -e 
's|@''GNULIB_ENVIRON''@|IN_LIBUNISTRING_GNULIB_TESTS|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_FSYNC''@|0|g'  -e 's|@''GNULIB_FTRUNCATE''@|0|g'  -e 
's|@''GNULIB_GETCWD''@|0|g'  -e 's|@''GNULIB_GETDOMAINNAME''@|0|g'  -e 
's|@''GNULIB_GETDTABLESIZE''@|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_GETPAGESIZE''@|IN_LIBUNISTRING_GNULIB_TESTS|g'  -e 
's|@''GNULIB_GETUSERSHELL''@|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_PIPE2''@|0|g'  -e 
's|@''GNULIB_PREAD''@|0|g'  -e 's|@''GNULIB_READLINK''@|0|g'  -e 
's|@''GNULIB_READLINKAT''@|0|g'  -e 's|@''GNULIB_RMDIR''@|0|g'  -e 
's|@''GNULIB_SLEEP''@|0|g'  -e 's|@''GNULIB_SYMLINK''@|0|g'  -e 
's|@''GNULIB_SYMLINKAT''@|0|g'  -e 's|@''GNULIB_TTYNAME_R''@|0|g'  -e 
's|@''GNULIB_UNISTD_H_GETOPT''@|0|g'  -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|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'  < ./unistd.in.h |  
sed -e 's|@''HAVE_CHOWN''@|1|g'  -e 's|@''HAVE_DUP2''@|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_FSYNC''@|1|g'  -e 
's|@''HAVE_FTRUNCATE''@|1|g'  -e 's|@''HAVE_GETDOMAINNAME''@|1|g'  -e 
's|@''HAVE_GETDTABLESIZE''@|1|g'  -e 's|@''HAVE_GETGROUPS''@|1|g'  -e 
's|@''HAVE_GETHOSTNAME''@|1|g'  -e 's|@''HAVE_GETLOGIN''@|1|g'  -e 
's|@''HAVE_GETPAGESIZE''@|1|g'  -e 's|@''HAVE_LCHOWN''@|1|g'  -e 
's|@''HAVE_LINK''@|1|g'  -e 's|@''HAVE_LINKAT''@|1|g'  -e 
's|@''HAVE_PIPE2''@|1|g'  -e 's|@''HAVE_PREAD''@|1|g'  -e 
's|@''HAVE_READLINK''@|1|g'  -e 's|@''HAVE_READLINKAT''@|1|g'  -e 
's|@''HAVE_SLEEP''@|1|g'  -e 's|@''HAVE_SYMLINK''@|1|g'  -e 
's|@''HAVE_SYMLINKAT''@|1|g'  -e 's|@''HAVE_TTYNAME_R''@|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_GETLOGIN_R''@|1|g'  -e 
's|@''HAVE_DECL_GETPAGESIZE''@|1|g'  -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g'  
-e 's|@''HAVE_OS_H''@|0|g'  -e 's|@''HAVE_SYS_PARAM_H''@|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_FCHOWNAT''@|0|g'  -e 's|@''REPLACE_GETCWD''@|0|g'  -e 
's|@''REPLACE_GETGROUPS''@|0|g'  -e 's|@''REPLACE_GETPAGESIZE''@|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_READLINK''@|0|g'  -e 
's|@''REPLACE_RMDIR''@|0|g'  -e 's|@''REPLACE_SLEEP''@|0|g'  -e 
's|@''REPLACE_SYMLINK''@|0|g'  -e 's|@''REPLACE_TTYNAME_R''@|0|g'  -e 
's|@''REPLACE_UNLINK''@|0|g'  -e 's|@''REPLACE_UNLINKAT''@|0|g'  -e 
's|@''REPLACE_USLEEP''@|0|g'  -e 's|@''REPLACE_WRITE''@|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 c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r 
arg-nonnull.h'  -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h';  } > 
unistd.h-t &&  mv unistd.h-t unistd.h
rm -f wchar.h-t wchar.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! 
*/';  sed -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 
's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 
's|@''NEXT_WCHAR_H''@|<wchar.h>|g'  -e 's|@''HAVE_WCHAR_H''@|1|g'  -e 
's|@''GNULIB_BTOWC''@|0|g'  -e 
's|@''GNULIB_WCTOB''@|IN_LIBUNISTRING_GNULIB_TESTS|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|@''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_DECL_WCTOB''@|1|g'  -e 
's|@''HAVE_DECL_WCWIDTH''@|1|g'  -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 '/definitions of _GL_FUNCDECL_RPL/r 
c++defs.h'  -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h'  -e 
'/definition of _GL_WARN_ON_USE/r warn-on-use.h'  < ./wchar.in.h;  } > 
wchar.h-t &&  mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! 
*/';  sed -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|@''NEXT_WCTYPE_H''@|<wctype.h>|g'  -e 
's/@''HAVE_ISWBLANK''@/1/g'  -e 's/@''HAVE_ISWCNTRL''@/1/g'  -e 
's/@''HAVE_WINT_T''@/1/g'  -e 's/@''REPLACE_ISWCNTRL''@/0/g'  -e '/definitions 
of _GL_FUNCDECL_RPL/r c++defs.h'  -e '/definition of _GL_WARN_ON_USE/r 
warn-on-use.h'  < ./wctype.in.h;  } > wctype.h-t &&  mv wctype.h-t wctype.h
rm -f configmake.h-t &&  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  
echo '#define PREFIX "/usr/pkg"';  echo '#define EXEC_PREFIX "/usr/pkg"';  echo 
'#define BINDIR "/usr/pkg/bin"';  echo '#define SBINDIR "/usr/pkg/sbin"';  echo 
'#define LIBEXECDIR "/usr/pkg/libexec"';  echo '#define DATAROOTDIR 
"/usr/pkg/share"';  echo '#define DATADIR "/usr/pkg/share"';  echo '#define 
SYSCONFDIR "/usr/pkg/etc"';  echo '#define SHAREDSTATEDIR "/usr/pkg/com"';  
echo '#define LOCALSTATEDIR "/usr/pkg/var"';  echo '#define INCLUDEDIR 
"/usr/pkg/include"';  echo '#define OLDINCLUDEDIR "/usr/include"';  echo 
'#define DOCDIR "/usr/pkg/share/doc/libunistring"';  echo '#define INFODIR 
"/usr/pkg/info"';  echo '#define HTMLDIR "/usr/pkg/share/doc/libunistring"';  
echo '#define DVIDIR "/usr/pkg/share/doc/libunistring"';  echo '#define PDFDIR 
"/usr/pkg/share/doc/libunistring"';  echo '#define PSDIR 
"/usr/pkg/share/doc/libunistring"';  echo '#define LIBDIR "/usr/pkg/lib"';  
echo '#define LISPDIR ""';  echo '#define LOCALEDIR "/usr/pkg/share/locale"';  
echo '#define MANDIR "/usr/pkg/man"';  echo '#define MANEXT ""';  echo '#define 
PKGDATADIR "/usr/pkg/share/libunistring"';  echo '#define PKGINCLUDEDIR 
"/usr/pkg/include/libunistring"';  echo '#define PKGLIBDIR 
"/usr/pkg/lib/libunistring"';  echo '#define PKGLIBEXECDIR 
"/usr/pkg/libexec/libunistring"';  } | sed '/""/d' > configmake.h-t &&  if test 
-f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then  rm -f 
configmake.h-t;  else  rm -f configmake.h; mv configmake.h-t configmake.h;  fi
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  : "Avoid double 
inclusion, to avoid a warning about redefinitions.";  echo '#ifndef 
UNISTRING_CONFIG_H';  echo '#define UNISTRING_CONFIG_H';  echo;  echo '#include 
"../config.h"';  echo;  echo '#endif /* UNISTRING_CONFIG_H */';  } > config.h 
&&  if test -n "yes" && test -n "1"; then  {  {  for f in c-ctype.h c-ctype.c 
c-strcase.h  c-strcasecmp.c c-strncasecmp.c fseterr.c localcharset.h  
localcharset.c localename.c glthread/lock.h glthread/lock.c  malloca.c mbchar.c 
mbiter.h mbsnlen.c memcmp2.c memxfrm.c  minmax.h printf-frexp.c printf-frexpl.c 
size_max.h  striconveh.h striconveh.c striconveha.h striconveha.c  
glthread/threadlib.c unicase/cased.c  unicase/empty-prefix-context.c 
unicase/empty-suffix-context.c  unicase/ignorable.c unicase/locale-language.c  
unicase/special-casing.c unicase/tocasefold.c  unicase/tolower.c 
unicase/totitle.c unicase/toupper.c  unicase/u16-casecmp.c 
unicase/u16-casecoll.c  unicase/u16-casefold.c unicase/u16-casemap.c  
unicase/u16-casexfrm.c unicase/u16-ct-casefold.c  unicase/u16-ct-tolower.c 
unicase/u16-ct-totitle.c  unicase/u16-ct-toupper.c unicase/u16-is-cased.c  
unicase/u16-is-casefolded.c unicase/u16-is-invariant.c  
unicase/u16-is-lowercase.c unicase/u16-is-titlecase.c  
unicase/u16-is-uppercase.c unicase/u16-tolower.c  unicase/u16-totitle.c 
unicase/u16-toupper.c  unicase/u32-casecmp.c unicase/u32-casecoll.c  
unicase/u32-casefold.c unicase/u32-casemap.c  unicase/u32-casexfrm.c 
unicase/u32-ct-casefold.c  unicase/u32-ct-tolower.c unicase/u32-ct-totitle.c  
unicase/u32-ct-toupper.c unicase/u32-is-cased.c  unicase/u32-is-casefolded.c 
unicase/u32-is-invariant.c  unicase/u32-is-lowercase.c 
unicase/u32-is-titlecase.c  unicase/u32-is-uppercase.c unicase/u32-tolower.c  
unicase/u32-totitle.c unicase/u32-toupper.c  unicase/u8-casecmp.c 
unicase/u8-casecoll.c  unicase/u8-casefold.c unicase/u8-casemap.c  
unicase/u8-casexfrm.c unicase/u8-ct-casefold.c  unicase/u8-ct-tolower.c 
unicase/u8-ct-totitle.c  unicase/u8-ct-toupper.c unicase/u8-is-cased.c  
unicase/u8-is-casefolded.c unicase/u8-is-invariant.c  unicase/u8-is-lowercase.c 
unicase/u8-is-titlecase.c  unicase/u8-is-uppercase.c unicase/u8-tolower.c  
unicase/u8-totitle.c unicase/u8-toupper.c  unicase/ulc-casecmp.c 
unicase/ulc-casecoll.c  unicase/ulc-casexfrm.c uniconv/u16-conv-from-enc.c  
uniconv/u16-conv-to-enc.c uniconv/u16-strconv-from-enc.c  
uniconv/u16-strconv-from-locale.c uniconv/u16-strconv-to-enc.c  
uniconv/u16-strconv-to-locale.c uniconv/u32-conv-from-enc.c  
uniconv/u32-conv-to-enc.c uniconv/u32-strconv-from-enc.c  
uniconv/u32-strconv-from-locale.c uniconv/u32-strconv-to-enc.c  
uniconv/u32-strconv-to-locale.c uniconv/u8-conv-from-enc.c  
uniconv/u8-conv-to-enc.c uniconv/u8-strconv-from-enc.c  
uniconv/u8-strconv-from-locale.c uniconv/u8-strconv-to-enc.c  
uniconv/u8-strconv-to-locale.c unictype/bidi_byname.c  unictype/bidi_name.c 
unictype/bidi_of.c unictype/bidi_test.c  unictype/blocks.c 
unictype/block_test.c unictype/categ_C.c  unictype/categ_Cc.c 
unictype/categ_Cf.c unictype/categ_Cn.c  unictype/categ_Co.c 
unictype/categ_Cs.c unictype/categ_L.c  unictype/categ_Ll.c unictype/categ_Lm.c 
unictype/categ_Lo.c  unictype/categ_Lt.c unictype/categ_Lu.c unictype/categ_M.c 
 unictype/categ_Mc.c unictype/categ_Me.c unictype/categ_Mn.c  
unictype/categ_N.c unictype/categ_Nd.c unictype/categ_Nl.c  unictype/categ_No.c 
unictype/categ_P.c unictype/categ_Pc.c  unictype/categ_Pd.c unictype/categ_Pe.c 
unictype/categ_Pf.c  unictype/categ_Pi.c unictype/categ_Po.c 
unictype/categ_Ps.c  unictype/categ_S.c unictype/categ_Sc.c unictype/categ_Sk.c 
 unictype/categ_Sm.c unictype/categ_So.c unictype/categ_Z.c  
unictype/categ_Zl.c unictype/categ_Zp.c unictype/categ_Zs.c  
unictype/categ_and.c unictype/categ_and_not.c  unictype/categ_byname.c 
unictype/categ_name.c  unictype/categ_none.c unictype/categ_of.c 
unictype/categ_or.c  unictype/categ_test.c unictype/combining.c  
unictype/ctype_alnum.c unictype/ctype_alpha.c  unictype/ctype_blank.c 
unictype/ctype_cntrl.c  unictype/ctype_digit.c unictype/ctype_graph.c  
unictype/ctype_lower.c unictype/ctype_print.c  unictype/ctype_punct.c 
unictype/ctype_space.c  unictype/ctype_upper.c unictype/ctype_xdigit.c  
unictype/decdigit.c unictype/digit.c unictype/mirror.c  unictype/numeric.c 
unictype/pr_alphabetic.c  unictype/pr_ascii_hex_digit.c 
unictype/pr_bidi_arabic_digit.c  unictype/pr_bidi_arabic_right_to_left.c  
unictype/pr_bidi_block_separator.c  unictype/pr_bidi_boundary_neutral.c  
unictype/pr_bidi_common_separator.c unictype/pr_bidi_control.c  
unictype/pr_bidi_embedding_or_override.c  unictype/pr_bidi_eur_num_separator.c  
unictype/pr_bidi_eur_num_terminator.c  unictype/pr_bidi_european_digit.c  
unictype/pr_bidi_hebrew_right_to_left.c  unictype/pr_bidi_left_to_right.c  
unictype/pr_bidi_non_spacing_mark.c  unictype/pr_bidi_other_neutral.c 
unictype/pr_bidi_pdf.c  unictype/pr_bidi_segment_separator.c  
unictype/pr_bidi_whitespace.c unictype/pr_byname.c  unictype/pr_combining.c 
unictype/pr_composite.c  unictype/pr_currency_symbol.c unictype/pr_dash.c  
unictype/pr_decimal_digit.c  unictype/pr_default_ignorable_code_point.c  
unictype/pr_deprecated.c unictype/pr_diacritic.c  unictype/pr_extender.c 
unictype/pr_format_control.c  unictype/pr_grapheme_base.c 
unictype/pr_grapheme_extend.c  unictype/pr_grapheme_link.c 
unictype/pr_hex_digit.c  unictype/pr_hyphen.c unictype/pr_id_continue.c  
unictype/pr_id_start.c unictype/pr_ideographic.c  
unictype/pr_ids_binary_operator.c  unictype/pr_ids_trinary_operator.c  
unictype/pr_ignorable_control.c unictype/pr_iso_control.c  
unictype/pr_join_control.c unictype/pr_left_of_pair.c  
unictype/pr_line_separator.c  unictype/pr_logical_order_exception.c 
unictype/pr_lowercase.c  unictype/pr_math.c unictype/pr_non_break.c  
unictype/pr_not_a_character.c unictype/pr_numeric.c  
unictype/pr_other_alphabetic.c  
unictype/pr_other_default_ignorable_code_point.c  
unictype/pr_other_grapheme_extend.c  unictype/pr_other_id_continue.c 
unictype/pr_other_id_start.c  unictype/pr_other_lowercase.c 
unictype/pr_other_math.c  unictype/pr_other_uppercase.c 
unictype/pr_paired_punctuation.c  unictype/pr_paragraph_separator.c 
unictype/pr_pattern_syntax.c  unictype/pr_pattern_white_space.c 
unictype/pr_private_use.c  unictype/pr_punctuation.c 
unictype/pr_quotation_mark.c  unictype/pr_radical.c 
unictype/pr_sentence_terminal.c  unictype/pr_soft_dotted.c unictype/pr_space.c  
unictype/pr_terminal_punctuation.c unictype/pr_test.c  unictype/pr_titlecase.c 
unictype/pr_unassigned_code_value.c  unictype/pr_unified_ideograph.c 
unictype/pr_uppercase.c  unictype/pr_variation_selector.c 
unictype/pr_white_space.c  unictype/pr_xid_continue.c unictype/pr_xid_start.c  
unictype/pr_zero_width.c unictype/scripts.c  unictype/sy_c_ident.c 
unictype/sy_c_whitespace.c  unictype/sy_java_ident.c 
unictype/sy_java_whitespace.c  unilbrk/lbrktables.c 
unilbrk/u16-possible-linebreaks.c  unilbrk/u16-width-linebreaks.c  
unilbrk/u32-possible-linebreaks.c  unilbrk/u32-width-linebreaks.c  
unilbrk/u8-possible-linebreaks.c unilbrk/u8-width-linebreaks.c  
unilbrk/ulc-common.c unilbrk/ulc-possible-linebreaks.c  
unilbrk/ulc-width-linebreaks.c uniname/uniname.c  
uninorm/canonical-decomposition.c  uninorm/compat-decomposition.c 
uninorm/composition.c  uninorm/decompose-internal.c uninorm/decomposing-form.c  
uninorm/decomposition.c uninorm/decomposition-table.c  uninorm/uninorm-filter.c 
uninorm/nfc.c uninorm/nfd.c  uninorm/nfkc.c uninorm/nfkd.c 
uninorm/u16-normalize.c  uninorm/u16-normcmp.c uninorm/u16-normcoll.c  
uninorm/u16-normxfrm.c uninorm/u32-normalize.c  uninorm/u32-normcmp.c 
uninorm/u32-normcoll.c  uninorm/u32-normxfrm.c uninorm/u8-normalize.c  
uninorm/u8-normcmp.c uninorm/u8-normcoll.c  uninorm/u8-normxfrm.c 
unistdio/u-printf-args.c  unistdio/u16-asnprintf.c unistdio/u16-asprintf.c  
unistdio/u16-printf-parse.c unistdio/u16-snprintf.c  unistdio/u16-sprintf.c 
unistdio/u16-u16-asnprintf.c  unistdio/u16-u16-asprintf.c 
unistdio/u16-u16-snprintf.c  unistdio/u16-u16-sprintf.c 
unistdio/u16-u16-vasnprintf.c  unistdio/u16-u16-vasprintf.c 
unistdio/u16-u16-vsnprintf.c  unistdio/u16-u16-vsprintf.c 
unistdio/u16-vasnprintf.c  unistdio/u16-vasprintf.c unistdio/u16-vsnprintf.c  
unistdio/u16-vsprintf.c unistdio/u32-asnprintf.c  unistdio/u32-asprintf.c 
unistdio/u32-printf-parse.c  unistdio/u32-snprintf.c unistdio/u32-sprintf.c  
unistdio/u32-u32-asnprintf.c unistdio/u32-u32-asprintf.c  
unistdio/u32-u32-snprintf.c unistdio/u32-u32-sprintf.c  
unistdio/u32-u32-vasnprintf.c unistdio/u32-u32-vasprintf.c  
unistdio/u32-u32-vsnprintf.c unistdio/u32-u32-vsprintf.c  
unistdio/u32-vasnprintf.c unistdio/u32-vasprintf.c  unistdio/u32-vsnprintf.c 
unistdio/u32-vsprintf.c  unistdio/u8-asnprintf.c unistdio/u8-asprintf.c  
unistdio/u8-printf-parse.c unistdio/u8-snprintf.c  unistdio/u8-sprintf.c 
unistdio/u8-u8-asnprintf.c  unistdio/u8-u8-asprintf.c unistdio/u8-u8-snprintf.c 
 unistdio/u8-u8-sprintf.c unistdio/u8-u8-vasnprintf.c  
unistdio/u8-u8-vasprintf.c unistdio/u8-u8-vsnprintf.c  
unistdio/u8-u8-vsprintf.c unistdio/u8-vasnprintf.c  unistdio/u8-vasprintf.c 
unistdio/u8-vsnprintf.c  unistdio/u8-vsprintf.c unistdio/ulc-asnprintf.c  
unistdio/ulc-asprintf.c unistdio/ulc-fprintf.c  unistdio/ulc-printf-parse.c 
unistdio/ulc-snprintf.c  unistdio/ulc-sprintf.c unistdio/ulc-vasnprintf.c  
unistdio/ulc-vasprintf.c unistdio/ulc-vfprintf.c  unistdio/ulc-vsnprintf.c 
unistdio/ulc-vsprintf.c  unistr/u16-check.c unistr/u16-chr.c unistr/u16-cmp.c  
unistr/u16-cmp2.c unistr/u16-cpy.c unistr/u16-cpy-alloc.c  
unistr/u16-endswith.c unistr/u16-mblen.c unistr/u16-mbsnlen.c  
unistr/u16-mbtouc.c unistr/u16-mbtouc-aux.c  unistr/u16-mbtouc-unsafe.c 
unistr/u16-mbtouc-unsafe-aux.c  unistr/u16-mbtoucr.c unistr/u16-move.c 
unistr/u16-next.c  unistr/u16-prev.c unistr/u16-set.c unistr/u16-startswith.c  
unistr/u16-stpcpy.c unistr/u16-stpncpy.c unistr/u16-strcat.c  
unistr/u16-strchr.c unistr/u16-strcmp.c unistr/u16-strcoll.c  
unistr/u16-strcpy.c unistr/u16-strcspn.c unistr/u16-strdup.c  
unistr/u16-strlen.c unistr/u16-strmblen.c  unistr/u16-strmbtouc.c 
unistr/u16-strncat.c  unistr/u16-strncmp.c unistr/u16-strncpy.c 
unistr/u16-strnlen.c  unistr/u16-strpbrk.c unistr/u16-strrchr.c 
unistr/u16-strspn.c  unistr/u16-strstr.c unistr/u16-strtok.c 
unistr/u16-to-u32.c  unistr/u16-to-u8.c unistr/u16-uctomb.c 
unistr/u16-uctomb-aux.c  unistr/u32-check.c unistr/u32-chr.c unistr/u32-cmp.c  
unistr/u32-cmp2.c unistr/u32-cpy.c unistr/u32-cpy-alloc.c  
unistr/u32-endswith.c unistr/u32-mblen.c unistr/u32-mbsnlen.c  
unistr/u32-mbtouc.c unistr/u32-mbtouc-unsafe.c  unistr/u32-mbtoucr.c 
unistr/u32-move.c unistr/u32-next.c  unistr/u32-prev.c unistr/u32-set.c 
unistr/u32-startswith.c  unistr/u32-stpcpy.c unistr/u32-stpncpy.c 
unistr/u32-strcat.c  unistr/u32-strchr.c unistr/u32-strcmp.c 
unistr/u32-strcoll.c  unistr/u32-strcpy.c unistr/u32-strcspn.c 
unistr/u32-strdup.c  unistr/u32-strlen.c unistr/u32-strmblen.c  
unistr/u32-strmbtouc.c unistr/u32-strncat.c  unistr/u32-strncmp.c 
unistr/u32-strncpy.c unistr/u32-strnlen.c  unistr/u32-strpbrk.c 
unistr/u32-strrchr.c unistr/u32-strspn.c  unistr/u32-strstr.c 
unistr/u32-strtok.c unistr/u32-to-u16.c  unistr/u32-to-u8.c unistr/u32-uctomb.c 
unistr/u8-check.c  unistr/u8-chr.c unistr/u8-cmp.c unistr/u8-cmp2.c  
unistr/u8-cpy.c unistr/u8-cpy-alloc.c unistr/u8-endswith.c  unistr/u8-mblen.c 
unistr/u8-mbsnlen.c unistr/u8-mbtouc.c  unistr/u8-mbtouc-aux.c 
unistr/u8-mbtouc-unsafe.c  unistr/u8-mbtouc-unsafe-aux.c unistr/u8-mbtoucr.c  
unistr/u8-move.c unistr/u8-next.c unistr/u8-prev.c  unistr/u8-set.c 
unistr/u8-startswith.c unistr/u8-stpcpy.c  unistr/u8-stpncpy.c 
unistr/u8-strcat.c unistr/u8-strchr.c  unistr/u8-strcmp.c unistr/u8-strcoll.c 
unistr/u8-strcpy.c  unistr/u8-strcspn.c unistr/u8-strdup.c unistr/u8-strlen.c  
unistr/u8-strmblen.c unistr/u8-strmbtouc.c unistr/u8-strncat.c  
unistr/u8-strncmp.c unistr/u8-strncpy.c unistr/u8-strnlen.c  
unistr/u8-strpbrk.c unistr/u8-strrchr.c unistr/u8-strspn.c  unistr/u8-strstr.c 
unistr/u8-strtok.c unistr/u8-to-u16.c  unistr/u8-to-u32.c unistr/u8-uctomb.c 
unistr/u8-uctomb-aux.c  uniwbrk/wbrktable.c uniwbrk/u16-wordbreaks.c  
uniwbrk/u32-wordbreaks.c uniwbrk/u8-wordbreaks.c  uniwbrk/ulc-wordbreaks.c 
uniwbrk/wordbreak-property.c  uniwidth/u16-strwidth.c uniwidth/u16-width.c  
uniwidth/u32-strwidth.c uniwidth/u32-width.c  uniwidth/u8-strwidth.c 
uniwidth/u8-width.c uniwidth/width.c  verify.h xsize.h version.c  isnanf.lo 
isnanl.lo wcwidth.lo ; do  case $f in  *.res.lo ) ;;  *.c | *.o | *.lo )  
sf=`echo "$f" | sed -e 's,\.[^.]*$,,'`.c;  test -f $sf || sf=./$sf;  of=`echo 
"$f" | sed -e 's,^.*/,,' -e 's,\.[^.]*$,,'`.o;  echo "clang -DHAVE_CONFIG_H 
-DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  -DIN_LIBUNISTRING 
-DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c $sf" 1>&6;  clang -DHAVE_CONFIG_H 
-DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  -DIN_LIBUNISTRING 
-DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c $sf || { rm -f config.h; exit 1; };  sh 
./exported.sh $of 1>&5;  rm -f $of `echo "$of" | sed -e 's,\.o$,.lo,'`;  ;;  
esac;  done;  } 5>&1  | sed -e 's,.* ,,' | LC_ALL=C sort | LC_ALL=C uniq  | {  
if test -f libunistring.sym; then  symfile='libunistring.sym';  else  
symfile='./libunistring.sym';  fi;  LC_ALL=C join -v 1 - $symfile;  }  | sed -e 
's,^\(.*\)$,#define \1 libunistring_\1,' > config.h-t;  } 6>&1 &&  if test -f 
config.h; then  cat config.h-t >> config.h;  rm -f config.h-t;  else  rm -f 
config.h-t;  exit 1;  fi  fi
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c c-ctype.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c c-strcasecmp.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c c-strncasecmp.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c fseterr.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c localcharset.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c localename.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c glthread/lock.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c malloca.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c mbchar.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c mbsnlen.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c memcmp2.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c memxfrm.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c printf-frexp.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c printf-frexpl.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c striconveh.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c striconveha.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c glthread/threadlib.c
warning: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm:
 no name list
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c unicase/cased.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c 
unicase/empty-prefix-context.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c 
unicase/empty-suffix-context.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c unicase/ignorable.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c 
unicase/locale-language.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c 
unicase/special-casing.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c unicase/tocasefold.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c unicase/tolower.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c unicase/totitle.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c unicase/toupper.c
clang -DHAVE_CONFIG_H -DNO_XMALLOC -I. -I..  -I. -I. -I.. -I..  
-DIN_LIBUNISTRING -DDEPENDS_ON_LIBICONV=1    -pipe -O2 -c unicase/u16-casecmp.c
In file included from unicase/u16-casecmp.c:24:
In file included from ./stdlib.h:34:
In file included from 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/stdlib.h:65:
In file included from 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/sys/wait.h:110:
In file included from 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/sys/resource.h:72:
In file included from ./stdint.h:57:
In file included from 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include/stdint.h:64:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/stdint.h:36:9:
 error: unknown type name 'uint64_t'
typedef uint64_t uint_least64_t;
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/stdint.h:47:9:
 error: unknown type name 'uint64_t'
typedef uint64_t uint_fast64_t;
        ^
2 errors generated.
*** [config.h] Error code 1

bmake: stopped in /usr/pkgsrc/textproc/libunistring/work/libunistring-0.9.3/lib
1 error

bmake: stopped in /usr/pkgsrc/textproc/libunistring/work/libunistring-0.9.3/lib
*** [all-recursive] Error code 1

bmake: stopped in /usr/pkgsrc/textproc/libunistring/work/libunistring-0.9.3
1 error

bmake: stopped in /usr/pkgsrc/textproc/libunistring/work/libunistring-0.9.3
*** [all] Error code 2

bmake: stopped in /usr/pkgsrc/textproc/libunistring/work/libunistring-0.9.3
1 error

bmake: stopped in /usr/pkgsrc/textproc/libunistring/work/libunistring-0.9.3
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/textproc/libunistring
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/textproc/libunistring

Attachment: pgpHqd55HeJSL.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]