Created
December 14, 2011 22:13
-
-
Save sam452/1478808 to your computer and use it in GitHub Desktop.
homebrew -vd install wget output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rockyserver:vitae wanzie$ brew install -vd wget | |
==> Build Environment | |
CC: /usr/bin/cc => /usr/bin/gcc-4.0 | |
CXX: /usr/bin/c++ => /usr/bin/c++-4.0 | |
LD: /usr/bin/cc => /usr/bin/gcc-4.0 | |
CFLAGS: -O3 -mcpu=7450 -mtune=7450 -w -pipe | |
CXXFLAGS: -O3 -mcpu=7450 -mtune=7450 -w -pipe | |
MAKEFLAGS: -j1 | |
==> Downloading http://ftp.gnu.org/gnu/wget/wget-1.12.tar.bz2 | |
File already downloaded and cached to /Users/wanzie/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/wanzie/Library/Caches/Homebrew/wget-1.12.tar.bz2 | |
==> Downloading patches | |
/usr/bin/curl -f#LA Homebrew 0.7.1 (Ruby 1.8.6-369; Mac OS X 10.5.8) http://savannah.gnu.org/file/wget-1.12-subjectAltNames.diff?file_id=18828 -o 001-homebrew.diff | |
######################################################################## 100.0% | |
==> Patching | |
/usr/bin/patch -f -p1 -i 001-homebrew.diff | |
patching file src/openssl.c | |
==> ./configure --disable-debug --prefix=/usr/local/Cellar/wget/1.12 --disable-iri | |
./configure --disable-debug --prefix=/usr/local/Cellar/wget/1.12 --disable-iri | |
configure: configuring for GNU Wget 1.12 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking build system type... powerpc-apple-darwin9.8.0 | |
checking host system type... powerpc-apple-darwin9.8.0 | |
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... gcc3 | |
checking whether /usr/bin/cc and cc understand -c and -o together... yes | |
checking how to run the C preprocessor... /usr/bin/cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for ranlib... ranlib | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking whether NLS is requested... yes | |
checking for msgfmt... : | |
checking for gmsgfmt... : | |
checking for xgettext... : | |
checking for msgmerge... : | |
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 | |
checking for ranlib... (cached) ranlib | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... -lfl | |
checking whether yytext is a pointer... yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for working volatile... yes | |
checking for ANSI C header files... (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 size of off_t... 8 | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for unistd.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking sys/utime.h usability... no | |
checking sys/utime.h presence... no | |
checking for sys/utime.h... no | |
checking for stdint.h... (cached) yes | |
checking for inttypes.h... (cached) yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking whether h_errno is declared... yes | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 4 | |
checking size of long long... 8 | |
checking size of void *... 4 | |
checking for size_t... yes | |
checking for pid_t... yes | |
checking for uint32_t... yes | |
checking for uintptr_t... yes | |
checking for intptr_t... yes | |
checking for int64_t... yes | |
checking for sig_atomic_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether the preprocessor supports include_next... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking stdio_ext.h usability... no | |
checking stdio_ext.h presence... no | |
checking for stdio_ext.h... no | |
checking for termios.h... (cached) yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdint.h... (cached) yes | |
checking for wchar.h... (cached) yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking wctype.h usability... yes | |
checking wctype.h presence... yes | |
checking for wctype.h... yes | |
checking for complete errno.h... yes | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking whether stdin defaults to large file offsets... 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 getopt is POSIX compatible... yes | |
checking for working GNU getopt function... no | |
checking whether getenv is declared... yes | |
checking whether getpass is declared... yes | |
checking for __fsetlocking... no | |
checking for tcgetattr... yes | |
checking for tcsetattr... yes | |
checking for mbsinit... yes | |
checking for mbrtowc... yes | |
checking for mprotect... yes | |
checking for iswcntrl... yes | |
checking whether fflush_unlocked is declared... no | |
checking whether flockfile is declared... yes | |
checking whether fputs_unlocked is declared... no | |
checking whether funlockfile is declared... yes | |
checking whether putc_unlocked 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 for mbstate_t... yes | |
checking for a traditional japanese locale... ja_JP.eucJP | |
checking for a transitional chinese locale... zh_CN.GB18030 | |
checking for a french Unicode locale... fr_FR.UTF-8 | |
checking for mmap... yes | |
checking for MAP_ANONYMOUS... yes | |
checking for memchr... yes | |
checking whether memchr works... yes | |
checking whether malloc, realloc, calloc are POSIX compliant... yes | |
checking for wchar_t... yes | |
checking for long long int... yes | |
checking for unsigned long long int... yes | |
checking for strcasestr... yes | |
checking for working strerror function... yes | |
checking for C/C++ restrict keyword... __restrict | |
checking for wint_t... yes | |
checking for alloca as a compiler built-in... yes | |
checking for error_at_line... no | |
checking for fseeko... yes | |
checking for getdelim... no | |
checking for flockfile... yes | |
checking for funlockfile... yes | |
checking whether getc_unlocked is declared... (cached) yes | |
checking for getline... no | |
checking for getdelim... (cached) no | |
checking for flockfile... (cached) yes | |
checking for funlockfile... (cached) yes | |
checking whether getc_unlocked is declared... (cached) yes | |
checking for getpagesize... yes | |
checking whether __fsetlocking is declared... no | |
checking whether the compiler generally respects inline... yes | |
checking whether lseek detects pipes... yes | |
checking whether mbrtowc handles incomplete characters... yes | |
checking whether mbrtowc works as well as mbtowc... yes | |
checking whether mbrtowc handles a NULL string argument... yes | |
checking whether mbrtowc has a correct return value... yes | |
checking whether mbrtowc returns 0 when parsing a NUL character... yes | |
checking whether mbrtowc handles incomplete characters... (cached) yes | |
checking whether mbrtowc works as well as mbtowc... (cached) yes | |
checking whether NULL can be used in arbitrary expressions... yes | |
checking whether stdint.h conforms to C99... no | |
checking sys/inttypes.h usability... no | |
checking sys/inttypes.h presence... no | |
checking for sys/inttypes.h... no | |
checking sys/bitypes.h usability... no | |
checking sys/bitypes.h presence... no | |
checking for sys/bitypes.h... no | |
checking for bit size of ptrdiff_t... 32 | |
checking for bit size of size_t... 32 | |
checking for bit size of sig_atomic_t... 32 | |
checking for bit size of wchar_t... 32 | |
checking for bit size of wint_t... 32 | |
checking whether sig_atomic_t is signed... yes | |
checking whether wchar_t is signed... yes | |
checking whether wint_t is signed... yes | |
checking for ptrdiff_t integer literal suffix... | |
checking for size_t integer literal suffix... ul | |
checking for sig_atomic_t integer literal suffix... | |
checking for wchar_t integer literal suffix... | |
checking for wint_t integer literal suffix... | |
checking for random.h... no | |
checking for struct random_data... no | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking whether strncasecmp is declared... yes | |
checking whether strcasestr works in linear time... no | |
checking for strcasestr... (cached) yes | |
checking whether <wchar.h> is standalone... yes | |
checking whether iswcntrl works... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for getpagesize... (cached) yes | |
checking for working mmap... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... (cached) no | |
checking for strptime... yes | |
checking for timegm... yes | |
checking for snprintf... yes | |
checking for vsnprintf... yes | |
checking for vasprintf... yes | |
checking for drand48... yes | |
checking for strtoll... yes | |
checking for usleep... yes | |
checking for ftello... yes | |
checking for sigblock... yes | |
checking for sigsetjmp... yes | |
checking for memrchr... no | |
checking for wcwidth... yes | |
checking for mbtowc... yes | |
checking for struct utimbuf... yes | |
checking for socklen_t... socklen_t | |
checking for working fnmatch.h... yes | |
checking for nanosleep... yes | |
checking for clock_gettime... no | |
checking for clock_gettime in -lrt... no | |
checking for gethostbyname... yes | |
checking for inet_ntoa... yes | |
checking for socket in -lsocket... no | |
checking for dlopen in -ldl... yes | |
checking for libssl... yes | |
checking how to link with libssl... -lssl -lcrypto | |
configure: compiling in support for SSL via OpenSSL | |
checking for md5_calc in -lmd5... no | |
configure: using the OpenSSL MD5 implementation | |
checking for getaddrinfo... yes | |
checking for INET6 protocol support... yes | |
checking for struct sockaddr_in6... yes | |
checking for struct sockaddr_storage... yes | |
checking for struct sockaddr_in6.sin6_scope_id... yes | |
configure: Enabling support for IPv6. | |
checking for makeinfo... ${SHELL} /private/tmp/homebrew-wget-1.12-nbmR/wget-1.12/build-aux/missing --run makeinfo | |
checking for perl5... no | |
checking for perl... /usr/bin/perl | |
checking for pod2man... /usr/bin/pod2man | |
configure: disabling IRIs at user request | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating util/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating tests/Makefile | |
config.status: creating tests/WgetTest.pm | |
config.status: creating lib/Makefile | |
config.status: creating md5/Makefile | |
config.status: creating windows/Makefile | |
config.status: creating src/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 lib | |
rm -f alloca.h-t alloca.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
cat ./alloca.in.h; \ | |
} > alloca.h-t && \ | |
mv -f alloca.h-t alloca.h | |
rm -f configmake.h-t && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
echo '#define PREFIX "/usr/local/Cellar/wget/1.12"'; \ | |
echo '#define EXEC_PREFIX "/usr/local/Cellar/wget/1.12"'; \ | |
echo '#define BINDIR "/usr/local/Cellar/wget/1.12/bin"'; \ | |
echo '#define SBINDIR "/usr/local/Cellar/wget/1.12/sbin"'; \ | |
echo '#define LIBEXECDIR "/usr/local/Cellar/wget/1.12/libexec"'; \ | |
echo '#define DATAROOTDIR "/usr/local/Cellar/wget/1.12/share"'; \ | |
echo '#define DATADIR "/usr/local/Cellar/wget/1.12/share"'; \ | |
echo '#define SYSCONFDIR "/usr/local/Cellar/wget/1.12/etc"'; \ | |
echo '#define SHAREDSTATEDIR "/usr/local/Cellar/wget/1.12/com"'; \ | |
echo '#define LOCALSTATEDIR "/usr/local/Cellar/wget/1.12/var"'; \ | |
echo '#define INCLUDEDIR "/usr/local/Cellar/wget/1.12/include"'; \ | |
echo '#define OLDINCLUDEDIR "/usr/include"'; \ | |
echo '#define DOCDIR "/usr/local/Cellar/wget/1.12/share/doc/wget"'; \ | |
echo '#define INFODIR "/usr/local/Cellar/wget/1.12/share/info"'; \ | |
echo '#define HTMLDIR "/usr/local/Cellar/wget/1.12/share/doc/wget"'; \ | |
echo '#define DVIDIR "/usr/local/Cellar/wget/1.12/share/doc/wget"'; \ | |
echo '#define PDFDIR "/usr/local/Cellar/wget/1.12/share/doc/wget"'; \ | |
echo '#define PSDIR "/usr/local/Cellar/wget/1.12/share/doc/wget"'; \ | |
echo '#define LIBDIR "/usr/local/Cellar/wget/1.12/lib"'; \ | |
echo '#define LISPDIR ""'; \ | |
echo '#define LOCALEDIR "/usr/local/Cellar/wget/1.12/share/locale"'; \ | |
echo '#define MANDIR "/usr/local/Cellar/wget/1.12/share/man"'; \ | |
echo '#define MANEXT ""'; \ | |
echo '#define PKGDATADIR "/usr/local/Cellar/wget/1.12/share/wget"'; \ | |
echo '#define PKGINCLUDEDIR "/usr/local/Cellar/wget/1.12/include/wget"'; \ | |
echo '#define PKGLIBDIR "/usr/local/Cellar/wget/1.12/lib/wget"'; \ | |
echo '#define PKGLIBEXECDIR ""'; \ | |
} | sed '/""/d' > configmake.h-t && \ | |
if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \ | |
rm -f configmake.h-t; \ | |
else \ | |
rm -f configmake.h; mv configmake.h-t configmake.h; \ | |
fi | |
rm -f getopt.h-t getopt.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
cat ./getopt.in.h; \ | |
} > getopt.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|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \ | |
-e 's/@''HAVE_SYS_TYPES_H''@/1/g' \ | |
-e 's/@''HAVE_INTTYPES_H''@/1/g' \ | |
-e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \ | |
-e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \ | |
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \ | |
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \ | |
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \ | |
-e 's/@''BITSIZEOF_PTRDIFF_T''@/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' \ | |
< ./stdint.in.h; \ | |
} > stdint.h-t && \ | |
mv stdint.h-t stdint.h | |
rm -f stdio.h-t stdio.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \ | |
-e 's|@''GNULIB_FPRINTF''@|1|g' \ | |
-e 's|@''GNULIB_FPRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_PRINTF''@|1|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''@|1|g' \ | |
-e 's|@''GNULIB_VFPRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_VPRINTF''@|1|g' \ | |
-e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_VSNPRINTF''@|0|g' \ | |
-e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_DPRINTF''@|0|g' \ | |
-e 's|@''GNULIB_VDPRINTF''@|0|g' \ | |
-e 's|@''GNULIB_VASPRINTF''@|0|g' \ | |
-e 's|@''GNULIB_OBSTACK_PRINTF''@|0|g' \ | |
-e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|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''@|0|g' \ | |
-e 's|@''GNULIB_FFLUSH''@|0|g' \ | |
-e 's|@''GNULIB_FPURGE''@|0|g' \ | |
-e 's|@''GNULIB_FCLOSE''@|0|g' \ | |
-e 's|@''GNULIB_FPUTC''@|1|g' \ | |
-e 's|@''GNULIB_PUTC''@|1|g' \ | |
-e 's|@''GNULIB_PUTCHAR''@|1|g' \ | |
-e 's|@''GNULIB_FPUTS''@|1|g' \ | |
-e 's|@''GNULIB_PUTS''@|1|g' \ | |
-e 's|@''GNULIB_FWRITE''@|1|g' \ | |
-e 's|@''GNULIB_POPEN''@|0|g' \ | |
-e 's|@''GNULIB_GETDELIM''@|1|g' \ | |
-e 's|@''GNULIB_GETLINE''@|1|g' \ | |
-e 's|@''GNULIB_PERROR''@|0|g' \ | |
-e 's|@''GNULIB_STDIO_H_SIGPIPE''@|0|g' \ | |
-e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|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_DPRINTF''@|1|g' \ | |
-e 's|@''REPLACE_DPRINTF''@|0|g' \ | |
-e 's|@''HAVE_VDPRINTF''@|1|g' \ | |
-e 's|@''REPLACE_VDPRINTF''@|0|g' \ | |
-e 's|@''HAVE_VASPRINTF''@|1|g' \ | |
-e 's|@''REPLACE_VASPRINTF''@|0|g' \ | |
-e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \ | |
-e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ | |
-e 's|@''REPLACE_FOPEN''@|0|g' \ | |
-e 's|@''REPLACE_FREOPEN''@|0|g' \ | |
-e 's|@''REPLACE_FSEEKO''@|0|g' \ | |
-e 's|@''REPLACE_FSEEK''@|0|g' \ | |
-e 's|@''REPLACE_FTELLO''@|0|g' \ | |
-e 's|@''REPLACE_FTELL''@|0|g' \ | |
-e 's|@''REPLACE_FFLUSH''@|0|g' \ | |
-e 's|@''REPLACE_FPURGE''@|0|g' \ | |
-e 's|@''HAVE_DECL_FPURGE''@|1|g' \ | |
-e 's|@''REPLACE_FCLOSE''@|0|g' \ | |
-e 's|@''REPLACE_POPEN''@|0|g' \ | |
-e 's|@''HAVE_DECL_GETDELIM''@|0|g' \ | |
-e 's|@''HAVE_DECL_GETLINE''@|0|g' \ | |
-e 's|@''REPLACE_GETLINE''@|1|g' \ | |
-e 's|@''REPLACE_PERROR''@|0|g' \ | |
-e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \ | |
< ./stdio.in.h; \ | |
} > stdio.h-t && \ | |
mv stdio.h-t stdio.h | |
rm -f stdlib.h-t stdlib.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \ | |
-e 's|@''HAVE_RANDOM_H''@|0|g' \ | |
-e 's|@''GNULIB_MALLOC_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_REALLOC_POSIX''@|1|g' \ | |
-e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \ | |
-e 's|@''GNULIB_ATOLL''@|0|g' \ | |
-e 's|@''GNULIB_GETLOADAVG''@|0|g' \ | |
-e 's|@''GNULIB_GETSUBOPT''@|0|g' \ | |
-e 's|@''GNULIB_MKDTEMP''@|0|g' \ | |
-e 's|@''GNULIB_MKOSTEMP''@|0|g' \ | |
-e 's|@''GNULIB_MKSTEMP''@|0|g' \ | |
-e 's|@''GNULIB_PUTENV''@|0|g' \ | |
-e 's|@''GNULIB_RANDOM_R''@|0|g' \ | |
-e 's|@''GNULIB_RPMATCH''@|0|g' \ | |
-e 's|@''GNULIB_SETENV''@|0|g' \ | |
-e 's|@''GNULIB_STRTOD''@|0|g' \ | |
-e 's|@''GNULIB_STRTOLL''@|0|g' \ | |
-e 's|@''GNULIB_STRTOULL''@|0|g' \ | |
-e 's|@''GNULIB_UNSETENV''@|0|g' \ | |
-e 's|@''HAVE_ATOLL''@|1|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_MKOSTEMP''@|1|g' \ | |
-e 's|@''HAVE_REALLOC_POSIX''@|1|g' \ | |
-e 's|@''HAVE_RANDOM_R''@|1|g' \ | |
-e 's|@''HAVE_RPMATCH''@|1|g' \ | |
-e 's|@''HAVE_SETENV''@|1|g' \ | |
-e 's|@''HAVE_STRTOD''@|1|g' \ | |
-e 's|@''HAVE_STRTOLL''@|1|g' \ | |
-e 's|@''HAVE_STRTOULL''@|1|g' \ | |
-e 's|@''HAVE_STRUCT_RANDOM_DATA''@|0|g' \ | |
-e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ | |
-e 's|@''HAVE_UNSETENV''@|1|g' \ | |
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ | |
-e 's|@''REPLACE_MKSTEMP''@|0|g' \ | |
-e 's|@''REPLACE_PUTENV''@|0|g' \ | |
-e 's|@''REPLACE_STRTOD''@|0|g' \ | |
-e 's|@''VOID_UNSETENV''@|0|g' \ | |
-e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \ | |
< ./stdlib.in.h; \ | |
} > stdlib.h-t && \ | |
mv stdlib.h-t stdlib.h | |
rm -f string.h-t string.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STRING_H''@|<string.h>|g' \ | |
-e 's|@''GNULIB_MBSLEN''@|0|g' \ | |
-e 's|@''GNULIB_MBSNLEN''@|0|g' \ | |
-e 's|@''GNULIB_MBSCHR''@|0|g' \ | |
-e 's|@''GNULIB_MBSRCHR''@|0|g' \ | |
-e 's|@''GNULIB_MBSSTR''@|0|g' \ | |
-e 's|@''GNULIB_MBSCASECMP''@|0|g' \ | |
-e 's|@''GNULIB_MBSNCASECMP''@|0|g' \ | |
-e 's|@''GNULIB_MBSPCASECMP''@|0|g' \ | |
-e 's|@''GNULIB_MBSCASESTR''@|0|g' \ | |
-e 's|@''GNULIB_MBSCSPN''@|0|g' \ | |
-e 's|@''GNULIB_MBSPBRK''@|0|g' \ | |
-e 's|@''GNULIB_MBSSPN''@|0|g' \ | |
-e 's|@''GNULIB_MBSSEP''@|0|g' \ | |
-e 's|@''GNULIB_MBSTOK_R''@|0|g' \ | |
-e 's|@''GNULIB_MEMCHR''@|1|g' \ | |
-e 's|@''GNULIB_MEMMEM''@|0|g' \ | |
-e 's|@''GNULIB_MEMPCPY''@|0|g' \ | |
-e 's|@''GNULIB_MEMRCHR''@|0|g' \ | |
-e 's|@''GNULIB_RAWMEMCHR''@|0|g' \ | |
-e 's|@''GNULIB_STPCPY''@|0|g' \ | |
-e 's|@''GNULIB_STPNCPY''@|0|g' \ | |
-e 's|@''GNULIB_STRCHRNUL''@|0|g' \ | |
-e 's|@''GNULIB_STRDUP''@|0|g' \ | |
-e 's|@''GNULIB_STRNDUP''@|0|g' \ | |
-e 's|@''GNULIB_STRNLEN''@|0|g' \ | |
-e 's|@''GNULIB_STRPBRK''@|0|g' \ | |
-e 's|@''GNULIB_STRSEP''@|0|g' \ | |
-e 's|@''GNULIB_STRSTR''@|0|g' \ | |
-e 's|@''GNULIB_STRCASESTR''@|1|g' \ | |
-e 's|@''GNULIB_STRTOK_R''@|0|g' \ | |
-e 's|@''GNULIB_STRERROR''@|1|g' \ | |
-e 's|@''GNULIB_STRSIGNAL''@|0|g' \ | |
-e 's|@''GNULIB_STRVERSCMP''@|0|g' \ | |
-e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ | |
-e 's|@''HAVE_MEMPCPY''@|1|g' \ | |
-e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ | |
-e 's|@''HAVE_RAWMEMCHR''@|1|g' \ | |
-e 's|@''HAVE_STPCPY''@|1|g' \ | |
-e 's|@''HAVE_STPNCPY''@|1|g' \ | |
-e 's|@''HAVE_STRCHRNUL''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRDUP''@|1|g' \ | |
-e 's|@''HAVE_STRNDUP''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ | |
-e 's|@''HAVE_STRPBRK''@|1|g' \ | |
-e 's|@''HAVE_STRSEP''@|1|g' \ | |
-e 's|@''HAVE_STRCASESTR''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRERROR''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ | |
-e 's|@''HAVE_STRVERSCMP''@|1|g' \ | |
-e 's|@''REPLACE_MEMCHR''@|0|g' \ | |
-e 's|@''REPLACE_MEMMEM''@|0|g' \ | |
-e 's|@''REPLACE_STRCASESTR''@|1|g' \ | |
-e 's|@''REPLACE_STRDUP''@|0|g' \ | |
-e 's|@''REPLACE_STRSTR''@|0|g' \ | |
-e 's|@''REPLACE_STRERROR''@|0|g' \ | |
-e 's|@''REPLACE_STRSIGNAL''@|0|g' \ | |
-e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \ | |
< ./string.in.h; \ | |
} > string.h-t && \ | |
mv string.h-t string.h | |
rm -f strings.h-t strings.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \ | |
-e 's|@''HAVE_STRCASECMP''@|1|g' \ | |
-e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \ | |
-e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \ | |
< ./strings.in.h; \ | |
} > strings.h-t && \ | |
mv strings.h-t strings.h | |
rm -f unistd.h-t unistd.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
sed -e 's|@''HAVE_UNISTD_H''@|1|g' \ | |
-e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \ | |
-e 's|@''GNULIB_CHOWN''@|0|g' \ | |
-e 's|@''GNULIB_CLOSE''@|0|g' \ | |
-e 's|@''GNULIB_DUP2''@|0|g' \ | |
-e 's|@''GNULIB_DUP3''@|0|g' \ | |
-e 's|@''GNULIB_ENVIRON''@|0|g' \ | |
-e 's|@''GNULIB_EUIDACCESS''@|0|g' \ | |
-e 's|@''GNULIB_FCHDIR''@|0|g' \ | |
-e 's|@''GNULIB_FSYNC''@|0|g' \ | |
-e 's|@''GNULIB_FTRUNCATE''@|0|g' \ | |
-e 's|@''GNULIB_GETCWD''@|0|g' \ | |
-e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \ | |
-e 's|@''GNULIB_GETDTABLESIZE''@|0|g' \ | |
-e 's|@''GNULIB_GETHOSTNAME''@|0|g' \ | |
-e 's|@''GNULIB_GETLOGIN_R''@|0|g' \ | |
-e 's|@''GNULIB_GETPAGESIZE''@|1|g' \ | |
-e 's|@''GNULIB_GETUSERSHELL''@|0|g' \ | |
-e 's|@''GNULIB_LCHOWN''@|0|g' \ | |
-e 's|@''GNULIB_LINK''@|0|g' \ | |
-e 's|@''GNULIB_LSEEK''@|1|g' \ | |
-e 's|@''GNULIB_PIPE2''@|0|g' \ | |
-e 's|@''GNULIB_READLINK''@|0|g' \ | |
-e 's|@''GNULIB_SLEEP''@|0|g' \ | |
-e 's|@''GNULIB_UNISTD_H_GETOPT''@|1|g' \ | |
-e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g' \ | |
-e 's|@''GNULIB_WRITE''@|0|g' \ | |
-e 's|@''HAVE_DUP2''@|1|g' \ | |
-e 's|@''HAVE_DUP3''@|1|g' \ | |
-e 's|@''HAVE_EUIDACCESS''@|1|g' \ | |
-e 's|@''HAVE_FSYNC''@|1|g' \ | |
-e 's|@''HAVE_FTRUNCATE''@|1|g' \ | |
-e 's|@''HAVE_GETDOMAINNAME''@|1|g' \ | |
-e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ | |
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \ | |
-e 's|@''HAVE_GETPAGESIZE''@|1|g' \ | |
-e 's|@''HAVE_GETUSERSHELL''@|1|g' \ | |
-e 's|@''HAVE_LINK''@|1|g' \ | |
-e 's|@''HAVE_PIPE2''@|1|g' \ | |
-e 's|@''HAVE_READLINK''@|1|g' \ | |
-e 's|@''HAVE_SLEEP''@|1|g' \ | |
-e 's|@''HAVE_DECL_ENVIRON''@|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_CLOSE''@|0|g' \ | |
-e 's|@''REPLACE_DUP2''@|0|g' \ | |
-e 's|@''REPLACE_FCHDIR''@|0|g' \ | |
-e 's|@''REPLACE_GETCWD''@|0|g' \ | |
-e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ | |
-e 's|@''REPLACE_LCHOWN''@|0|g' \ | |
-e 's|@''REPLACE_LSEEK''@|0|g' \ | |
-e 's|@''REPLACE_WRITE''@|0|g' \ | |
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ | |
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ | |
-e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \ | |
< ./unistd.in.h; \ | |
} > unistd.h-t && \ | |
mv unistd.h-t unistd.h | |
make install-recursive | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT c-ctype.o -MD -MP -MF .deps/c-ctype.Tpo -c -o c-ctype.o c-ctype.c | |
mv -f .deps/c-ctype.Tpo .deps/c-ctype.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o localcharset.c | |
mv -f .deps/localcharset.Tpo .deps/localcharset.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT xalloc-die.o -MD -MP -MF .deps/xalloc-die.Tpo -c -o xalloc-die.o xalloc-die.c | |
mv -f .deps/xalloc-die.Tpo .deps/xalloc-die.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c | |
mv -f .deps/error.Tpo .deps/error.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT exitfail.o -MD -MP -MF .deps/exitfail.Tpo -c -o exitfail.o exitfail.c | |
mv -f .deps/exitfail.Tpo .deps/exitfail.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT getdelim.o -MD -MP -MF .deps/getdelim.Tpo -c -o getdelim.o getdelim.c | |
mv -f .deps/getdelim.Tpo .deps/getdelim.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT getline.o -MD -MP -MF .deps/getline.Tpo -c -o getline.o getline.c | |
mv -f .deps/getline.Tpo .deps/getline.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c | |
mv -f .deps/getopt.Tpo .deps/getopt.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c | |
mv -f .deps/getopt1.Tpo .deps/getopt1.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT getpass.o -MD -MP -MF .deps/getpass.Tpo -c -o getpass.o getpass.c | |
mv -f .deps/getpass.Tpo .deps/getpass.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT quote.o -MD -MP -MF .deps/quote.Tpo -c -o quote.o quote.c | |
mv -f .deps/quote.Tpo .deps/quote.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT quotearg.o -MD -MP -MF .deps/quotearg.Tpo -c -o quotearg.o quotearg.c | |
mv -f .deps/quotearg.Tpo .deps/quotearg.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT strcasestr.o -MD -MP -MF .deps/strcasestr.Tpo -c -o strcasestr.o strcasestr.c | |
mv -f .deps/strcasestr.Tpo .deps/strcasestr.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT xmalloc.o -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c | |
mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po | |
rm -f libgnu.a | |
ar cru libgnu.a c-ctype.o localcharset.o xalloc-die.o error.o exitfail.o getdelim.o getline.o getopt.o getopt1.o getpass.o quote.o quotearg.o strcasestr.o xmalloc.o | |
ranlib libgnu.a | |
rm -f t-charset.alias charset.alias && \ | |
/bin/sh ./config.charset 'powerpc-apple-darwin9.8.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''@/wget/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''@/wget/g' ref-del.sin > t-ref-del.sed && \ | |
mv t-ref-del.sed ref-del.sed | |
if test no = no; then \ | |
case 'darwin9.8.0' in \ | |
darwin[56]*) \ | |
need_charset_alias=true ;; \ | |
darwin* | cygwin* | mingw* | pw32* | cegcc*) \ | |
need_charset_alias=false ;; \ | |
*) \ | |
need_charset_alias=true ;; \ | |
esac ; \ | |
else \ | |
need_charset_alias=false ; \ | |
fi ; \ | |
if $need_charset_alias; then \ | |
/bin/sh ../build-aux/mkinstalldirs /usr/local/Cellar/wget/1.12/lib ; \ | |
fi ; \ | |
if test -f /usr/local/Cellar/wget/1.12/lib/charset.alias; then \ | |
sed -f ref-add.sed /usr/local/Cellar/wget/1.12/lib/charset.alias > /usr/local/Cellar/wget/1.12/lib/charset.tmp ; \ | |
/usr/bin/install -c -m 644 /usr/local/Cellar/wget/1.12/lib/charset.tmp /usr/local/Cellar/wget/1.12/lib/charset.alias ; \ | |
rm -f /usr/local/Cellar/wget/1.12/lib/charset.tmp ; \ | |
else \ | |
if $need_charset_alias; then \ | |
sed -f ref-add.sed charset.alias > /usr/local/Cellar/wget/1.12/lib/charset.tmp ; \ | |
/usr/bin/install -c -m 644 /usr/local/Cellar/wget/1.12/lib/charset.tmp /usr/local/Cellar/wget/1.12/lib/charset.alias ; \ | |
rm -f /usr/local/Cellar/wget/1.12/lib/charset.tmp ; \ | |
fi ; \ | |
fi | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in md5 | |
rm -f stdint.h-t stdint.h && \ | |
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
sed -e 's/@''HAVE_STDINT_H''@/1/g' \ | |
-e 's|@''INCLUDE_NEXT''@|include_next|g' \ | |
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ | |
-e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \ | |
-e 's/@''HAVE_SYS_TYPES_H''@/1/g' \ | |
-e 's/@''HAVE_INTTYPES_H''@/1/g' \ | |
-e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \ | |
-e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \ | |
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \ | |
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \ | |
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \ | |
-e 's/@''BITSIZEOF_PTRDIFF_T''@/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' \ | |
< ./stdint.in.h; \ | |
} > stdint.h-t && \ | |
mv stdint.h-t stdint.h | |
make install-recursive | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I../src -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT dummy.o -MD -MP -MF .deps/dummy.Tpo -c -o dummy.o dummy.c | |
mv -f .deps/dummy.Tpo .deps/dummy.Po | |
rm -f libmd5.a | |
ar cru libmd5.a dummy.o | |
ranlib: file: libmd5.a(dummy.o) has no symbols | |
ranlib libmd5.a | |
ranlib: file: libmd5.a(dummy.o) has no symbols | |
ranlib: warning for library: libmd5.a the table of contents is empty (no object file members in the library define global symbols) | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in src | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT cmpt.o -MD -MP -MF .deps/cmpt.Tpo -c -o cmpt.o cmpt.c | |
mv -f .deps/cmpt.Tpo .deps/cmpt.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT connect.o -MD -MP -MF .deps/connect.Tpo -c -o connect.o connect.c | |
mv -f .deps/connect.Tpo .deps/connect.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT convert.o -MD -MP -MF .deps/convert.Tpo -c -o convert.o convert.c | |
mv -f .deps/convert.Tpo .deps/convert.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT cookies.o -MD -MP -MF .deps/cookies.Tpo -c -o cookies.o cookies.c | |
mv -f .deps/cookies.Tpo .deps/cookies.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT ftp.o -MD -MP -MF .deps/ftp.Tpo -c -o ftp.o ftp.c | |
mv -f .deps/ftp.Tpo .deps/ftp.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT css.o -MD -MP -MF .deps/css.Tpo -c -o css.o css.c | |
mv -f .deps/css.Tpo .deps/css.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT css-url.o -MD -MP -MF .deps/css-url.Tpo -c -o css-url.o css-url.c | |
mv -f .deps/css-url.Tpo .deps/css-url.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT ftp-basic.o -MD -MP -MF .deps/ftp-basic.Tpo -c -o ftp-basic.o ftp-basic.c | |
mv -f .deps/ftp-basic.Tpo .deps/ftp-basic.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT ftp-ls.o -MD -MP -MF .deps/ftp-ls.Tpo -c -o ftp-ls.o ftp-ls.c | |
mv -f .deps/ftp-ls.Tpo .deps/ftp-ls.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c | |
mv -f .deps/hash.Tpo .deps/hash.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT host.o -MD -MP -MF .deps/host.Tpo -c -o host.o host.c | |
mv -f .deps/host.Tpo .deps/host.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT html-parse.o -MD -MP -MF .deps/html-parse.Tpo -c -o html-parse.o html-parse.c | |
mv -f .deps/html-parse.Tpo .deps/html-parse.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT html-url.o -MD -MP -MF .deps/html-url.Tpo -c -o html-url.o html-url.c | |
mv -f .deps/html-url.Tpo .deps/html-url.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT http.o -MD -MP -MF .deps/http.Tpo -c -o http.o http.c | |
mv -f .deps/http.Tpo .deps/http.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT init.o -MD -MP -MF .deps/init.Tpo -c -o init.o init.c | |
mv -f .deps/init.Tpo .deps/init.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c | |
mv -f .deps/log.Tpo .deps/log.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c | |
mv -f .deps/main.Tpo .deps/main.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT netrc.o -MD -MP -MF .deps/netrc.Tpo -c -o netrc.o netrc.c | |
mv -f .deps/netrc.Tpo .deps/netrc.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT progress.o -MD -MP -MF .deps/progress.Tpo -c -o progress.o progress.c | |
mv -f .deps/progress.Tpo .deps/progress.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT ptimer.o -MD -MP -MF .deps/ptimer.Tpo -c -o ptimer.o ptimer.c | |
mv -f .deps/ptimer.Tpo .deps/ptimer.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT recur.o -MD -MP -MF .deps/recur.Tpo -c -o recur.o recur.c | |
mv -f .deps/recur.Tpo .deps/recur.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT res.o -MD -MP -MF .deps/res.Tpo -c -o res.o res.c | |
mv -f .deps/res.Tpo .deps/res.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT retr.o -MD -MP -MF .deps/retr.Tpo -c -o retr.o retr.c | |
mv -f .deps/retr.Tpo .deps/retr.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT snprintf.o -MD -MP -MF .deps/snprintf.Tpo -c -o snprintf.o snprintf.c | |
mv -f .deps/snprintf.Tpo .deps/snprintf.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT spider.o -MD -MP -MF .deps/spider.Tpo -c -o spider.o spider.c | |
mv -f .deps/spider.Tpo .deps/spider.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT url.o -MD -MP -MF .deps/url.Tpo -c -o url.o url.c | |
mv -f .deps/url.Tpo .deps/url.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c | |
mv -f .deps/utils.Tpo .deps/utils.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT exits.o -MD -MP -MF .deps/exits.Tpo -c -o exits.o exits.c | |
mv -f .deps/exits.Tpo .deps/exits.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT build_info.o -MD -MP -MF .deps/build_info.Tpo -c -o build_info.o build_info.c | |
mv -f .deps/build_info.Tpo .deps/build_info.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT ftp-opie.o -MD -MP -MF .deps/ftp-opie.Tpo -c -o ftp-opie.o ftp-opie.c | |
mv -f .deps/ftp-opie.Tpo .deps/ftp-opie.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT openssl.o -MD -MP -MF .deps/openssl.Tpo -c -o openssl.o openssl.c | |
mv -f .deps/openssl.Tpo .deps/openssl.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT http-ntlm.o -MD -MP -MF .deps/http-ntlm.Tpo -c -o http-ntlm.o http-ntlm.c | |
mv -f .deps/http-ntlm.Tpo .deps/http-ntlm.Po | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT gen-md5.o -MD -MP -MF .deps/gen-md5.Tpo -c -o gen-md5.o gen-md5.c | |
mv -f .deps/gen-md5.Tpo .deps/gen-md5.Po | |
echo '/* version.c */' > version.c | |
echo '/* Autogenerated by Makefile - DO NOT EDIT */' >> version.c | |
echo '' >> version.c | |
echo 'const char *version_string = "1.12"' >> version.c | |
echo ';' >> version.c | |
echo 'const char *compilation_string = "'/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe'";' \ | |
| sed -e 's/[\\"]/\\&/g' -e 's/\\"/"/' -e 's/\\";$/";/' >> version.c | |
echo 'const char *link_string = "'/usr/bin/cc -O3 -mcpu=7450 -mtune=7450 -w -pipe \ | |
-lssl -lcrypto -ldl ftp-opie.o openssl.o http-ntlm.o gen-md5.o ../lib/libgnu.a '";' \ | |
| sed -e 's/[\\"]/\\&/g' -e 's/\\"/"/' -e 's/\\";$/";/' >> version.c | |
/usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/Cellar/wget/1.12/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/Cellar/wget/1.12/share/locale\" -I. -I../lib -O3 -mcpu=7450 -mtune=7450 -w -pipe -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c | |
mv -f .deps/version.Tpo .deps/version.Po | |
/usr/bin/cc -O3 -mcpu=7450 -mtune=7450 -w -pipe -o wget cmpt.o connect.o convert.o cookies.o ftp.o css.o css-url.o ftp-basic.o ftp-ls.o hash.o host.o html-parse.o html-url.o http.o init.o log.o main.o netrc.o progress.o ptimer.o recur.o res.o retr.o snprintf.o spider.o url.o utils.o exits.o build_info.o version.o ftp-opie.o openssl.o http-ntlm.o gen-md5.o ../lib/libgnu.a -lssl -lcrypto -ldl | |
Undefined symbols: | |
"_a2i_IPADDRESS", referenced from: | |
_ssl_check_certificate in openssl.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
make[1]: *** [wget] Error 1 | |
make: *** [install-recursive] Error 1 | |
Error: #<BuildError: Failure while executing: make install > | |
/usr/local/Library/Homebrew/formula.rb:388:in `system' | |
/usr/local/Library/Formula/wget.rb:26:in `install' | |
/usr/local/Library/Homebrew/install.rb:95:in `install' | |
/usr/local/Library/Homebrew/formula.rb:205:in `brew' | |
/usr/local/Library/Homebrew/formula.rb:449:in `stage' | |
/usr/local/Library/Homebrew/formula.rb:408:in `mktemp' | |
/usr/local/Library/Homebrew/formula.rb:447:in `stage' | |
/usr/local/Library/Homebrew/formula.rb:200:in `brew' | |
/usr/local/Library/Homebrew/install.rb:73:in `install' | |
/usr/local/Library/Homebrew/install.rb:38 | |
/usr/local/Library/Formula/wget.rb:21 | |
==> Rescuing build... | |
When you exit this shell Homebrew will attempt to finalise the installation. | |
If nothing is installed or the shell exits with a non-zero error code, | |
Homebrew will abort. The installation prefix is: | |
/usr/local/Cellar/wget/1.12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment