Skip to content

Instantly share code, notes, and snippets.

@tilthouse
Created July 30, 2011 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tilthouse/1115704 to your computer and use it in GitHub Desktop.
Save tilthouse/1115704 to your computer and use it in GitHub Desktop.
Homebrew on Lion: Readline not compiling
Your OS X is ripe for brewing.
Any troubles you may be experiencing are likely purely psychosomatic.
==> Downloading ftp://ftp.cwru.edu/pub/bash/readline-6.2.tar.gz
File already downloaded in /Users/boster/Library/Caches/Homebrew
/usr/bin/tar xf /Users/boster/Library/Caches/Homebrew/readline-6.2.1.tar.gz
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.8 (Ruby 1.8.7-249; Mac OS X 10.7) ftp://ftp.cwru.edu/pub/bash/readline-6.2-patches/readline62-001 -o 001-homebrew.diff
0.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%==> Patching
/usr/bin/patch -f -p0 -i 001-homebrew.diff
patching file vi_mode.c
patching file callback.c
==> ./configure --prefix=/usr/local/Cellar/readline/6.2.1 --mandir=/usr/local/Cellar/readline/6.2.1/share/man --infodir=/usr/local/Cellar/readline/6.2.1/share/info --enable-multibyte
./configure --prefix=/usr/local/Cellar/readline/6.2.1 --mandir=/usr/local/Cellar/readline/6.2.1/share/man --infodir=/usr/local/Cellar/readline/6.2.1/share/info --enable-multibyte
checking build system type... i386-apple-darwin11.0.0
checking host system type... i386-apple-darwin11.0.0
Beginning configuration for readline-6.2 for i386-apple-darwin11.0.0
checking whether make sets $(MAKE)... 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 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 whether /usr/bin/cc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking for ranlib... ranlib
checking for an ANSI C-conforming const... yes
checking for function prototypes... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for fcntl... yes
checking for kill... yes
checking for lstat... yes
checking for memmove... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strpbrk... yes
checking for tcgetattr... yes
checking for vsnprintf... yes
checking for isascii... yes
checking for isxdigit... yes
checking for getpwent... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for working strcoll... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for sys/ptem.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for type of signal functions... posix
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... present
checking for lstat... yes
checking whether or not strcoll and strcmp differ... no
checking whether the ctype macros accept non-ascii characters... yes
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... yes
checking for sig_atomic_t in signal.h... yes
checking whether signal handlers are of type void... yes
checking for TIOCSTAT in sys/ioctl.h... yes
checking for FIONREAD in sys/ioctl.h... yes
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for tgetent... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbrlen... yes
checking for mbscasecmp... no
checking for mbscmp... no
checking for mbsnrtowcs... yes
checking for mbsrtowcs... yes
checking for mbschr... no
checking for wcrtomb... yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for wcwidth... yes
checking for wctype... yes
checking for wcswidth... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for iswlower... yes
checking for iswupper... yes
checking for towlower... yes
checking for towupper... yes
checking for iswctype... yes
checking for nl_langinfo and CODESET... yes
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking configuration for building shared libraries... supported
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
==> make install
make install
/bin/sh ./support/mkinstalldirs /usr/local/Cellar/readline/6.2.1/include \
/usr/local/Cellar/readline/6.2.1/include/readline /usr/local/Cellar/readline/6.2.1/lib \
/usr/local/Cellar/readline/6.2.1/share/info /usr/local/Cellar/readline/6.2.1/share/man/man3
rm -f readline.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 readline.c
mkdir -p -- /usr/local/Cellar/readline/6.2.1/include /usr/local/Cellar/readline/6.2.1/include/readline /usr/local/Cellar/readline/6.2.1/lib /usr/local/Cellar/readline/6.2.1/share/info /usr/local/Cellar/readline/6.2.1/share/man/man3
rm -f vi_mode.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 vi_mode.c
rm -f funmap.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 funmap.c
rm -f keymaps.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 keymaps.c
rm -f parens.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 parens.c
rm -f search.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 search.c
rm -f rltty.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 rltty.c
rm -f complete.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 complete.c
rm -f bind.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 bind.c
rm -f isearch.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 isearch.c
rm -f display.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 display.c
rm -f signals.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 signals.c
rm -f util.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 util.c
rm -f kill.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 kill.c
rm -f undo.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 undo.c
rm -f macro.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 macro.c
rm -f input.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 input.c
rm -f callback.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 callback.c
rm -f terminal.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 terminal.c
rm -f text.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 text.c
rm -f nls.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 nls.c
rm -f misc.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 misc.c
rm -f compat.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 compat.c
rm -f xfree.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 xfree.c
rm -f xmalloc.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 xmalloc.c
rm -f history.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 history.c
rm -f histexpand.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 histexpand.c
rm -f histfile.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 histfile.c
rm -f histsearch.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 histsearch.c
rm -f shell.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 shell.c
rm -f mbutil.o
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 mbutil.c
rm -f tilde.o
/usr/bin/cc -DHAVE_CONFIG_H -I. -I. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -DREADLINE_LIBRARY -c ./tilde.c
for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h rltypedefs.h; do \
/usr/bin/install -c -m 644 ./$f /usr/local/Cellar/readline/6.2.1/include/readline ; \
done
( if test -d doc ; then \
cd doc && \
make - --jobserver-fds=3,5 -j infodir=/usr/local/Cellar/readline/6.2.1/share/info DESTDIR= install; \
fi )
/bin/sh ../support/mkdirs /usr/local/Cellar/readline/6.2.1/share/info /usr/local/Cellar/readline/6.2.1/share/man/man3
test -d shlib || mkdir shlib
if test -n "" ; then \
/bin/sh ../support/mkdirs ; \
fi
( cd shlib ; make - --jobserver-fds=3,5 -j all )
if test -f readline.info; then \
/usr/bin/install -c -m 644 readline.info /usr/local/Cellar/readline/6.2.1/share/info/readline.info; \
else \
/usr/bin/install -c -m 644 ./readline.info /usr/local/Cellar/readline/6.2.1/share/info/readline.info; \
fi
if test -f rluserman.info; then \
/usr/bin/install -c -m 644 rluserman.info /usr/local/Cellar/readline/6.2.1/share/info/rluserman.info; \
else \
/usr/bin/install -c -m 644 ./rluserman.info /usr/local/Cellar/readline/6.2.1/share/info/rluserman.info; \
fi
rm -f readline.so
if test -f history.info; then \
/usr/bin/install -c -m 644 history.info /usr/local/Cellar/readline/6.2.1/share/info/history.info; \
else \
/usr/bin/install -c -m 644 ./history.info /usr/local/Cellar/readline/6.2.1/share/info/history.info; \
fi
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o readline.o ../readline.c
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
install-info --dir-file=/usr/local/Cellar/readline/6.2.1/share/info/dir \
/usr/local/Cellar/readline/6.2.1/share/info/readline.info ; \
install-info --dir-file=/usr/local/Cellar/readline/6.2.1/share/info/dir \
/usr/local/Cellar/readline/6.2.1/share/info/history.info ; \
install-info --dir-file=/usr/local/Cellar/readline/6.2.1/share/info/dir \
/usr/local/Cellar/readline/6.2.1/share/info/rluserman.info ; \
else true; fi
/usr/bin/install -c -m 644 ./readline.3 /usr/local/Cellar/readline/6.2.1/share/man/man3/readline.3
/usr/bin/install -c -m 644 ./history.3 /usr/local/Cellar/readline/6.2.1/share/man/man3/history.3
if test -n "" ; then \
if test -f readline.html; then \
/usr/bin/install -c -m 644 readline.html /readline.html; \
else \
/usr/bin/install -c -m 644 ./readline.html /readline.html; \
fi ; \
if test -f history.html; then \
/usr/bin/install -c -m 644 history.html /history.html; \
else \
/usr/bin/install -c -m 644 ./history.html /history.html; \
fi ; \
if test -f rluserman.html; then \
/usr/bin/install -c -m 644 rluserman.html /rluserman.html; \
else \
/usr/bin/install -c -m 644 ./rluserman.html /rluserman.html; \
fi ; \
fi
rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xfree.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
test -n "ranlib" && ranlib libreadline.a
rm -f vi_mode.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o vi_mode.o ../vi_mode.c
mv readline.o readline.so
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o xfree.o
test -n "ranlib" && ranlib libhistory.a
rm -f funmap.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o funmap.o ../funmap.c
mv funmap.o funmap.so
rm -f keymaps.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o keymaps.o ../keymaps.c
mv keymaps.o keymaps.so
rm -f parens.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o parens.o ../parens.c
mv parens.o parens.so
rm -f search.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o search.o ../search.c
mv search.o search.so
rm -f rltty.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o rltty.o ../rltty.c
mv vi_mode.o vi_mode.so
rm -f complete.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o complete.o ../complete.c
mv rltty.o rltty.so
rm -f bind.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o bind.o ../bind.c
mv complete.o complete.so
rm -f isearch.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o isearch.o ../isearch.c
mv bind.o bind.so
rm -f display.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o display.o ../display.c
mv isearch.o isearch.so
rm -f signals.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o signals.o ../signals.c
mv signals.o signals.so
rm -f util.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o util.o ../util.c
mv util.o util.so
rm -f kill.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o kill.o ../kill.c
mv kill.o kill.so
rm -f undo.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o undo.o ../undo.c
mv undo.o undo.so
rm -f macro.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o macro.o ../macro.c
mv display.o display.so
rm -f input.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o input.o ../input.c
mv macro.o macro.so
rm -f callback.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o callback.o ../callback.c
mv input.o input.so
rm -f terminal.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o terminal.o ../terminal.c
mv callback.o callback.so
rm -f text.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o text.o ../text.c
mv terminal.o terminal.so
rm -f nls.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o nls.o ../nls.c
mv nls.o nls.so
rm -f misc.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o misc.o ../misc.c
mv text.o text.so
rm -f xmalloc.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o xmalloc.o ../xmalloc.c
mv misc.o misc.so
rm -f xfree.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o xfree.o ../xfree.c
mv xmalloc.o xmalloc.so
rm -f history.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o history.o ../history.c
mv xfree.o xfree.so
rm -f histexpand.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o histexpand.o ../histexpand.c
mv history.o history.so
rm -f histfile.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o histfile.o ../histfile.c
mv histfile.o histfile.so
rm -f histsearch.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o histsearch.o ../histsearch.c
mv histsearch.o histsearch.so
rm -f shell.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o shell.o ../shell.c
mv histexpand.o histexpand.so
rm -f mbutil.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o mbutil.o ../mbutil.c
mv shell.o shell.so
rm -f tilde.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -DREADLINE_LIBRARY -c -o tilde.o ../tilde.c
mv tilde.o tilde.so
rm -f compat.so
/usr/bin/cc -c -DHAVE_CONFIG_H -I. -I.. -I.. -DRL_LIBRARY_VERSION='"6.2"' -O3 -march=core2 -msse4.1 -w -pipe -arch i386 -arch x86_64 -fno-common -o compat.o ../compat.c
mv mbutil.o mbutil.so
rm -f libhistory.6.2.dylib
MACOSX_DEPLOYMENT_TARGET=10.3 /usr/bin/cc -dynamiclib -dynamic -undefined dynamic_lookup -arch_only `/usr/bin/arch` -arch i386 -arch x86_64 -dynamiclib -arch_only `/usr/bin/arch` -install_name /usr/local/Cellar/readline/6.2.1/lib/libhistory.6.2.dylib -current_version 6.2 -compatibility_version 6 -v -o libhistory.6.2.dylib history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so -lncurses
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
/usr/llvm-gcc-4.2/bin/../libexec/gcc/i686-apple-darwin11/4.2.1/collect2 -dynamic -dylib -dylib_compatibility_version 6 -dylib_current_version 6.2 -arch i386 -dylib_install_name /usr/local/Cellar/readline/6.2.1/lib/libhistory.6.2.dylib -dynamic -macosx_version_min 10.3 -arch_multiple -undefined dynamic_lookup -weak_reference_mismatches non-weak -undefined dynamic_lookup -o /var/folders/mw/b650tg_504gg32l7klmlnj1w0000gv/T//ccUb9b29.out -ldylib1.o -L/usr/lib/i686-apple-darwin11/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc -L/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -L/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/../../.. history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so -lncurses -final_output libhistory.6.2.dylib -lgcc -lSystem
mv compat.o compat.so
rm -f libreadline.6.2.dylib
MACOSX_DEPLOYMENT_TARGET=10.3 /usr/bin/cc -dynamiclib -dynamic -undefined dynamic_lookup -arch_only `/usr/bin/arch` -arch i386 -arch x86_64 -dynamiclib -arch_only `/usr/bin/arch` -install_name /usr/local/Cellar/readline/6.2.1/lib/libreadline.6.2.dylib -current_version 6.2 -compatibility_version 6 -v -o libreadline.6.2.dylib readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so xmalloc.so xfree.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so compat.so -lncurses
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
/usr/llvm-gcc-4.2/bin/../libexec/gcc/i686-apple-darwin11/4.2.1/collect2 -dynamic -dylib -dylib_compatibility_version 6 -dylib_current_version 6.2 -arch x86_64 -dylib_install_name /usr/local/Cellar/readline/6.2.1/lib/libhistory.6.2.dylib -dynamic -macosx_version_min 10.3 -arch_multiple -undefined dynamic_lookup -weak_reference_mismatches non-weak -undefined dynamic_lookup -o /var/folders/mw/b650tg_504gg32l7klmlnj1w0000gv/T//ccYCf5rK.out -ldylib1.o -L/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/lib/i686-apple-darwin11/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc -L/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -L/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/../../.. history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so -lncurses -final_output libhistory.6.2.dylib -lgcc -lSystem
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
/usr/llvm-gcc-4.2/bin/../libexec/gcc/i686-apple-darwin11/4.2.1/collect2 -dynamic -dylib -dylib_compatibility_version 6 -dylib_current_version 6.2 -arch i386 -dylib_install_name /usr/local/Cellar/readline/6.2.1/lib/libreadline.6.2.dylib -dynamic -macosx_version_min 10.3 -arch_multiple -undefined dynamic_lookup -weak_reference_mismatches non-weak -undefined dynamic_lookup -o /var/folders/mw/b650tg_504gg32l7klmlnj1w0000gv/T//cc8ZK7Rb.out -ldylib1.o -L/usr/lib/i686-apple-darwin11/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc -L/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -L/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/../../.. readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so xmalloc.so xfree.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so compat.so -lncurses -final_output libreadline.6.2.dylib -lgcc -lSystem
lipo -create -o libhistory.6.2.dylib /var/folders/mw/b650tg_504gg32l7klmlnj1w0000gv/T//ccUb9b29.out /var/folders/mw/b650tg_504gg32l7klmlnj1w0000gv/T//ccYCf5rK.out
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
/usr/llvm-gcc-4.2/bin/../libexec/gcc/i686-apple-darwin11/4.2.1/collect2 -dynamic -dylib -dylib_compatibility_version 6 -dylib_current_version 6.2 -arch x86_64 -dylib_install_name /usr/local/Cellar/readline/6.2.1/lib/libreadline.6.2.dylib -dynamic -macosx_version_min 10.3 -arch_multiple -undefined dynamic_lookup -weak_reference_mismatches non-weak -undefined dynamic_lookup -o /var/folders/mw/b650tg_504gg32l7klmlnj1w0000gv/T//ccQqqagx.out -ldylib1.o -L/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/lib/i686-apple-darwin11/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc -L/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -L/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/../../.. readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so xmalloc.so xfree.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so compat.so -lncurses -final_output libreadline.6.2.dylib -lgcc -lSystem
lipo -create -o libreadline.6.2.dylib /var/folders/mw/b650tg_504gg32l7klmlnj1w0000gv/T//cc8ZK7Rb.out /var/folders/mw/b650tg_504gg32l7klmlnj1w0000gv/T//ccQqqagx.out
( cd examples ; make - --jobserver-fds=3,5 -j DESTDIR= install )
( cd shlib ; make - --jobserver-fds=3,5 -j DESTDIR= install )
/bin/sh ../support/mkdirs /usr/local/Cellar/readline/6.2.1/share/readline
/bin/sh ../support/mkdirs /usr/local/Cellar/readline/6.2.1/lib
/bin/sh ../support/mkdirs /usr/local/Cellar/readline/6.2.1/bin
mkdir /usr/local/Cellar/readline/6.2.1/share/readline
mkdir /usr/local/Cellar/readline/6.2.1/bin
/bin/sh ../support/shlib-install -O darwin11.0.0 -V apple -d /usr/local/Cellar/readline/6.2.1/lib -b /usr/local/Cellar/readline/6.2.1/bin -i "/usr/bin/install -c -m 644" libhistory.6.2.dylib
/bin/sh ../support/shlib-install -O darwin11.0.0 -V apple -d /usr/local/Cellar/readline/6.2.1/lib -b /usr/local/Cellar/readline/6.2.1/bin -i "/usr/bin/install -c -m 644" libreadline.6.2.dylib
mv /usr/local/Cellar/readline/6.2.1/lib/libreadline.a /usr/local/Cellar/readline/6.2.1/lib/libreadline.old
mv: rename /usr/local/Cellar/readline/6.2.1/lib/libreadline.a to /usr/local/Cellar/readline/6.2.1/lib/libreadline.old: No such file or directory
make: [install-static] Error 1 (ignored)
/usr/bin/install -c -m 644 libreadline.a /usr/local/Cellar/readline/6.2.1/lib/libreadline.a
test -n "ranlib" && ranlib /usr/local/Cellar/readline/6.2.1/lib/libreadline.a
install: you may need to run ldconfig
mv /usr/local/Cellar/readline/6.2.1/lib/libhistory.a /usr/local/Cellar/readline/6.2.1/lib/libhistory.old
mv: rename /usr/local/Cellar/readline/6.2.1/lib/libhistory.a to /usr/local/Cellar/readline/6.2.1/lib/libhistory.old: No such file or directory
make: [install-static] Error 1 (ignored)
/usr/bin/install -c -m 644 libhistory.a /usr/local/Cellar/readline/6.2.1/lib/libhistory.a
test -n "ranlib" && ranlib /usr/local/Cellar/readline/6.2.1/lib/libhistory.a
Error: undefined method `strip' for #<KegOnlyReason:0x107bf5830>
Please report this bug: https://github.com/mxcl/homebrew/wiki/Checklist-before-filing-a-new-issue
/usr/local/Library/Homebrew/install.rb:8:in `text_for_keg_only_formula'
/usr/local/Library/Homebrew/install.rb:135:in `install'
/usr/local/Library/Homebrew/install.rb:34
/usr/local/Library/Formula/readline.rb:21
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment