Skip to content

Instantly share code, notes, and snippets.

@raw-bin
Created April 2, 2011 20:41
Show Gist options
  • Select an option

  • Save raw-bin/899863 to your computer and use it in GitHub Desktop.

Select an option

Save raw-bin/899863 to your computer and use it in GitHub Desktop.
A capture of 'brew install -v findutils' and 'brew doctor' as per the instructions at <https://github.com/mxcl/homebrew/wiki/new-issue>.
$ brew install -v findutils
==> Downloading http://ftp.gnu.org/pub/gnu/findutils/findutils-4.4.2.tar.gz
File already downloaded and cached to /Users/robin/Library/Caches/Homebrew
/usr/bin/tar xf /Users/robin/Library/Caches/Homebrew/findutils-4.4.2.tar.gz
==> ./configure --prefix=/usr/local/Cellar/findutils/4.4.2 --disable-debug --disable-dependency-tracking --program-prefix=g
./configure --prefix=/usr/local/Cellar/findutils/4.4.2 --disable-debug --disable-dependency-tracking --program-prefix=g
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/mkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin10.7.0
checking host system type... i386-apple-darwin10.7.0
checking whether debug output should be produced... no
checking for leaf optimisation... yes
checking for gcc... /usr/bin/cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/cc accepts -g... yes
checking for /usr/bin/cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/cc... none
checking how to run the C preprocessor... /usr/bin/cc -E
checking for ranlib... ranlib
checking whether /usr/bin/cc and cc understand -c and -o together... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for /usr/bin/cc option to accept ISO C99... -std=gnu99
checking for /usr/bin/cc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking for function prototypes... yes
checking for string.h... (cached) yes
checking for a BSD-compatible install... /usr/local/bin/install -c
checking for ranlib... (cached) ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for working alloca.h... yes
checking for alloca... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking stdio_ext.h usability... no
checking stdio_ext.h presence... no
checking for stdio_ext.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for stdint.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for inttypes.h... (cached) yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking whether canonicalize_file_name is declared... no
checking for canonicalize_file_name... no
checking for resolvepath... no
checking for getcwd... yes
checking for readlink... yes
checking for dup2... yes
checking for fchdir... yes
checking for mempcpy... no
checking for btowc... yes
checking for isblank... yes
checking for iswctype... yes
checking for mbsrtowcs... yes
checking for wmemchr... yes
checking for wmemcpy... yes
checking for wmempcpy... no
checking for __fpending... no
checking for fpurge... yes
checking for __fpurge... no
checking for __freading... no
checking for lchmod... yes
checking for fdopendir... no
checking for gettimeofday... yes
checking for nanotime... no
checking for alarm... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for wcrtomb... yes
checking for wcscoll... yes
checking for pathconf... yes
checking for setenv... yes
checking for mblen... yes
checking for mbrlen... yes
checking for tzset... yes
checking for lstat... yes
checking for pipe... yes
checking for iswcntrl... yes
checking for wcwidth... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether chown(2) dereferences symlinks... yes
checking for inline... inline
checking whether system is Windows or MSDOS... no
checking whether // is distinct from /... no
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking whether the preprocessor supports include_next... yes
checking for st_dm_mode in struct stat... no
checking whether strmode is declared... yes
checking for mbstate_t... yes
checking whether stdin defaults to large file offsets... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking whether getcwd is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for compound literals... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_gmtoff... yes
checking whether getdelim is declared... no
checking whether getline is declared... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... yes
checking whether optreset is declared... yes
checking whether getenv is declared... yes
checking for C/C++ restrict keyword... __restrict
checking for struct timeval... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 64
checking for bit size of sig_atomic_t... 32
checking for bit size of size_t... 64
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix... l
checking for sig_atomic_t integer literal suffix...
checking for size_t integer literal suffix... ul
checking for wchar_t integer literal suffix...
checking for wint_t integer literal suffix...
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking for nl_langinfo and CODESET... yes
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking whether memrchr is declared... no
checking for long file names... yes
checking whether strdup is declared... yes
checking for working strerror function... yes
checking whether strndup is declared... no
checking whether strnlen is declared... no
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... yes
checking for wint_t... yes
checking for wchar_t... yes
checking for alloca as a compiler built-in... yes
checking whether to enable assertions... yes
checking whether this system has an arbitrary file name length limit... yes
checking for library containing clock_gettime... no
checking for clock_gettime... no
checking for clock_settime... no
checking for d_ino member in directory struct... yes
checking for d_type member in directory struct... yes
checking for dirfd... no
checking whether dirfd is declared... yes
checking whether dirfd is a macro... yes
checking whether // is distinct from /... (cached) no
checking for error_at_line... no
checking for working fcntl.h... no (bad O_NOATIME)
checking whether fflush works on input streams... no
checking for struct stat.st_blocks... yes
checking for flexible array member... yes
checking for working GNU fnmatch... no
checking whether isblank is declared... yes
checking whether __fpending is declared... no
checking how to determine the number of pending output bytes on a stream... fp->_p - fp->_bf._base
checking whether fpurge is declared... yes
checking for fseeko... yes
checking for ftello... yes
checking for fchmodat... no
checking for mkdirat... no
checking for openat... no
checking for fchownat... no
checking whether getcwd handles long file names properly... no, but it is partly working
checking for getpagesize... yes
checking whether getcwd aborts when 4k < cwd_length < 16k... no
checking for struct tm.tm_zone... yes
checking for getdelim... no
checking for flockfile... yes
checking for funlockfile... yes
checking for getline... no
checking for getdelim... (cached) no
checking for flockfile... (cached) yes
checking for funlockfile... (cached) yes
checking for gettimeofday with POSIX signature... yes
checking whether gettimeofday clobbers localtime buffer... no
checking whether the compiler generally respects inline... yes
checking whether inttypes.h conforms to C99... no
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking for lchown... yes
checking whether lseek detects pipes... yes
checking whether lstat dereferences a symlink specified with a trailing slash... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking for memchr... yes
checking for working memcmp... yes
checking for mempcpy... (cached) no
checking for memrchr... no
checking for memset... yes
checking for working mktime... no
checking for listmntent... no
checking for getmntinfo... yes
checking for sys/ucred.h... yes
checking for sys/mount.h... yes
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
checking sys/fs_types.h usability... no
checking sys/fs_types.h presence... no
checking for sys/fs_types.h... no
checking for struct fsstat.f_fstypename... no
checking for library containing getmntent... no
checking for getmntent... no
checking for listmntent of Cray/Unicos-9... no
checking for mntctl function and struct vmount... no
checking for getfsstat function... no
checking for FIXME existence of three headers... no
checking for getmntinfo function... yes
checking whether getmntinfo returns statvfs structures... no
checking sys/mntent.h usability... no
checking sys/mntent.h presence... no
checking for sys/mntent.h... no
checking for struct statfs.f_fstypename... yes
checking for fchmodat... (cached) no
checking for mkdirat... (cached) no
checking for openat... (cached) no
checking for fchownat... (cached) no
checking for mbstate_t... (cached) yes
checking whether mbrtowc and mbstate_t are properly declared... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for working re_compile_pattern... no
checking whether isblank is declared... (cached) yes
checking for rpmatch... no
checking for unsetenv... yes
checking for unsetenv() return type... int
checking for ssize_t... yes
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_atimespec.tv_nsec... yes
checking for struct stat.st_birthtimespec.tv_nsec... yes
checking for va_copy... yes
checking whether stdint.h conforms to C99... (cached) no
checking for sys/inttypes.h... (cached) no
checking for sys/bitypes.h... (cached) no
checking for bit size of ptrdiff_t... (cached) 64
checking for bit size of sig_atomic_t... (cached) 32
checking for bit size of size_t... (cached) 64
checking for bit size of wchar_t... (cached) 32
checking for bit size of wint_t... (cached) 32
checking whether sig_atomic_t is signed... (cached) yes
checking whether wchar_t is signed... (cached) yes
checking whether wint_t is signed... (cached) yes
checking for ptrdiff_t integer literal suffix... (cached) l
checking for sig_atomic_t integer literal suffix... (cached)
checking for size_t integer literal suffix... (cached) ul
checking for wchar_t integer literal suffix... (cached)
checking for wint_t integer literal suffix... (cached)
checking for stpcpy... yes
checking for strcasestr... yes
checking for strdup... yes
checking for working strndup... no
checking for working strnlen... no
checking whether <inttypes.h> defines strtoimax as a macro... no
checking for strtoimax... yes
checking for strtol... yes
checking for strtoll... yes
checking for strtoul... yes
checking for strtoull... yes
checking whether <inttypes.h> defines strtoumax as a macro... no
checking for strtoumax... yes
checking whether mkdir is declared... yes
checking for a thread-safe mkdir -p... /usr/local/bin/mkdir -p
checking for a thread-safe mkdir -p... /usr/local/bin/mkdir -p
checking whether localtime_r is compatible with its POSIX signature... yes
checking whether <wchar.h> is standalone... yes
checking whether wcwidth is declared... yes
checking whether wcwidth works reasonably in UTF-8 locales... no
checking for a french Unicode locale... fr_FR.UTF-8
checking for a turkish Unicode locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a transitional chinese locale... (cached) none
checking for wchar_t... (cached) yes
checking for wint_t... (cached) yes
checking for getpwnam... yes
checking for modf in -lm... yes
checking for fabs in -lm... yes
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for string.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for locale.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for mntent.h... (cached) no
checking sys/mnttab.h usability... no
checking sys/mnttab.h presence... no
checking for sys/mnttab.h... no
checking sys/mntio.h usability... no
checking sys/mntio.h presence... no
checking for sys/mntio.h... no
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking whether sys/types.h defines makedev... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether stat file-mode macros are broken... (cached) no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for uid_t in sys/types.h... (cached) yes
checking for size_t... yes
checking for ssize_t... yes
checking for pid_t... yes
checking for ino_t... yes
checking for dev_t... yes
checking for mode_t... yes
checking for struct stat.st_blocks... (cached) yes
checking for struct stat.st_rdev... yes
checking whether we should use struct dirent.d_type, if available... yes
checking for struct dirent.d_type... yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for struct tm.tm_zone... (cached) yes
checking for strftime... yes
checking for memcmp... yes
checking for memset... (cached) yes
checking for stpcpy... (cached) yes
checking for strdup... (cached) yes
checking for strstr... yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for fchdir... (cached) yes
checking for getcwd... (cached) yes
checking for strerror... yes
checking for endgrent... yes
checking for endpwent... yes
checking for setlocale... yes
checking for vprintf... yes
checking for _doprnt... no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking whether closedir returns void... no
checking for getmntent... (cached) no
checking for library containing getmntent... (cached) no
checking for getmntent... (cached) no
checking for getmntent... (cached) no
checking for setmntent... no
checking for endmntent... no
checking for waitpid... yes
checking for strspn... yes
checking for forcefindlib... no
checking for setgroups... yes
checking for alloca as a compiler built-in... (cached) yes
checking for working re_compile_pattern... (cached) no
checking whether isblank is declared... (cached) yes
checking for sort... /usr/local/bin/sort
checking if /usr/local/bin/sort supports the -z option... yes
checking for struct dirent.d_type... (cached) yes
checking for __attribute__ ((__noreturn__)) support... yes
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... /usr/bin/cc
checking if the linker (/usr/bin/cc) is GNU ld... no
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... no
checking whether to use NLS... no
configure: creating ./config.status
config.status: creating gnulib/Makefile
config.status: creating gnulib/lib/Makefile
config.status: creating m4/Makefile
config.status: creating Makefile
config.status: creating tests/Makefile
config.status: creating build-aux/Makefile
config.status: creating find/Makefile
config.status: creating find/testsuite/Makefile
config.status: creating xargs/Makefile
config.status: creating xargs/testsuite/Makefile
config.status: creating locate/Makefile
config.status: creating locate/testsuite/Makefile
config.status: creating po/Makefile.in
config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating po/Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
==> make install
make install
Making install in gnulib
Making install in lib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./alloca.in.h; \
} > alloca.h-t
rm -f configmake.h-t configmake.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#define PREFIX "/usr/local/Cellar/findutils/4.4.2"'; \
echo '#define EXEC_PREFIX "/usr/local/Cellar/findutils/4.4.2"'; \
echo '#define BINDIR "/usr/local/Cellar/findutils/4.4.2/bin"'; \
echo '#define SBINDIR "/usr/local/Cellar/findutils/4.4.2/sbin"'; \
echo '#define LIBEXECDIR "/usr/local/Cellar/findutils/4.4.2/libexec"'; \
echo '#define DATAROOTDIR "/usr/local/Cellar/findutils/4.4.2/share"'; \
echo '#define DATADIR "/usr/local/Cellar/findutils/4.4.2/share"'; \
echo '#define SYSCONFDIR "/usr/local/Cellar/findutils/4.4.2/etc"'; \
echo '#define SHAREDSTATEDIR "/usr/local/Cellar/findutils/4.4.2/com"'; \
echo '#define LOCALSTATEDIR "/usr/local/Cellar/findutils/4.4.2/var"'; \
echo '#define INCLUDEDIR "/usr/local/Cellar/findutils/4.4.2/include"'; \
echo '#define OLDINCLUDEDIR "/usr/include"'; \
echo '#define DOCDIR "/usr/local/Cellar/findutils/4.4.2/share/doc/findutils"'; \
echo '#define INFODIR "/usr/local/Cellar/findutils/4.4.2/share/info"'; \
echo '#define HTMLDIR "/usr/local/Cellar/findutils/4.4.2/share/doc/findutils"'; \
echo '#define DVIDIR "/usr/local/Cellar/findutils/4.4.2/share/doc/findutils"'; \
echo '#define PDFDIR "/usr/local/Cellar/findutils/4.4.2/share/doc/findutils"'; \
echo '#define PSDIR "/usr/local/Cellar/findutils/4.4.2/share/doc/findutils"'; \
echo '#define LIBDIR "/usr/local/Cellar/findutils/4.4.2/lib"'; \
echo '#define LISPDIR ""'; \
echo '#define LOCALEDIR "/usr/local/Cellar/findutils/4.4.2/share/locale"'; \
echo '#define MANDIR "/usr/local/Cellar/findutils/4.4.2/share/man"'; \
echo '#define MANEXT ""'; \
echo '#define PKGDATADIR "/usr/local/Cellar/findutils/4.4.2/share/findutils"'; \
echo '#define PKGINCLUDEDIR "/usr/local/Cellar/findutils/4.4.2/include/findutils"'; \
echo '#define PKGLIBDIR "/usr/local/Cellar/findutils/4.4.2/lib/findutils"'; \
echo '#define PKGLIBEXECDIR ""'; \
} | sed '/""/d' > configmake.h-t
mv -f alloca.h-t alloca.h
rm -f fcntl.h-t fcntl.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
-e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
-e 's|@''GNULIB_OPEN''@|0|g' \
-e 's|@''REPLACE_OPEN''@|0|g' \
< ./fcntl.in.h; \
} > fcntl.h-t
mv configmake.h-t configmake.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./fnmatch.in.h; \
} > fnmatch.h-t
mv fcntl.h-t fcntl.h
mv -f fnmatch.h-t fnmatch.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./getopt.in.h; \
} > getopt.h-t
rm -f inttypes.h-t inttypes.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
-e 's/@''INCLUDE_NEXT''@/include_next/g' \
-e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
-e 's/@''PRI_MACROS_BROKEN''@/0/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/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/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
-e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \
-e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
-e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/1/g' \
-e '/definition of GL_LINK_WARNING/r ../../build-aux/link-warning.h' \
< ./inttypes.in.h; \
} > inttypes.h-t
mv -f getopt.h-t getopt.h
rm -f stdint.h-t stdint.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''HAVE_STDINT_H''@/1/g' \
-e 's/@''INCLUDE_NEXT''@/include_next/g' \
-e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
-e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
-e 's/@''HAVE_INTTYPES_H''@/1/g' \
-e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
-e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
-e 's/@''BITSIZEOF_PTRDIFF_T''@/64/g' \
-e 's/@''PTRDIFF_T_SUFFIX''@/l/g' \
-e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
-e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
-e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
-e 's/@''BITSIZEOF_SIZE_T''@/64/g' \
-e 's/@''SIZE_T_SUFFIX''@/ul/g' \
-e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
-e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
-e 's/@''WCHAR_T_SUFFIX''@//g' \
-e 's/@''BITSIZEOF_WINT_T''@/32/g' \
-e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \
-e 's/@''WINT_T_SUFFIX''@//g' \
< ./stdint.in.h; \
} > stdint.h-t
mv inttypes.h-t inttypes.h
rm -f stdio.h-t stdio.h
mv stdint.h-t stdint.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
-e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
-e 's|@''GNULIB_FPRINTF_POSIX''@|0|g' \
-e 's|@''GNULIB_PRINTF_POSIX''@|0|g' \
-e 's|@''GNULIB_SNPRINTF''@|0|g' \
-e 's|@''GNULIB_SPRINTF_POSIX''@|0|g' \
-e 's|@''GNULIB_VFPRINTF_POSIX''@|0|g' \
-e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' \
-e 's|@''GNULIB_VSNPRINTF''@|0|g' \
-e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' \
-e 's|@''GNULIB_VASPRINTF''@|0|g' \
-e 's|@''GNULIB_FOPEN''@|0|g' \
-e 's|@''GNULIB_FREOPEN''@|0|g' \
-e 's|@''GNULIB_FSEEK''@|0|g' \
-e 's|@''GNULIB_FSEEKO''@|1|g' \
-e 's|@''GNULIB_FTELL''@|0|g' \
-e 's|@''GNULIB_FTELLO''@|1|g' \
-e 's|@''GNULIB_FFLUSH''@|1|g' \
-e 's|@''GNULIB_GETDELIM''@|1|g' \
-e 's|@''GNULIB_GETLINE''@|1|g' \
-e 's|@''REPLACE_FPRINTF''@|0|g' \
-e 's|@''REPLACE_VFPRINTF''@|0|g' \
-e 's|@''REPLACE_PRINTF''@|0|g' \
-e 's|@''REPLACE_VPRINTF''@|0|g' \
-e 's|@''REPLACE_SNPRINTF''@|0|g' \
-e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
-e 's|@''REPLACE_VSNPRINTF''@|0|g' \
-e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
-e 's|@''REPLACE_SPRINTF''@|0|g' \
-e 's|@''REPLACE_VSPRINTF''@|0|g' \
-e 's|@''HAVE_VASPRINTF''@|1|g' \
-e 's|@''REPLACE_VASPRINTF''@|0|g' \
-e 's|@''REPLACE_FOPEN''@|0|g' \
-e 's|@''REPLACE_FREOPEN''@|0|g' \
-e 's|@''REPLACE_FSEEKO''@|1|g' \
-e 's|@''REPLACE_FSEEK''@|0|g' \
-e 's|@''REPLACE_FTELLO''@|0|g' \
-e 's|@''REPLACE_FTELL''@|0|g' \
-e 's|@''REPLACE_FFLUSH''@|1|g' \
-e 's|@''HAVE_DECL_GETDELIM''@|0|g' \
-e 's|@''HAVE_DECL_GETLINE''@|0|g' \
-e 's|@''REPLACE_GETLINE''@|1|g' \
-e '/definition of GL_LINK_WARNING/r ../../build-aux/link-warning.h' \
< ./stdio.in.h; \
} > stdio.h-t
rm -f stdlib.h-t stdlib.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
-e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
-e 's|@''GNULIB_MALLOC_POSIX''@|1|g' \
-e 's|@''GNULIB_REALLOC_POSIX''@|1|g' \
-e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \
-e 's|@''GNULIB_GETSUBOPT''@|0|g' \
-e 's|@''GNULIB_MKDTEMP''@|0|g' \
-e 's|@''GNULIB_MKSTEMP''@|0|g' \
-e 's|@''GNULIB_PUTENV''@|0|g' \
-e 's|@''HAVE_CALLOC_POSIX''@|1|g' \
-e 's|@''HAVE_GETSUBOPT''@|1|g' \
-e 's|@''HAVE_MALLOC_POSIX''@|1|g' \
-e 's|@''HAVE_MKDTEMP''@|1|g' \
-e 's|@''HAVE_REALLOC_POSIX''@|1|g' \
-e 's|@''REPLACE_MKSTEMP''@|0|g' \
-e 's|@''REPLACE_PUTENV''@|0|g' \
-e '/definition of GL_LINK_WARNING/r ../../build-aux/link-warning.h' \
< ./stdlib.in.h; \
} > stdlib.h-t
mv stdio.h-t stdio.h
rm -f string.h-t string.h
mv stdlib.h-t stdlib.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
-e 's|@''NEXT_STRING_H''@|<string.h>|g' \
-e 's|@''GNULIB_MBSLEN''@|1|g' \
-e 's|@''GNULIB_MBSNLEN''@|0|g' \
-e 's|@''GNULIB_MBSCHR''@|0|g' \
-e 's|@''GNULIB_MBSRCHR''@|0|g' \
-e 's|@''GNULIB_MBSSTR''@|1|g' \
-e 's|@''GNULIB_MBSCASECMP''@|0|g' \
-e 's|@''GNULIB_MBSNCASECMP''@|0|g' \
-e 's|@''GNULIB_MBSPCASECMP''@|0|g' \
-e 's|@''GNULIB_MBSCASESTR''@|1|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_MEMMEM''@|0|g' \
-e 's|@''GNULIB_MEMPCPY''@|1|g' \
-e 's|@''GNULIB_MEMRCHR''@|1|g' \
-e 's|@''GNULIB_STPCPY''@|1|g' \
-e 's|@''GNULIB_STPNCPY''@|0|g' \
-e 's|@''GNULIB_STRCHRNUL''@|0|g' \
-e 's|@''GNULIB_STRDUP''@|1|g' \
-e 's|@''GNULIB_STRNDUP''@|1|g' \
-e 's|@''GNULIB_STRNLEN''@|1|g' \
-e 's|@''GNULIB_STRPBRK''@|0|g' \
-e 's|@''GNULIB_STRSEP''@|0|g' \
-e 's|@''GNULIB_STRCASESTR''@|1|g' \
-e 's|@''GNULIB_STRTOK_R''@|0|g' \
-e 's|@''GNULIB_STRERROR''@|1|g' \
-e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
-e 's|@''HAVE_MEMPCPY''@|0|g' \
-e 's|@''HAVE_DECL_MEMRCHR''@|0|g' \
-e 's|@''HAVE_STPCPY''@|1|g' \
-e 's|@''HAVE_STPNCPY''@|1|g' \
-e 's|@''HAVE_STRCHRNUL''@|1|g' \
-e 's|@''HAVE_DECL_STRDUP''@|1|g' \
-e 's|@''HAVE_STRNDUP''@|0|g' \
-e 's|@''HAVE_DECL_STRNDUP''@|0|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''@|1|g' \
-e 's|@''REPLACE_MEMMEM''@|0|g' \
-e 's|@''REPLACE_STRERROR''@|0|g' \
-e '/definition of GL_LINK_WARNING/r ../../build-aux/link-warning.h' \
< ./string.in.h; \
} > string.h-t
/usr/local/bin/mkdir -p sys
rm -f sys/stat.h-t sys/stat.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
-e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
-e 's|@''HAVE_IO_H''@|0|g' \
-e 's|@''HAVE_LSTAT''@|1|g' \
-e 's|@''HAVE_DECL_MKDIR''@|1|g' \
< ./sys_stat.in.h; \
} > sys/stat.h-t
mv string.h-t string.h
rm -f time.h-t time.h
mv sys/stat.h-t sys/stat.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
-e 's|@NEXT_TIME_H''@|<time.h>|g' \
-e 's|@REPLACE_LOCALTIME_R''@|0|g' \
-e 's|@REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
-e 's|@REPLACE_STRPTIME''@|GNULIB_PORTCHECK|g' \
-e 's|@REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
-e 's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
< ./time.in.h; \
} > time.h-t
rm -f unistd.h-t unistd.h
mv time.h-t time.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''HAVE_UNISTD_H''@|1|g' \
-e 's/@''INCLUDE_NEXT''@/include_next/g' \
-e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
-e 's|@''GNULIB_CHOWN''@|1|g' \
-e 's|@''GNULIB_DUP2''@|1|g' \
-e 's|@''GNULIB_FCHDIR''@|1|g' \
-e 's|@''GNULIB_FTRUNCATE''@|0|g' \
-e 's|@''GNULIB_GETCWD''@|1|g' \
-e 's|@''GNULIB_GETLOGIN_R''@|0|g' \
-e 's|@''GNULIB_GETPAGESIZE''@|0|g' \
-e 's|@''GNULIB_LCHOWN''@|1|g' \
-e 's|@''GNULIB_LSEEK''@|1|g' \
-e 's|@''GNULIB_READLINK''@|1|g' \
-e 's|@''GNULIB_SLEEP''@|0|g' \
-e 's|@''HAVE_DUP2''@|1|g' \
-e 's|@''HAVE_FTRUNCATE''@|1|g' \
-e 's|@''HAVE_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_READLINK''@|1|g' \
-e 's|@''HAVE_SLEEP''@|1|g' \
-e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
-e 's|@''HAVE_OS_H''@|0|g' \
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
-e 's|@''REPLACE_CHOWN''@|0|g' \
-e 's|@''REPLACE_FCHDIR''@|0|g' \
-e 's|@''REPLACE_GETCWD''@|1|g' \
-e 's|@''REPLACE_LCHOWN''@|0|g' \
-e 's|@''REPLACE_LSEEK''@|0|g' \
< ./unistd.in.h; \
} > unistd.h-t
rm -f wchar.h-t wchar.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
-e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
-e 's/@''HAVE_WCHAR_H''@/1/g' \
-e 's|@''GNULIB_WCWIDTH''@|1|g' \
-e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
-e 's|@''REPLACE_WCWIDTH''@|1|g' \
-e '/definition of GL_LINK_WARNING/r ../../build-aux/link-warning.h' \
< ./wchar.in.h; \
} > wchar.h-t
mv unistd.h-t unistd.h
mv wchar.h-t wchar.h
make install-am
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o areadlink-with-size.o areadlink-with-size.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o c-strstr.o c-strstr.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o file-set.o file-set.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o fpurge.o fpurge.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o freadahead.o freadahead.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o freading.o freading.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o getdate.o getdate.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o hash-pjw.o hash-pjw.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o hash-triple.o hash-triple.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o localcharset.o localcharset.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o malloca.o malloca.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o mbchar.o mbchar.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o mbscasestr.o mbscasestr.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o mbslen.o mbslen.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o mbsstr.o mbsstr.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o openat-die.o openat-die.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o progname.o progname.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o strnlen1.o strnlen1.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o version-etc.o version-etc.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o version-etc-fsf.o version-etc-fsf.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o xalloc-die.o xalloc-die.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o xstrndup.o xstrndup.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o xstrtoumax.o xstrtoumax.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o argmatch.o argmatch.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o basename.o basename.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o canonicalize.o canonicalize.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o canonicalize-lgpl.o canonicalize-lgpl.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o chdir-long.o chdir-long.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o close-stream.o close-stream.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o closein.o closein.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o closeout.o closeout.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o creat-safer.o creat-safer.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o cycle-check.o cycle-check.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o dirname.o dirname.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o dup-safer.o dup-safer.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o error.o error.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o exitfail.o exitfail.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o fchmodat.o fchmodat.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o fchownat.o fchownat.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o fd-safer.o fd-safer.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o fflush.o fflush.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o filemode.o filemode.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o filenamecat.o filenamecat.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o fnmatch.o fnmatch.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o fopen-safer.o fopen-safer.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o fpending.o fpending.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o fseeko.o fseeko.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o fts.o fts.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o getcwd.o getcwd.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o getdelim.o getdelim.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o getline.o getline.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o getopt.o getopt.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o getopt1.o getopt1.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o gettime.o gettime.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o hash.o hash.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o human.o human.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o i-ring.o i-ring.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o idcache.o idcache.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o lstat.o lstat.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o mempcpy.o mempcpy.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o memrchr.o memrchr.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o mkdirat.o mkdirat.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o mktime.o mktime.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o modechange.o modechange.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o mountlist.o mountlist.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o open-safer.o open-safer.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o openat.o openat.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o openat-proc.o openat-proc.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o pipe-safer.o pipe-safer.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o quote.o quote.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o quotearg.o quotearg.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o regex.o regex.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o rpmatch.o rpmatch.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o same.o same.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o save-cwd.o save-cwd.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o savedir.o savedir.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o strftime.o strftime.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o stripslash.o stripslash.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o strndup.o strndup.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o strnlen.o strnlen.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o wcwidth.o wcwidth.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o xgetcwd.o xgetcwd.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o xmalloc.o xmalloc.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o xstrtod.o xstrtod.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o xstrtol.o xstrtol.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o xstrtol-error.o xstrtol-error.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o xstrtoul.o xstrtoul.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o yesno.o yesno.c
rm -f t-charset.alias charset.alias
/bin/sh ./config.charset 'i386-apple-darwin10.7.0' > t-charset.alias
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/findutils/g' ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/findutils/g' ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -O3 -march=core2 -msse4.1 -w -pipe -c -o uniwidth/width.o uniwidth/width.c
rm -f libgnulib.a
ar cru libgnulib.a areadlink-with-size.o c-strstr.o file-set.o fpurge.o freadahead.o freading.o getdate.o hash-pjw.o hash-triple.o localcharset.o malloca.o mbchar.o mbscasestr.o mbslen.o mbsstr.o openat-die.o progname.o strnlen1.o uniwidth/width.o version-etc.o version-etc-fsf.o xalloc-die.o xstrndup.o xstrtoumax.o argmatch.o basename.o canonicalize.o canonicalize-lgpl.o chdir-long.o close-stream.o closein.o closeout.o creat-safer.o cycle-check.o dirname.o dup-safer.o error.o exitfail.o fchmodat.o fchownat.o fd-safer.o fflush.o filemode.o filenamecat.o fnmatch.o fopen-safer.o fpending.o fseeko.o fts.o getcwd.o getdelim.o getline.o getopt.o getopt1.o gettime.o hash.o human.o i-ring.o idcache.o lstat.o mempcpy.o memrchr.o mkdirat.o mktime.o modechange.o mountlist.o open-safer.o openat.o openat-proc.o pipe-safer.o quote.o quotearg.o regex.o rpmatch.o same.o save-cwd.o savedir.o strftime.o stripslash.o strndup.o strnlen.o wcwidth.o xgetcwd.o xmalloc.o xstrtod.o xstrtol.o xstrtol-error.o xstrtoul.o yesno.o
ranlib libgnulib.a
test no != no || /bin/sh ../../build-aux/mkinstalldirs /usr/local/Cellar/findutils/4.4.2/lib
make[4]: Nothing to be done for `install-data-am'.
mkdir -p -- /usr/local/Cellar/findutils/4.4.2/lib
if test -f /usr/local/Cellar/findutils/4.4.2/lib/charset.alias; then \
sed -f ref-add.sed /usr/local/Cellar/findutils/4.4.2/lib/charset.alias > /usr/local/Cellar/findutils/4.4.2/lib/charset.tmp ; \
/usr/local/bin/install -c -m 644 /usr/local/Cellar/findutils/4.4.2/lib/charset.tmp /usr/local/Cellar/findutils/4.4.2/lib/charset.alias ; \
rm -f /usr/local/Cellar/findutils/4.4.2/lib/charset.tmp ; \
else \
if test no = no; then \
sed -f ref-add.sed charset.alias > /usr/local/Cellar/findutils/4.4.2/lib/charset.tmp ; \
/usr/local/bin/install -c -m 644 /usr/local/Cellar/findutils/4.4.2/lib/charset.tmp /usr/local/Cellar/findutils/4.4.2/lib/charset.alias ; \
rm -f /usr/local/Cellar/findutils/4.4.2/lib/charset.tmp ; \
fi ; \
fi
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in tests
make install-recursive
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in build-aux
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in lib
make install-am
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -O3 -march=core2 -msse4.1 -w -pipe -c gnulib-version.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -O3 -march=core2 -msse4.1 -w -pipe -c findutils-version.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -O3 -march=core2 -msse4.1 -w -pipe -c listfile.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -O3 -march=core2 -msse4.1 -w -pipe -c nextelem.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -O3 -march=core2 -msse4.1 -w -pipe -c extendbuf.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -O3 -march=core2 -msse4.1 -w -pipe -c buildcmd.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -O3 -march=core2 -msse4.1 -w -pipe -c savedirinfo.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -O3 -march=core2 -msse4.1 -w -pipe -c forcefindlib.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -O3 -march=core2 -msse4.1 -w -pipe -c qmark.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -O3 -march=core2 -msse4.1 -w -pipe -c printquoted.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -O3 -march=core2 -msse4.1 -w -pipe -c regextype.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -O3 -march=core2 -msse4.1 -w -pipe -c dircallback.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -O3 -march=core2 -msse4.1 -w -pipe -c regexprops.c
rm -f libfind.a
ar cru libfind.a gnulib-version.o findutils-version.o listfile.o nextelem.o extendbuf.o buildcmd.o savedirinfo.o forcefindlib.o qmark.o printquoted.o regextype.o dircallback.o forcefindlib.o
ranlib libfind.a
/usr/bin/cc -std=gnu99 -O3 -march=core2 -msse4.1 -w -pipe -o regexprops regexprops.o regextype.o ../gnulib/lib/libgnulib.a
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in find
Making install in .
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../lib -I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/Cellar/findutils/4.4.2/share/locale\" -O3 -march=core2 -msse4.1 -w -pipe -c finddata.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../lib -I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/Cellar/findutils/4.4.2/share/locale\" -O3 -march=core2 -msse4.1 -w -pipe -c fstype.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../lib -I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/Cellar/findutils/4.4.2/share/locale\" -O3 -march=core2 -msse4.1 -w -pipe -c parser.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../lib -I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/Cellar/findutils/4.4.2/share/locale\" -O3 -march=core2 -msse4.1 -w -pipe -c pred.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../lib -I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/Cellar/findutils/4.4.2/share/locale\" -O3 -march=core2 -msse4.1 -w -pipe -c tree.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../lib -I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/Cellar/findutils/4.4.2/share/locale\" -O3 -march=core2 -msse4.1 -w -pipe -c util.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../lib -I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/Cellar/findutils/4.4.2/share/locale\" -O3 -march=core2 -msse4.1 -w -pipe -c ftsfind.c
/usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../lib -I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/Cellar/findutils/4.4.2/share/locale\" -O3 -march=core2 -msse4.1 -w -pipe -c find.c
rm -f libfindtools.a
ar cru libfindtools.a finddata.o fstype.o parser.o pred.o tree.o util.o
ranlib libfindtools.a
/usr/bin/cc -std=gnu99 -O3 -march=core2 -msse4.1 -w -pipe -o find ftsfind.o ./libfindtools.a ../lib/libfind.a ../gnulib/lib/libgnulib.a -lm -lm
Undefined symbols:
"_digest_mode", referenced from:
_find in ftsfind.o
"_set_option_defaults", referenced from:
_main in ftsfind.o
"_state", referenced from:
_inside_dir in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_main in ftsfind.o
"_safely_quote_err_filename", referenced from:
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
"_debug_stat", referenced from:
_main in ftsfind.o
"_pred_execdir", referenced from:
_find in ftsfind.o
"_starting_desc", referenced from:
_get_current_dirfd in ftsfind.o
_main in ftsfind.o
"_build_expression_tree", referenced from:
_main in ftsfind.o
"_starting_dir", referenced from:
_main in ftsfind.o
"_looks_like_expression", referenced from:
_main in ftsfind.o
"_options", referenced from:
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_find in ftsfind.o
_main in ftsfind.o
(maybe you meant: _clone_quoting_options)
"_process_leading_options", referenced from:
_main in ftsfind.o
"_run_in_dir", referenced from:
_find in ftsfind.o
"_following_links", referenced from:
_find in ftsfind.o
_find in ftsfind.o
"_cleanup", referenced from:
_main in ftsfind.o
"_apply_predicate", referenced from:
_find in ftsfind.o
"_show_success_rates", referenced from:
_main in ftsfind.o
"_pred_okdir", referenced from:
_find in ftsfind.o
"_complete_pending_execdirs", referenced from:
_complete_execdirs_cb in ftsfind.o
"_get_eval_tree", referenced from:
_find in ftsfind.o
_find in ftsfind.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [find] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
==> Exit Status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/findutils.rb#L17
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: 8241b813d57a23856044dac14bce08320e7034ca
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: dual-core 64-bit penryn
OS X: 10.6.7
Kernel Architecture: i386
Ruby: 1.8.7-174
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 3.2.5
GCC-4.0: build 5494
GCC-4.2: build 5664
LLVM: build 2333
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /usr/bin/cc => /usr/bin/gcc-4.2
CXX: /usr/bin/c++ => /usr/bin/c++-4.2
LD: /usr/bin/cc => /usr/bin/gcc-4.2
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
MAKEFLAGS: -j2
Error: Failed executing: make install
Please report this bug: https://github.com/mxcl/homebrew/wiki/new-issue
Also try:
`brew doctor` to check your setup for common problems.
`brew missing` to check installed packages for missing deps.
$ brew doctor
Your OS X is ripe for brewing.
Any troubles you may be experiencing are likely purely psychosomatic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment