Skip to content

Instantly share code, notes, and snippets.

@sam452
Created December 14, 2011 23:00
Show Gist options
  • Save sam452/1478984 to your computer and use it in GitHub Desktop.
Save sam452/1478984 to your computer and use it in GitHub Desktop.
homebrew wget PPC
Rockyserver:vitae wanzie$ brew install wget
==> Downloading http://ftp.gnu.org/gnu/wget/wget-1.12.tar.bz2
File already downloaded and cached to /Users/wanzie/Library/Caches/Homebrew
==> Downloading patches
######################################################################## 100.0%
==> Patching
patching file src/openssl.c
==> ./configure --disable-debug --prefix=/usr/local/Cellar/wget/1.12 --disable-i
==> 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
Exit status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/wget.rb#L26
==> Environment
HOMEBREW_VERSION: 0.7.1
HEAD: (none)
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: single-core 32-bit powerpc_7450
OS X: 10.5.8
Kernel Architecture: Power Macintosh
Ruby: 1.8.6-369
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 3.1.4
GCC-4.0: build 5493
GCC-4.2: build 5577
LLVM: N/A
MacPorts or Fink? false
X11 installed? true
==> Build Flags
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
Error: Failure while executing: make install
Please follow the instructions to report this bug at:
https://github.com/mxcl/homebrew/wiki/new-issue
These existing issues may help you:
http://github.com/mxcl/homebrew/issues/#issue/5003
http://github.com/mxcl/homebrew/issues/#issue/6255
http://github.com/mxcl/homebrew/issues/#issue/7079
http://github.com/mxcl/homebrew/issues/#issue/7612
http://github.com/mxcl/homebrew/issues/#issue/7667
http://github.com/mxcl/homebrew/issues/#issue/8610
Also try:
`brew doctor` to check your setup for common problems.
`brew missing` to check installed packages for missing deps.
Rockyserver:vitae wanzie$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment