Skip to content

Instantly share code, notes, and snippets.

@dustinchilson
Created April 15, 2011 16:58
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 dustinchilson/922035 to your computer and use it in GitHub Desktop.
Save dustinchilson/922035 to your computer and use it in GitHub Desktop.
➔ brew install --HEAD --use-git-head emacs
/usr/local/bin/git
==> Cloning git://repo.or.cz/emacs.git
Updating /Users/dustinchilson/Library/Caches/Homebrew/emacs--git
==> ./configure --prefix=/usr/local/Cellar/emacs/HEAD --without-dbus --enable-locallisppath=/usr/local/share/emacs/site-
==> make
cd lib; make all - --jobserver-fds=5,7 -j \
CC='/usr/bin/gcc-4.2' CFLAGS='-march=core2 -w -pipe -O3' CPPFLAGS='' \
LDFLAGS='' MAKE='make'
cd .. && make am--refresh
make[2]: Nothing to be done for `am--refresh'.
cd .. && make am--refresh
make[2]: Nothing to be done for `am--refresh'.
make[2]: Nothing to be done for `am--refresh'.
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
< /private/tmp/homebrew-emacs-HEAD-t3Mg/./arg-nonnull.h \
> arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.h
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
< /private/tmp/homebrew-emacs-HEAD-t3Mg/./c++defs.h \
> c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
< /private/tmp/homebrew-emacs-HEAD-t3Mg/./warn-on-use.h \
> warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f getopt.h-t getopt.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''HAVE_GETOPT_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
< /private/tmp/homebrew-emacs-HEAD-t3Mg/lib/getopt.in.h; \
} > getopt.h-t && \
mv -f getopt.h-t getopt.h
rm -f time.h-t time.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|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_TIME_H''@|<time.h>|g' \
-e 's|@''GNULIB_MKTIME''@|1|g' \
-e 's|@''GNULIB_NANOSLEEP''@|0|g' \
-e 's|@''GNULIB_STRPTIME''@|0|g' \
-e 's|@''GNULIB_TIMEGM''@|0|g' \
-e 's|@''GNULIB_TIME_R''@|1|g' \
-e 's|@''HAVE_DECL_LOCALTIME_R''@|0|g' \
-e 's|@''HAVE_NANOSLEEP''@|1|g' \
-e 's|@''HAVE_STRPTIME''@|1|g' \
-e 's|@''HAVE_TIMEGM''@|1|g' \
-e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
-e 's|@''REPLACE_MKTIME''@|1|g' \
-e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
-e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< /private/tmp/homebrew-emacs-HEAD-t3Mg/lib/time.in.h; \
} > time.h-t && \
mv time.h-t time.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|@''PRAGMA_COLUMNS''@||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_FACCESSAT''@|0|g' \
-e 's|@''GNULIB_FCHDIR''@|0|g' \
-e 's|@''GNULIB_FCHOWNAT''@|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_GETGROUPS''@|0|g' \
-e 's|@''GNULIB_GETHOSTNAME''@|0|g' \
-e 's|@''GNULIB_GETLOGIN''@|0|g' \
-e 's|@''GNULIB_GETLOGIN_R''@|0|g' \
-e 's|@''GNULIB_GETPAGESIZE''@|0|g' \
-e 's|@''GNULIB_GETUSERSHELL''@|0|g' \
-e 's|@''GNULIB_LCHOWN''@|0|g' \
-e 's|@''GNULIB_LINK''@|0|g' \
-e 's|@''GNULIB_LINKAT''@|0|g' \
-e 's|@''GNULIB_LSEEK''@|0|g' \
-e 's|@''GNULIB_PIPE''@|0|g' \
-e 's|@''GNULIB_PIPE2''@|0|g' \
-e 's|@''GNULIB_PREAD''@|0|g' \
-e 's|@''GNULIB_PWRITE''@|0|g' \
-e 's|@''GNULIB_READLINK''@|0|g' \
-e 's|@''GNULIB_READLINKAT''@|0|g' \
-e 's|@''GNULIB_RMDIR''@|0|g' \
-e 's|@''GNULIB_SLEEP''@|0|g' \
-e 's|@''GNULIB_SYMLINK''@|0|g' \
-e 's|@''GNULIB_SYMLINKAT''@|0|g' \
-e 's|@''GNULIB_TTYNAME_R''@|0|g' \
-e 's|@''GNULIB_UNISTD_H_GETOPT''@|1|g' \
-e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g' \
-e 's|@''GNULIB_UNLINK''@|0|g' \
-e 's|@''GNULIB_UNLINKAT''@|0|g' \
-e 's|@''GNULIB_USLEEP''@|0|g' \
-e 's|@''GNULIB_WRITE''@|0|g' \
< /private/tmp/homebrew-emacs-HEAD-t3Mg/lib/unistd.in.h | \
sed -e 's|@''HAVE_CHOWN''@|1|g' \
-e 's|@''HAVE_DUP2''@|1|g' \
-e 's|@''HAVE_DUP3''@|1|g' \
-e 's|@''HAVE_EUIDACCESS''@|1|g' \
-e 's|@''HAVE_FACCESSAT''@|1|g' \
-e 's|@''HAVE_FCHDIR''@|1|g' \
-e 's|@''HAVE_FCHOWNAT''@|1|g' \
-e 's|@''HAVE_FSYNC''@|1|g' \
-e 's|@''HAVE_FTRUNCATE''@|1|g' \
-e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
-e 's|@''HAVE_GETGROUPS''@|1|g' \
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \
-e 's|@''HAVE_GETLOGIN''@|1|g' \
-e 's|@''HAVE_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_LCHOWN''@|1|g' \
-e 's|@''HAVE_LINK''@|1|g' \
-e 's|@''HAVE_LINKAT''@|1|g' \
-e 's|@''HAVE_PIPE''@|1|g' \
-e 's|@''HAVE_PIPE2''@|1|g' \
-e 's|@''HAVE_PREAD''@|1|g' \
-e 's|@''HAVE_PWRITE''@|1|g' \
-e 's|@''HAVE_READLINK''@|1|g' \
-e 's|@''HAVE_READLINKAT''@|1|g' \
-e 's|@''HAVE_SLEEP''@|1|g' \
-e 's|@''HAVE_SYMLINK''@|1|g' \
-e 's|@''HAVE_SYMLINKAT''@|1|g' \
-e 's|@''HAVE_UNLINKAT''@|1|g' \
-e 's|@''HAVE_USLEEP''@|1|g' \
-e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
-e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
-e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
-e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
-e 's|@''HAVE_DECL_TTYNAME_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_DUP''@|0|g' \
-e 's|@''REPLACE_DUP2''@|0|g' \
-e 's|@''REPLACE_FCHOWNAT''@|0|g' \
-e 's|@''REPLACE_GETCWD''@|0|g' \
-e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
-e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
-e 's|@''REPLACE_GETGROUPS''@|0|g' \
-e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
-e 's|@''REPLACE_LCHOWN''@|0|g' \
-e 's|@''REPLACE_LINK''@|0|g' \
-e 's|@''REPLACE_LINKAT''@|0|g' \
-e 's|@''REPLACE_LSEEK''@|0|g' \
-e 's|@''REPLACE_PREAD''@|0|g' \
-e 's|@''REPLACE_PWRITE''@|0|g' \
-e 's|@''REPLACE_READLINK''@|0|g' \
-e 's|@''REPLACE_RMDIR''@|0|g' \
-e 's|@''REPLACE_SLEEP''@|0|g' \
-e 's|@''REPLACE_SYMLINK''@|0|g' \
-e 's|@''REPLACE_TTYNAME_R''@|0|g' \
-e 's|@''REPLACE_UNLINK''@|0|g' \
-e 's|@''REPLACE_UNLINKAT''@|0|g' \
-e 's|@''REPLACE_USLEEP''@|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 '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > unistd.h-t && \
mv unistd.h-t unistd.h
make all-am
cd .. && make am--refresh
make[3]: Nothing to be done for `am--refresh'.
cd .. && make am--refresh
make[3]: Nothing to be done for `am--refresh'.
make[3]: Nothing to be done for `am--refresh'.
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -march=core2 -w -pipe -O3 -MT dtoastr.o -MD -MP -MF .deps/dtoastr.Tpo -c -o dtoastr.o dtoastr.c
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -march=core2 -w -pipe -O3 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
mv -f .deps/dtoastr.Tpo .deps/dtoastr.Po
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -march=core2 -w -pipe -O3 -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/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -march=core2 -w -pipe -O3 -MT mktime.o -MD -MP -MF .deps/mktime.Tpo -c -o mktime.o mktime.c
mv -f .deps/getopt.Tpo .deps/getopt.Po
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -march=core2 -w -pipe -O3 -MT strftime.o -MD -MP -MF .deps/strftime.Tpo -c -o strftime.o strftime.c
mv -f .deps/mktime.Tpo .deps/mktime.Po
mv -f .deps/strftime.Tpo .deps/strftime.Po
rm -f libgnu.a
ar cru libgnu.a dtoastr.o getopt.o getopt1.o mktime.o strftime.o
ranlib libgnu.a
cd lib-src; make all - --jobserver-fds=5,7 -j \
CC='/usr/bin/gcc-4.2' CFLAGS='-march=core2 -w -pipe -O3' CPPFLAGS='' \
LDFLAGS='' MAKE='make'
/usr/bin/gcc-4.2 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 -o test-distrib /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/test-distrib.c
/usr/bin/gcc-4.2 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/make-docfile.c ../lib/libgnu.a \
-o make-docfile
./test-distrib /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/testfile
/usr/bin/gcc-4.2 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/profile.c ../lib/libgnu.a -o profile
/usr/bin/gcc-4.2 -c -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/movemail.c
/usr/bin/gcc-4.2 -c -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/pop.c
/usr/bin/gcc-4.2 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/fakemail.c ../lib/libgnu.a -o fakemail
/usr/bin/gcc-4.2 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/hexl.c ../lib/libgnu.a -o hexl
/usr/bin/gcc-4.2 -c -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/update-game-score.c \
-DHAVE_SHARED_GAME_DIR="\"/usr/local/Cellar/emacs/HEAD/var/games/emacs\""
/usr/bin/gcc-4.2 -c -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \
/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src/regex.c
/usr/bin/gcc-4.2 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/emacsclient.c \
-DVERSION="\"24.0.50\"" \
../lib/libgnu.a -o emacsclient
/usr/bin/gcc-4.2 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 -DVERSION="\"24.0.50\"" \
/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/ebrowse.c ../lib/libgnu.a -o ebrowse
cp -p /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/rcs-checkin rcs-checkin
cp: rcs-checkin and /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/rcs-checkin are identical (not copied).
make[1]: [stamp-rcs-checkin] Error 1 (ignored)
touch stamp-rcs-checkin
cp -p /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/grep-changelog grep-changelog
cp: grep-changelog and /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/grep-changelog are identical (not copied).
make[1]: [stamp-grep-changelog] Error 1 (ignored)
touch stamp-grep-changelog
cp -p /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/rcs2log rcs2log
cp: rcs2log and /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/rcs2log are identical (not copied).
make[1]: [stamp-rcs2log] Error 1 (ignored)
touch stamp-rcs2log
cp -p /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/vcdiff vcdiff
cp: vcdiff and /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/vcdiff are identical (not copied).
make[1]: [stamp-vcdiff] Error 1 (ignored)
touch stamp-vcdiff
/usr/bin/gcc-4.2 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 movemail.o pop.o \
../lib/libgnu.a -lresolv -o movemail
/usr/bin/gcc-4.2 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 update-game-score.o \
../lib/libgnu.a -o update-game-score
/usr/bin/gcc-4.2 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 -DEMACS_NAME="\"GNU Emacs\"" \
-DVERSION="\"24.0.50\"" /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/etags.c \
regex.o ../lib/libgnu.a -o etags
/usr/bin/gcc-4.2 -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -DHAVE_CONFIG_H -I. -I../src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../src -I/private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/../lib -march=core2 -w -pipe -O3 -DCTAGS -DEMACS_NAME="\"GNU Emacs\"" \
-DVERSION="\"24.0.50\"" /private/tmp/homebrew-emacs-HEAD-t3Mg/lib-src/etags.c \
regex.o ../lib/libgnu.a -o ctags
boot=bootstrap-emacs; \
if [ ! -x "src/$boot" ]; then \
cd src; make all - --jobserver-fds=5,7 -j \
CC='/usr/bin/gcc-4.2' CFLAGS='-march=core2 -w -pipe -O3' CPPFLAGS='' \
LDFLAGS='' MAKE='make' BOOTSTRAPEMACS="$boot"; \
fi;
touch stamp-oldxmenu
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/pre-crt0.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 pre-crt0.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/dispnew.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 dispnew.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/frame.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 frame.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/scroll.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 scroll.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/xdisp.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 xdisp.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/menu.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 menu.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/window.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 window.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/charset.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 charset.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/coding.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 coding.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/category.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 category.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/ccl.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 ccl.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/character.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 character.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/chartab.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 chartab.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/bidi.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 bidi.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/cm.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 cm.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/term.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 term.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/terminal.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 terminal.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/xfaces.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 xfaces.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/emacs.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 emacs.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/keyboard.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 keyboard.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/macros.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 macros.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/keymap.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 keymap.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/sysdep.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 sysdep.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/buffer.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 buffer.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/filelock.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 filelock.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/insdel.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 insdel.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/marker.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 marker.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/minibuf.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 minibuf.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/fileio.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 fileio.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/dired.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 dired.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/filemode.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 filemode.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/cmds.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 cmds.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/casetab.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 casetab.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/casefiddle.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 casefiddle.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/indent.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 indent.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/search.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 search.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/regex.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 regex.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/undo.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 undo.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/alloc.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 alloc.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/data.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 data.c
echo "#define BUILDOBJ \"dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o md5.o xml.o terminfo.o lastfile.o " "\"" > buildobj.h
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/editfns.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 editfns.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/callint.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 callint.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/eval.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 eval.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/floatfns.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 floatfns.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/fns.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 fns.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/font.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 font.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/print.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 print.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/lread.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 lread.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/syntax.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 syntax.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/unexmacosx.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 unexmacosx.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/bytecode.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 bytecode.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/process.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 process.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/gnutls.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 gnutls.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/callproc.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 callproc.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/region-cache.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 region-cache.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/sound.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 sound.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/atimer.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 atimer.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/doprnt.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 doprnt.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/intervals.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 intervals.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/textprop.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 textprop.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/composite.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 composite.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/md5.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 md5.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/xml.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 xml.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/terminfo.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 terminfo.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/lastfile.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 lastfile.c
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/doc.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 doc.c
/usr/bin/gcc-4.2 -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src -I../lib -I/private/tmp/homebrew-emacs-HEAD-t3Mg/src/../lib -I/usr/include/libxml2 -MMD -MF deps/.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -march=core2 -w -pipe -O3 -prebind -Xlinker -headerpad -Xlinker 690 \
-o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o md5.o xml.o terminfo.o lastfile.o ../lib/libgnu.a -lxml2 -lresolv -lncurses
cd ../lisp; make - --jobserver-fds=5,7 - --jobserver-fds=5,7 -j update-subdirs
cd /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp; subdirs=`(find . -type d -print)`; for file in $subdirs; do case $file in */.* | */.*/* | */=* | */cedet* ) ;; *) wins="$wins $file" ;; esac; done; \
for file in $wins; do \
/private/tmp/homebrew-emacs-HEAD-t3Mg/update-subdirs $file; \
done;
if test "no" = "yes"; then \
ln -f temacs bootstrap-emacs; \
else \
`/bin/pwd`/temacs --batch --load loadup bootstrap || exit 1; \
mv -f emacs bootstrap-emacs; \
fi
Loading loadup.el (source)...
Using load-path (/private/tmp/homebrew-emacs-HEAD-t3Mg/lisp /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/emacs-lisp /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/international /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading cus-start (source)...
Loading international/mule (source)...
Loading international/mule-conf (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/files.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/cus-face.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/faces.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/minibuffer.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/button.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/startup.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/ldefs-boot.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/abbrev.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/simple.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/help.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/jka-cmpr-hook.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/epa-hook.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/international/mule-cmds.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/case-table.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/international/characters.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/composite.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/international/charprop.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/chinese.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/cyrillic.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/indian.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/sinhala.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/english.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/ethiopic.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/european.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/czech.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/slovak.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/romanian.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/greek.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/hebrew.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/japanese.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/international/cp51932.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/international/eucjp-ms.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/korean.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/lao.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/tai-viet.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/thai.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/tibetan.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/vietnamese.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/misc-lang.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/utf-8-lang.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/georgian.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/khmer.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/burmese.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/language/cham.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/indent.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/window.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/frame.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/term/tty-colors.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/font-core.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/facemenu.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/emacs-lisp/syntax.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/font-lock.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/jit-lock.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/emacs-lisp/timer.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/isearch.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/rfn-eshadow.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/menu-bar.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/paths.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/emacs-lisp/lisp.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/textmodes/page.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/register.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/textmodes/paragraphs.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/emacs-lisp/lisp-mode.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/textmodes/text-mode.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/textmodes/fill.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/replace.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/buff-menu.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/emacs-lisp/float-sup.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/vc/vc-hooks.el (source)...
Loading /private/tmp/homebrew-emacs-HEAD-t3Mg/lisp/vc/ediff-hook.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
unexec: unrecognized section name in __DATA segment
--- List of All Regions ---
address size prot maxp
--- List of Regions to be Dumped ---
address size prot maxp
--- Header Information ---
Magic = 0xfeedfacf
CPUType = 16777223
CPUSubType = -2147483645
FileType = 0x2
NCmds = 14
SizeOfCmds = 2104
Flags = 0x00000085
Highest address of load commands in input file: 0x100527000
Lowest offset of all sections in __TEXT segment: 0x1bf0
--- List of Load Commands in Input File ---
# cmd cmdsize name address size
0 LC_SEGMENT_64 72 __PAGEZERO 0 0x100000000
1 LC_SEGMENT_64 632 __TEXT 0x100000000 0x1c4000
__text 0x100001bf0 0x18b914
__stubs 0x10018d504 0x4ec
__stub_helper 0x10018d9f0 0x844
__cstring 0x10018e238 0x11dc6
__const 0x1001a0000 0x24b4
__unwind_info 0x1001a24b4 0x1664
__eh_frame 0x1001a3b18 0x204e0
2 LC_SEGMENT_64 712 __DATA 0x1001c4000 0x31c000
__program_vars 0x1001c4000 0x28
__got 0x1001c4028 0x60
__nl_symbol_ptr 0x1001c4088 0x10
__la_symbol_ptr 0x1001c4098 0x690
__data 0x1001c4740 0x2a26a8
__const 0x100466e00 0x2170
__common 0x100468f80 0x16b89
__bss 0x10047fb20 0x60068
3 LC_SEGMENT_64 72 __LINKEDIT 0x1004e0000 0x47000
4 LC_DYLD_INFO_ONLY 48
5 LC_SYMTAB 24
6 LC_DYSYMTAB 80
7 LC_LOAD_DYLINKER 32
8 LC_UUID 24
9 LC_UNIXTHREAD 184
10 LC_LOAD_DYLIB 56
11 LC_LOAD_DYLIB 56
12 LC_LOAD_DYLIB 56
13 LC_LOAD_DYLIB 56
0x100efc080 (sz: 0x3f25/ 0x3f28)
0x100e00000 (sz: 0xfc07d/ 0xfc080)
0x1020fc080 (sz: 0x3f24/ 0x3f28)
0x102000000 (sz: 0xfc07f/ 0xfc080)
0x100bfc080 (sz: 0x3f25/ 0x3f28)
0x100b00000 (sz: 0xfc07d/ 0xfc080)
0x1021fc080 (sz: 0x3f24/ 0x3f28)
0x102100000 (sz: 0xfc080/ 0xfc080)
0x102ff8000 (sz: 0x2bb8/ 0x7fa0)
0x102800000 (sz: 0x2b95ff/0x7f8000)
0x101ff8000 (sz: 0x7f5f/ 0x7fa0)
0x101800000 (sz: 0x7f7fff/0x7f8000)
0x10058b000 (sz: 0/ 0x1000)
--- Load Commands written to Output File ---
Writing segment __PAGEZERO @ 0 ( 0/0x100000000 @ 0)
Writing segment __TEXT @ 0 (0x1c4000/0x1c4000 @ 0x100000000)
Writing segment __DATA @ 0x1c4000 (0x31c000/0x31c000 @ 0x1001c4000)
section __program_vars at 0x1c4000 - 0x1c4028 (sz: 0x28)
make[1]: *** [bootstrap-emacs] Error 1
make: *** [src] Error 2
==> Exit Status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/emacs.rb#L92
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: 4ebbc7a1a7a0649efda779293d6853895c0bd179
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: dual-core 64-bit core2
OS X: 10.6.7
Kernel Architecture: i386
Ruby: 1.8.7-174
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 4.0
GCC-4.0: build 5494
GCC-4.2: build 5666
LLVM: build 2335
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /usr/bin/gcc-4.2
CXX: /usr/bin/g++-4.2
LD: /usr/bin/gcc-4.2
CFLAGS: -march=core2 -w -pipe -O3
CXXFLAGS: -march=core2 -w -pipe -O3
MAKEFLAGS: -j2
Error: Failed executing: make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment