Opened 2 years ago
Closed 2 years ago
#66475 closed enhancement (worksforme)
Build coreutils with Legacy Support?
Reported by: | ballapete (Peter "Pete" Dyballa) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | leopard, tiger | Cc: | mascguy@… |
Port: | coreutils |
Description
I tried to build coreutils with Legacy Support set active
. The software built. The configure step
shows some differences (differences are either marked with a blank line or a bullet character •):
---> Configuring coreutils (the traditional way) | ---> Configuring coreutils (with Legacy Support) DEBUG: Preferred compilers: gcc-4.2 llvm-gcc-4.2 apple-gcc-4.2 gcc-4.0 macports-gcc-7 macports-gcc-6 macports-gcc-5 macports-clang-7.0 macports-clang-6.0 macports-clang-5.0 macports-clang-3.7 macports-clang-3.4 DEBUG: Using compiler 'Xcode GCC 4.2' | DEBUG: Using compiler 'Xcode GCC 4.2' DEBUG: Executing org.macports.configure (coreutils) | DEBUG: Executing org.macports.configure (coreutils) DEBUG: Environment: | DEBUG: Environment: CC='/usr/bin/gcc-4.2' | CC='/usr/bin/gcc-4.2' CC_PRINT_OPTIONS='YES' | CC_PRINT_OPTIONS='YES' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_sysutils_coreutils/coreutils/work/.CC_PRINT_OPTIONS' CFLAGS='-pipe -Os -arch ppc' | CFLAGS='-pipe -Os -arch ppc' CPATH='/opt/local/include' | CPATH='/opt/local/include' | CPLUS_INCLUDE_PATH='/opt/local/include/LegacySupport' •CPPFLAGS='-I/opt/local/include' | CPPFLAGS='-isystem/opt/local/include/LegacySupport -I/opt/local/include' CXX='/usr/bin/g++-4.2' | CXX='/usr/bin/g++-4.2' CXXFLAGS='-pipe -Os -arch ppc' | CXXFLAGS='-pipe -Os -arch ppc' | C_INCLUDE_PATH='/opt/local/include/LegacySupport' DEVELOPER_DIR='/Developer' | DEVELOPER_DIR='/Developer' F90FLAGS='-pipe -Os -m32' | F90FLAGS='-pipe -Os -m32' FCFLAGS='-pipe -Os -m32' | FCFLAGS='-pipe -Os -m32' FFLAGS='-pipe -Os -m32' | FFLAGS='-pipe -Os -m32' FORCE_UNSAFE_CONFIGURE='1' | FORCE_UNSAFE_CONFIGURE='1' INSTALL='/usr/bin/install -c' | INSTALL='/usr/bin/install -c' •LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc' | LDFLAGS='-Wl,-headerpad_max_install_names -L/opt/local/lib -lMacportsLegacySupport -arch ppc' LIBRARY_PATH='/opt/local/lib' | LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.5' | MACOSX_DEPLOYMENT_TARGET='10.5' | MACPORTS_LEGACY_SUPPORT_CPPFLAGS='-isystem/opt/local/include/LegacySupport' | MACPORTS_LEGACY_SUPPORT_ENABLED='1' | MACPORTS_LEGACY_SUPPORT_LDFLAGS='-L/opt/local/lib -lMacportsLegacySupport' OBJC='/usr/bin/gcc-4.2' | OBJC='/usr/bin/gcc-4.2' OBJCFLAGS='-pipe -Os -arch ppc' | OBJCFLAGS='-pipe -Os -arch ppc' | OBJCPLUS_INCLUDE_PATH='/opt/local/include/LegacySupport' OBJCXX='/usr/bin/g++-4.2' | OBJCXX='/usr/bin/g++-4.2' OBJCXXFLAGS='-pipe -Os -arch ppc' | OBJCXXFLAGS='-pipe -Os -arch ppc' | OBJC_INCLUDE_PATH='/opt/local/include/LegacySupport' Executing: cd "..../coreutils/work/coreutils-9.1" && ./configure --prefix=/opt/local --disable-silent-rules --program-prefix=g --disable-year2038 DEBUG: system: cd "..../coreutils/work/coreutils-9.1" && ./configure --prefix=/opt/local --disable-silent-rules --program-prefix=g --disable-year2038 checking for a BSD-compatible install... /usr/bin/install -c | checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes | checking whether build environment is sane... yes checking for a race-free mkdir -p... /opt/local/bin/gmkdir -p | checking for a race-free mkdir -p... /opt/local/bin/gmkdir -p checking for gawk... gawk | checking for gawk... gawk checking whether make sets $(MAKE)... yes | checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes | checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes | checking whether make supports nested variables... (cached) yes checking for gcc... /usr/bin/gcc-4.2 | checking for gcc... /usr/bin/gcc-4.2 checking whether the C compiler works... yes | checking whether the C compiler works... yes checking for C compiler default output file name... a.out | checking for C compiler default output file name... a.out checking for suffix of executables... | checking for suffix of executables... checking whether we are cross compiling... no | checking whether we are cross compiling... no checking for suffix of object files... o | checking for suffix of object files... o checking whether the compiler supports GNU C... yes | checking whether the compiler supports GNU C... yes checking whether /usr/bin/gcc-4.2 accepts -g... yes | checking whether /usr/bin/gcc-4.2 accepts -g... yes checking for /usr/bin/gcc-4.2 option to enable C11 features... unsupported | checking for /usr/bin/gcc-4.2 option to enable C11 features... unsupported checking for /usr/bin/gcc-4.2 option to enable C99 features... -std=gnu99 | checking for /usr/bin/gcc-4.2 option to enable C99 features... -std=gnu99 checking whether /usr/bin/gcc-4.2 -std=gnu99 understands -c and -o together... yes | checking whether /usr/bin/gcc-4.2 -std=gnu99 understands -c and -o together... yes checking whether the compiler is clang... no | checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none | checking for compiler option needed when checking for declarations... none checking whether make supports the include directive... yes (GNU style) | checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc-4.2 -std=gnu99... gcc3 | checking dependency style of /usr/bin/gcc-4.2 -std=gnu99... gcc3 checking how to run the C preprocessor... /usr/bin/gcc-4.2 -std=gnu99 -E | checking how to run the C preprocessor... /usr/bin/gcc-4.2 -std=gnu99 -E checking for grep that handles long lines and -e... /opt/local/bin/ggrep | checking for grep that handles long lines and -e... /opt/local/bin/ggrep checking for egrep... /opt/local/bin/ggrep -E | checking for egrep... /opt/local/bin/ggrep -E checking whether /usr/bin/gcc-4.2 -std=gnu99 needs -traditional... no | checking whether /usr/bin/gcc-4.2 -std=gnu99 needs -traditional... no checking for ranlib... ranlib | checking for ranlib... ranlib checking whether ln -s works... yes | checking whether ln -s works... yes checking for stdio.h... yes | checking for stdio.h... yes checking for stdlib.h... yes | checking for stdlib.h... yes checking for string.h... yes | checking for string.h... yes checking for inttypes.h... yes | checking for inttypes.h... yes checking for stdint.h... yes | checking for stdint.h... yes checking for strings.h... yes | checking for strings.h... yes checking for sys/stat.h... yes | checking for sys/stat.h... yes checking for sys/types.h... yes | checking for sys/types.h... yes checking for unistd.h... yes | checking for unistd.h... yes checking for wchar.h... yes | checking for wchar.h... yes checking for minix/config.h... no | checking for minix/config.h... no checking for arpa/inet.h... yes | checking for arpa/inet.h... yes checking for features.h... no | checking for features.h... no checking for sys/socket.h... yes | checking for sys/socket.h... yes checking for xlocale.h... yes | checking for xlocale.h... yes checking for sys/param.h... yes | checking for sys/param.h... yes checking for dirent.h... yes | checking for dirent.h... yes checking for fnmatch.h... yes | checking for fnmatch.h... yes checking for stdio_ext.h... no | checking for stdio_ext.h... no checking for sys/vfs.h... no | checking for sys/vfs.h... no checking for sys/fs_types.h... no | checking for sys/fs_types.h... no checking for netdb.h... yes | checking for netdb.h... yes checking for netinet/in.h... yes | checking for netinet/in.h... yes checking for getopt.h... yes | checking for getopt.h... yes checking for sys/cdefs.h... yes | checking for sys/cdefs.h... yes checking for termios.h... yes | checking for termios.h... yes checking for sys/time.h... yes | checking for sys/time.h... yes checking for grp.h... yes | checking for grp.h... yes checking for threads.h... no | checking for threads.h... no checking for iconv.h... yes | checking for iconv.h... yes checking for limits.h... yes | checking for limits.h... yes checking for crtdefs.h... no | checking for crtdefs.h... no checking for wctype.h... yes | checking for wctype.h... yes checking for langinfo.h... yes | checking for langinfo.h... yes checking for math.h... yes | checking for math.h... yes checking for sys/mman.h... yes | checking for sys/mman.h... yes checking for sys/statvfs.h... yes | checking for sys/statvfs.h... yes checking for priv.h... no | checking for priv.h... no checking for sys/select.h... yes | checking for sys/select.h... yes checking for pthread.h... yes | checking for pthread.h... yes checking for utmp.h... yes | checking for utmp.h... yes checking for utmpx.h... yes | checking for utmpx.h... yes checking for malloc.h... no | checking for malloc.h... no checking for selinux/selinux.h... no | checking for selinux/selinux.h... no checking for sys/ioctl.h... yes | checking for sys/ioctl.h... yes checking for sys/random.h... yes | checking for sys/random.h... yes checking for sys/resource.h... yes | checking for sys/resource.h... yes checking for sys/uio.h... yes | checking for sys/uio.h... yes checking for sys/utsname.h... yes | checking for sys/utsname.h... yes checking for sys/wait.h... yes | checking for sys/wait.h... yes checking for utime.h... yes | checking for utime.h... yes checking for semaphore.h... yes | checking for semaphore.h... yes checking for hurd.h... no | checking for hurd.h... no checking for linux/falloc.h... no | checking for linux/falloc.h... no checking for linux/fs.h... no | checking for linux/fs.h... no checking for paths.h... yes | checking for paths.h... yes checking for stropts.h... no | checking for stropts.h... no checking for sys/mtio.h... yes | checking for sys/mtio.h... yes checking for sys/systeminfo.h... no | checking for sys/systeminfo.h... no checking for syslog.h... yes | checking for syslog.h... yes checking for pwd.h... yes | checking for pwd.h... yes checking for OS.h... no | checking for OS.h... no checking for vfork.h... no | checking for vfork.h... no checking whether it is safe to define __EXTENSIONS__... yes | checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no | checking whether _XOPEN_SOURCE should be defined... no checking build system type... powerpc-apple-darwin9.8.0 | checking build system type... powerpc-apple-darwin9.8.0 checking host system type... powerpc-apple-darwin9.8.0 | checking host system type... powerpc-apple-darwin9.8.0 checking for Minix Amsterdam compiler... no | checking for Minix Amsterdam compiler... no checking for ar... ar | checking for ar... ar checking for _LARGEFILE_SOURCE value needed for large files... no | checking for _LARGEFILE_SOURCE value needed for large files... no checking for special C compiler options 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 for _FILE_OFFSET_BITS value needed for large files... no configure: autobuild project... GNU coreutils | configure: autobuild project... GNU coreutils configure: autobuild revision... 9.1 | configure: autobuild revision... 9.1 configure: autobuild hostname... Leopard | configure: autobuild hostname... Leopard configure: autobuild timestamp... 20221215T104619Z | configure: autobuild timestamp... 20221215T125618Z checking for fchmod... yes | checking for fchmod... yes •checking for posix_memalign... no | checking for posix_memalign... yes checking for pathconf... yes | checking for pathconf... yes checking for btowc... yes | checking for btowc... yes checking for uselocale... yes | checking for uselocale... yes checking for canonicalize_file_name... no | checking for canonicalize_file_name... no •checking for faccessat... no | checking for faccessat... yes checking for realpath... yes | checking for realpath... yes checking for lstat... yes | checking for lstat... yes •checking for readlinkat... no | checking for readlinkat... yes checking for chown... yes | checking for chown... yes checking for fchown... yes | checking for fchown... yes checking for _set_invalid_parameter_handler... no | checking for _set_invalid_parameter_handler... no checking for fchdir... yes | checking for fchdir... yes •checking for fdopendir... no | checking for fdopendir... yes checking for explicit_bzero... no | checking for explicit_bzero... no checking for memset_s... no | checking for memset_s... no checking for posix_fadvise... no | checking for posix_fadvise... no •checking for fchmodat... no | checking for fchmodat... yes checking for lchmod... yes | checking for lchmod... yes checking for fcntl... yes | checking for fcntl... yes checking for symlink... yes | checking for symlink... yes checking for mempcpy... no | checking for mempcpy... no checking for fnmatch... yes | checking for fnmatch... yes checking for mbsrtowcs... yes | checking for mbsrtowcs... yes checking for fpurge... yes | checking for fpurge... yes checking for __fpurge... no | checking for __fpurge... no checking for __freadahead... no | checking for __freadahead... no checking for __freading... no | checking for __freading... no checking for __freadptr... no | checking for __freadptr... no checking for __freadptrinc... no | checking for __freadptrinc... no checking for __fseterr... no | checking for __fseterr... no •checking for fstatat... no | checking for fstatat... yes checking for fsync... yes | checking for fsync... yes checking for strtof... yes | checking for strtof... yes checking for ftruncate... yes | checking for ftruncate... yes •checking for openat... no | checking for openat... yes checking for fstatfs... yes | checking for fstatfs... yes •checking for futimens... no | checking for futimens... yes •checking for getdelim... no | checking for getdelim... yes checking for getdtablesize... yes | checking for getdtablesize... yes checking for microuptime... no | checking for microuptime... no checking for nanouptime... no | checking for nanouptime... no checking for getlogin... yes | checking for getlogin... yes checking for flockfile... yes | checking for flockfile... yes checking for funlockfile... yes | checking for funlockfile... yes checking for getpass... yes | checking for getpass... yes checking for __fsetlocking... no | checking for __fsetlocking... no checking for getprogname... yes | checking for getprogname... yes checking for getexecname... no | checking for getexecname... no checking for getrandom... no | checking for getrandom... no •checking for timespec_get... no | checking for timespec_get... yes checking for timespec_getres... no | checking for timespec_getres... no checking for gettimeofday... yes | checking for gettimeofday... yes checking for getusershell... yes | checking for getusershell... yes checking for isblank... yes | checking for isblank... yes checking for iswcntrl... yes | checking for iswcntrl... yes checking for iswblank... yes | checking for iswblank... yes checking for link... yes | checking for link... yes checking for readlink... yes | checking for readlink... yes •checking for linkat... no | checking for linkat... yes checking for mbsinit... yes | checking for mbsinit... yes checking for mbrtowc... yes | checking for mbrtowc... yes checking for mbrlen... yes | checking for mbrlen... yes checking for mbslen... no | checking for mbslen... no checking for isascii... yes | checking for isascii... yes checking for mprotect... yes | checking for mprotect... yes checking for getgrouplist... yes | checking for getgrouplist... yes •checking for mkdirat... no | checking for mkdirat... yes checking for mkfifoat... no | checking for mkfifoat... no checking for mknodat... no | checking for mknodat... no checking for mknod... yes | checking for mknod... yes checking for mkostemp... no | checking for mkostemp... no checking for mkstemp... yes | checking for mkstemp... yes checking for nl_langinfo... yes | checking for nl_langinfo... yes checking for pipe... yes | checking for pipe... yes checking for pipe2... no | checking for pipe2... no checking for pselect... yes | checking for pselect... yes checking for pthread_sigmask... yes | checking for pthread_sigmask... yes checking for utmpname... no | checking for utmpname... no checking for utmpxname... yes | checking for utmpxname... yes checking for iswctype... yes | checking for iswctype... yes •checking for renameat... no | checking for renameat... yes checking for renameat2... no | checking for renameat2... no checking for fpathconf... yes | checking for fpathconf... yes checking for setenv... yes | checking for setenv... yes checking for settimeofday... yes | checking for settimeofday... yes checking for stime... no | checking for stime... no checking for sigaction... yes | checking for sigaction... yes checking for sigaltstack... yes | checking for sigaltstack... yes checking for siginterrupt... yes | checking for siginterrupt... yes checking for snprintf... yes | checking for snprintf... yes checking for stpncpy... no | checking for stpncpy... no checking for strerror_r... yes | checking for strerror_r... yes checking for __xpg_strerror_r... no | checking for __xpg_strerror_r... no checking for strtoimax... yes | checking for strtoimax... yes checking for strtold... yes | checking for strtold... yes checking for strtoumax... yes | checking for strtoumax... yes •checking for symlinkat... no | checking for symlinkat... yes checking for localtime_r... yes | checking for localtime_r... yes checking for timegm... yes | checking for timegm... yes •checking for unlinkat... no | checking for unlinkat... yes checking for futimes... yes | checking for futimes... yes checking for futimesat... no | checking for futimesat... no •checking for utimensat... no | checking for utimensat... yes checking for lutimes... yes | checking for lutimes... yes checking for vasnprintf... no | checking for vasnprintf... no checking for wcrtomb... yes | checking for wcrtomb... yes checking for wcwidth... yes | checking for wcwidth... yes checking for wcswidth... yes | checking for wcswidth... yes checking for wmempcpy... no | checking for wmempcpy... no checking for pause... yes | checking for pause... yes checking for getegid... yes | checking for getegid... yes checking for getrusage... yes | checking for getrusage... yes checking for duplocale... yes | checking for duplocale... yes checking for newlocale... yes | checking for newlocale... yes checking for freelocale... yes | checking for freelocale... yes checking for secure_getenv... no | checking for secure_getenv... no checking for getuid... yes | checking for getuid... yes checking for geteuid... yes | checking for geteuid... yes checking for getgid... yes | checking for getgid... yes checking for sleep... yes | checking for sleep... yes checking for catgets... yes | checking for catgets... yes checking for shutdown... yes | checking for shutdown... yes checking for usleep... yes | checking for usleep... yes checking for mquery... no | checking for mquery... no checking for pstat_getprocvm... no | checking for pstat_getprocvm... no checking for wctob... yes | checking for wctob... yes checking for directio... no | checking for directio... no checking for setitimer... yes | checking for setitimer... yes checking for setrlimit... yes | checking for setrlimit... yes checking for prctl... no | checking for prctl... no checking for endgrent... yes | checking for endgrent... yes checking for endpwent... yes | checking for endpwent... yes checking for fallocate... no | checking for fallocate... no checking for iswspace... yes | checking for iswspace... yes checking for mkfifo... yes | checking for mkfifo... yes checking for setgroups... yes | checking for setgroups... yes checking for sethostname... yes | checking for sethostname... yes checking for sync... yes | checking for sync... yes checking for syncfs... no | checking for syncfs... no checking for sysctl... yes | checking for sysctl... yes checking for sysinfo... no | checking for sysinfo... no checking for tcgetpgrp... yes | checking for tcgetpgrp... yes checking for getgrgid_nomembers... no | checking for getgrgid_nomembers... no checking for getgrnam_nomembers... no | checking for getgrnam_nomembers... no checking for getgrent_nomembers... no | checking for getgrent_nomembers... no checking for fork... yes | checking for fork... yes checking for vfork... yes | checking for vfork... yes checking for size_t... yes | checking for size_t... yes checking for working alloca.h... yes | checking for working alloca.h... yes checking for alloca... yes | checking for alloca... yes checking whether the preprocessor supports include_next... yes | checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes | checking whether source code line length is unlimited... yes checking for d_ino member in directory struct... yes | checking for d_ino member in directory struct... yes checking for long file names... yes | checking for long file names... yes checking for C/C++ restrict keyword... no | checking for C/C++ restrict keyword... no checking whether <wchar.h> uses 'inline' correctly... yes | checking whether <wchar.h> uses 'inline' correctly... yes checking for nl_langinfo and CODESET... yes | checking for nl_langinfo and CODESET... yes checking for a traditional french locale... fr_FR.ISO8859-1 | checking for a traditional french locale... fr_FR.ISO8859-1 checking whether uselocale works... yes | checking whether uselocale works... yes checking whether malloc is ptrdiff_t safe... no | checking whether malloc is ptrdiff_t safe... no checking whether malloc, realloc, calloc set errno on failure... yes | checking whether malloc, realloc, calloc set errno on failure... yes checking whether lstat correctly handles trailing slash... no | checking whether lstat correctly handles trailing slash... no checking whether // is distinct from /... no | checking whether // is distinct from /... no checking whether realpath works... no | checking whether realpath works... no checking for uid_t in sys/types.h... yes | checking for uid_t in sys/types.h... yes checking for unistd.h... (cached) yes | checking for unistd.h... (cached) yes checking for working chown... yes | checking for working chown... yes checking whether chown dereferences symlinks... yes | checking whether chown dereferences symlinks... yes checking whether chown honors trailing slash... no | checking whether chown honors trailing slash... no checking whether chown always updates ctime... yes | checking whether chown always updates ctime... yes checking whether <sys/socket.h> is self-contained... yes | checking whether <sys/socket.h> is self-contained... yes checking for shutdown... (cached) yes | checking for shutdown... (cached) yes checking whether <sys/socket.h> defines the SHUT_* macros... yes | checking whether <sys/socket.h> defines the SHUT_* macros... yes checking for struct sockaddr_storage... yes | checking for struct sockaddr_storage... yes checking for sa_family_t... yes | checking for sa_family_t... yes checking for struct sockaddr_storage.ss_family... yes | checking for struct sockaddr_storage.ss_family... yes checking for inline... inline | checking for inline... inline checking whether linux/if_alg.h has struct sockaddr_alg.... no | checking whether linux/if_alg.h has struct sockaddr_alg.... no checking whether byte ordering is bigendian... yes | checking whether byte ordering is bigendian... yes checking for /usr/bin/gcc-4.2 -std=gnu99 options needed to detect all undeclared functions... none needed | checking for /usr/bin/gcc-4.2 -std=gnu99 options needed to detect all undeclared functions... none needed checking if environ is properly declared... no | checking if environ is properly declared... no checking for complete errno.h... no | checking for complete errno.h... no checking for EMULTIHOP value... yes | checking for EMULTIHOP value... yes checking for ENOLINK value... yes | checking for ENOLINK value... yes checking for EOVERFLOW value... yes | checking for EOVERFLOW value... yes checking whether strerror_r is declared... yes | checking whether strerror_r is declared... yes checking whether strerror_r returns char *... no | checking whether strerror_r returns char *... no checking type of array argument to getgroups... gid_t | checking type of array argument to getgroups... gid_t checking whether ctype.h defines __header_inline... no | checking whether ctype.h defines __header_inline... no checking whether fchdir is declared... yes | checking whether fchdir is declared... yes checking for working fcntl.h... no (bad O_NOATIME) | checking for working fcntl.h... no (bad O_NOATIME) checking for pid_t... yes | checking for pid_t... yes checking for mode_t... yes | checking for mode_t... yes checking for promoted mode_t type... int | checking for promoted mode_t type... int checking whether fdatasync is declared... no | checking whether fdatasync is declared... no checking whether strmode is declared... yes | checking whether strmode is declared... yes checking for mbstate_t... yes | checking for mbstate_t... yes checking whether frexp() can be used without linking with libm... yes | checking whether frexp() can be used without linking with libm... yes checking whether alarm is declared... yes | checking whether alarm is declared... yes checking whether long double and double are the same... no | checking whether long double and double are the same... no checking whether stdin defaults to large file offsets... yes | checking whether stdin defaults to large file offsets... yes checking whether fseeko is declared... yes | checking whether fseeko is declared... yes checking for fseeko... yes | checking for fseeko... yes checking whether fflush works on input streams... no | checking whether fflush works on input streams... no checking whether stat file-mode macros are broken... no | checking whether stat file-mode macros are broken... no checking for nlink_t... yes | checking for nlink_t... yes checking whether ftello is declared... yes | checking whether ftello is declared... yes checking whether ungetc works on arbitrary bytes... yes | checking whether ungetc works on arbitrary bytes... yes checking for ftello... yes | checking for ftello... yes checking whether ftello works... yes | checking whether ftello works... yes •checking for O_CLOEXEC... no | checking for O_CLOEXEC... yes checking for library containing gethostbyname... none required | checking for library containing gethostbyname... none required checking for gethostbyname... yes | checking for gethostbyname... yes checking for library containing getservbyname... none required | checking for library containing getservbyname... none required checking for getservbyname... yes | checking for getservbyname... yes checking for library containing inet_ntop... none required | checking for library containing inet_ntop... none required checking whether inet_ntop is declared... yes | checking whether inet_ntop is declared... yes checking for IPv4 sockets... yes | checking for IPv4 sockets... yes checking for IPv6 sockets... yes | checking for IPv6 sockets... yes checking whether getcwd (NULL, 0) allocates memory for result... yes | checking whether getcwd (NULL, 0) allocates memory for result... yes checking for getcwd with POSIX signature... yes | checking for getcwd with POSIX signature... yes checking whether getcwd is declared... yes | checking whether getcwd is declared... yes •checking whether getdelim is declared... no | checking whether getdelim is declared... yes checking whether getdtablesize is declared... yes | checking whether getdtablesize is declared... yes checking for arithmetic hrtime_t... no | checking for arithmetic hrtime_t... no •checking whether getline is declared... no | checking whether getline is declared... yes checking whether getlogin is declared... yes | checking whether getlogin is declared... yes checking for ssize_t... yes | checking for ssize_t... yes checking for getopt.h... (cached) yes | checking for getopt.h... (cached) yes checking for getopt_long_only... yes | checking for getopt_long_only... yes checking whether getopt is POSIX compatible... no | checking whether getopt is POSIX compatible... no checking whether fflush_unlocked is declared... no | checking whether fflush_unlocked is declared... no checking whether flockfile is declared... yes | checking whether flockfile is declared... yes checking whether fputs_unlocked is declared... no | checking whether fputs_unlocked is declared... no checking whether funlockfile is declared... yes | checking whether funlockfile is declared... yes checking whether putc_unlocked is declared... yes | checking whether putc_unlocked is declared... yes checking for struct timeval... yes | checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes | checking for wide-enough struct timeval.tv_sec member... yes checking for pthread.h... (cached) yes | checking for pthread.h... (cached) yes checking for pthread_kill in -lpthread... yes | checking for pthread_kill in -lpthread... yes checking whether POSIX threads API is available... yes | checking whether POSIX threads API is available... yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... no | checking whether setlocale (LC_ALL, NULL) is multithread-safe... no checking whether setlocale (category, NULL) is multithread-safe... yes | checking whether setlocale (category, NULL) is multithread-safe... yes checking whether imported symbols can be declared weak... no | checking whether imported symbols can be declared weak... no checking for ld used by /usr/bin/gcc-4.2 -std=gnu99... /.../gcc/-apple-darwin9/4.2.1/ld | checking for ld used by /usr/bin/gcc-4.2 -std=gnu99... /.../gcc/powerpc-apple-darwin9/4.2.1/ld checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) is GNU ld... no | checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin9/4.2.1/ld) is GNU ld... no checking for shared library run path origin... done | checking for shared library run path origin... done checking 32-bit host C ABI... yes | checking 32-bit host C ABI... yes checking for ELF binary format... no | checking for ELF binary format... no checking for the common suffixes of directories in the library search path... lib,lib,lib | checking for the common suffixes of directories in the library search path... lib,lib,lib checking for iconv... yes | checking for iconv... yes checking for working iconv... yes | checking for working iconv... yes checking how to link with libiconv... -liconv | checking how to link with libiconv... -liconv checking whether iconv is compatible with its POSIX signature... yes | checking whether iconv is compatible with its POSIX signature... yes checking for off_t... yes | checking for off_t... yes checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no | checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no checking for wint_t... yes | checking for wint_t... yes checking whether wint_t is large enough... yes | checking whether wint_t is large enough... yes checking whether the compiler produces multi-arch binaries... no | checking whether the compiler produces multi-arch binaries... no checking whether stdint.h conforms to C99... no | checking whether stdint.h conforms to C99... no checking for sys/inttypes.h... no | checking for sys/inttypes.h... no checking for sys/bitypes.h... no | checking for sys/bitypes.h... no checking for bit size of ptrdiff_t... 32 | checking for bit size of ptrdiff_t... 32 checking for bit size of size_t... 32 | checking for bit size of size_t... 32 checking for bit size of sig_atomic_t... 32 | checking for bit size of sig_atomic_t... 32 checking for bit size of wchar_t... 32 | checking for bit size of wchar_t... 32 checking for bit size of wint_t... 32 | checking for bit size of wint_t... 32 checking whether sig_atomic_t is signed... yes | checking whether sig_atomic_t is signed... yes checking whether wchar_t is signed... yes | checking whether wchar_t is signed... yes checking whether wint_t is signed... yes | checking whether wint_t is signed... yes checking for ptrdiff_t integer literal suffix... | checking for ptrdiff_t integer literal suffix... checking for size_t integer literal suffix... ul | checking for size_t integer literal suffix... ul checking for sig_atomic_t integer literal suffix... | checking for sig_atomic_t integer literal suffix... checking for wchar_t integer literal suffix... | checking for wchar_t integer literal suffix... checking for wint_t integer literal suffix... | checking for wint_t integer literal suffix... checking whether INT32_MAX < INTMAX_MAX... yes | checking whether INT32_MAX < INTMAX_MAX... yes checking whether INT64_MAX == LONG_MAX... no | checking whether INT64_MAX == LONG_MAX... no checking whether UINT32_MAX < UINTMAX_MAX... yes | checking whether UINT32_MAX < UINTMAX_MAX... yes checking whether UINT64_MAX == ULONG_MAX... no | checking whether UINT64_MAX == ULONG_MAX... no checking where to find the exponent in a 'double'... word 0 bit 20 | checking where to find the exponent in a 'double'... word 0 bit 20 checking where to find the exponent in a 'float'... word 0 bit 23 | checking where to find the exponent in a 'float'... word 0 bit 23 checking whether iswcntrl works... yes | checking whether iswcntrl works... yes checking for towlower... yes | checking for towlower... yes checking for wctype_t... yes | checking for wctype_t... yes checking for wctrans_t... yes | checking for wctrans_t... yes checking for a traditional japanese locale... ja_JP.eucJP | checking for a traditional japanese locale... ja_JP.eucJP checking for a french Unicode locale... fr_FR.UTF-8 | checking for a french Unicode locale... fr_FR.UTF-8 checking for a transitional chinese locale... zh_CN.GB18030 | checking for a transitional chinese locale... zh_CN.GB18030 checking whether langinfo.h defines CODESET... yes | checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes | checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ALTMON_1... no | checking whether langinfo.h defines ALTMON_1... no checking whether langinfo.h defines ERA... yes | checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes | checking whether langinfo.h defines YESEXPR... yes checking for wchar_t... yes | checking for wchar_t... yes checking for good max_align_t... no | checking for good max_align_t... no checking whether NULL can be used in arbitrary expressions... yes | checking whether NULL can be used in arbitrary expressions... yes checking whether locale.h defines locale_t... no | checking whether locale.h defines locale_t... no checking whether locale.h conforms to POSIX:2001... yes | checking whether locale.h conforms to POSIX:2001... yes checking whether struct lconv is properly defined... yes | checking whether struct lconv is properly defined... yes checking whether imported symbols can be declared weak... (cached) no | checking whether imported symbols can be declared weak... (cached) no checking for multithread API to use... posix | checking for multithread API to use... posix checking for a sed that does not truncate output... /opt/local/bin/gsed | checking for a sed that does not truncate output... /opt/local/bin/gsed checking whether malloc (0) returns nonnull... yes | checking whether malloc (0) returns nonnull... yes checking whether NAN macro works... yes | checking whether NAN macro works... yes checking whether HUGE_VAL works... yes | checking whether HUGE_VAL works... yes checking whether mbrtowc handles incomplete characters... yes | checking whether mbrtowc handles incomplete characters... yes checking whether mbrtowc works as well as mbtowc... 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 pwc argument... yes checking whether mbrtowc handles a NULL string argument... yes | checking whether mbrtowc handles a NULL string argument... yes checking whether mbrtowc has a correct return value... yes | checking whether mbrtowc has a correct return value... yes checking whether mbrtowc returns 0 when parsing a NUL character... yes | checking whether mbrtowc returns 0 when parsing a NUL character... yes checking whether mbrtowc stores incomplete characters... no | checking whether mbrtowc stores incomplete characters... no checking whether mbrtowc works on empty input... yes | checking whether mbrtowc works on empty input... yes checking whether the C locale is free of encoding errors... yes | checking whether the C locale is free of encoding errors... yes checking for mmap... yes | checking for mmap... yes checking for MAP_ANONYMOUS... yes | checking for MAP_ANONYMOUS... yes checking whether memchr works... yes | checking whether memchr works... yes checking whether memrchr is declared... no | checking whether memrchr is declared... no checking whether <limits.h> defines MIN and MAX... no | checking whether <limits.h> defines MIN and MAX... no checking whether <sys/param.h> defines MIN and MAX... yes | checking whether <sys/param.h> defines MIN and MAX... yes checking whether time_t is signed... yes | checking whether time_t is signed... yes checking for working mktime... yes | checking for working mktime... yes checking whether struct tm is in sys/time.h or time.h... time.h | checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes | checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes | checking for struct tm.tm_gmtoff... yes checking for compound literals... yes | checking for compound literals... yes checking for external symbol _system_configuration... no | checking for external symbol _system_configuration... no checking for desired default level of POSIX conformance... none-specified | checking for desired default level of POSIX conformance... none-specified checking whether <sys/select.h> is self-contained... yes | checking whether <sys/select.h> is self-contained... yes checking for pthread_t... yes | checking for pthread_t... yes checking for pthread_spinlock_t... no | checking for pthread_spinlock_t... no checking for PTHREAD_CREATE_DETACHED... yes | checking for PTHREAD_CREATE_DETACHED... yes checking for PTHREAD_MUTEX_RECURSIVE... yes | checking for PTHREAD_MUTEX_RECURSIVE... yes checking for PTHREAD_MUTEX_ROBUST... no | checking for PTHREAD_MUTEX_ROBUST... no checking for PTHREAD_PROCESS_SHARED... yes | checking for PTHREAD_PROCESS_SHARED... yes checking for sigset_t... yes | checking for sigset_t... yes checking whether rmdir works... yes | checking whether rmdir works... yes checking whether unlink honors trailing slashes... no | checking whether unlink honors trailing slashes... no checking whether unlink of a parent directory fails as it should... no | checking whether unlink of a parent directory fails as it should... no checking for sched.h... yes | checking for sched.h... yes checking for struct sched_param... yes | checking for struct sched_param... yes checking for library containing setsockopt... none needed | checking for library containing setsockopt... none needed checking for library containing setfilecon... no | checking for library containing setfilecon... no checking whether setenv is declared... yes | checking whether setenv is declared... yes checking for search.h... yes | checking for search.h... yes checking for tsearch... yes | checking for tsearch... yes checking for volatile sig_atomic_t... yes | checking for volatile sig_atomic_t... yes checking for sighandler_t... no | checking for sighandler_t... no checking whether snprintf returns a byte count as in C99... yes | checking whether snprintf returns a byte count as in C99... yes checking whether snprintf is declared... yes | checking whether snprintf is declared... yes checking for stdbool.h that conforms to C99... yes | checking for stdbool.h that conforms to C99... yes checking for _Bool... yes | checking for _Bool... yes checking whether fcloseall is declared... no | checking whether fcloseall is declared... no checking which flavor of printf attribute matches inttypes macros... system | checking which flavor of printf attribute matches inttypes macros... system checking whether ecvt is declared... yes | checking whether ecvt is declared... yes checking whether fcvt is declared... yes | checking whether fcvt is declared... yes checking whether gcvt is declared... yes | checking whether gcvt is declared... yes checking whether stpncpy is declared... no | checking whether stpncpy is declared... no checking whether strdup is declared... yes | checking whether strdup is declared... yes checking whether strerror(0) succeeds... no | checking whether strerror(0) succeeds... no checking whether strncat works... yes | checking whether strncat works... yes •checking whether strnlen is declared... no | checking whether strnlen is declared... yes checking whether strsignal is declared... yes | checking whether strsignal is declared... yes checking whether ldexp() can be used without linking with libm... yes | checking whether ldexp() can be used without linking with libm... yes checking whether strtoimax is declared... yes | checking whether strtoimax is declared... yes checking whether strtoumax is declared... yes | checking whether strtoumax is declared... yes checking whether <sys/ioctl.h> declares ioctl... yes | checking whether <sys/ioctl.h> declares ioctl... yes checking for struct utsname... yes | checking for struct utsname... yes checking for struct timespec in <time.h>... yes | checking for struct timespec in <time.h>... yes •checking for TIME_UTC in <time.h>... no | checking for TIME_UTC in <time.h>... yes checking whether execvpe is declared... no | checking whether execvpe is declared... no checking whether clearerr_unlocked is declared... yes | checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes | checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes | checking whether ferror_unlocked is declared... yes checking whether fgets_unlocked is declared... no | checking whether fgets_unlocked is declared... no checking whether fputc_unlocked is declared... no | checking whether fputc_unlocked is declared... no checking whether fread_unlocked is declared... no | checking whether fread_unlocked is declared... no checking whether fwrite_unlocked is declared... no | checking whether fwrite_unlocked is declared... no checking whether getc_unlocked is declared... yes | checking whether getc_unlocked is declared... yes checking whether getchar_unlocked is declared... yes | checking whether getchar_unlocked is declared... yes checking whether putchar_unlocked is declared... yes | checking whether putchar_unlocked is declared... yes checking whether unsetenv is declared... yes | checking whether unsetenv is declared... yes checking whether the utimes function works... yes | checking whether the utimes function works... yes checking for inttypes.h... yes | checking for inttypes.h... yes checking for stdint.h... yes | checking for stdint.h... yes checking for intmax_t... yes | checking for intmax_t... yes checking whether snprintf truncates the result as in C99... yes | checking whether snprintf truncates the result as in C99... yes checking for snprintf... (cached) yes | checking for snprintf... (cached) yes •checking for strnlen... no | checking for strnlen... yes checking for wcslen... yes | checking for wcslen... yes •checking for wcsnlen... no | checking for wcsnlen... yes checking for mbrtowc... (cached) yes | checking for mbrtowc... (cached) yes checking for wcrtomb... (cached) yes | checking for wcrtomb... (cached) yes checking whether _snprintf is declared... no | checking whether _snprintf is declared... no checking whether printf supports size specifiers as in C99... yes | checking whether printf supports size specifiers as in C99... yes checking whether printf supports 'long double' arguments... yes | checking whether printf supports 'long double' arguments... yes checking whether printf supports infinite 'double' arguments... yes | checking whether printf supports infinite 'double' arguments... yes checking whether printf supports infinite 'long double' arguments... yes | checking whether printf supports infinite 'long double' arguments... yes checking whether printf supports the 'a' and 'A' directives... no | checking whether printf supports the 'a' and 'A' directives... no checking whether printf supports the 'F' directive... yes | checking whether printf supports the 'F' directive... yes checking whether printf supports the 'n' directive... yes | checking whether printf supports the 'n' directive... yes checking whether printf supports the 'ls' directive... yes | checking whether printf supports the 'ls' directive... yes checking whether printf supports the grouping flag... yes | checking whether printf supports the grouping flag... yes checking whether printf supports the left-adjust flag correctly... yes | checking whether printf supports the left-adjust flag correctly... yes checking whether printf supports the zero flag correctly... no | checking whether printf supports the zero flag correctly... no checking whether printf supports large precisions... yes | checking whether printf supports large precisions... yes checking whether printf survives out-of-memory conditions... yes | checking whether printf survives out-of-memory conditions... yes •checking whether wcsdup is declared... no | checking whether wcsdup is declared... yes checking whether wcwidth is declared... yes | checking whether wcwidth is declared... yes checking whether wcwidth works reasonably in UTF-8 locales... no | checking whether wcwidth works reasonably in UTF-8 locales... no checking POSIX termios... yes | checking POSIX termios... yes checking whether use of TIOCGWINSZ requires termios.h... yes | checking whether use of TIOCGWINSZ requires termios.h... yes checking for C compiler option to allow warnings... -Wno-error | checking for C compiler option to allow warnings... -Wno-error checking for C++ compiler option to allow warnings... -Wno-error | checking for C++ compiler option to allow warnings... -Wno-error checking for LC_MESSAGES... yes | checking for LC_MESSAGES... yes checking whether uselocale works... (cached) yes | checking whether uselocale works... (cached) yes checking for fake locale system (OpenBSD)... no | checking for fake locale system (OpenBSD)... no checking for Solaris 11.4 locale system... no | checking for Solaris 11.4 locale system... no checking for getlocalename_l... no | checking for getlocalename_l... no checking for CFPreferencesCopyAppValue... yes | checking for CFPreferencesCopyAppValue... yes checking for CFLocaleCopyPreferredLanguages... yes | checking for CFLocaleCopyPreferredLanguages... yes checking for library needed for semaphore functions... none | checking for library needed for semaphore functions... none checking for sys/acl.h... yes | checking for sys/acl.h... yes checking for library containing acl_get_file... none required | checking for library containing acl_get_file... none required checking for acl_get_file... yes | checking for acl_get_file... yes checking for acl_get_fd... yes | checking for acl_get_fd... yes checking for acl_set_file... yes | checking for acl_set_file... yes checking for acl_set_fd... yes | checking for acl_set_fd... yes checking for acl_free... yes | checking for acl_free... yes checking for acl_from_mode... no | checking for acl_from_mode... no checking for acl_from_text... yes | checking for acl_from_text... yes checking for acl_delete_def_file... yes | checking for acl_delete_def_file... yes checking for acl_extended_file... no | checking for acl_extended_file... no checking for acl_delete_fd_np... yes | checking for acl_delete_fd_np... yes checking for acl_delete_file_np... yes | checking for acl_delete_file_np... yes checking for acl_copy_ext_native... yes | checking for acl_copy_ext_native... yes checking for acl_create_entry_np... yes | checking for acl_create_entry_np... yes checking for acl_to_short_text... no | checking for acl_to_short_text... no checking for acl_free_text... no | checking for acl_free_text... no checking for working acl_get_file... yes | checking for working acl_get_file... yes checking for acl/libacl.h... no | checking for acl/libacl.h... no checking for acl_entries... no | checking for acl_entries... no checking for ACL_FIRST_ENTRY... yes | checking for ACL_FIRST_ENTRY... yes checking for ACL_TYPE_EXTENDED... yes | checking for ACL_TYPE_EXTENDED... yes checking for alloca as a compiler built-in... yes | checking for alloca as a compiler built-in... yes checking whether to enable assertions... yes | checking whether to enable assertions... yes checking whether btowc(0) is correct... yes | checking whether btowc(0) is correct... yes checking whether btowc(EOF) is correct... yes | checking whether btowc(EOF) is correct... yes checking for __builtin_expect... yes | checking for __builtin_expect... yes checking for byteswap.h... no | checking for byteswap.h... no checking for strtod_l... yes | checking for strtod_l... yes checking for strtold_l... yes | checking for strtold_l... yes checking whether this system supports file names of any length... no | checking whether this system supports file names of any length... no •checking for library containing clock_gettime... no | checking for library containing clock_gettime... none required •checking for clock_getres... no | checking for clock_getres... yes •checking for clock_gettime... no | checking for clock_gettime... yes checking for clock_settime... no | checking for clock_settime... no checking for closedir... yes | checking for closedir... yes checking for copy_file_range... no | checking for copy_file_range... no checking whether openssl is GPL compatible... yes | checking whether openssl is GPL compatible... yes checking for MD5 in -lcrypto... yes | checking for MD5 in -lcrypto... yes checking for openssl/md5.h... yes | checking for openssl/md5.h... yes checking whether openssl is GPL compatible... (cached) yes | checking whether openssl is GPL compatible... (cached) yes checking for SHA1 in -lcrypto... yes | checking for SHA1 in -lcrypto... yes checking for openssl/sha.h... yes | checking for openssl/sha.h... yes checking whether openssl is GPL compatible... (cached) yes | checking whether openssl is GPL compatible... (cached) yes checking for SHA256 in -lcrypto... yes | checking for SHA256 in -lcrypto... yes checking for openssl/sha.h... (cached) yes | checking for openssl/sha.h... (cached) yes checking whether openssl is GPL compatible... (cached) yes | checking whether openssl is GPL compatible... (cached) yes checking for SHA512 in -lcrypto... yes | checking for SHA512 in -lcrypto... yes checking for openssl/sha.h... (cached) yes | checking for openssl/sha.h... (cached) yes checking for d_ino member in directory struct... (cached) yes | checking for d_ino member in directory struct... (cached) yes checking for d_type member in directory struct... yes | checking for d_type member in directory struct... yes checking for dirfd... no | checking for dirfd... no checking whether dirfd is declared... yes | checking whether dirfd is declared... yes checking whether dirfd is a macro... yes | checking whether dirfd is a macro... yes checking whether // is distinct from /... (cached) no | checking whether // is distinct from /... (cached) no checking whether dup works... yes | checking whether dup works... yes checking whether dup2 works... yes | checking whether dup2 works... yes checking for error_at_line... no | checking for error_at_line... no checking for euidaccess... no | checking for euidaccess... no checking for libgen.h... yes | checking for libgen.h... yes checking for getgroups... yes | checking for getgroups... yes checking for working getgroups... yes | checking for working getgroups... yes checking for library containing eaccess... no | checking for library containing eaccess... no checking for eaccess... no | checking for eaccess... no checking for explicit_memset... no | checking for explicit_memset... no checking for access... yes | checking for access... yes | checking whether fchmodat works... yes •checking for fchownat... no | checking for fchownat... yes | checking whether fchownat works with AT_SYMLINK_NOFOLLOW... yes | checking whether fchownat works with an empty file name... yes checking whether fflush works on input streams... (cached) no | checking whether fflush works on input streams... (cached) no checking whether fcntl handles F_DUPFD correctly... yes | checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... no | checking whether fcntl understands F_DUPFD_CLOEXEC... no checking for fdatasync... no | checking for fdatasync... no checking whether fdopen sets errno... yes | checking whether fdopen sets errno... yes •checking whether fdopendir is declared... no | checking whether fdopendir is declared... yes | checking whether fdopendir works... yes | checking whether fflush works on input streams... (cached) no checking whether fflush works on input streams... (cached) no | checking for getxattr with XATTR_NAME_POSIX_ACL macros... no checking for getxattr with XATTR_NAME_POSIX_ACL macros... no | checking for struct stat.st_blocks... yes checking for struct stat.st_blocks... yes | checking for flexible array member... yes checking for flexible array member... yes | checking whether conversion from 'int' to 'long double' works... yes checking whether conversion from 'int' to 'long double' works... yes | checking for working GNU fnmatch... no checking for working GNU fnmatch... no | checking whether fopen recognizes a trailing slash... 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 'x'... yes | checking whether fopen supports the mode character 'e'... no checking whether fopen supports the mode character 'e'... no | checking for __fpending... no checking for __fpending... no | checking whether fpurge is declared... yes checking whether fpurge is declared... yes | checking whether fpurge works... no checking whether fpurge works... no | checking whether free is known to preserve errno... no checking whether free is known to preserve errno... no | checking whether freopen works on closed fds... yes checking whether freopen works on closed fds... yes | checking whether frexp works... yes checking whether frexp works... yes | checking whether frexpl is declared... yes checking whether frexpl is declared... yes | checking whether frexpl() can be used without linking with libm... yes checking whether frexpl() can be used without linking with libm... yes | checking whether frexpl works... no checking whether frexpl works... no | checking for fseeko... (cached) yes checking for fseeko... (cached) yes | checking whether fflush works on input streams... (cached) no checking whether fflush works on input streams... (cached) no | checking for _fseeki64... no checking for _fseeki64... no | checking whether fstatat (..., 0) works... yes | checking for sys/mount.h... yes checking for sys/mount.h... yes | checking for statvfs function (SVR4)... no checking for statvfs function (SVR4)... no | checking for two-argument statfs with statfs.f_frsize member... no checking for two-argument statfs with statfs.f_frsize member... no | checking for 3-argument statfs function (DEC OSF/1)... no checking for 3-argument statfs function (DEC OSF/1)... no | checking for two-argument statfs with statfs.f_bsize member (AIX, 4.3BSD)... yes checking for two-argument statfs with statfs.f_bsize member (AIX, 4.3BSD)... yes | checking for sys/fs/s5param.h... no checking for sys/fs/s5param.h... no | checking for sys/statfs.h... no checking for sys/statfs.h... no | checking for statfs that truncates block counts... no checking for statfs that truncates block counts... no | checking for ftello... (cached) yes checking for ftello... (cached) yes | checking whether ftello works... (cached) yes checking whether ftello works... (cached) yes | checking for fts_open... yes checking for fts_open... yes | checking whether futimens works... no | checking for library containing getaddrinfo... none required checking for library containing getaddrinfo... none required | checking for getaddrinfo... yes checking for getaddrinfo... yes | checking whether gai_strerror is declared... yes checking whether gai_strerror is declared... yes | checking whether gai_strerrorA is declared... no checking whether gai_strerrorA is declared... no | checking for gai_strerror with POSIX signature... yes checking for gai_strerror with POSIX signature... yes | checking for struct sockaddr.sa_len... yes checking for struct sockaddr.sa_len... yes | checking whether getaddrinfo is declared... yes checking whether getaddrinfo is declared... yes | checking whether freeaddrinfo is declared... yes checking whether freeaddrinfo is declared... yes | checking whether getnameinfo is declared... yes checking whether getnameinfo is declared... yes | checking for struct addrinfo... yes checking for struct addrinfo... yes | checking whether getcwd handles long file names properly... yes checking whether getcwd handles long file names properly... yes | checking for getpagesize... yes checking for getpagesize... yes | checking whether getcwd succeeds when 4k < cwd_length < 16k... yes checking whether getcwd succeeds when 4k < cwd_length < 16k... yes | checking for working getdelim function... yes •checking for flockfile... (cached) yes | •checking for funlockfile... (cached) yes | •checking whether getc_unlocked is declared... (cached) yes | checking whether getdtablesize works... yes | checking whether getdtablesize works... yes checking for getgroups... (cached) yes | checking for getgroups... (cached) yes checking for working getgroups... (cached) yes | checking for working getgroups... (cached) yes checking whether getgroups handles negative values... yes | checking whether getgroups handles negative values... yes checking for gethostname... yes | checking for gethostname... yes checking for HOST_NAME_MAX... 256 | checking for HOST_NAME_MAX... 256 checking whether gethrtime is declared... no | checking whether gethrtime is declared... no •checking whether CLOCK_MONOTONIC or CLOCK_REALTIME is defined... no | checking whether CLOCK_MONOTONIC or CLOCK_REALTIME is defined... yes •checking for getline... no | checking for getline... yes | checking for working getline function... yes checking for getloadavg... yes | checking for getloadavg... yes checking for sys/loadavg.h... no | checking for sys/loadavg.h... no checking whether getloadavg is declared... yes | checking whether getloadavg is declared... yes checking for getpagesize... (cached) yes | checking for getpagesize... (cached) yes checking whether getpagesize is declared... yes | checking whether getpagesize is declared... yes checking for getpass without length limitations... no | checking for getpass without length limitations... no checking whether __fsetlocking is declared... no | checking whether __fsetlocking is declared... no checking for tcgetattr... yes | checking for tcgetattr... yes checking for tcsetattr... yes | checking for tcsetattr... yes checking whether program_invocation_name is declared... no | checking whether program_invocation_name is declared... no checking whether program_invocation_short_name is declared... no | checking whether program_invocation_short_name is declared... no checking whether __argv is declared... no | checking whether __argv is declared... no checking whether __progname is defined in default libraries... yes | checking whether __progname is defined in default libraries... yes checking for gettimeofday with POSIX signature... yes | checking for gettimeofday with POSIX signature... yes checking whether getusershell is declared... yes | checking whether getusershell is declared... yes checking for group_member... no | checking for group_member... no checking host operating system... Darwin | checking host operating system... Darwin checking for library containing gethostbyname... (cached) none required | checking for library containing gethostbyname... (cached) none required checking for gethostbyname... (cached) yes | checking for gethostbyname... (cached) yes checking for library containing inet_ntop... (cached) none required | checking for library containing inet_ntop... (cached) none required checking whether inet_ntop is declared... (cached) yes | checking whether inet_ntop is declared... (cached) yes checking whether the compiler generally respects inline... yes | checking whether the compiler generally respects inline... yes checking for isapipe... no | checking for isapipe... no checking whether pipes are FIFOs (and for their link count)... yes (0) | checking whether pipes are FIFOs (and for their link count)... yes (0) checking whether isnan(double) can be used without linking with libm... yes | checking whether isnan(double) can be used without linking with libm... yes checking whether isnan(float) can be used without linking with libm... yes | checking whether isnan(float) can be used without linking with libm... yes checking whether isnan(float) works... yes | checking whether isnan(float) works... yes checking whether isnan(long 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 whether isnanl works... yes checking whether iswblank is declared... yes | checking whether iswblank is declared... yes checking whether iswdigit is ISO C compliant... yes | checking whether iswdigit is ISO C compliant... yes checking whether iswxdigit is ISO C compliant... yes | checking whether iswxdigit is ISO C compliant... yes checking for lchown... yes | checking for lchown... yes checking for C compiler flag to ignore unused libraries... none | checking for C compiler flag to ignore unused libraries... none checking whether the compiler supports the __inline keyword... yes | checking whether the compiler supports the __inline keyword... yes checking for gmp.h... yes | checking for gmp.h... yes checking for libgmp... yes | checking for libgmp... yes checking how to link with libgmp... -lgmp | checking how to link with libgmp... -lgmp checking whether link obeys POSIX... no | checking whether link obeys POSIX... no checking for __xpg4... no | checking for __xpg4... no checking whether link(2) dereferences a symlink... yes | checking whether link(2) dereferences a symlink... yes | checking whether linkat() can link symlinks... no | checking whether linkat handles trailing slash correctly... yes checking for pthread_rwlock_t... yes | checking for pthread_rwlock_t... yes checking whether pthread_rwlock_rdlock prefers a writer to a reader... yes | checking whether pthread_rwlock_rdlock prefers a writer to a reader... yes checking whether lseek detects pipes... yes | checking whether lseek detects pipes... yes checking whether mbrtowc handles incomplete characters... (cached) yes | checking whether mbrtowc handles incomplete characters... (cached) yes checking whether mbrtowc works as well as mbtowc... (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 pwc argument... (cached) yes checking whether mbrtowc handles a NULL string 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 has a correct return value... (cached) yes checking whether mbrtowc returns 0 when parsing a NUL character... (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 stores incomplete characters... (cached) no checking whether mbrtowc works on empty input... (cached) yes | checking whether mbrtowc works on empty input... (cached) yes checking whether the C locale is free of encoding errors... (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 handles incomplete characters... (cached) yes checking whether mbrtowc works as well as mbtowc... (cached) yes | checking whether mbrtowc works as well as mbtowc... (cached) yes checking whether mbrtowc handles incomplete characters... (cached) yes | checking whether mbrtowc handles incomplete characters... (cached) yes checking whether mbrtowc works as well as mbtowc... (cached) yes | checking whether mbrtowc works as well as mbtowc... (cached) yes checking whether mbsrtowcs works... yes | checking whether mbsrtowcs works... yes checking whether mbswidth is declared in <wchar.h>... no | checking whether mbswidth is declared in <wchar.h>... no checking for mbstate_t... (cached) yes | checking for mbstate_t... (cached) yes checking for mbtowc... yes | checking for mbtowc... yes checking for mempcpy... (cached) no | checking for mempcpy... (cached) no checking for memrchr... no | checking for memrchr... no checking whether mkdir handles trailing slash... yes | checking whether mkdir handles trailing slash... yes checking whether mkdir handles trailing dot... yes | checking whether mkdir handles trailing dot... yes checking for mkfifo... yes | checking for mkfifo... yes checking whether mkfifo rejects trailing slashes... no | checking whether mkfifo rejects trailing slashes... no checking whether mknod can create fifo without root privileges... yes | checking whether mknod can create fifo without root privileges... yes checking for working mkstemp... yes | checking for working mkstemp... yes checking for __mktime_internal... no | checking for __mktime_internal... no checking for listmntent... no | checking for listmntent... no checking for sys/ucred.h... yes | checking for sys/ucred.h... yes checking for sys/mount.h... (cached) yes | checking for sys/mount.h... (cached) yes checking for mntent.h... no | checking for mntent.h... no checking for sys/fs_types.h... (cached) no | checking for sys/fs_types.h... (cached) no checking for struct fsstat.f_fstypename... no | checking for struct fsstat.f_fstypename... no checking for library containing getmntent... no | checking for library containing getmntent... no checking for getmntent... no | checking for getmntent... no checking for mntctl function and struct vmount... no | checking for mntctl function and struct vmount... no checking for getfsstat function... no | checking for getfsstat function... no checking for FIXME existence of three headers... no | checking for FIXME existence of three headers... no checking for getmntinfo function... yes | checking for getmntinfo function... yes checking whether getmntinfo returns statvfs structures... no | checking whether getmntinfo returns statvfs structures... no checking for sys/mntent.h... no | checking for sys/mntent.h... no checking for sys/mkdev.h... no | checking for sys/mkdev.h... no checking for sys/sysmacros.h... no | checking for sys/sysmacros.h... no checking for struct statfs.f_fstypename... yes | checking for struct statfs.f_fstypename... yes checking for library containing nanosleep... none required | checking for library containing nanosleep... none required checking for working nanosleep... yes | checking for working nanosleep... yes checking whether <netinet/in.h> is self-contained... yes | checking whether <netinet/in.h> is self-contained... yes checking whether YESEXPR works... yes | checking whether YESEXPR works... yes checking for sys/pstat.h... no | checking for sys/pstat.h... no checking for sys/sysmp.h... no | checking for sys/sysmp.h... no checking for sys/param.h... (cached) yes | checking for sys/param.h... (cached) yes checking for sys/sysctl.h... yes | checking for sys/sysctl.h... yes checking for sched_getaffinity... no | checking for sched_getaffinity... no checking for sched_getaffinity_np... no | checking for sched_getaffinity_np... no checking for pstat_getdynamic... no | checking for pstat_getdynamic... no checking for sysmp... no | checking for sysmp... no checking for sysctl... (cached) yes | checking for sysctl... (cached) yes checking for obstacks that work with any size object... no | checking for obstacks that work with any size object... no checking whether open recognizes a trailing slash... no | checking whether open recognizes a trailing slash... no checking for opendir... yes | checking for opendir... yes checking for bison... bison | checking for bison... bison checking for bison 2.4 or newer... 3.8.2, ok | checking for bison 2.4 or newer... 3.8.2, ok checking for struct tm.tm_zone... (cached) yes | checking for struct tm.tm_zone... (cached) yes checking for Perl 5.005 or newer... perl | checking for Perl 5.005 or newer... perl checking for sys/pstat.h... (cached) no | checking for sys/pstat.h... (cached) no checking for sys/sysmp.h... (cached) no | checking for sys/sysmp.h... (cached) no checking for sys/sysinfo.h... no | checking for sys/sysinfo.h... no checking for machine/hal_sysinfo.h... no | checking for machine/hal_sysinfo.h... no checking for sys/table.h... no | checking for sys/table.h... no checking for sys/param.h... (cached) yes | checking for sys/param.h... (cached) yes checking for sys/systemcfg.h... no | checking for sys/systemcfg.h... no checking for sys/sysctl.h... (cached) yes | checking for sys/sysctl.h... (cached) yes checking for pstat_getstatic... no | checking for pstat_getstatic... no checking for pstat_getdynamic... (cached) no | checking for pstat_getdynamic... (cached) no checking for sysmp... (cached) no | checking for sysmp... (cached) no checking for getsysinfo... no | checking for getsysinfo... no checking for sysctl... (cached) yes | checking for sysctl... (cached) yes checking for table... yes | checking for table... yes checking for sysinfo... (cached) no | checking for sysinfo... (cached) no checking for struct sysinfo.mem_unit... no | checking for struct sysinfo.mem_unit... no checking for a shell that conforms to POSIX... /bin/sh | checking for a shell that conforms to POSIX... /bin/sh | checking whether posix_memalign works for large alignments... yes checking whether frexp works... (cached) yes | checking whether frexp works... (cached) yes checking whether ldexp can be used without linking with libm... (cached) yes | checking whether ldexp can be used without linking with libm... (cached) yes checking whether frexpl() can be used without linking with libm... (cached) yes | checking whether frexpl() can be used without linking with libm... (cached) yes checking whether frexpl works... (cached) no | checking whether frexpl works... (cached) no checking whether ldexpl() can be used without linking with libm... yes | checking whether ldexpl() can be used without linking with libm... yes checking whether ldexpl works... no | checking whether ldexpl works... no checking for getppriv... no | checking for getppriv... no checking whether program_invocation_name is declared... (cached) no | checking whether program_invocation_name is declared... (cached) no checking whether program_invocation_short_name is declared... (cached) no | checking whether program_invocation_short_name is declared... (cached) no checking whether signature of pselect conforms to POSIX... yes | checking whether signature of pselect conforms to POSIX... yes checking whether pselect detects invalid fds... yes | checking whether pselect detects invalid fds... yes checking for pthread_mutexattr_getrobust... no | checking for pthread_mutexattr_getrobust... no checking whether pthread_create exists as a global function... yes | checking whether pthread_create exists as a global function... yes checking whether pthread_mutex_timedlock is declared... no | checking whether pthread_mutex_timedlock is declared... no checking whether pthread_sigmask is a macro... no | checking whether pthread_sigmask is a macro... no checking whether pthread_sigmask works without -lpthread... yes | checking whether pthread_sigmask works without -lpthread... yes checking whether pthread_sigmask returns error numbers... yes | checking whether pthread_sigmask returns error numbers... yes checking whether pthread_sigmask unblocks signals correctly... guessing yes | checking whether pthread_sigmask unblocks signals correctly... guessing yes checking for putenv compatible with GNU and SVID... no | checking for putenv compatible with GNU and SVID... no checking whether _putenv is declared... no | checking whether _putenv is declared... no checking for raise... yes | checking for raise... yes checking for sigprocmask... yes | checking for sigprocmask... yes checking for rawmemchr... no | checking for rawmemchr... no checking for readdir... yes | checking for readdir... yes checking whether readlink signature is correct... yes | checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... no | checking whether readlink handles trailing slash correctly... no checking whether readlink truncates results correctly... yes | checking whether readlink truncates results correctly... yes | checking whether readlinkat signature is correct... yes checking whether getutent is declared... no | checking whether getutent is declared... no checking for struct utmpx.ut_user... yes | checking for struct utmpx.ut_user... yes checking for struct utmp.ut_user... no | checking for struct utmp.ut_user... no checking for struct utmpx.ut_name... no | checking for struct utmpx.ut_name... no checking for struct utmp.ut_name... yes | checking for struct utmp.ut_name... yes checking for struct utmpx.ut_type... yes | checking for struct utmpx.ut_type... yes checking for struct utmp.ut_type... no | checking for struct utmp.ut_type... no checking for struct utmpx.ut_pid... yes | checking for struct utmpx.ut_pid... yes checking for struct utmp.ut_pid... no | checking for struct utmp.ut_pid... no checking for struct utmpx.ut_id... yes | checking for struct utmpx.ut_id... yes checking for struct utmp.ut_id... no | checking for struct utmp.ut_id... no checking for struct utmpx.ut_exit... no | checking for struct utmpx.ut_exit... no checking for struct utmp.ut_exit... no | checking for struct utmp.ut_exit... no checking for struct utmpx.ut_exit.ut_exit... no | checking for struct utmpx.ut_exit.ut_exit... no checking for struct utmp.ut_exit.ut_exit... no | checking for struct utmp.ut_exit.ut_exit... no checking for struct utmpx.ut_exit.e_exit... no | checking for struct utmpx.ut_exit.e_exit... no checking for struct utmp.ut_exit.e_exit... no | checking for struct utmp.ut_exit.e_exit... no checking for struct utmpx.ut_exit.ut_termination... no | checking for struct utmpx.ut_exit.ut_termination... no checking for struct utmp.ut_exit.ut_termination... no | checking for struct utmp.ut_exit.ut_termination... no checking for struct utmpx.ut_exit.e_termination... no | checking for struct utmpx.ut_exit.e_termination... no checking for struct utmp.ut_exit.e_termination... no | checking for struct utmp.ut_exit.e_termination... no checking whether realloc (0, 0) returns nonnull... yes | checking whether realloc (0, 0) returns nonnull... yes checking for reallocarray... no | checking for reallocarray... no checking for working re_compile_pattern... no | checking for working re_compile_pattern... no checking for libintl.h... yes | checking for libintl.h... yes checking whether isblank is declared... yes | checking whether isblank is declared... yes checking whether rename honors trailing slash on destination... no | checking whether rename honors trailing slash on destination... no checking whether rename honors trailing slash on source... no | checking whether rename honors trailing slash on source... no checking whether rename manages hard links correctly... yes | checking whether rename manages hard links correctly... yes checking whether rename manages existing destinations correctly... yes | checking whether rename manages existing destinations correctly... yes checking for linux/fs.h... (cached) no | checking for linux/fs.h... (cached) no checking for linux/fs.h... (cached) no | checking for linux/fs.h... (cached) no checking for rewinddir... yes | checking for rewinddir... yes checking whether rmdir works... (cached) yes | checking whether rmdir works... (cached) yes checking for rpmatch... no | checking for rpmatch... no checking for nl_langinfo and YESEXPR... yes | checking for nl_langinfo and YESEXPR... yes checking whether select supports a 0 argument... yes | checking whether select supports a 0 argument... yes checking whether select detects invalid fds... yes | checking whether select detects invalid fds... yes checking for selinux/flask.h... no | checking for selinux/flask.h... no checking for library containing getservbyname... (cached) none required | checking for library containing getservbyname... (cached) none required checking for getservbyname... (cached) yes | checking for getservbyname... (cached) yes checking whether setenv validates arguments... no | checking whether setenv validates arguments... no checking whether setlocale (LC_ALL, NULL) is multithread-safe... (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 setlocale (category, NULL) is multithread-safe... (cached) yes checking whether imported symbols can be declared weak... (cached) no | checking whether imported symbols can be declared weak... (cached) no checking whether the -Werror option is usable... yes | checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes | checking for simple visibility declarations... yes checking for sig2str... no | checking for sig2str... no checking for struct sigaction.sa_sigaction... yes | checking for struct sigaction.sa_sigaction... yes checking for signbit macro... yes | checking for signbit macro... yes checking for signbit compiler built-ins... yes | checking for signbit compiler built-ins... yes checking for sigprocmask... (cached) yes | checking for sigprocmask... (cached) yes checking for stdint.h... (cached) yes | checking for stdint.h... (cached) yes checking for SIZE_MAX... yes | checking for SIZE_MAX... yes checking for smack_new_label_from_self in -lsmack... no | checking for smack_new_label_from_self in -lsmack... no checking for snprintf... (cached) yes | checking for snprintf... (cached) yes checking whether snprintf respects a size of 1... yes | checking whether snprintf respects a size of 1... yes checking whether printf supports POSIX/XSI format strings with positions... yes | checking whether printf supports POSIX/XSI format strings with positions... yes checking for socklen_t... yes | checking for socklen_t... yes checking for ssize_t... (cached) yes | checking for ssize_t... (cached) yes checking whether stat handles trailing slashes on files... no | checking whether stat handles trailing slashes on files... no checking for struct stat.st_atim.tv_nsec... no | checking for struct stat.st_atim.tv_nsec... no checking for struct stat.st_atimespec.tv_nsec... yes | checking for struct stat.st_atimespec.tv_nsec... yes checking for struct stat.st_birthtimespec.tv_nsec... no | checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no | checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no | checking for struct stat.st_birthtim.tv_nsec... no checking for working stdalign.h... no | checking for working stdalign.h... no checking for va_copy... yes | checking for va_copy... yes checking for stpcpy... yes | checking for stpcpy... yes | checking for working strnlen... yes checking for strsignal... yes | checking for strsignal... yes checking whether strsignal always returns a string... yes | checking whether strsignal always returns a string... yes checking whether strstr works... yes | checking whether strstr works... yes checking whether strtod obeys C99... no | checking whether strtod obeys C99... no checking for nl_langinfo... (cached) yes | checking for nl_langinfo... (cached) yes checking whether strtoimax works... yes | checking whether strtoimax works... yes checking whether strtold obeys POSIX... no | checking whether strtold obeys POSIX... no checking for nl_langinfo... (cached) yes | checking for nl_langinfo... (cached) yes checking for strtoll... yes | checking for strtoll... yes checking whether strtoll works... no | checking whether strtoll works... no checking for strtoull... yes | checking for strtoull... yes checking whether strtoull works... no | checking whether strtoull works... no checking whether symlink handles trailing slash correctly... no | checking whether symlink handles trailing slash correctly... no | checking whether symlinkat handles trailing slash correctly... no checking whether localtime_r is declared... yes | checking whether localtime_r is declared... yes checking whether localtime_r is compatible with its POSIX signature... yes | checking whether localtime_r is compatible with its POSIX signature... yes checking whether localtime works even near extrema... yes | checking whether localtime works even near extrema... yes checking for timezone_t... no | checking for timezone_t... no checking whether timer_settime is declared... no | checking whether timer_settime is declared... no checking for uname... yes | checking for uname... yes checking whether unlink honors trailing slashes... (cached) no | checking whether unlink honors trailing slashes... (cached) no checking whether unlink of a parent directory fails as it should... (cached) no | checking whether unlink of a parent directory fails as it should... (cached) no checking whether a running program can be unlinked... yes | checking whether a running program can be unlinked... yes checking for unsetenv... yes | checking for unsetenv... yes checking for unsetenv() return type... int | checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... yes | checking whether unsetenv obeys POSIX... yes checking for /proc/uptime... no | checking for /proc/uptime... no checking for utime... yes | checking for utime... yes checking whether utime handles trailing slashes on files... no | checking whether utime handles trailing slashes on files... no | checking whether utimensat works... no checking for variable-length arrays... yes | checking for variable-length arrays... yes checking for ptrdiff_t... yes | checking for ptrdiff_t... yes checking for vasprintf... yes | checking for vasprintf... yes checking for vasprintf... (cached) yes | checking for vasprintf... (cached) yes checking for nl_langinfo... (cached) yes | checking for nl_langinfo... (cached) yes checking for ptrdiff_t... (cached) yes | checking for ptrdiff_t... (cached) yes checking for nl_langinfo... (cached) yes | checking for nl_langinfo... (cached) yes checking for ptrdiff_t... (cached) yes | checking for ptrdiff_t... (cached) yes checking whether mbrtowc handles incomplete characters... (cached) yes | checking whether mbrtowc handles incomplete characters... (cached) yes checking whether mbrtowc works as well as mbtowc... (cached) yes | checking whether mbrtowc works as well as mbtowc... (cached) yes checking whether wcrtomb works in the C locale... yes | checking whether wcrtomb works in the C locale... yes checking whether wcrtomb return value is correct... yes | checking whether wcrtomb return value is correct... yes checking whether wcwidth is declared... (cached) yes | checking whether wcwidth is declared... (cached) yes checking whether wcwidth works reasonably in UTF-8 locales... (cached) no | checking whether wcwidth works reasonably in UTF-8 locales... (cached) no checking whether use of TIOCGWINSZ requires sys/ioctl.h... no | checking whether use of TIOCGWINSZ requires sys/ioctl.h... no checking whether use of TIOCGWINSZ requires termios.h... (cached) yes | checking whether use of TIOCGWINSZ requires termios.h... (cached) yes checking whether use of struct winsize requires sys/ptem.h... no | checking whether use of struct winsize requires sys/ptem.h... no checking for wmemchr... yes | checking for wmemchr... yes checking for stdint.h... (cached) yes | checking for stdint.h... (cached) yes checking for atoll... yes | checking for atoll... yes checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | 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 french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | checking for a traditional french locale... (cached) fr_FR.ISO8859-1 checking for a turkish Unicode locale... none | checking for a turkish Unicode locale... none checking whether byte ordering is bigendian... (cached) yes | checking whether byte ordering is bigendian... (cached) yes checking for library containing inet_pton... none required | checking for library containing inet_pton... none required checking whether inet_pton is declared... yes | checking whether inet_pton is declared... yes checking whether byte ordering is bigendian... (cached) yes | checking whether byte ordering is bigendian... (cached) yes checking for ioctl... yes | checking for ioctl... yes checking for ioctl with POSIX signature... no | checking for ioctl with POSIX signature... no checking where to find the exponent in a 'double'... (cached) word 0 bit 20 | checking where to find the exponent in a 'double'... (cached) word 0 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'... word 0 bit 20 | checking where to find the exponent in a 'long double'... word 0 bit 20 checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | 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 french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) ja_JP.eucJP | checking for a traditional japanese locale... (cached) ja_JP.eucJP checking for a transitional chinese locale... (cached) zh_CN.GB18030 | checking for a transitional chinese locale... (cached) zh_CN.GB18030 checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | 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 french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) ja_JP.eucJP | checking for a traditional japanese locale... (cached) ja_JP.eucJP checking for a transitional chinese locale... (cached) zh_CN.GB18030 | checking for a transitional chinese locale... (cached) zh_CN.GB18030 checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | 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 french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) ja_JP.eucJP | checking for a traditional japanese locale... (cached) ja_JP.eucJP checking for a transitional chinese locale... (cached) zh_CN.GB18030 | checking for a transitional chinese locale... (cached) zh_CN.GB18030 checking for a turkish Unicode locale... (cached) none | checking for a turkish Unicode locale... (cached) none checking for a transitional chinese locale... (cached) zh_CN.GB18030 | checking for a transitional chinese locale... (cached) zh_CN.GB18030 checking for a french Unicode locale... (cached) fr_FR.UTF-8 | 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 traditional french locale... (cached) fr_FR.ISO8859-1 checking for a french Unicode locale... (cached) fr_FR.UTF-8 | checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) ja_JP.eucJP | checking for a traditional japanese locale... (cached) ja_JP.eucJP checking for a transitional chinese locale... (cached) zh_CN.GB18030 | checking for a transitional chinese locale... (cached) zh_CN.GB18030 checking for a french Unicode locale... (cached) fr_FR.UTF-8 | checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a transitional chinese locale... (cached) zh_CN.GB18030 | checking for a transitional chinese locale... (cached) zh_CN.GB18030 checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | 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 french Unicode locale... (cached) fr_FR.UTF-8 checking whether perror matches strerror... yes | checking whether perror matches strerror... yes checking whether sched_yield is declared... yes | checking whether sched_yield is declared... yes checking for __secure_getenv... no | checking for __secure_getenv... no checking for issetugid... yes | checking for issetugid... yes checking whether setlocale supports the C locale... yes | checking whether setlocale supports the C locale... yes checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | 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 french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) ja_JP.eucJP | checking for a traditional japanese locale... (cached) ja_JP.eucJP checking for a transitional chinese locale... (cached) zh_CN.GB18030 | checking for a transitional chinese locale... (cached) zh_CN.GB18030 checking whether sleep is declared... yes | checking whether sleep is declared... yes checking for working sleep... yes | checking for working sleep... yes checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | 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 french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | 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 french Unicode locale... (cached) fr_FR.UTF-8 checking for pthread_atfork... yes | checking for pthread_atfork... yes checking for sys/single_threaded.h... no | checking for sys/single_threaded.h... no checking whether tmpfile works... yes | checking whether tmpfile works... yes checking for a french Unicode locale... (cached) fr_FR.UTF-8 | checking for a french Unicode locale... (cached) fr_FR.UTF-8 checking for a transitional chinese locale... (cached) zh_CN.GB18030 | checking for a transitional chinese locale... (cached) zh_CN.GB18030 checking for useconds_t... yes | checking for useconds_t... yes checking whether usleep allows large arguments... yes | checking whether usleep allows large arguments... yes checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | 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 french Unicode locale... (cached) fr_FR.UTF-8 checking for a traditional japanese locale... (cached) ja_JP.eucJP | checking for a traditional japanese locale... (cached) ja_JP.eucJP checking for a transitional chinese locale... (cached) zh_CN.GB18030 | checking for a transitional chinese locale... (cached) zh_CN.GB18030 checking whether wctob works... yes | checking whether wctob works... yes checking whether wctob is declared... yes | checking whether wctob is declared... yes checking for working volatile... yes | checking for working volatile... yes checking for unsigned long long int... yes | checking for unsigned long long int... yes checking for sys/sysctl.h... (cached) yes | checking for sys/sysctl.h... (cached) yes checking whether geteuid is declared... yes | checking whether geteuid is declared... yes checking whether getuid is declared... yes | checking whether getuid is declared... yes checking whether getgrgid is declared... yes | checking whether getgrgid is declared... yes checking whether getpwuid is declared... yes | checking whether getpwuid is declared... yes checking whether ttyname is declared... yes | checking whether ttyname is declared... yes checking whether setregid is declared... yes | checking whether setregid is declared... yes checking for attr/error_context.h... no | checking for attr/error_context.h... no checking for attr/libattr.h... no | checking for attr/libattr.h... no configure: WARNING: libattr development library was not found or not usable. | configure: WARNING: libattr development library was not found or not usable. configure: WARNING: GNU coreutils will be built without xattr support. | configure: WARNING: GNU coreutils will be built without xattr support. checking for struct stat.st_author... no | checking for struct stat.st_author... no checking for ino_t... yes | checking for ino_t... yes checking for major_t... no | checking for major_t... no checking for minor_t... no | checking for minor_t... no checking for mode_to_security_class... no | checking for mode_to_security_class... no checking for inotify_init... no | checking for inotify_init... no checking for nfs/vfs.h... no | checking for nfs/vfs.h... no checking for struct statfs.f_namelen... no | checking for struct statfs.f_namelen... no checking for struct statfs.f_namemax... no | checking for struct statfs.f_namemax... no checking for struct statfs.f_type... yes | checking for struct statfs.f_type... yes checking for struct statfs.f_frsize... no | checking for struct statfs.f_frsize... no checking for cap_get_file in -lcap... no | checking for cap_get_file in -lcap... no configure: WARNING: libcap library was not found or not usable. | configure: WARNING: libcap library was not found or not usable. configure: WARNING: GNU coreutils will be built without capability support. | configure: WARNING: GNU coreutils will be built without capability support. checking for working fork... yes | checking for working fork... yes checking for working vfork... (cached) yes | checking for working vfork... (cached) yes checking for chroot... yes | checking for chroot... yes checking for gethostid... yes | checking for gethostid... yes checking for sigsuspend... yes | checking for sigsuspend... yes checking whether use of struct winsize requires sys/ptem.h... (cached) no | checking whether use of struct winsize requires sys/ptem.h... (cached) no checking whether localtime caches TZ... no | checking whether localtime caches TZ... no checking for fclonefileat... no | checking for fclonefileat... no checking for getattrat... no | checking for getattrat... no checking for statx... no | checking for statx... no checking for initgroups... yes | checking for initgroups... yes checking for syslog... yes | checking for syslog... yes checking for 3-argument setpriority function... yes | checking for 3-argument setpriority function... yes checking ut_host in struct utmp... yes | checking ut_host in struct utmp... yes checking for sysctl... (cached) yes | checking for sysctl... (cached) yes checking for sys/sysctl.h... (cached) yes | checking for sys/sysctl.h... (cached) yes checking whether we can get the system boot time... yes | checking whether we can get the system boot time... yes checking POSIX termios... (cached) yes | checking POSIX termios... (cached) yes checking whether use of TIOCGWINSZ requires sys/ioctl.h... (cached) no | checking whether use of TIOCGWINSZ requires sys/ioctl.h... (cached) no checking whether termios.h needs _XOPEN_SOURCE... no | checking whether termios.h needs _XOPEN_SOURCE... no checking c_line in struct termios... no | checking c_line in struct termios... no checking whether use of struct winsize requires sys/ptem.h... (cached) no | checking whether use of struct winsize requires sys/ptem.h... (cached) no checking whether use of TIOCGWINSZ requires termios.h... (cached) yes | checking whether use of TIOCGWINSZ requires termios.h... (cached) yes checking whether strsignal is declared... (cached) yes | checking whether strsignal is declared... (cached) yes checking whether sys_siglist is declared... yes | checking whether sys_siglist is declared... yes checking whether _sys_siglist is declared... no | checking whether _sys_siglist is declared... no checking whether __sys_siglist is declared... no | checking whether __sys_siglist is declared... no checking whether C compiler handles -Werror... yes | checking whether C compiler handles -Werror... yes checking whether C compiler handles -errwarn... no | checking whether C compiler handles -errwarn... no checking whether this system supports stdbuf... yes | checking whether this system supports stdbuf... yes checking if __get_cpuid available... no | checking if __get_cpuid available... no checking if pclmul intrinsic exists... no | checking if pclmul intrinsic exists... no checking if __get_cpuid_count exists... no | checking if __get_cpuid_count exists... no checking if avx2 intrinstics exists... no | checking if avx2 intrinstics exists... no checking whether NLS is requested... yes | checking whether NLS is requested... yes checking for msgfmt... /opt/local/bin/msgfmt | checking for msgfmt... /opt/local/bin/msgfmt checking for gmsgfmt... /opt/local/bin/msgfmt | checking for gmsgfmt... /opt/local/bin/msgfmt checking for xgettext... /opt/local/bin/xgettext | checking for xgettext... /opt/local/bin/xgettext checking for msgmerge... /opt/local/bin/msgmerge | checking for msgmerge... /opt/local/bin/msgmerge checking for CFPreferencesCopyAppValue... (cached) yes | checking for CFPreferencesCopyAppValue... (cached) yes checking for CFLocaleCopyPreferredLanguages... (cached) yes | checking for CFLocaleCopyPreferredLanguages... (cached) yes checking for GNU gettext in libc... no | checking for GNU gettext in libc... no checking for iconv... (cached) yes | checking for iconv... (cached) yes checking for working iconv... (cached) yes | checking for working iconv... (cached) yes checking how to link with libiconv... -liconv | checking how to link with libiconv... -liconv checking for GNU gettext in libintl... yes | checking for GNU gettext in libintl... yes checking whether to use NLS... yes | checking whether to use NLS... yes checking where the gettext function comes from... external libintl | checking where the gettext function comes from... external libintl checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation | checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation checking for a traditional french locale... (cached) fr_FR.ISO8859-1 | checking for a traditional french locale... (cached) fr_FR.ISO8859-1 checking that generated files are newer than configure... done | checking that generated files are newer than configure... done
Here is a record of changed gsed
commands to apply the configuration to the software (the bullet in the first column again marks changes from 1 to 0 or 0 to 1):
/opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''HAVE_ALLOCA_H''@|1|g' \ ./lib/alloca.in.h > lib/alloca.h-t mv lib/alloca.h-t lib/alloca.h /opt/local/bin/gmkdir -p 'lib/arpa' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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_ARPA_INET_H''@|<arpa/inet.h>|g' \ -e 's|@''HAVE_ARPA_INET_H''@|1|g' \ -e 's/@''GNULIB_INET_NTOP''@/1/g' \ -e 's/@''GNULIB_INET_PTON''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \ -e 's|@''HAVE_DECL_INET_NTOP''@|1|g' \ -e 's|@''HAVE_DECL_INET_PTON''@|1|g' \ -e 's|@''REPLACE_INET_NTOP''@|0|g' \ -e 's|@''REPLACE_INET_PTON''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/arpa_inet.in.h > lib/arpa/inet.h-t mv lib/arpa/inet.h-t lib/arpa/inet.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w lib/byteswap.h-t' ./lib/byteswap.in.h mv lib/byteswap.h-t lib/byteswap.h /opt/local/bin/gmkdir -p 'lib' { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#if HAVE_WINSOCK2_H'; \ echo '# include <winsock2.h> /* avoid mingw pollution on DATADIR */'; \ echo '#endif'; \ echo '#define PREFIX "/opt/local"'; \ echo '#define EXEC_PREFIX "/opt/local"'; \ echo '#define BINDIR "/opt/local/bin"'; \ echo '#define SBINDIR "/opt/local/sbin"'; \ echo '#define LIBEXECDIR "/opt/local/libexec"'; \ echo '#define DATAROOTDIR "/opt/local/share"'; \ echo '#define DATADIR "/opt/local/share"'; \ echo '#define SYSCONFDIR "/opt/local/etc"'; \ echo '#define SHAREDSTATEDIR "/opt/local/com"'; \ echo '#define LOCALSTATEDIR "/opt/local/var"'; \ echo '#define RUNSTATEDIR "/opt/local/var/run"'; \ echo '#define INCLUDEDIR "/opt/local/include"'; \ echo '#define OLDINCLUDEDIR "/usr/include"'; \ echo '#define DOCDIR "/opt/local/share/doc/coreutils"'; \ echo '#define INFODIR "/opt/local/share/info"'; \ echo '#define HTMLDIR "/opt/local/share/doc/coreutils"'; \ echo '#define DVIDIR "/opt/local/share/doc/coreutils"'; \ echo '#define PDFDIR "/opt/local/share/doc/coreutils"'; \ echo '#define PSDIR "/opt/local/share/doc/coreutils"'; \ echo '#define LIBDIR "/opt/local/lib"'; \ echo '#define LISPDIR "/opt/local/share/emacs/site-lisp"'; \ echo '#define LOCALEDIR "/opt/local/share/locale"'; \ echo '#define MANDIR "/opt/local/share/man"'; \ echo '#define MANEXT ""'; \ echo '#define PKGDATADIR "/opt/local/share/coreutils"'; \ echo '#define PKGINCLUDEDIR "/opt/local/include/coreutils"'; \ echo '#define PKGLIBDIR "/opt/local/lib/coreutils"'; \ echo '#define PKGLIBEXECDIR "/opt/local/libexec/coreutils"'; \ } | sed '/""/d' > lib/configmake.h-t mv lib/configmake.h-t lib/configmake.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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_CTYPE_H''@|<ctype.h>|g' \ -e 's/@''GNULIB_ISBLANK''@/1/g' \ -e 's/@''HAVE_ISBLANK''@/1/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/ctype.in.h > lib/ctype.h-t mv lib/ctype.h-t lib/ctype.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_DIRENT_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_DIRENT_H''@|<dirent.h>|g' \ -e 's/@''GNULIB_OPENDIR''@/1/g' \ -e 's/@''GNULIB_READDIR''@/1/g' \ -e 's/@''GNULIB_REWINDDIR''@/1/g' \ -e 's/@''GNULIB_CLOSEDIR''@/1/g' \ -e 's/@''GNULIB_DIRFD''@/1/g' \ -e 's/@''GNULIB_FDOPENDIR''@/1/g' \ -e 's/@''GNULIB_SCANDIR''@/0/g' \ -e 's/@''GNULIB_ALPHASORT''@/0/g' \ -e 's/@''HAVE_OPENDIR''@/1/g' \ -e 's/@''HAVE_READDIR''@/1/g' \ -e 's/@''HAVE_REWINDDIR''@/1/g' \ -e 's/@''HAVE_CLOSEDIR''@/1/g' \ -e 's|@''HAVE_DECL_DIRFD''@|1|g' \ • -e 's|@''HAVE_DECL_FDOPENDIR''@|0|g' \ • -e 's|@''HAVE_FDOPENDIR''@|0|g' \ -e 's|@''HAVE_SCANDIR''@|1|g' \ -e 's|@''HAVE_ALPHASORT''@|1|g' \ -e 's|@''REPLACE_OPENDIR''@|0|g' \ -e 's|@''REPLACE_CLOSEDIR''@|0|g' \ -e 's|@''REPLACE_DIRFD''@|0|g' \ -e 's|@''REPLACE_FDOPENDIR''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/dirent.in.h > lib/dirent.h-t mv lib/dirent.h-t lib/dirent.h /opt/local/bin/gmkdir -p 'lib/malloc' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e '/libc_hidden_proto/d' \ ./lib/malloc/dynarray.h > lib/malloc/dynarray.gl.h-t mv lib/malloc/dynarray.gl.h-t lib/malloc/dynarray.gl.h /opt/local/bin/gmkdir -p 'lib/malloc' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|<malloc/dynarray\.h>|<malloc/dynarray.gl.h>|g' \ -e 's|__attribute_maybe_unused__|_GL_ATTRIBUTE_MAYBE_UNUSED|g' \ -e 's|__attribute_nonnull__|_GL_ATTRIBUTE_NONNULL|g' \ -e 's|__attribute_warn_unused_result__|_GL_ATTRIBUTE_NODISCARD|g' \ -e 's|__glibc_likely|_GL_LIKELY|g' \ -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \ ./lib/malloc/dynarray-skeleton.c > lib/malloc/dynarray-skeleton.gl.h-t mv lib/malloc/dynarray-skeleton.gl.h-t lib/malloc/dynarray-skeleton.gl.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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_ERRNO_H''@|<errno.h>|g' \ -e 's|@''EMULTIHOP_HIDDEN''@|0|g' \ -e 's|@''EMULTIHOP_VALUE''@||g' \ -e 's|@''ENOLINK_HIDDEN''@|0|g' \ -e 's|@''ENOLINK_VALUE''@||g' \ -e 's|@''EOVERFLOW_HIDDEN''@|0|g' \ -e 's|@''EOVERFLOW_VALUE''@||g' \ ./lib/errno.in.h > lib/errno.h-t mv lib/errno.h-t lib/errno.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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''@/1/g' \ -e 's/@''GNULIB_MDA_CREAT''@/1/g' \ -e 's/@''GNULIB_MDA_OPEN''@/1/g' \ -e 's|@''HAVE_FCNTL''@|1|g' \ • -e 's|@''HAVE_OPENAT''@|0|g' \ -e 's|@''REPLACE_CREAT''@|0|g' \ -e 's|@''REPLACE_FCNTL''@|1|g' \ -e 's|@''REPLACE_OPEN''@|1|g' \ • -e 's|@''REPLACE_OPENAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/fcntl.in.h > lib/fcntl.h-t mv lib/fcntl.h-t lib/fcntl.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_FNMATCH_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_FNMATCH_H''@|<fnmatch.h>|g' \ -e 's/@''GNULIB_FNMATCH''@/1/g' \ -e 's|@''HAVE_FNMATCH''@|1|g' \ -e 's|@''REPLACE_FNMATCH''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/fnmatch.in.h > lib/fnmatch.h-t mv lib/fnmatch.h-t lib/fnmatch.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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 ./lib/arg-nonnull.h' \ ./lib/getopt.in.h > lib/getopt.h-t mv lib/getopt.h-t lib/getopt.h sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''HAVE_SYS_CDEFS_H''@|1|g' \ ./lib/getopt-cdefs.in.h > lib/getopt-cdefs.h-t mv lib/getopt-cdefs.h-t lib/getopt-cdefs.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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 ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/iconv.in.h > lib/iconv.h-t mv lib/iconv.h-t lib/iconv.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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''@/"l"/g' \ -e 's/@''GNULIB_IMAXABS''@/0/g' \ -e 's/@''GNULIB_IMAXDIV''@/0/g' \ -e 's/@''GNULIB_STRTOIMAX''@/1/g' \ -e 's/@''GNULIB_STRTOUMAX''@/1/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''@/0/g' \ -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \ -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/inttypes.in.h > lib/inttypes.h-t mv lib/inttypes.h-t lib/inttypes.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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''@/1/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''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/langinfo.in.h > lib/langinfo.h-t mv lib/langinfo.h-t lib/langinfo.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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' \ ./lib/limits.in.h > lib/limits.h-t mv lib/limits.h-t lib/limits.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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''@/1/g' \ -e 's/@''GNULIB_SETLOCALE''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_SETLOCALE_NULL''@/1/g' \ -e 's/@''GNULIB_DUPLOCALE''@/0/g' \ -e 's/@''GNULIB_LOCALENAME''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's|@''HAVE_NEWLOCALE''@|1|g' \ -e 's|@''HAVE_DUPLOCALE''@|1|g' \ -e 's|@''HAVE_FREELOCALE''@|1|g' \ -e 's|@''HAVE_XLOCALE_H''@|1|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 's|@''LOCALENAME_ENHANCE_LOCALE_FUNCS''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/locale.in.h > lib/locale.h-t mv lib/locale.h-t lib/locale.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \ -e 's/@''GNULIB_ACOSF''@/0/g' \ -e 's/@''GNULIB_ACOSL''@/0/g' \ -e 's/@''GNULIB_ASINF''@/0/g' \ -e 's/@''GNULIB_ASINL''@/0/g' \ -e 's/@''GNULIB_ATANF''@/0/g' \ -e 's/@''GNULIB_ATANL''@/0/g' \ -e 's/@''GNULIB_ATAN2F''@/0/g' \ -e 's/@''GNULIB_CBRT''@/0/g' \ -e 's/@''GNULIB_CBRTF''@/0/g' \ -e 's/@''GNULIB_CBRTL''@/0/g' \ -e 's/@''GNULIB_CEIL''@/0/g' \ -e 's/@''GNULIB_CEILF''@/0/g' \ -e 's/@''GNULIB_CEILL''@/0/g' \ -e 's/@''GNULIB_COPYSIGN''@/0/g' \ -e 's/@''GNULIB_COPYSIGNF''@/0/g' \ -e 's/@''GNULIB_COPYSIGNL''@/0/g' \ -e 's/@''GNULIB_COSF''@/0/g' \ -e 's/@''GNULIB_COSL''@/0/g' \ -e 's/@''GNULIB_COSHF''@/0/g' \ -e 's/@''GNULIB_EXPF''@/0/g' \ -e 's/@''GNULIB_EXPL''@/0/g' \ -e 's/@''GNULIB_EXP2''@/0/g' \ -e 's/@''GNULIB_EXP2F''@/0/g' \ -e 's/@''GNULIB_EXP2L''@/0/g' \ -e 's/@''GNULIB_EXPM1''@/0/g' \ -e 's/@''GNULIB_EXPM1F''@/0/g' \ -e 's/@''GNULIB_EXPM1L''@/0/g' \ -e 's/@''GNULIB_FABSF''@/0/g' \ -e 's/@''GNULIB_FABSL''@/0/g' \ -e 's/@''GNULIB_FLOOR''@/0/g' \ -e 's/@''GNULIB_FLOORF''@/0/g' \ -e 's/@''GNULIB_FLOORL''@/0/g' \ -e 's/@''GNULIB_FMA''@/0/g' \ -e 's/@''GNULIB_FMAF''@/0/g' \ -e 's/@''GNULIB_FMAL''@/0/g' \ -e 's/@''GNULIB_FMOD''@/0/g' \ -e 's/@''GNULIB_FMODF''@/0/g' \ -e 's/@''GNULIB_FMODL''@/0/g' \ -e 's/@''GNULIB_FREXPF''@/0/g' \ -e 's/@''GNULIB_FREXP''@/1/g' \ -e 's/@''GNULIB_FREXPL''@/1/g' \ -e 's/@''GNULIB_HYPOT''@/0/g' \ -e 's/@''GNULIB_HYPOTF''@/0/g' \ -e 's/@''GNULIB_HYPOTL''@/0/g' \ < ./lib/math.in.h | \ sed -e 's/@''GNULIB_ILOGB''@/0/g' \ -e 's/@''GNULIB_ILOGBF''@/0/g' \ -e 's/@''GNULIB_ILOGBL''@/0/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_LDEXPF''@/0/g' \ -e 's/@''GNULIB_LDEXPL''@/0/g' \ -e 's/@''GNULIB_LOG''@/0/g' \ -e 's/@''GNULIB_LOGF''@/0/g' \ -e 's/@''GNULIB_LOGL''@/0/g' \ -e 's/@''GNULIB_LOG10''@/0/g' \ -e 's/@''GNULIB_LOG10F''@/0/g' \ -e 's/@''GNULIB_LOG10L''@/0/g' \ -e 's/@''GNULIB_LOG1P''@/0/g' \ -e 's/@''GNULIB_LOG1PF''@/0/g' \ -e 's/@''GNULIB_LOG1PL''@/0/g' \ -e 's/@''GNULIB_LOG2''@/0/g' \ -e 's/@''GNULIB_LOG2F''@/0/g' \ -e 's/@''GNULIB_LOG2L''@/0/g' \ -e 's/@''GNULIB_LOGB''@/0/g' \ -e 's/@''GNULIB_LOGBF''@/0/g' \ -e 's/@''GNULIB_LOGBL''@/0/g' \ -e 's/@''GNULIB_MODF''@/0/g' \ -e 's/@''GNULIB_MODFF''@/0/g' \ -e 's/@''GNULIB_MODFL''@/0/g' \ -e 's/@''GNULIB_POWF''@/0/g' \ -e 's/@''GNULIB_REMAINDER''@/0/g' \ -e 's/@''GNULIB_REMAINDERF''@/0/g' \ -e 's/@''GNULIB_REMAINDERL''@/0/g' \ -e 's/@''GNULIB_RINT''@/0/g' \ -e 's/@''GNULIB_RINTF''@/0/g' \ -e 's/@''GNULIB_RINTL''@/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_SINF''@/0/g' \ -e 's/@''GNULIB_SINL''@/0/g' \ -e 's/@''GNULIB_SINHF''@/0/g' \ -e 's/@''GNULIB_SQRTF''@/0/g' \ -e 's/@''GNULIB_SQRTL''@/0/g' \ -e 's/@''GNULIB_TANF''@/0/g' \ -e 's/@''GNULIB_TANL''@/0/g' \ -e 's/@''GNULIB_TANHF''@/0/g' \ -e 's/@''GNULIB_TRUNC''@/0/g' \ -e 's/@''GNULIB_TRUNCF''@/0/g' \ -e 's/@''GNULIB_TRUNCL''@/0/g' \ -e 's/@''GNULIB_MDA_J0''@/1/g' \ -e 's/@''GNULIB_MDA_J1''@/1/g' \ -e 's/@''GNULIB_MDA_JN''@/1/g' \ -e 's/@''GNULIB_MDA_Y0''@/1/g' \ -e 's/@''GNULIB_MDA_Y1''@/1/g' \ -e 's/@''GNULIB_MDA_YN''@/1/g' \ | \ sed -e 's|@''HAVE_ACOSF''@|1|g' \ -e 's|@''HAVE_ACOSL''@|1|g' \ -e 's|@''HAVE_ASINF''@|1|g' \ -e 's|@''HAVE_ASINL''@|1|g' \ -e 's|@''HAVE_ATANF''@|1|g' \ -e 's|@''HAVE_ATANL''@|1|g' \ -e 's|@''HAVE_ATAN2F''@|1|g' \ -e 's|@''HAVE_CBRT''@|1|g' \ -e 's|@''HAVE_CBRTF''@|1|g' \ -e 's|@''HAVE_CBRTL''@|1|g' \ -e 's|@''HAVE_COPYSIGN''@|1|g' \ -e 's|@''HAVE_COPYSIGNL''@|1|g' \ -e 's|@''HAVE_COSF''@|1|g' \ -e 's|@''HAVE_COSL''@|1|g' \ -e 's|@''HAVE_COSHF''@|1|g' \ -e 's|@''HAVE_EXPF''@|1|g' \ -e 's|@''HAVE_EXPL''@|1|g' \ -e 's|@''HAVE_EXPM1''@|1|g' \ -e 's|@''HAVE_EXPM1F''@|1|g' \ -e 's|@''HAVE_FABSF''@|1|g' \ -e 's|@''HAVE_FABSL''@|1|g' \ -e 's|@''HAVE_FMA''@|1|g' \ -e 's|@''HAVE_FMAF''@|1|g' \ -e 's|@''HAVE_FMAL''@|1|g' \ -e 's|@''HAVE_FMODF''@|1|g' \ -e 's|@''HAVE_FMODL''@|1|g' \ -e 's|@''HAVE_FREXPF''@|1|g' \ -e 's|@''HAVE_HYPOTF''@|1|g' \ -e 's|@''HAVE_HYPOTL''@|1|g' \ -e 's|@''HAVE_ILOGB''@|1|g' \ -e 's|@''HAVE_ILOGBF''@|1|g' \ -e 's|@''HAVE_ILOGBL''@|1|g' \ -e 's|@''HAVE_ISNANF''@|1|g' \ -e 's|@''HAVE_ISNAND''@|1|g' \ -e 's|@''HAVE_ISNANL''@|1|g' \ -e 's|@''HAVE_LDEXPF''@|1|g' \ -e 's|@''HAVE_LOGF''@|1|g' \ -e 's|@''HAVE_LOGL''@|1|g' \ -e 's|@''HAVE_LOG10F''@|1|g' \ -e 's|@''HAVE_LOG10L''@|1|g' \ -e 's|@''HAVE_LOG1P''@|1|g' \ -e 's|@''HAVE_LOG1PF''@|1|g' \ -e 's|@''HAVE_LOG1PL''@|1|g' \ -e 's|@''HAVE_LOGBF''@|1|g' \ -e 's|@''HAVE_LOGBL''@|1|g' \ -e 's|@''HAVE_MODFF''@|1|g' \ -e 's|@''HAVE_MODFL''@|1|g' \ -e 's|@''HAVE_POWF''@|1|g' \ -e 's|@''HAVE_REMAINDER''@|1|g' \ -e 's|@''HAVE_REMAINDERF''@|1|g' \ -e 's|@''HAVE_RINT''@|1|g' \ -e 's|@''HAVE_RINTL''@|1|g' \ -e 's|@''HAVE_SINF''@|1|g' \ -e 's|@''HAVE_SINL''@|1|g' \ -e 's|@''HAVE_SINHF''@|1|g' \ -e 's|@''HAVE_SQRTF''@|1|g' \ -e 's|@''HAVE_SQRTL''@|1|g' \ -e 's|@''HAVE_TANF''@|1|g' \ -e 's|@''HAVE_TANL''@|1|g' \ -e 's|@''HAVE_TANHF''@|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_CBRTF''@|1|g' \ -e 's|@''HAVE_DECL_CBRTL''@|1|g' \ -e 's|@''HAVE_DECL_CEILF''@|1|g' \ -e 's|@''HAVE_DECL_CEILL''@|1|g' \ -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \ -e 's|@''HAVE_DECL_COSL''@|1|g' \ -e 's|@''HAVE_DECL_EXPL''@|1|g' \ -e 's|@''HAVE_DECL_EXP2''@|1|g' \ -e 's|@''HAVE_DECL_EXP2F''@|1|g' \ -e 's|@''HAVE_DECL_EXP2L''@|1|g' \ -e 's|@''HAVE_DECL_EXPM1L''@|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_LOGL''@|1|g' \ -e 's|@''HAVE_DECL_LOG10L''@|1|g' \ -e 's|@''HAVE_DECL_LOG2''@|1|g' \ -e 's|@''HAVE_DECL_LOG2F''@|1|g' \ -e 's|@''HAVE_DECL_LOG2L''@|1|g' \ -e 's|@''HAVE_DECL_LOGB''@|1|g' \ -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \ -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \ -e 's|@''HAVE_DECL_RINTF''@|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' \ | \ sed -e 's|@''REPLACE_ACOSF''@|0|g' \ -e 's|@''REPLACE_ASINF''@|0|g' \ -e 's|@''REPLACE_ATANF''@|0|g' \ -e 's|@''REPLACE_ATAN2F''@|0|g' \ -e 's|@''REPLACE_CBRTF''@|0|g' \ -e 's|@''REPLACE_CBRTL''@|0|g' \ -e 's|@''REPLACE_CEIL''@|0|g' \ -e 's|@''REPLACE_CEILF''@|0|g' \ -e 's|@''REPLACE_CEILL''@|0|g' \ -e 's|@''REPLACE_COSF''@|0|g' \ -e 's|@''REPLACE_COSHF''@|0|g' \ -e 's|@''REPLACE_EXPF''@|0|g' \ -e 's|@''REPLACE_EXPL''@|0|g' \ -e 's|@''REPLACE_EXPM1''@|0|g' \ -e 's|@''REPLACE_EXPM1F''@|0|g' \ -e 's|@''REPLACE_EXPM1L''@|0|g' \ -e 's|@''REPLACE_EXP2''@|0|g' \ -e 's|@''REPLACE_EXP2L''@|0|g' \ -e 's|@''REPLACE_FABSL''@|0|g' \ -e 's|@''REPLACE_FLOOR''@|0|g' \ -e 's|@''REPLACE_FLOORF''@|0|g' \ -e 's|@''REPLACE_FLOORL''@|0|g' \ -e 's|@''REPLACE_FMA''@|0|g' \ -e 's|@''REPLACE_FMAF''@|0|g' \ -e 's|@''REPLACE_FMAL''@|0|g' \ -e 's|@''REPLACE_FMOD''@|0|g' \ -e 's|@''REPLACE_FMODF''@|0|g' \ -e 's|@''REPLACE_FMODL''@|0|g' \ -e 's|@''REPLACE_FREXPF''@|0|g' \ -e 's|@''REPLACE_FREXP''@|0|g' \ -e 's|@''REPLACE_FREXPL''@|1|g' \ -e 's|@''REPLACE_HUGE_VAL''@|0|g' \ -e 's|@''REPLACE_HYPOT''@|0|g' \ -e 's|@''REPLACE_HYPOTF''@|0|g' \ -e 's|@''REPLACE_HYPOTL''@|0|g' \ -e 's|@''REPLACE_ILOGB''@|0|g' \ -e 's|@''REPLACE_ILOGBF''@|0|g' \ -e 's|@''REPLACE_ILOGBL''@|0|g' \ -e 's|@''REPLACE_ISFINITE''@|0|g' \ -e 's|@''REPLACE_ISINF''@|0|g' \ -e 's|@''REPLACE_ISNAN''@|0|g' \ -e 's|@''REPLACE_ITOLD''@|0|g' \ -e 's|@''REPLACE_LDEXPL''@|0|g' \ -e 's|@''REPLACE_LOG''@|0|g' \ -e 's|@''REPLACE_LOGF''@|0|g' \ -e 's|@''REPLACE_LOGL''@|0|g' \ -e 's|@''REPLACE_LOG10''@|0|g' \ -e 's|@''REPLACE_LOG10F''@|0|g' \ -e 's|@''REPLACE_LOG10L''@|0|g' \ -e 's|@''REPLACE_LOG1P''@|0|g' \ -e 's|@''REPLACE_LOG1PF''@|0|g' \ -e 's|@''REPLACE_LOG1PL''@|0|g' \ -e 's|@''REPLACE_LOG2''@|0|g' \ -e 's|@''REPLACE_LOG2F''@|0|g' \ -e 's|@''REPLACE_LOG2L''@|0|g' \ -e 's|@''REPLACE_LOGB''@|0|g' \ -e 's|@''REPLACE_LOGBF''@|0|g' \ -e 's|@''REPLACE_LOGBL''@|0|g' \ -e 's|@''REPLACE_MODF''@|0|g' \ -e 's|@''REPLACE_MODFF''@|0|g' \ -e 's|@''REPLACE_MODFL''@|0|g' \ -e 's|@''REPLACE_NAN''@|0|g' \ -e 's|@''REPLACE_REMAINDER''@|0|g' \ -e 's|@''REPLACE_REMAINDERF''@|0|g' \ -e 's|@''REPLACE_REMAINDERL''@|0|g' \ -e 's|@''REPLACE_RINTL''@|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_BUILTINS''@|1|g' \ -e 's|@''REPLACE_SINF''@|0|g' \ -e 's|@''REPLACE_SINHF''@|0|g' \ -e 's|@''REPLACE_SQRTF''@|0|g' \ -e 's|@''REPLACE_SQRTL''@|0|g' \ -e 's|@''REPLACE_TANF''@|0|g' \ -e 's|@''REPLACE_TANHF''@|0|g' \ -e 's|@''REPLACE_TRUNC''@|0|g' \ -e 's|@''REPLACE_TRUNCF''@|0|g' \ -e 's|@''REPLACE_TRUNCL''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ > lib/math.h-t mv lib/math.h-t lib/math.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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_NETDB_H''@|<netdb.h>|g' \ -e 's|@''HAVE_NETDB_H''@|1|g' \ -e 's/@''GNULIB_GETADDRINFO''@/1/g' \ -e 's|@''HAVE_STRUCT_ADDRINFO''@|1|g' \ -e 's|@''HAVE_DECL_FREEADDRINFO''@|1|g' \ -e 's|@''HAVE_DECL_GAI_STRERROR''@|1|g' \ -e 's|@''HAVE_DECL_GETADDRINFO''@|1|g' \ -e 's|@''HAVE_DECL_GETNAMEINFO''@|1|g' \ -e 's|@''REPLACE_GAI_STRERROR''@|0|g' \ -e 's|@''REPLACE_GETADDRINFO''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/netdb.in.h > lib/netdb.h-t mv lib/netdb.h-t lib/netdb.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_PTHREAD_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_PTHREAD_H''@|<pthread.h>|g' \ -e 's/@''GNULIB_PTHREAD_THREAD''@/1/g' \ -e 's/@''GNULIB_PTHREAD_ONCE''@/0/g' \ -e 's/@''GNULIB_PTHREAD_MUTEX''@/1/g' \ -e 's/@''GNULIB_PTHREAD_RWLOCK''@/0/g' \ -e 's/@''GNULIB_PTHREAD_COND''@/1/g' \ -e 's/@''GNULIB_PTHREAD_TSS''@/0/g' \ -e 's/@''GNULIB_PTHREAD_SPIN''@/0/g' \ -e 's/@''GNULIB_PTHREAD_MUTEX_TIMEDLOCK''@/1/g' \ -e 's|@''HAVE_PTHREAD_T''@|1|g' \ -e 's|@''HAVE_PTHREAD_SPINLOCK_T''@|0|g' \ -e 's|@''HAVE_PTHREAD_CREATE_DETACHED''@|1|g' \ -e 's|@''HAVE_PTHREAD_MUTEX_RECURSIVE''@|1|g' \ -e 's|@''HAVE_PTHREAD_MUTEX_ROBUST''@|0|g' \ -e 's|@''HAVE_PTHREAD_PROCESS_SHARED''@|1|g' \ -e 's|@''HAVE_PTHREAD_CREATE''@|1|g' \ -e 's|@''HAVE_PTHREAD_ATTR_INIT''@|1|g' \ -e 's|@''HAVE_PTHREAD_ATTR_GETDETACHSTATE''@|1|g' \ -e 's|@''HAVE_PTHREAD_ATTR_SETDETACHSTATE''@|1|g' \ -e 's|@''HAVE_PTHREAD_ATTR_DESTROY''@|1|g' \ -e 's|@''HAVE_PTHREAD_SELF''@|1|g' \ -e 's|@''HAVE_PTHREAD_EQUAL''@|1|g' \ -e 's|@''HAVE_PTHREAD_DETACH''@|1|g' \ -e 's|@''HAVE_PTHREAD_JOIN''@|1|g' \ -e 's|@''HAVE_PTHREAD_EXIT''@|1|g' \ -e 's|@''HAVE_PTHREAD_ONCE''@|1|g' \ -e 's|@''HAVE_PTHREAD_MUTEX_INIT''@|1|g' \ -e 's|@''HAVE_PTHREAD_MUTEXATTR_INIT''@|1|g' \ -e 's|@''HAVE_PTHREAD_MUTEXATTR_GETTYPE''@|1|g' \ -e 's|@''HAVE_PTHREAD_MUTEXATTR_SETTYPE''@|1|g' \ -e 's|@''HAVE_PTHREAD_MUTEXATTR_GETROBUST''@|0|g' \ -e 's|@''HAVE_PTHREAD_MUTEXATTR_SETROBUST''@|0|g' \ -e 's|@''HAVE_PTHREAD_MUTEXATTR_DESTROY''@|1|g' \ -e 's|@''HAVE_PTHREAD_MUTEX_LOCK''@|1|g' \ -e 's|@''HAVE_PTHREAD_MUTEX_TRYLOCK''@|1|g' \ -e 's|@''HAVE_PTHREAD_MUTEX_TIMEDLOCK''@|0|g' \ -e 's|@''HAVE_PTHREAD_MUTEX_UNLOCK''@|1|g' \ -e 's|@''HAVE_PTHREAD_MUTEX_DESTROY''@|1|g' \ -e 's|@''HAVE_PTHREAD_RWLOCK_INIT''@|1|g' \ -e 's|@''HAVE_PTHREAD_RWLOCKATTR_INIT''@|1|g' \ -e 's|@''HAVE_PTHREAD_RWLOCKATTR_DESTROY''@|1|g' \ -e 's|@''HAVE_PTHREAD_RWLOCK_RDLOCK''@|1|g' \ -e 's|@''HAVE_PTHREAD_RWLOCK_WRLOCK''@|1|g' \ -e 's|@''HAVE_PTHREAD_RWLOCK_TRYRDLOCK''@|1|g' \ -e 's|@''HAVE_PTHREAD_RWLOCK_TRYWRLOCK''@|1|g' \ -e 's|@''HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK''@|1|g' \ -e 's|@''HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK''@|1|g' \ -e 's|@''HAVE_PTHREAD_RWLOCK_UNLOCK''@|1|g' \ -e 's|@''HAVE_PTHREAD_RWLOCK_DESTROY''@|1|g' \ -e 's|@''HAVE_PTHREAD_COND_INIT''@|1|g' \ -e 's|@''HAVE_PTHREAD_CONDATTR_INIT''@|1|g' \ -e 's|@''HAVE_PTHREAD_CONDATTR_DESTROY''@|1|g' \ -e 's|@''HAVE_PTHREAD_COND_WAIT''@|1|g' \ -e 's|@''HAVE_PTHREAD_COND_TIMEDWAIT''@|1|g' \ -e 's|@''HAVE_PTHREAD_COND_SIGNAL''@|1|g' \ -e 's|@''HAVE_PTHREAD_COND_BROADCAST''@|1|g' \ -e 's|@''HAVE_PTHREAD_COND_DESTROY''@|1|g' \ -e 's|@''HAVE_PTHREAD_KEY_CREATE''@|1|g' \ -e 's|@''HAVE_PTHREAD_SETSPECIFIC''@|1|g' \ -e 's|@''HAVE_PTHREAD_GETSPECIFIC''@|1|g' \ -e 's|@''HAVE_PTHREAD_KEY_DELETE''@|1|g' \ -e 's|@''HAVE_PTHREAD_SPIN_INIT''@|1|g' \ -e 's|@''HAVE_PTHREAD_SPIN_LOCK''@|1|g' \ -e 's|@''HAVE_PTHREAD_SPIN_TRYLOCK''@|1|g' \ -e 's|@''HAVE_PTHREAD_SPIN_UNLOCK''@|1|g' \ -e 's|@''HAVE_PTHREAD_SPIN_DESTROY''@|1|g' \ < ./lib/pthread.in.h | \ sed -e 's|@''REPLACE_PTHREAD_CREATE''@|0|g' \ -e 's|@''REPLACE_PTHREAD_ATTR_INIT''@|0|g' \ -e 's|@''REPLACE_PTHREAD_ATTR_GETDETACHSTATE''@|0|g' \ -e 's|@''REPLACE_PTHREAD_ATTR_SETDETACHSTATE''@|0|g' \ -e 's|@''REPLACE_PTHREAD_ATTR_DESTROY''@|0|g' \ -e 's|@''REPLACE_PTHREAD_SELF''@|0|g' \ -e 's|@''REPLACE_PTHREAD_EQUAL''@|0|g' \ -e 's|@''REPLACE_PTHREAD_DETACH''@|0|g' \ -e 's|@''REPLACE_PTHREAD_JOIN''@|0|g' \ -e 's|@''REPLACE_PTHREAD_EXIT''@|0|g' \ -e 's|@''REPLACE_PTHREAD_ONCE''@|0|g' \ -e 's|@''REPLACE_PTHREAD_MUTEX_INIT''@|0|g' \ -e 's|@''REPLACE_PTHREAD_MUTEXATTR_INIT''@|0|g' \ -e 's|@''REPLACE_PTHREAD_MUTEXATTR_GETTYPE''@|0|g' \ -e 's|@''REPLACE_PTHREAD_MUTEXATTR_SETTYPE''@|0|g' \ -e 's|@''REPLACE_PTHREAD_MUTEXATTR_GETROBUST''@|0|g' \ -e 's|@''REPLACE_PTHREAD_MUTEXATTR_SETROBUST''@|0|g' \ -e 's|@''REPLACE_PTHREAD_MUTEXATTR_DESTROY''@|0|g' \ -e 's|@''REPLACE_PTHREAD_MUTEX_LOCK''@|0|g' \ -e 's|@''REPLACE_PTHREAD_MUTEX_TRYLOCK''@|0|g' \ -e 's|@''REPLACE_PTHREAD_MUTEX_TIMEDLOCK''@|0|g' \ -e 's|@''REPLACE_PTHREAD_MUTEX_UNLOCK''@|0|g' \ -e 's|@''REPLACE_PTHREAD_MUTEX_DESTROY''@|0|g' \ -e 's|@''REPLACE_PTHREAD_RWLOCK_INIT''@|0|g' \ -e 's|@''REPLACE_PTHREAD_RWLOCKATTR_INIT''@|0|g' \ -e 's|@''REPLACE_PTHREAD_RWLOCKATTR_DESTROY''@|0|g' \ -e 's|@''REPLACE_PTHREAD_RWLOCK_RDLOCK''@|0|g' \ -e 's|@''REPLACE_PTHREAD_RWLOCK_WRLOCK''@|0|g' \ -e 's|@''REPLACE_PTHREAD_RWLOCK_TRYRDLOCK''@|0|g' \ -e 's|@''REPLACE_PTHREAD_RWLOCK_TRYWRLOCK''@|0|g' \ -e 's|@''REPLACE_PTHREAD_RWLOCK_TIMEDRDLOCK''@|0|g' \ -e 's|@''REPLACE_PTHREAD_RWLOCK_TIMEDWRLOCK''@|0|g' \ -e 's|@''REPLACE_PTHREAD_RWLOCK_UNLOCK''@|0|g' \ -e 's|@''REPLACE_PTHREAD_RWLOCK_DESTROY''@|0|g' \ -e 's|@''REPLACE_PTHREAD_COND_INIT''@|0|g' \ -e 's|@''REPLACE_PTHREAD_CONDATTR_INIT''@|0|g' \ -e 's|@''REPLACE_PTHREAD_CONDATTR_DESTROY''@|0|g' \ -e 's|@''REPLACE_PTHREAD_COND_WAIT''@|0|g' \ -e 's|@''REPLACE_PTHREAD_COND_TIMEDWAIT''@|0|g' \ -e 's|@''REPLACE_PTHREAD_COND_SIGNAL''@|0|g' \ -e 's|@''REPLACE_PTHREAD_COND_BROADCAST''@|0|g' \ -e 's|@''REPLACE_PTHREAD_COND_DESTROY''@|0|g' \ -e 's|@''REPLACE_PTHREAD_KEY_CREATE''@|0|g' \ -e 's|@''REPLACE_PTHREAD_SETSPECIFIC''@|0|g' \ -e 's|@''REPLACE_PTHREAD_GETSPECIFIC''@|0|g' \ -e 's|@''REPLACE_PTHREAD_KEY_DELETE''@|0|g' \ -e 's|@''REPLACE_PTHREAD_SPIN_INIT''@|0|g' \ -e 's|@''REPLACE_PTHREAD_SPIN_LOCK''@|0|g' \ -e 's|@''REPLACE_PTHREAD_SPIN_TRYLOCK''@|0|g' \ -e 's|@''REPLACE_PTHREAD_SPIN_UNLOCK''@|0|g' \ -e 's|@''REPLACE_PTHREAD_SPIN_DESTROY''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _Noreturn/r ./lib/_Noreturn.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ > lib/pthread.h-t mv lib/pthread.h-t lib/pthread.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_SCHED_H''@|1|g' \ -e 's|@''HAVE_SYS_CDEFS_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_SCHED_H''@|<sched.h>|g' \ -e 's|@''HAVE_STRUCT_SCHED_PARAM''@|1|g' \ -e 's/@''GNULIB_SCHED_YIELD''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's|@''HAVE_SCHED_YIELD''@|1|g' \ -e 's|@''REPLACE_SCHED_YIELD''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/sched.in.h > lib/sched.h-t mv lib/sched.h-t lib/sched.h /opt/local/bin/gmkdir -p 'lib/malloc' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|__always_inline|inline _GL_ATTRIBUTE_ALWAYS_INLINE|g' \ -e 's|__glibc_likely|_GL_LIKELY|g' \ -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \ -e '/libc_hidden_proto/d' \ ./lib/malloc/scratch_buffer.h > lib/malloc/scratch_buffer.gl.h-t mv lib/malloc/scratch_buffer.gl.h-t lib/malloc/scratch_buffer.gl.h /opt/local/bin/gmkdir -p 'lib/selinux' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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_SELINUX_SELINUX_H''@||g' \ ./lib/se-selinux.in.h > lib/selinux/selinux.h-t mv lib/selinux/selinux.h-t lib/selinux/selinux.h /opt/local/bin/gmkdir -p 'lib/selinux' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w lib/selinux/context.h-t' ./lib/se-context.in.h mv lib/selinux/context.h-t lib/selinux/context.h /opt/local/bin/gmkdir -p 'lib/selinux' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w lib/selinux/label.h-t' ./lib/se-label.in.h mv lib/selinux/label.h-t lib/selinux/label.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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''@/1/g' \ -e 's/@''GNULIB_RAISE''@/1/g' \ -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \ -e 's/@''GNULIB_SIGACTION''@/1/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 ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/signal.in.h > lib/signal.h-t mv lib/signal.h-t lib/signal.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w lib/stdalign.h-t' ./lib/stdalign.in.h mv lib/stdalign.h-t lib/stdalign.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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_STDDEF_H''@|<stddef.h>|g' \ -e 's|@''HAVE_MAX_ALIGN_T''@|0|g' \ -e 's|@''HAVE_WCHAR_T''@|1|g' \ -e 's|@''REPLACE_NULL''@|0|g' \ ./lib/stddef.in.h > lib/stddef.h-t mv lib/stddef.h-t lib/stddef.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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''@/0/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''@/32/g' \ -e 's/@''PTRDIFF_T_SUFFIX''@//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''@/32/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' \ -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \ ./lib/stdint.in.h > lib/stdint.h-t mv lib/stdint.h-t lib/stdint.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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''@/1/g' \ -e 's/@''GNULIB_FDOPEN''@/1/g' \ -e 's/@''GNULIB_FFLUSH''@/1/g' \ -e 's/@''GNULIB_FGETC''@/1/g' \ -e 's/@''GNULIB_FGETS''@/1/g' \ -e 's/@''GNULIB_FOPEN''@/1/g' \ -e 's/@''GNULIB_FOPEN_GNU''@/0/g' \ -e 's/@''GNULIB_FPRINTF''@/1/g' \ -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_FPURGE''@/1/g' \ -e 's/@''GNULIB_FPUTC''@/1/g' \ -e 's/@''GNULIB_FPUTS''@/1/g' \ -e 's/@''GNULIB_FREAD''@/1/g' \ -e 's/@''GNULIB_FREOPEN''@/1/g' \ -e 's/@''GNULIB_FSCANF''@/1/g' \ -e 's/@''GNULIB_FSEEK''@/1/g' \ -e 's/@''GNULIB_FSEEKO''@/1/g' \ -e 's/@''GNULIB_FTELL''@/1/g' \ -e 's/@''GNULIB_FTELLO''@/1/g' \ -e 's/@''GNULIB_FWRITE''@/1/g' \ -e 's/@''GNULIB_GETC''@/1/g' \ -e 's/@''GNULIB_GETCHAR''@/1/g' \ -e 's/@''GNULIB_GETDELIM''@/1/g' \ -e 's/@''GNULIB_GETLINE''@/1/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''@/IN_COREUTILS_GNULIB_TESTS/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''@/1/g' \ -e 's/@''GNULIB_RENAME''@/1/g' \ -e 's/@''GNULIB_RENAMEAT''@/1/g' \ -e 's/@''GNULIB_SCANF''@/1/g' \ -e 's/@''GNULIB_SNPRINTF''@/1/g' \ -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_TMPFILE''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_VASPRINTF''@/1/g' \ -e 's/@''GNULIB_VDPRINTF''@/0/g' \ -e 's/@''GNULIB_VFPRINTF''@/1/g' \ -e 's/@''GNULIB_VFPRINTF_POSIX''@/1/g' \ -e 's/@''GNULIB_VFSCANF''@/0/g' \ -e 's/@''GNULIB_VSCANF''@/0/g' \ -e 's/@''GNULIB_VPRINTF''@/1/g' \ -e 's/@''GNULIB_VPRINTF_POSIX''@/1/g' \ -e 's/@''GNULIB_VSNPRINTF''@/0/g' \ -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_MDA_FCLOSEALL''@/1/g' \ -e 's/@''GNULIB_MDA_FDOPEN''@/1/g' \ -e 's/@''GNULIB_MDA_FILENO''@/1/g' \ -e 's/@''GNULIB_MDA_GETW''@/1/g' \ -e 's/@''GNULIB_MDA_PUTW''@/1/g' \ -e 's/@''GNULIB_MDA_TEMPNAM''@/1/g' \ < ./lib/stdio.in.h | \ sed -e 's|@''HAVE_DECL_FCLOSEALL''@|0|g' \ -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''@|0|g' \ • -e 's|@''HAVE_DECL_GETLINE''@|0|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''@|0|g' \ -e 's|@''HAVE_VASPRINTF''@|1|g' \ -e 's|@''HAVE_VDPRINTF''@|1|g' \ -e 's|@''REPLACE_DPRINTF''@|0|g' \ -e 's|@''REPLACE_FCLOSE''@|1|g' \ -e 's|@''REPLACE_FDOPEN''@|0|g' \ -e 's|@''REPLACE_FFLUSH''@|1|g' \ -e 's|@''REPLACE_FOPEN''@|0|g' \ -e 's|@''REPLACE_FOPEN_FOR_FOPEN_GNU''@|1|g' \ -e 's|@''REPLACE_FPRINTF''@|0|g' \ -e 's|@''REPLACE_FPURGE''@|1|g' \ -e 's|@''REPLACE_FREOPEN''@|0|g' \ -e 's|@''REPLACE_FSEEK''@|1|g' \ -e 's|@''REPLACE_FSEEKO''@|1|g' \ -e 's|@''REPLACE_FTELL''@|0|g' \ -e 's|@''REPLACE_FTELLO''@|0|g' \ -e 's|@''REPLACE_GETDELIM''@|0|g' \ • -e 's|@''REPLACE_GETLINE''@|1|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ -e 's|@''REPLACE_PERROR''@|1|g' \ -e 's|@''REPLACE_POPEN''@|0|g' \ -e 's|@''REPLACE_PRINTF''@|0|g' \ -e 's|@''REPLACE_REMOVE''@|1|g' \ -e 's|@''REPLACE_RENAME''@|1|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''@|1|g' \ -e 's|@''REPLACE_VDPRINTF''@|0|g' \ -e 's|@''REPLACE_VFPRINTF''@|1|g' \ -e 's|@''REPLACE_VPRINTF''@|1|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 ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ > lib/stdio.h-t mv lib/stdio.h-t lib/stdio.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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_ALIGNED_ALLOC''@/0/g' \ -e 's/@''GNULIB_ATOLL''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_CALLOC_GNU''@/1/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/1/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \ -e 's/@''GNULIB_FREE_POSIX''@/1/g' \ -e 's/@''GNULIB_GETLOADAVG''@/1/g' \ -e 's/@''GNULIB_GETSUBOPT''@/0/g' \ -e 's/@''GNULIB_GRANTPT''@/0/g' \ -e 's/@''GNULIB_MALLOC_GNU''@/1/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \ -e 's/@''GNULIB_MBTOWC''@/1/g' \ -e 's/@''GNULIB_MKDTEMP''@/0/g' \ -e 's/@''GNULIB_MKOSTEMP''@/1/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \ -e 's/@''GNULIB_MKSTEMP''@/1/g' \ -e 's/@''GNULIB_MKSTEMPS''@/0/g' \ -e 's/@''GNULIB_POSIX_MEMALIGN''@/1/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''@/1/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_GNU''@/1/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \ -e 's/@''GNULIB_REALLOCARRAY''@/1/g' \ -e 's/@''GNULIB_REALPATH''@/0/g' \ -e 's/@''GNULIB_RPMATCH''@/1/g' \ -e 's/@''GNULIB_SECURE_GETENV''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_SETENV''@/1/g' \ -e 's/@''GNULIB_STRTOD''@/1/g' \ -e 's/@''GNULIB_STRTOL''@/0/g' \ -e 's/@''GNULIB_STRTOLD''@/1/g' \ -e 's/@''GNULIB_STRTOLL''@/1/g' \ -e 's/@''GNULIB_STRTOUL''@/0/g' \ -e 's/@''GNULIB_STRTOULL''@/1/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \ -e 's/@''GNULIB_UNLOCKPT''@/0/g' \ -e 's/@''GNULIB_UNSETENV''@/1/g' \ -e 's/@''GNULIB_WCTOMB''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_MDA_ECVT''@/1/g' \ -e 's/@''GNULIB_MDA_FCVT''@/1/g' \ -e 's/@''GNULIB_MDA_GCVT''@/1/g' \ -e 's/@''GNULIB_MDA_MKTEMP''@/1/g' \ -e 's/@''GNULIB_MDA_PUTENV''@/1/g' \ < ./lib/stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|1|g' \ -e 's|@''HAVE_ALIGNED_ALLOC''@|1|g' \ -e 's|@''HAVE_ATOLL''@|1|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g' \ -e 's|@''HAVE_DECL_ECVT''@|1|g' \ -e 's|@''HAVE_DECL_FCVT''@|1|g' \ -e 's|@''HAVE_DECL_GCVT''@|1|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''@|0|g' \ -e 's|@''HAVE_MKOSTEMPS''@|1|g' \ -e 's|@''HAVE_MKSTEMP''@|1|g' \ -e 's|@''HAVE_MKSTEMPS''@|1|g' \ • -e 's|@''HAVE_POSIX_MEMALIGN''@|0|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''@|0|g' \ -e 's|@''HAVE_REALPATH''@|1|g' \ -e 's|@''HAVE_RPMATCH''@|0|g' \ -e 's|@''HAVE_SECURE_GETENV''@|0|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_STRTOL''@|1|g' \ -e 's|@''HAVE_STRTOLD''@|1|g' \ -e 's|@''HAVE_STRTOLL''@|1|g' \ -e 's|@''HAVE_STRTOUL''@|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_ALIGNED_ALLOC''@|0|g' \ -e 's|@''REPLACE_CALLOC_FOR_CALLOC_GNU''@|1|g' \ -e 's|@''REPLACE_CALLOC_FOR_CALLOC_POSIX''@|1|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ -e 's|@''REPLACE_FREE''@|1|g' \ -e 's|@''REPLACE_INITSTATE''@|0|g' \ -e 's|@''REPLACE_MALLOC_FOR_MALLOC_GNU''@|1|g' \ -e 's|@''REPLACE_MALLOC_FOR_MALLOC_POSIX''@|1|g' \ -e 's|@''REPLACE_MBTOWC''@|0|g' \ -e 's|@''REPLACE_MKSTEMP''@|0|g' \ -e 's|@''REPLACE_POSIX_MEMALIGN''@|0|g' \ -e 's|@''REPLACE_PTSNAME''@|0|g' \ -e 's|@''REPLACE_PTSNAME_R''@|0|g' \ -e 's|@''REPLACE_PUTENV''@|1|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_FOR_REALLOC_GNU''@|0|g' \ -e 's|@''REPLACE_REALLOC_FOR_REALLOC_POSIX''@|1|g' \ -e 's|@''REPLACE_REALLOCARRAY''@|0|g' \ -e 's|@''REPLACE_REALPATH''@|0|g' \ -e 's|@''REPLACE_SETENV''@|1|g' \ -e 's|@''REPLACE_SETSTATE''@|0|g' \ -e 's|@''REPLACE_STRTOD''@|1|g' \ -e 's|@''REPLACE_STRTOL''@|0|g' \ -e 's|@''REPLACE_STRTOLD''@|1|g' \ -e 's|@''REPLACE_STRTOLL''@|1|g' \ -e 's|@''REPLACE_STRTOUL''@|0|g' \ -e 's|@''REPLACE_STRTOULL''@|1|g' \ -e 's|@''REPLACE_UNSETENV''@|0|g' \ -e 's|@''REPLACE_WCTOMB''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _Noreturn/r ./lib/_Noreturn.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ > lib/stdlib.h-t mv lib/stdlib.h-t lib/stdlib.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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''@/1/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''@/1/g' \ -e 's/@''GNULIB_MBSRCHR''@/0/g' \ -e 's/@''GNULIB_MBSSTR''@/1/g' \ -e 's/@''GNULIB_MBSCASECMP''@/1/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''@/1/g' \ -e 's/@''GNULIB_MEMRCHR''@/1/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \ -e 's/@''GNULIB_STPCPY''@/1/g' \ -e 's/@''GNULIB_STPNCPY''@/1/g' \ -e 's/@''GNULIB_STRCHRNUL''@/0/g' \ -e 's/@''GNULIB_STRDUP''@/1/g' \ -e 's/@''GNULIB_STRNCAT''@/1/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''@/1/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''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_STRERRORNAME_NP''@/0/g' \ -e 's/@''GNULIB_SIGABBREV_NP''@/0/g' \ -e 's/@''GNULIB_SIGDESCR_NP''@/0/g' \ -e 's/@''GNULIB_STRSIGNAL''@/1/g' \ -e 's/@''GNULIB_STRVERSCMP''@/0/g' \ -e 's/@''GNULIB_MDA_MEMCCPY''@/1/g' \ -e 's/@''GNULIB_MDA_STRDUP''@/1/g' \ -e 's/@''GNULIB_FREE_POSIX''@/1/g' \ < ./lib/string.in.h | \ sed -e 's|@''HAVE_EXPLICIT_BZERO''@|0|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''@|0|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|0|g' \ -e 's|@''HAVE_RAWMEMCHR''@|0|g' \ -e 's|@''HAVE_STPCPY''@|1|g' \ -e 's|@''HAVE_STPNCPY''@|0|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''@|0|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_STRERRORNAME_NP''@|1|g' \ -e 's|@''HAVE_SIGABBREV_NP''@|1|g' \ -e 's|@''HAVE_SIGDESCR_NP''@|1|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ -e 's|@''HAVE_STRVERSCMP''@|1|g' \ -e 's|@''REPLACE_FFSLL''@|0|g' \ -e 's|@''REPLACE_MEMCHR''@|0|g' \ -e 's|@''REPLACE_MEMMEM''@|0|g' \ -e 's|@''REPLACE_FREE''@|1|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''@|1|g' \ -e 's|@''REPLACE_STRERRORNAME_NP''@|0|g' \ -e 's|@''REPLACE_STRSIGNAL''@|0|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ > lib/string.h-t mv lib/string.h-t lib/string.h /opt/local/bin/gmkdir -p 'lib/sys' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_SYS_IOCTL_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_SYS_IOCTL_H''@|<sys/ioctl.h>|g' \ -e 's/@''GNULIB_IOCTL''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e 's|@''REPLACE_IOCTL''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/sys_ioctl.in.h > lib/sys/ioctl.h-t mv lib/sys/ioctl.h-t lib/sys/ioctl.h /opt/local/bin/gmkdir -p 'lib/sys' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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_RANDOM_H''@|<sys/random.h>|g' \ -e 's|@''HAVE_SYS_RANDOM_H''@|1|g' \ -e 's/@''GNULIB_GETRANDOM''@/1/g' \ -e 's/@''HAVE_GETRANDOM''@/0/g' \ -e 's/@''REPLACE_GETRANDOM''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/sys_random.in.h > lib/sys/random.h-t mv lib/sys/random.h-t lib/sys/random.h /opt/local/bin/gmkdir -p 'lib/sys' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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_RESOURCE_H''@|<sys/resource.h>|g' \ -e 's|@''HAVE_SYS_RESOURCE_H''@|1|g' \ -e 's/@''GNULIB_GETRUSAGE''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''HAVE_GETRUSAGE''@/1/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/sys_resource.in.h > lib/sys/resource.h-t mv lib/sys/resource.h-t lib/sys/resource.h /opt/local/bin/gmkdir -p 'lib/sys' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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_SELECT_H''@|<sys/select.h>|g' \ -e 's|@''HAVE_SYS_SELECT_H''@|1|g' \ -e 's/@''GNULIB_PSELECT''@/1/g' \ -e 's/@''GNULIB_SELECT''@/1/g' \ -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''HAVE_PSELECT''@|1|g' \ -e 's|@''REPLACE_PSELECT''@|0|g' \ -e 's|@''REPLACE_SELECT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/sys_select.in.h > lib/sys/select.h-t mv lib/sys/select.h-t lib/sys/select.h /opt/local/bin/gmkdir -p 'lib/sys' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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_SOCKET_H''@|<sys/socket.h>|g' \ -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \ -e 's/@''GNULIB_CLOSE''@/1/g' \ -e 's/@''GNULIB_SOCKET''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_CONNECT''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_ACCEPT''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_BIND''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_GETPEERNAME''@/0/g' \ -e 's/@''GNULIB_GETSOCKNAME''@/0/g' \ -e 's/@''GNULIB_GETSOCKOPT''@/0/g' \ -e 's/@''GNULIB_LISTEN''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_RECV''@/0/g' \ -e 's/@''GNULIB_SEND''@/0/g' \ -e 's/@''GNULIB_RECVFROM''@/0/g' \ -e 's/@''GNULIB_SENDTO''@/0/g' \ -e 's/@''GNULIB_SETSOCKOPT''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_SHUTDOWN''@/0/g' \ -e 's/@''GNULIB_ACCEPT4''@/0/g' \ -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \ -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \ -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|1|g' \ -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \ -e 's|@''HAVE_ACCEPT4''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/sys_socket.in.h > lib/sys/socket.h-t mv lib/sys/socket.h-t lib/sys/socket.h /opt/local/bin/gmkdir -p 'lib/sys' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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''@/1/g' \ -e 's/@''GNULIB_FSTAT''@/1/g' \ -e 's/@''GNULIB_FSTATAT''@/1/g' \ -e 's/@''GNULIB_FUTIMENS''@/1/g' \ -e 's/@''GNULIB_GETUMASK''@/0/g' \ -e 's/@''GNULIB_LCHMOD''@/1/g' \ -e 's/@''GNULIB_LSTAT''@/1/g' \ -e 's/@''GNULIB_MKDIR''@/1/g' \ -e 's/@''GNULIB_MKDIRAT''@/1/g' \ -e 's/@''GNULIB_MKFIFO''@/1/g' \ -e 's/@''GNULIB_MKFIFOAT''@/1/g' \ -e 's/@''GNULIB_MKNOD''@/1/g' \ -e 's/@''GNULIB_MKNODAT''@/1/g' \ -e 's/@''GNULIB_STAT''@/1/g' \ -e 's/@''GNULIB_UTIMENSAT''@/1/g' \ -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g' \ -e 's/@''GNULIB_MDA_CHMOD''@/1/g' \ -e 's/@''GNULIB_MDA_MKDIR''@/1/g' \ -e 's/@''GNULIB_MDA_UMASK''@/1/g' \ • -e 's|@''HAVE_FCHMODAT''@|0|g' \ • -e 's|@''HAVE_FSTATAT''@|0|g' \ • -e 's|@''HAVE_FUTIMENS''@|0|g' \ -e 's|@''HAVE_GETUMASK''@|1|g' \ -e 's|@''HAVE_LCHMOD''@|1|g' \ -e 's|@''HAVE_LSTAT''@|1|g' \ • -e 's|@''HAVE_MKDIRAT''@|0|g' \ -e 's|@''HAVE_MKFIFO''@|1|g' \ -e 's|@''HAVE_MKFIFOAT''@|0|g' \ -e 's|@''HAVE_MKNOD''@|1|g' \ -e 's|@''HAVE_MKNODAT''@|0|g' \ • -e 's|@''HAVE_UTIMENSAT''@|0|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''@|1|g' \ -e 's|@''REPLACE_MKDIR''@|0|g' \ -e 's|@''REPLACE_MKFIFO''@|1|g' \ -e 's|@''REPLACE_MKFIFOAT''@|0|g' \ -e 's|@''REPLACE_MKNOD''@|1|g' \ -e 's|@''REPLACE_MKNODAT''@|0|g' \ -e 's|@''REPLACE_STAT''@|1|g' \ • -e 's|@''REPLACE_UTIMENSAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/sys_stat.in.h > lib/sys/stat.h-t mv lib/sys/stat.h-t lib/sys/stat.h /opt/local/bin/gmkdir -p 'lib/sys' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_SYS_TIME_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_SYS_TIME_H''@|<sys/time.h>|g' \ -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \ -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \ -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \ -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \ -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/sys_time.in.h > lib/sys/time.h-t mv lib/sys/time.h-t lib/sys/time.h /opt/local/bin/gmkdir -p 'lib/sys' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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' \ ./lib/sys_types.in.h > lib/sys/types.h-t mv lib/sys/types.h-t lib/sys/types.h /opt/local/bin/gmkdir -p 'lib/sys' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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_UIO_H''@|<sys/uio.h>|g' \ -e 's|@''HAVE_SYS_UIO_H''@|1|g' \ ./lib/sys_uio.in.h > lib/sys/uio.h-t mv lib/sys/uio.h-t lib/sys/uio.h /opt/local/bin/gmkdir -p 'lib/sys' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_SYS_UTSNAME_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_SYS_UTSNAME_H''@|<sys/utsname.h>|g' \ -e 's/@''GNULIB_UNAME''@/1/g' \ -e 's|@''HAVE_STRUCT_UTSNAME''@|1|g' \ -e 's|@''HAVE_UNAME''@|1|g' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/sys_utsname.in.h > lib/sys/utsname.h-t mv lib/sys/utsname.h-t lib/sys/utsname.h /opt/local/bin/gmkdir -p 'lib/sys' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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_WAIT_H''@|<sys/wait.h>|g' \ -e 's/@''GNULIB_WAITPID''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/sys_wait.in.h > lib/sys/wait.h-t mv lib/sys/wait.h-t lib/sys/wait.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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_TERMIOS_H''@|<termios.h>|g' \ -e 's/@''GNULIB_TCGETSID''@/0/g' \ -e 's|@''HAVE_DECL_TCGETSID''@|1|g' \ -e 's|@''HAVE_TERMIOS_H''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/termios.in.h > lib/termios.h-t mv lib/termios.h-t lib/termios.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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''@/1/g' \ -e 's/@''GNULIB_NANOSLEEP''@/1/g' \ -e 's/@''GNULIB_STRFTIME''@/0/g' \ -e 's/@''GNULIB_STRPTIME''@/0/g' \ -e 's/@''GNULIB_TIMEGM''@/1/g' \ -e 's/@''GNULIB_TIMESPEC_GET''@/0/g' \ -e 's/@''GNULIB_TIMESPEC_GETRES''@/0/g' \ -e 's/@''GNULIB_TIME_R''@/1/g' \ -e 's/@''GNULIB_TIME_RZ''@/1/g' \ -e 's/@''GNULIB_TZSET''@/1/g' \ -e 's/@''GNULIB_MDA_TZSET''@/1/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_TIMESPEC_GET''@|1|g' \ -e 's|@''HAVE_TIMESPEC_GETRES''@|1|g' \ -e 's|@''HAVE_TIMEZONE_T''@|0|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''@|0|g' \ -e 's|@''REPLACE_MKTIME''@|0|g' \ -e 's|@''REPLACE_NANOSLEEP''@|0|g' \ -e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_TIMEGM''@|0|g' \ -e 's|@''REPLACE_TZSET''@|0|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 's|@''TIME_H_DEFINES_TIME_UTC''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/time.in.h > lib/time.h-t mv lib/time.h-t lib/time.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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''@/1/g' \ -e 's/@''GNULIB_CHOWN''@/1/g' \ -e 's/@''GNULIB_CLOSE''@/1/g' \ -e 's/@''GNULIB_COPY_FILE_RANGE''@/1/g' \ -e 's/@''GNULIB_DUP''@/1/g' \ -e 's/@''GNULIB_DUP2''@/1/g' \ -e 's/@''GNULIB_DUP3''@/0/g' \ -e 's/@''GNULIB_ENVIRON''@/1/g' \ -e 's/@''GNULIB_EUIDACCESS''@/1/g' \ -e 's/@''GNULIB_EXECL''@/0/g' \ -e 's/@''GNULIB_EXECLE''@/0/g' \ -e 's/@''GNULIB_EXECLP''@/0/g' \ -e 's/@''GNULIB_EXECV''@/0/g' \ -e 's/@''GNULIB_EXECVE''@/0/g' \ -e 's/@''GNULIB_EXECVP''@/0/g' \ -e 's/@''GNULIB_EXECVPE''@/0/g' \ -e 's/@''GNULIB_FACCESSAT''@/1/g' \ -e 's/@''GNULIB_FCHDIR''@/1/g' \ -e 's/@''GNULIB_FCHOWNAT''@/1/g' \ -e 's/@''GNULIB_FDATASYNC''@/1/g' \ -e 's/@''GNULIB_FSYNC''@/1/g' \ -e 's/@''GNULIB_FTRUNCATE''@/1/g' \ -e 's/@''GNULIB_GETCWD''@/1/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \ -e 's/@''GNULIB_GETENTROPY''@/0/g' \ -e 's/@''GNULIB_GETGROUPS''@/1/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/1/g' \ -e 's/@''GNULIB_GETLOGIN''@/1/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \ -e 's/@''GNULIB_GETOPT_POSIX''@/1/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/1/g' \ -e 's/@''GNULIB_GETPASS''@/1/g' \ -e 's/@''GNULIB_GETPASS_GNU''@/1/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/1/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/1/g' \ -e 's/@''GNULIB_ISATTY''@/1/g' \ -e 's/@''GNULIB_LCHOWN''@/1/g' \ -e 's/@''GNULIB_LINK''@/1/g' \ -e 's/@''GNULIB_LINKAT''@/1/g' \ -e 's/@''GNULIB_LSEEK''@/1/g' \ -e 's/@''GNULIB_PIPE''@/1/g' \ -e 's/@''GNULIB_PIPE2''@/1/g' \ -e 's/@''GNULIB_PREAD''@/0/g' \ -e 's/@''GNULIB_PWRITE''@/0/g' \ -e 's/@''GNULIB_READ''@/1/g' \ -e 's/@''GNULIB_READLINK''@/1/g' \ -e 's/@''GNULIB_READLINKAT''@/1/g' \ -e 's/@''GNULIB_RMDIR''@/1/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_SLEEP''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_SYMLINK''@/1/g' \ -e 's/@''GNULIB_SYMLINKAT''@/1/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''@/0/g' \ -e 's/@''GNULIB_UNLINK''@/1/g' \ -e 's/@''GNULIB_UNLINKAT''@/1/g' \ -e 's/@''GNULIB_USLEEP''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_WRITE''@/1/g' \ -e 's/@''GNULIB_MDA_ACCESS''@/1/g' \ -e 's/@''GNULIB_MDA_CHDIR''@/1/g' \ -e 's/@''GNULIB_MDA_CLOSE''@/1/g' \ -e 's/@''GNULIB_MDA_DUP''@/1/g' \ -e 's/@''GNULIB_MDA_DUP2''@/1/g' \ -e 's/@''GNULIB_MDA_EXECL''@/1/g' \ -e 's/@''GNULIB_MDA_EXECLE''@/1/g' \ -e 's/@''GNULIB_MDA_EXECLP''@/1/g' \ -e 's/@''GNULIB_MDA_EXECV''@/1/g' \ -e 's/@''GNULIB_MDA_EXECVE''@/1/g' \ -e 's/@''GNULIB_MDA_EXECVP''@/1/g' \ -e 's/@''GNULIB_MDA_EXECVPE''@/1/g' \ -e 's/@''GNULIB_MDA_GETCWD''@/1/g' \ -e 's/@''GNULIB_MDA_GETPID''@/1/g' \ -e 's/@''GNULIB_MDA_ISATTY''@/1/g' \ -e 's/@''GNULIB_MDA_LSEEK''@/1/g' \ -e 's/@''GNULIB_MDA_READ''@/1/g' \ -e 's/@''GNULIB_MDA_RMDIR''@/1/g' \ -e 's/@''GNULIB_MDA_SWAB''@/1/g' \ -e 's/@''GNULIB_MDA_UNLINK''@/1/g' \ -e 's/@''GNULIB_MDA_WRITE''@/1/g' \ < ./lib/unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|1|g' \ -e 's|@''HAVE_COPY_FILE_RANGE''@|0|g' \ -e 's|@''HAVE_DUP3''@|1|g' \ -e 's|@''HAVE_EUIDACCESS''@|0|g' \ -e 's|@''HAVE_EXECVPE''@|1|g' \ • -e 's|@''HAVE_FACCESSAT''@|0|g' \ -e 's|@''HAVE_FCHDIR''@|1|g' \ • -e 's|@''HAVE_FCHOWNAT''@|0|g' \ -e 's|@''HAVE_FDATASYNC''@|0|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''@|0|g' \ -e 's|@''HAVE_LCHOWN''@|1|g' \ -e 's|@''HAVE_LINK''@|1|g' \ • -e 's|@''HAVE_LINKAT''@|0|g' \ -e 's|@''HAVE_PIPE''@|1|g' \ -e 's|@''HAVE_PIPE2''@|0|g' \ -e 's|@''HAVE_PREAD''@|1|g' \ -e 's|@''HAVE_PWRITE''@|1|g' \ -e 's|@''HAVE_READLINK''@|1|g' \ • -e 's|@''HAVE_READLINKAT''@|0|g' \ -e 's|@''HAVE_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_SLEEP''@|1|g' \ -e 's|@''HAVE_SYMLINK''@|1|g' \ • -e 's|@''HAVE_SYMLINKAT''@|0|g' \ • -e 's|@''HAVE_UNLINKAT''@|0|g' \ -e 's|@''HAVE_USLEEP''@|1|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|0|g' \ -e 's|@''HAVE_DECL_EXECVPE''@|0|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|0|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''@|1|g' \ -e 's|@''REPLACE_CLOSE''@|0|g' \ -e 's|@''REPLACE_COPY_FILE_RANGE''@|0|g' \ -e 's|@''REPLACE_DUP''@|0|g' \ -e 's|@''REPLACE_DUP2''@|0|g' \ -e 's|@''REPLACE_EXECL''@|0|g' \ -e 's|@''REPLACE_EXECLE''@|0|g' \ -e 's|@''REPLACE_EXECLP''@|0|g' \ -e 's|@''REPLACE_EXECV''@|0|g' \ -e 's|@''REPLACE_EXECVE''@|0|g' \ -e 's|@''REPLACE_EXECVP''@|0|g' \ -e 's|@''REPLACE_EXECVPE''@|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_GETPASS_FOR_GETPASS_GNU''@|1|g' \ -e 's|@''REPLACE_ISATTY''@|0|g' \ -e 's|@''REPLACE_LCHOWN''@|1|g' \ -e 's|@''REPLACE_LINK''@|1|g' \ • -e 's|@''REPLACE_LINKAT''@|0|g' \ -e 's|@''REPLACE_LSEEK''@|1|g' \ -e 's|@''REPLACE_PREAD''@|0|g' \ -e 's|@''REPLACE_PWRITE''@|0|g' \ -e 's|@''REPLACE_READ''@|0|g' \ -e 's|@''REPLACE_READLINK''@|1|g' \ • -e 's|@''REPLACE_READLINKAT''@|0|g' \ -e 's|@''REPLACE_RMDIR''@|0|g' \ -e 's|@''REPLACE_SLEEP''@|0|g' \ -e 's|@''REPLACE_SYMLINK''@|1|g' \ • -e 's|@''REPLACE_SYMLINKAT''@|0|g' \ -e 's|@''REPLACE_TRUNCATE''@|0|g' \ -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ -e 's|@''REPLACE_UNLINK''@|1|g' \ • -e 's|@''REPLACE_UNLINKAT''@|0|g' \ -e 's|@''REPLACE_USLEEP''@|0|g' \ -e 's|@''REPLACE_WRITE''@|0|g' \ -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|1|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 ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ > lib/unistd.h-t mv lib/unistd.h-t lib/unistd.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w lib/unistr.h-t' ./lib/unistr.in.h mv lib/unistr.h-t lib/unistr.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w lib/unitypes.h-t' ./lib/unitypes.in.h mv lib/unitypes.h-t lib/unitypes.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w lib/uniwidth.h-t' ./lib/uniwidth.in.h mv lib/uniwidth.h-t lib/uniwidth.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_UTIME_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_UTIME_H''@|<utime.h>|g' \ -e 's/@''GNULIB_UTIME''@/1/g' \ -e 's/@''GNULIB_MDA_UTIME''@/1/g' \ -e 's|@''HAVE_UTIME''@|1|g' \ -e 's|@''REPLACE_UTIME''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/utime.in.h > lib/utime.h-t mv lib/utime.h-t lib/utime.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \ -e 's/@''GNULIB_BTOWC''@/1/g' \ -e 's/@''GNULIB_WCTOB''@/IN_COREUTILS_GNULIB_TESTS/g' \ -e 's/@''GNULIB_MBSINIT''@/1/g' \ -e 's/@''GNULIB_MBRTOWC''@/1/g' \ -e 's/@''GNULIB_MBRLEN''@/1/g' \ -e 's/@''GNULIB_MBSRTOWCS''@/1/g' \ -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \ -e 's/@''GNULIB_WCRTOMB''@/1/g' \ -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \ -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \ -e 's/@''GNULIB_WCWIDTH''@/1/g' \ -e 's/@''GNULIB_WMEMCHR''@/1/g' \ -e 's/@''GNULIB_WMEMCMP''@/0/g' \ -e 's/@''GNULIB_WMEMCPY''@/0/g' \ -e 's/@''GNULIB_WMEMMOVE''@/0/g' \ -e 's/@''GNULIB_WMEMPCPY''@/1/g' \ -e 's/@''GNULIB_WMEMSET''@/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''@/1/g' \ -e 's/@''GNULIB_WCSFTIME''@/0/g' \ -e 's/@''GNULIB_MDA_WCSDUP''@/1/g' \ -e 's/@''GNULIB_FREE_POSIX''@/1/g' \ < ./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''@|0|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_WCSDUP''@|0|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_FREE''@|1|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''@|1|g' \ -e 's|@''REPLACE_WCSFTIME''@|0|g' \ -e 's|@''REPLACE_WCSTOK''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ > lib/wchar.h-t mv lib/wchar.h-t lib/wchar.h /opt/local/bin/gmkdir -p 'lib' sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \ -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/@''GNULIBHEADERS_OVERRIDE_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''@/0/g' \ -e 's/@''REPLACE_ISWXDIGIT''@/0/g' \ -e 's/@''REPLACE_ISWCNTRL''@/0/g' \ -e 's/@''REPLACE_TOWLOWER''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \ ./lib/wctype.in.h > lib/wctype.h-t mv lib/wctype.h-t lib/wctype.h rm -f src/coreutils.h /opt/local/bin/gmkdir -p src for prog in x ; do \ test $prog = x && continue; \ prog=`basename $prog`; \ main=`echo $prog | tr '[' '_'`; \ echo "SINGLE_BINARY_PROGRAM(\"$prog\", $main)"; \ done | sort > src/coreutils.ht
Is it worth to add Legacy Support here?
Change History (3)
comment:1 Changed 2 years ago by kencu (Ken)
comment:2 Changed 2 years ago by ballapete (Peter "Pete" Dyballa)
I am not that deep into the library functions used, I cannot tell. OTOH, if the coreutils
will receive an incompatible update, then LegacySupport could be ready to take over.
comment:3 Changed 2 years ago by kencu (Ken)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
OK, we'll keep an eye out for that.
Note: See
TracTickets for help on using
tickets.
It looks like coreutils uses GNULIB fallbacks very nicely, instead of LegacySupport fallbacks, if LegacySupport is not used.
Other than that, I can't see too much difference.
Did you spot there anything that you would see as a new functionality in coreutils that LegacySupport would provide that the existing GNULIB fallback does not provide? Otherwise, not much reason to use LegacySupport over GNULIB, I think.