unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* GNU/Linux (Ubuntu 7.10) bootstrap from a CVS checkout fails ("Maximum buffer size exceeded")
@ 2007-11-20 20:35 Ted Zlatanov
  2007-11-30 23:17 ` Ted Zlatanov
  0 siblings, 1 reply; 16+ messages in thread
From: Ted Zlatanov @ 2007-11-20 20:35 UTC (permalink / raw)
  To: emacs-devel

The full log follows.  This is with a clean CVS checkout on a new
Ubuntu 7.10 install.

After looking at loadup.el, I see the problem starts with the lines:

(setq load-source-file-function 'load-with-code-conversion)
(load "files")

when I remove the load-source-file-function setq, the files.el code is
loaded fine.  The bootstrap fails later at international/utf-8.el
because it can't read a ? character, but if I have the setq the next
Lisp library loaded causes the buffer size error.

In addition, strace of the temacs process shows that no data is read()
from the .el file.  The error happens *before* which to me indicates
this is not a problem with the Lisp code.  I checked it anyhow, and
it's a clean checkout from CVS without corruption.  I suspect it's an
error at the C level but I don't know enough about the bootstrap
process to debug this.

I searched older discussions and didn't see this.  Sorry if it's an
obvious problem.

Ted

TEMACS RUN WITH THE SETQ OF load-source-file-function REMOVED:

./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/home/tzz/source/emacs/lisp /home/tzz/source/emacs/lisp/emacs-lisp /home/tzz/source/emacs/lisp/language /home/tzz/source/emacs/lisp/international /home/tzz/source/emacs/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.el (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading files (source)...
Loading cus-face (source)...
Loading faces (source)...
Loading button (source)...
Loading startup (source)...
Lists of integers (garbage collection statistics) are normal output
while building Emacs; they do not indicate a problem.
((103958 . 26508) (5816 . 0) (588 . 7) 427111 20021 (23 . 1) (19 . 0) (8377 . 65))
Loading loaddefs.el (source)...
((126645 . 6185) (8741 . 0) (596 . 1) 1331449 20021 (49 . 31) (19 . 0) (16802 . 82))
Loading simple (source)...
Loading help (source)...
Loading jka-cmpr-hook (source)...
Loading international/mule-cmds (source)...
Loading case-table (source)...
Loading international/utf-8 (source)...
Invalid read syntax: "?"
make[2]: *** [bootstrap-emacs] Error 255
make[2]: Leaving directory `/home/tzz/source/emacs/src'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/home/tzz/source/emacs'
make: *** [bootstrap] Error 2

FULL LOG:

> cvs checkout ...
...
> ./configure --with-gtk --with-tiff=no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for AIX... no
checking whether gcc understands -Wno-pointer-sign... yes
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for install-info... /usr/sbin/install-info
checking for install-info... (cached) /usr/sbin/install-info
checking for install-info... (cached) /usr/sbin/install-info
checking for gzip... /bin/gzip
checking for makeinfo... /home/tzz/bin/makeinfo
checking for -znocombreloc... yes
configure: checking the machine- and system-dependent files to find out
 - which libraries the lib-src programs will want, and
 - whether the GNU malloc routines are usable...
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
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 machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking for _oss_ioctl in -lossaudio... no
checking for pkg-config... /usr/bin/pkg-config
checking for alsa >= 1.0.0... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for strings.h... (cached) yes
checking coff.h usability... no
checking coff.h presence... no
checking for coff.h... no
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/vlimit.h usability... yes
checking sys/vlimit.h presence... yes
checking for sys/vlimit.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/_mbstate_t.h usability... no
checking sys/_mbstate_t.h presence... no
checking for sys/_mbstate_t.h... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking if personality LINUX32 can be set... yes
checking for term.h... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether sys_siglist is declared... no
checking whether __sys_siglist is declared... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for struct utimbuf... yes
checking return type of signal handlers... void
checking for speed_t... yes
checking for struct timeval... yes
checking for struct exception... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for net/if.h... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_netmask... yes
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for function prototypes... yes
checking for working volatile... yes
checking for an ANSI C-conforming const... yes
checking for void * support... yes
checking whether make sets $(MAKE)... yes
checking for long file names... yes
checking for X... libraries , headers 
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking for malloc_get_state... yes
checking for malloc_set_state... yes
checking whether __after_morecore_hook exists... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for dnet_ntoa in -ldnet... no
checking for main in -lXbsd... no
checking for cma_open in -lpthreads... no
checking for XFree86 in /usr/X386... no
checking whether X on GNU/Linux needs -b to link... no
checking for Xkb... yes
checking for XrmSetDatabase... yes
checking for XScreenResourceString... yes
checking for XScreenNumberOfScreen... yes
checking for XSetWMProtocols... yes
checking X11 version 6... 6 or newer
checking for librsvg-2.0 >= 2.0.0... no
checking for gtk+-2.0 >= 2.6 glib-2.0 >= 2.6... yes
checking GTK_CFLAGS... -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  
checking GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
checking for gtk_main... yes
checking for gdk_display_open... yes
checking for gtk_file_selection_new... yes
checking for gtk_file_chooser_dialog_new... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_self in -lpthread... yes
checking for xft >= 0.13.0... yes
checking XFT_CFLAGS... -I/usr/include/freetype2  
checking XFT_LIBS... -lXft -lfontconfig  
checking X11/Xft/Xft.h usability... yes
checking X11/Xft/Xft.h presence... yes
checking for X11/Xft/Xft.h... yes
checking for XftFontOpen in -lXft... yes
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for XpmReadFileToPixmap in -lXpm... yes
checking for XpmReturnAllocPixels preprocessor define... yes
checking jerror.h usability... yes
checking jerror.h presence... yes
checking for jerror.h... yes
checking for jpeg_destroy_compress in -ljpeg... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking libpng/png.h usability... yes
checking libpng/png.h presence... yes
checking for libpng/png.h... yes
checking for png_get_channels in -lpng... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for EGifPutExtensionLast in -lgif... yes
checking gpm.h usability... no
checking gpm.h presence... no
checking for gpm.h... no
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking for SmcOpenConnection in -lSM... yes
checking whether netdb declares h_errno... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for sqrt in -lm... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... no
checking for liblockfile.so... no
checking for touchlock... no
checking maillock.h usability... no
checking maillock.h presence... no
checking for maillock.h... no
checking for gethostname... yes
checking for getdomainname... yes
checking for dup2... yes
checking for rename... yes
checking for closedir... yes
checking for mkdir... yes
checking for rmdir... yes
checking for sysinfo... yes
checking for getrusage... yes
checking for get_current_dir_name... yes
checking for random... yes
checking for lrand48... yes
checking for bcopy... yes
checking for bcmp... yes
checking for logb... yes
checking for frexp... yes
checking for fmod... yes
checking for rint... yes
checking for cbrt... yes
checking for ftime... yes
checking for setsid... yes
checking for strerror... yes
checking for fpathconf... yes
checking for select... yes
checking for mktime... yes
checking for euidaccess... yes
checking for getpagesize... (cached) yes
checking for tzset... yes
checking for setlocale... yes
checking for utimes... yes
checking for setrlimit... yes
checking for setpgid... yes
checking for getcwd... yes
checking for getwd... yes
checking for shutdown... yes
checking for getaddrinfo... yes
checking for __fpending... yes
checking for mblen... yes
checking for mbrlen... yes
checking for mbsinit... yes
checking for strsignal... yes
checking for setitimer... yes
checking for ualarm... yes
checking for index... yes
checking for rindex... yes
checking for sendto... yes
checking for recvfrom... yes
checking for getsockopt... yes
checking for setsockopt... yes
checking for getsockname... yes
checking for getpeername... yes
checking for gai_strerror... yes
checking for mkstemp... yes
checking for getline... yes
checking for getdelim... yes
checking for mremap... yes
checking for memmove... yes
checking for fsync... yes
checking for sync... yes
checking for bzero... yes
checking for memset... yes
checking for memcmp... yes
checking for difftime... yes
checking for memcpy... yes
checking for mempcpy... yes
checking for mblen... (cached) yes
checking for mbrlen... (cached) yes
checking for posix_memalign... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... yes
checking whether optreset is declared... no
checking for working GNU getopt function... yes
checking whether getpgrp requires zero arguments... yes
checking for strftime... yes
checking for grantpt... yes
checking for getpt... yes
checking for tparm in -lncurses... yes
checking for res_init... no
checking for res_init with -lresolv... yes
checking for dgettext in -lintl... no
checking whether localtime caches TZ... no
checking for gettimeofday... yes
checking whether gettimeofday can accept two arguments... yes
checking for socket... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking whether system supports dynamic ptys... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for nl_langinfo and CODESET... yes
checking for size_t... yes
checking for mbstate_t... yes
checking for C restrict keyword... __restrict
checking for C restricted array declarations... yes

Configured for `i686-pc-linux-gnu'.

  Where should the build process find the source code?    /home/tzz/source/emacs
  What operating system and machine description files should Emacs use?
        `s/gnu-linux.h' and `m/intel386.h'
  What compiler should emacs be built with?               gcc -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          GTK
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  no
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use -lpng?                                   yes
  Does Emacs use -lrsvg-2?                                no
  Does Emacs use -lgpm?                                   no
  Does Emacs use X toolkit scroll bars?                   yes

configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib-src/Makefile.c
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile.c
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing default commands
creating src/epaths.h
src/epaths.h is unchanged
creating lib-src/Makefile
creating src/Makefile

> make bootstrap
(cd src;      make  mostlyclean)
make[1]: Entering directory `/home/tzz/source/emacs/src'
rm -f temacs prefix-args core *.core \#* *.o libXMenu11.a liblw.a
rm -f ../etc/DOC
rm -f bootstrap-emacs emacs-23.0.50
rm -f buildobj.lst
make[1]: Leaving directory `/home/tzz/source/emacs/src'
(cd oldXMenu; make  clean)
make[1]: Entering directory `/home/tzz/source/emacs/oldXMenu'
rm -f libXMenu11.a Activate.o AddPane.o AddSel.o ChgPane.o ChgSel.o Create.o DelPane.o DelSel.o Destroy.o Error.o EvHand.o FindPane.o FindSel.o InsPane.o InsSel.o Internal.o Locate.o Post.o Recomp.o SetAEQ.o SetFrz.o SetPane.o SetSel.o XDelAssoc.o XLookAssoc.o XCrAssoc.o XDestAssoc.o XMakeAssoc.o insque.o
make[1]: Leaving directory `/home/tzz/source/emacs/oldXMenu'
(cd lwlib;    make  clean)
make[1]: Entering directory `/home/tzz/source/emacs/lwlib'
rm -f *.o core errs ,* *.a .emacs_* make.log MakeOut \#*
make[1]: Leaving directory `/home/tzz/source/emacs/lwlib'
(cd lib-src;  make  clean)
make[1]: Entering directory `/home/tzz/source/emacs/lib-src'
rm -f core *.o getopt.h getopt.h-t
rm -f etags ctags emacsclient b2m ebrowse profile digest-doc sorted-doc movemail cvtmail fakemail hexl update-game-score test-distrib make-docfile
rm -f fns*.el *.tab.c *.tab.h
make[1]: Leaving directory `/home/tzz/source/emacs/lib-src'
(cd doc/emacs &&   make  clean)
make[1]: Entering directory `/home/tzz/source/emacs/doc/emacs'
rm -f *.log *.cp *.fn *.ky *.op *.ops *.pg *.vr core *.tp *.core
rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
rm -f *.dvi
make[1]: Leaving directory `/home/tzz/source/emacs/doc/emacs'
(cd doc/misc &&   make  clean)
make[1]: Entering directory `/home/tzz/source/emacs/doc/misc'
rm -f *.log *.cp *.fn *.ky *.op *.ops *.pg *.vr core *.tp \
	*.tps *.core gnustmp.*
rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
rm -f *.dvi
make[1]: Leaving directory `/home/tzz/source/emacs/doc/misc'
(cd doc/lispref &&   make  clean)
make[1]: Entering directory `/home/tzz/source/emacs/doc/lispref'
rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \
              *.vr *.vrs *.pg *.pgs *.ky *.kys
rm -f make.out core
make[1]: Leaving directory `/home/tzz/source/emacs/doc/lispref'
(cd doc/lispintro &&   make  clean)
make[1]: Entering directory `/home/tzz/source/emacs/doc/lispintro'
rm -f  *.log *.cp *.fn *.ky *.pg *.vr *.tp
rm -f *.dvi
make[1]: Leaving directory `/home/tzz/source/emacs/doc/lispintro'
(cd leim;     make  clean)
make[1]: Entering directory `/home/tzz/source/emacs/leim'
rm -f quail/CCDOSPY.elc quail/Punct.elc quail/QJ.elc quail/SW.elc quail/TONEPY.elc quail/4Corner.elc quail/ARRAY30.elc quail/ECDICT.elc quail/ETZY.elc quail/Punct-b5.elc quail/PY-b5.elc quail/QJ-b5.elc quail/ZOZY.elc quail/tsang-b5.elc quail/quick-b5.elc quail/tsang-cns.elc quail/quick-cns.elc quail/PY.elc quail/ZIRANMA.elc quail/CTLau.elc quail/CTLau-b5.elc quail/CCDOSPY.el quail/Punct.el quail/QJ.el quail/SW.el quail/TONEPY.el quail/4Corner.el quail/ARRAY30.el quail/ECDICT.el quail/ETZY.el quail/Punct-b5.el quail/PY-b5.el quail/QJ-b5.el quail/ZOZY.el quail/tsang-b5.el quail/quick-b5.el quail/tsang-cns.el quail/quick-cns.el quail/PY.el quail/ZIRANMA.el quail/CTLau.el quail/CTLau-b5.el \
		leim-list.el changed.tit changed.misc
make[1]: Leaving directory `/home/tzz/source/emacs/leim'
(cd lisp;     make  bootstrap-clean)
make[1]: Entering directory `/home/tzz/source/emacs/lisp'
cd /home/tzz/source/emacs/lisp; rm -f *.elc */*.elc
make[1]: Leaving directory `/home/tzz/source/emacs/lisp'
(cd leim;     make  bootstrap-clean)
make[1]: Entering directory `/home/tzz/source/emacs/leim'
rm -f quail/CCDOSPY.elc quail/Punct.elc quail/QJ.elc quail/SW.elc quail/TONEPY.elc quail/4Corner.elc quail/ARRAY30.elc quail/ECDICT.elc quail/ETZY.elc quail/Punct-b5.elc quail/PY-b5.elc quail/QJ-b5.elc quail/ZOZY.elc quail/tsang-b5.elc quail/quick-b5.elc quail/tsang-cns.elc quail/quick-cns.elc quail/PY.elc quail/ZIRANMA.elc quail/CTLau.elc quail/CTLau-b5.elc quail/CCDOSPY.el quail/Punct.el quail/QJ.el quail/SW.el quail/TONEPY.el quail/4Corner.el quail/ARRAY30.el quail/ECDICT.el quail/ETZY.el quail/Punct-b5.el quail/PY-b5.el quail/QJ-b5.el quail/ZOZY.el quail/tsang-b5.el quail/quick-b5.el quail/tsang-cns.el quail/quick-cns.el quail/PY.el quail/ZIRANMA.el quail/CTLau.el quail/CTLau-b5.el \
		leim-list.el changed.tit changed.misc
rm -f quail/CCDOSPY.elc quail/Punct.elc quail/QJ.elc quail/SW.elc quail/TONEPY.elc /home/tzz/source/emacs/leim/quail/py-punct.elc quail/4Corner.elc quail/ARRAY30.elc quail/ECDICT.elc quail/ETZY.elc quail/Punct-b5.elc quail/PY-b5.elc quail/QJ-b5.elc quail/ZOZY.elc /home/tzz/source/emacs/leim/quail/pypunct-b5.elc /home/tzz/source/emacs/leim/quail/japanese.elc /home/tzz/source/emacs/leim/ja-dic/ja-dic.elc /home/tzz/source/emacs/leim/quail/hangul.elc /home/tzz/source/emacs/leim/quail/hangul3.elc /home/tzz/source/emacs/leim/quail/hanja.elc /home/tzz/source/emacs/leim/quail/hanja3.elc /home/tzz/source/emacs/leim/quail/hanja-jis.elc /home/tzz/source/emacs/leim/quail/symbol-ksc.elc /home/tzz/source/emacs/leim/quail/thai.elc /home/tzz/source/emacs/leim/quail/viqr.elc /home/tzz/source/emacs/leim/quail/vntelex.elc /home/tzz/source/emacs/leim/quail/lao.elc /home/tzz/source/emacs/leim/quail/lrt.elc /home/tzz/source/emacs/leim/quail/indian.elc /home/tzz/source/emacs/leim/quail/tibetan.elc /home/tzz/source/emacs/leim/quail/latin-pre.elc /home/tzz/source/emacs/leim/quail/latin-post.elc /home/tzz/source/emacs/leim/quail/latin-alt.elc /home/tzz/source/emacs/leim/quail/latin-ltx.elc /home/tzz/source/emacs/leim/quail/welsh.elc /home/tzz/source/emacs/leim/quail/czech.elc /home/tzz/source/emacs/leim/quail/croatian.elc /home/tzz/source/emacs/leim/quail/slovak.elc /home/tzz/source/emacs/leim/quail/greek.elc /home/tzz/source/emacs/leim/quail/cyrillic.elc /home/tzz/source/emacs/leim/quail/cyril-jis.elc /home/tzz/source/emacs/leim/quail/ethiopic.elc /home/tzz/source/emacs/leim/quail/ipa.elc /home/tzz/source/emacs/leim/quail/hebrew.elc /home/tzz/source/emacs/leim/quail/georgian.elc /home/tzz/source/emacs/leim/quail/sisheng.elc quail/tsang-b5.elc quail/quick-b5.elc quail/tsang-cns.elc quail/quick-cns.elc quail/PY.elc quail/ZIRANMA.elc quail/CTLau.elc quail/CTLau-b5.elc /home/tzz/source/emacs/leim/quail/sgml-input.elc /home/tzz/source/emacs/leim/quail/rfc1345.elc /home/tzz/source/emacs/leim/quail/uni-input.elc
make[1]: Leaving directory `/home/tzz/source/emacs/leim'
make  info bootstrap-build
make[1]: Entering directory `/home/tzz/source/emacs'
(cd doc/emacs; make -w info)
make[2]: Entering directory `/home/tzz/source/emacs/doc/emacs'
make[2]: Nothing to be done for `info'.
make[2]: Leaving directory `/home/tzz/source/emacs/doc/emacs'
(cd doc/misc; make -w info)
make[2]: Entering directory `/home/tzz/source/emacs/doc/misc'
make[2]: Nothing to be done for `info'.
make[2]: Leaving directory `/home/tzz/source/emacs/doc/misc'
(cd doc/lispref; make -w info)
make[2]: Entering directory `/home/tzz/source/emacs/doc/lispref'
make[2]: Nothing to be done for `info'.
make[2]: Leaving directory `/home/tzz/source/emacs/doc/lispref'
(cd doc/lispintro; make -w info)
make[2]: Entering directory `/home/tzz/source/emacs/doc/lispintro'
make[2]: Nothing to be done for `info'.
make[2]: Leaving directory `/home/tzz/source/emacs/doc/lispintro'
(cd lisp; make -w bootstrap-prepare)
make[2]: Entering directory `/home/tzz/source/emacs/lisp'
if test -x ../src/emacs; then				\
	  make -w autoloads;				\
	else							\
	  cp /home/tzz/source/emacs/lisp/ldefs-boot.el /home/tzz/source/emacs/lisp/loaddefs.el;		\
	fi
chmod +w /home/tzz/source/emacs/lisp/loaddefs.el		\
	  /home/tzz/source/emacs/lisp/ps-print.el			\
	  /home/tzz/source/emacs/lisp/emacs-lisp/cl-loaddefs.el
make[2]: Leaving directory `/home/tzz/source/emacs/lisp'
(cd src; make -w bootstrap)
make[2]: Entering directory `/home/tzz/source/emacs/src'
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions pre-crt0.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions dispnew.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions frame.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions scroll.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xdisp.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xmenu.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions window.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions charset.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions coding.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions category.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions ccl.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions cm.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions term.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions terminal.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xfaces.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xterm.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xfns.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xselect.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xrdb.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions fontset.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xsmfns.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions fringe.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions image.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions gtkutil.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions emacs.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions keyboard.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions macros.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions keymap.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions sysdep.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions buffer.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions filelock.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions insdel.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions marker.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions minibuf.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions fileio.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions dired.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions filemode.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions cmds.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions casetab.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions casefiddle.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions indent.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions search.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions regex.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions undo.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions alloc.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions data.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions doc.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions editfns.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions callint.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions eval.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions floatfns.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions fns.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions print.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions lread.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions syntax.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions unexelf.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions bytecode.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions process.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions callproc.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions region-cache.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions sound.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions atimer.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions doprnt.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions strftime.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions intervals.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions textprop.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions composite.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions md5.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions terminfo.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions lastfile.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions vm-limit.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
gcc -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions -Wl,-znocombreloc  /home/tzz/source/emacs/src/prefix-args.c -o prefix-args
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
echo "dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o gtkutil.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 print.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o    terminfo.o lastfile.o   vm-limit.o   " > buildobj.lst
gcc -nostdlib `./prefix-args -Xlinker  -z nocombreloc` -Wl,-znocombreloc  -o temacs pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o gtkutil.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 print.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o    terminfo.o lastfile.o   vm-limit.o       -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lpthread -lSM -lICE -ljpeg -lpng -lz -lm -lgif -lXpm -lX11 -lXft -lfontconfig   -lresolv -lncurses   -lm -lgcc -lc -lgcc /usr/lib/crtn.o 
./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/home/tzz/source/emacs/lisp /home/tzz/source/emacs/lisp/emacs-lisp /home/tzz/source/emacs/lisp/language /home/tzz/source/emacs/lisp/international /home/tzz/source/emacs/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.el (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading /home/tzz/source/emacs/lisp/files.el (source)...
Maximum buffer size exceeded
make[2]: *** [bootstrap-emacs] Error 255
make[2]: Leaving directory `/home/tzz/source/emacs/src'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/home/tzz/source/emacs'
make: *** [bootstrap] Error 2

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: GNU/Linux (Ubuntu 7.10) bootstrap from a CVS checkout fails ("Maximum buffer size exceeded")
  2007-11-20 20:35 GNU/Linux (Ubuntu 7.10) bootstrap from a CVS checkout fails ("Maximum buffer size exceeded") Ted Zlatanov
@ 2007-11-30 23:17 ` Ted Zlatanov
  2007-12-14 20:52   ` make bootstrap fails from fresh CVS checkout (was: GNU/Linux (Ubuntu 7.10) bootstrap from a CVS checkout fails ("Maximum buffer size exceeded")) Ted Zlatanov
  0 siblings, 1 reply; 16+ messages in thread
From: Ted Zlatanov @ 2007-11-30 23:17 UTC (permalink / raw)
  To: emacs-devel

Is this known to be broken, or am I missing something obvious?

I am surprised a `make bootstrap' failure is happening on Ubuntu, but
even if the problem is not with Emacs itself, it certainly looks like it
(or a library interaction triggered by load-with-code-conversion) from
my investigation.

Thanks
Ted

On Tue, 20 Nov 2007 14:35:46 -0600 Ted Zlatanov <tzz@lifelogs.com> wrote: 

TZ> The full log follows.  This is with a clean CVS checkout on a new
TZ> Ubuntu 7.10 install.

TZ> After looking at loadup.el, I see the problem starts with the lines:

TZ> (setq load-source-file-function 'load-with-code-conversion)
TZ> (load "files")

TZ> when I remove the load-source-file-function setq, the files.el code is
TZ> loaded fine.  The bootstrap fails later at international/utf-8.el
TZ> because it can't read a ? character, but if I have the setq the next
TZ> Lisp library loaded causes the buffer size error.

TZ> In addition, strace of the temacs process shows that no data is read()
TZ> from the .el file.  The error happens *before* which to me indicates
TZ> this is not a problem with the Lisp code.  I checked it anyhow, and
TZ> it's a clean checkout from CVS without corruption.  I suspect it's an
TZ> error at the C level but I don't know enough about the bootstrap
TZ> process to debug this.

TZ> I searched older discussions and didn't see this.  Sorry if it's an
TZ> obvious problem.

TZ> Ted

TZ> TEMACS RUN WITH THE SETQ OF load-source-file-function REMOVED:

TZ> ./temacs --batch --load loadup bootstrap
TZ> Loading loadup.el (source)...
TZ> Using load-path (/home/tzz/source/emacs/lisp /home/tzz/source/emacs/lisp/emacs-lisp /home/tzz/source/emacs/lisp/language /home/tzz/source/emacs/lisp/international /home/tzz/source/emacs/lisp/textmodes)
TZ> Loading emacs-lisp/byte-run (source)...
TZ> Loading emacs-lisp/backquote (source)...
TZ> Loading subr (source)...
TZ> Loading version.el (source)...
TZ> Loading widget (source)...
TZ> Loading custom (source)...
TZ> Loading emacs-lisp/map-ynp (source)...
TZ> Loading cus-start (source)...
TZ> Loading international/mule (source)...
TZ> Loading international/mule-conf.el (source)...
TZ> Loading env (source)...
TZ> Loading format (source)...
TZ> Loading bindings (source)...
TZ> Loading files (source)...
TZ> Loading cus-face (source)...
TZ> Loading faces (source)...
TZ> Loading button (source)...
TZ> Loading startup (source)...
TZ> Lists of integers (garbage collection statistics) are normal output
TZ> while building Emacs; they do not indicate a problem.
TZ> ((103958 . 26508) (5816 . 0) (588 . 7) 427111 20021 (23 . 1) (19 . 0) (8377 . 65))
TZ> Loading loaddefs.el (source)...
TZ> ((126645 . 6185) (8741 . 0) (596 . 1) 1331449 20021 (49 . 31) (19 . 0) (16802 . 82))
TZ> Loading simple (source)...
TZ> Loading help (source)...
TZ> Loading jka-cmpr-hook (source)...
TZ> Loading international/mule-cmds (source)...
TZ> Loading case-table (source)...
TZ> Loading international/utf-8 (source)...
TZ> Invalid read syntax: "?"
TZ> make[2]: *** [bootstrap-emacs] Error 255
TZ> make[2]: Leaving directory `/home/tzz/source/emacs/src'
TZ> make[1]: *** [bootstrap-build] Error 2
TZ> make[1]: Leaving directory `/home/tzz/source/emacs'
TZ> make: *** [bootstrap] Error 2

TZ> FULL LOG:

>> cvs checkout ...
TZ> ...
>> ./configure --with-gtk --with-tiff=no
TZ> checking build system type... i686-pc-linux-gnu
TZ> checking host system type... i686-pc-linux-gnu
TZ> checking for gcc... gcc
TZ> checking for C compiler default output file name... a.out
TZ> checking whether the C compiler works... yes
TZ> checking whether we are cross compiling... no
TZ> checking for suffix of executables... 
TZ> checking for suffix of object files... o
TZ> checking whether we are using the GNU C compiler... yes
TZ> checking whether gcc accepts -g... yes
TZ> checking for gcc option to accept ISO C89... none needed
TZ> checking how to run the C preprocessor... gcc -E
TZ> checking for grep that handles long lines and -e... /bin/grep
TZ> checking for egrep... /bin/grep -E
TZ> checking for AIX... no
TZ> checking whether gcc understands -Wno-pointer-sign... yes
TZ> checking whether ln -s works... yes
TZ> checking how to run the C preprocessor... gcc -E
TZ> checking for a BSD-compatible install... /usr/bin/install -c
TZ> checking for ranlib... ranlib
TZ> checking for install-info... /usr/sbin/install-info
TZ> checking for install-info... (cached) /usr/sbin/install-info
TZ> checking for install-info... (cached) /usr/sbin/install-info
TZ> checking for gzip... /bin/gzip
TZ> checking for makeinfo... /home/tzz/bin/makeinfo
TZ> checking for -znocombreloc... yes
TZ> configure: checking the machine- and system-dependent files to find out
TZ>  - which libraries the lib-src programs will want, and
TZ>  - whether the GNU malloc routines are usable...
TZ> checking for special C compiler options needed for large files... no
TZ> checking for _FILE_OFFSET_BITS value needed for large files... 64
TZ> checking for ANSI C header files... yes
TZ> checking for sys/types.h... yes
TZ> checking for sys/stat.h... yes
TZ> checking for stdlib.h... yes
TZ> checking for string.h... yes
TZ> checking for memory.h... yes
TZ> checking for strings.h... yes
TZ> checking for inttypes.h... yes
TZ> checking for stdint.h... yes
TZ> checking for unistd.h... yes
TZ> checking machine/soundcard.h usability... no
TZ> checking machine/soundcard.h presence... no
TZ> checking for machine/soundcard.h... no
TZ> checking sys/soundcard.h usability... yes
TZ> checking sys/soundcard.h presence... yes
TZ> checking for sys/soundcard.h... yes
TZ> checking soundcard.h usability... no
TZ> checking soundcard.h presence... no
TZ> checking for soundcard.h... no
TZ> checking for _oss_ioctl in -lossaudio... no
TZ> checking for pkg-config... /usr/bin/pkg-config
TZ> checking for alsa >= 1.0.0... no
TZ> checking sys/select.h usability... yes
TZ> checking sys/select.h presence... yes
TZ> checking for sys/select.h... yes
TZ> checking sys/timeb.h usability... yes
TZ> checking sys/timeb.h presence... yes
TZ> checking for sys/timeb.h... yes
TZ> checking sys/time.h usability... yes
TZ> checking sys/time.h presence... yes
TZ> checking for sys/time.h... yes
TZ> checking for unistd.h... (cached) yes
TZ> checking utime.h usability... yes
TZ> checking utime.h presence... yes
TZ> checking for utime.h... yes
TZ> checking linux/version.h usability... yes
TZ> checking linux/version.h presence... yes
TZ> checking for linux/version.h... yes
TZ> checking sys/systeminfo.h usability... no
TZ> checking sys/systeminfo.h presence... no
TZ> checking for sys/systeminfo.h... no
TZ> checking termios.h usability... yes
TZ> checking termios.h presence... yes
TZ> checking for termios.h... yes
TZ> checking limits.h usability... yes
TZ> checking limits.h presence... yes
TZ> checking for limits.h... yes
TZ> checking for string.h... (cached) yes
TZ> checking for stdlib.h... (cached) yes
TZ> checking termcap.h usability... yes
TZ> checking termcap.h presence... yes
TZ> checking for termcap.h... yes
TZ> checking stdio_ext.h usability... yes
TZ> checking stdio_ext.h presence... yes
TZ> checking for stdio_ext.h... yes
TZ> checking fcntl.h usability... yes
TZ> checking fcntl.h presence... yes
TZ> checking for fcntl.h... yes
TZ> checking for strings.h... (cached) yes
TZ> checking coff.h usability... no
TZ> checking coff.h presence... no
TZ> checking for coff.h... no
TZ> checking pty.h usability... yes
TZ> checking pty.h presence... yes
TZ> checking for pty.h... yes
TZ> checking sys/mman.h usability... yes
TZ> checking sys/mman.h presence... yes
TZ> checking for sys/mman.h... yes
TZ> checking sys/param.h usability... yes
TZ> checking sys/param.h presence... yes
TZ> checking for sys/param.h... yes
TZ> checking sys/vlimit.h usability... yes
TZ> checking sys/vlimit.h presence... yes
TZ> checking for sys/vlimit.h... yes
TZ> checking sys/resource.h usability... yes
TZ> checking sys/resource.h presence... yes
TZ> checking for sys/resource.h... yes
TZ> checking locale.h usability... yes
TZ> checking locale.h presence... yes
TZ> checking for locale.h... yes
TZ> checking sys/_mbstate_t.h usability... no
TZ> checking sys/_mbstate_t.h presence... no
TZ> checking for sys/_mbstate_t.h... no
TZ> checking sys/utsname.h usability... yes
TZ> checking sys/utsname.h presence... yes
TZ> checking for sys/utsname.h... yes
TZ> checking pwd.h usability... yes
TZ> checking pwd.h presence... yes
TZ> checking for pwd.h... yes
TZ> checking if personality LINUX32 can be set... yes
TZ> checking for term.h... yes
TZ> checking for ANSI C header files... (cached) yes
TZ> checking whether time.h and sys/time.h may both be included... yes
TZ> checking whether sys_siglist is declared... no
TZ> checking whether __sys_siglist is declared... no
TZ> checking for sys/wait.h that is POSIX.1 compatible... yes
TZ> checking for struct utimbuf... yes
TZ> checking return type of signal handlers... void
TZ> checking for speed_t... yes
TZ> checking for struct timeval... yes
TZ> checking for struct exception... yes
TZ> checking sys/socket.h usability... yes
TZ> checking sys/socket.h presence... yes
TZ> checking for sys/socket.h... yes
TZ> checking for net/if.h... yes
TZ> checking whether struct tm is in sys/time.h or time.h... time.h
TZ> checking for struct tm.tm_zone... yes
TZ> checking for struct tm.tm_gmtoff... yes
TZ> checking for struct ifreq.ifr_flags... yes
TZ> checking for struct ifreq.ifr_hwaddr... yes
TZ> checking for struct ifreq.ifr_netmask... yes
TZ> checking for struct ifreq.ifr_broadaddr... yes
TZ> checking for struct ifreq.ifr_addr... yes
TZ> checking for function prototypes... yes
TZ> checking for working volatile... yes
TZ> checking for an ANSI C-conforming const... yes
TZ> checking for void * support... yes
TZ> checking whether make sets $(MAKE)... yes
TZ> checking for long file names... yes
TZ> checking for X... libraries , headers 
TZ> checking Carbon/Carbon.h usability... no
TZ> checking Carbon/Carbon.h presence... no
TZ> checking for Carbon/Carbon.h... no
TZ> checking for malloc_get_state... yes
TZ> checking for malloc_set_state... yes
TZ> checking whether __after_morecore_hook exists... yes
TZ> checking for stdlib.h... (cached) yes
TZ> checking for unistd.h... (cached) yes
TZ> checking for getpagesize... yes
TZ> checking for working mmap... yes
TZ> checking for dnet_ntoa in -ldnet... no
TZ> checking for main in -lXbsd... no
TZ> checking for cma_open in -lpthreads... no
TZ> checking for XFree86 in /usr/X386... no
TZ> checking whether X on GNU/Linux needs -b to link... no
TZ> checking for Xkb... yes
TZ> checking for XrmSetDatabase... yes
TZ> checking for XScreenResourceString... yes
TZ> checking for XScreenNumberOfScreen... yes
TZ> checking for XSetWMProtocols... yes
TZ> checking X11 version 6... 6 or newer
TZ> checking for librsvg-2.0 >= 2.0.0... no
TZ> checking for gtk+-2.0 >= 2.6 glib-2.0 >= 2.6... yes
TZ> checking GTK_CFLAGS... -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  
TZ> checking GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
TZ> checking for gtk_main... yes
TZ> checking for gdk_display_open... yes
TZ> checking for gtk_file_selection_new... yes
TZ> checking for gtk_file_chooser_dialog_new... yes
TZ> checking pthread.h usability... yes
TZ> checking pthread.h presence... yes
TZ> checking for pthread.h... yes
TZ> checking for pthread_self in -lpthread... yes
TZ> checking for xft >= 0.13.0... yes
TZ> checking XFT_CFLAGS... -I/usr/include/freetype2  
TZ> checking XFT_LIBS... -lXft -lfontconfig  
TZ> checking X11/Xft/Xft.h usability... yes
TZ> checking X11/Xft/Xft.h presence... yes
TZ> checking for X11/Xft/Xft.h... yes
TZ> checking for XftFontOpen in -lXft... yes
TZ> checking X11/xpm.h usability... yes
TZ> checking X11/xpm.h presence... yes
TZ> checking for X11/xpm.h... yes
TZ> checking for XpmReadFileToPixmap in -lXpm... yes
TZ> checking for XpmReturnAllocPixels preprocessor define... yes
TZ> checking jerror.h usability... yes
TZ> checking jerror.h presence... yes
TZ> checking for jerror.h... yes
TZ> checking for jpeg_destroy_compress in -ljpeg... yes
TZ> checking png.h usability... yes
TZ> checking png.h presence... yes
TZ> checking for png.h... yes
TZ> checking libpng/png.h usability... yes
TZ> checking libpng/png.h presence... yes
TZ> checking for libpng/png.h... yes
TZ> checking for png_get_channels in -lpng... yes
TZ> checking gif_lib.h usability... yes
TZ> checking gif_lib.h presence... yes
TZ> checking for gif_lib.h... yes
TZ> checking for EGifPutExtensionLast in -lgif... yes
TZ> checking gpm.h usability... no
TZ> checking gpm.h presence... no
TZ> checking for gpm.h... no
TZ> checking malloc/malloc.h usability... no
TZ> checking malloc/malloc.h presence... no
TZ> checking for malloc/malloc.h... no
TZ> checking X11/SM/SMlib.h usability... yes
TZ> checking X11/SM/SMlib.h presence... yes
TZ> checking for X11/SM/SMlib.h... yes
TZ> checking for SmcOpenConnection in -lSM... yes
TZ> checking whether netdb declares h_errno... yes
TZ> checking for working alloca.h... yes
TZ> checking for alloca... yes
TZ> checking for sqrt in -lm... yes
TZ> checking for maillock in -lmail... no
TZ> checking for maillock in -llockfile... no
TZ> checking for liblockfile.so... no
TZ> checking for touchlock... no
TZ> checking maillock.h usability... no
TZ> checking maillock.h presence... no
TZ> checking for maillock.h... no
TZ> checking for gethostname... yes
TZ> checking for getdomainname... yes
TZ> checking for dup2... yes
TZ> checking for rename... yes
TZ> checking for closedir... yes
TZ> checking for mkdir... yes
TZ> checking for rmdir... yes
TZ> checking for sysinfo... yes
TZ> checking for getrusage... yes
TZ> checking for get_current_dir_name... yes
TZ> checking for random... yes
TZ> checking for lrand48... yes
TZ> checking for bcopy... yes
TZ> checking for bcmp... yes
TZ> checking for logb... yes
TZ> checking for frexp... yes
TZ> checking for fmod... yes
TZ> checking for rint... yes
TZ> checking for cbrt... yes
TZ> checking for ftime... yes
TZ> checking for setsid... yes
TZ> checking for strerror... yes
TZ> checking for fpathconf... yes
TZ> checking for select... yes
TZ> checking for mktime... yes
TZ> checking for euidaccess... yes
TZ> checking for getpagesize... (cached) yes
TZ> checking for tzset... yes
TZ> checking for setlocale... yes
TZ> checking for utimes... yes
TZ> checking for setrlimit... yes
TZ> checking for setpgid... yes
TZ> checking for getcwd... yes
TZ> checking for getwd... yes
TZ> checking for shutdown... yes
TZ> checking for getaddrinfo... yes
TZ> checking for __fpending... yes
TZ> checking for mblen... yes
TZ> checking for mbrlen... yes
TZ> checking for mbsinit... yes
TZ> checking for strsignal... yes
TZ> checking for setitimer... yes
TZ> checking for ualarm... yes
TZ> checking for index... yes
TZ> checking for rindex... yes
TZ> checking for sendto... yes
TZ> checking for recvfrom... yes
TZ> checking for getsockopt... yes
TZ> checking for setsockopt... yes
TZ> checking for getsockname... yes
TZ> checking for getpeername... yes
TZ> checking for gai_strerror... yes
TZ> checking for mkstemp... yes
TZ> checking for getline... yes
TZ> checking for getdelim... yes
TZ> checking for mremap... yes
TZ> checking for memmove... yes
TZ> checking for fsync... yes
TZ> checking for sync... yes
TZ> checking for bzero... yes
TZ> checking for memset... yes
TZ> checking for memcmp... yes
TZ> checking for difftime... yes
TZ> checking for memcpy... yes
TZ> checking for mempcpy... yes
TZ> checking for mblen... (cached) yes
TZ> checking for mbrlen... (cached) yes
TZ> checking for posix_memalign... yes
TZ> checking sys/un.h usability... yes
TZ> checking sys/un.h presence... yes
TZ> checking for sys/un.h... yes
TZ> checking for sys/time.h... (cached) yes
TZ> checking for unistd.h... (cached) yes
TZ> checking for alarm... yes
TZ> checking for working mktime... yes
TZ> checking for getloadavg... yes
TZ> checking for pstat_getdynamic... no
TZ> checking for kstat_open in -lkstat... no
TZ> checking for getloadavg... yes
TZ> checking whether getloadavg requires setgid... no
TZ> checking for _LARGEFILE_SOURCE value needed for large files... no
TZ> checking getopt.h usability... yes
TZ> checking getopt.h presence... yes
TZ> checking for getopt.h... yes
TZ> checking for getopt_long_only... yes
TZ> checking whether optreset is declared... no
TZ> checking for working GNU getopt function... yes
TZ> checking whether getpgrp requires zero arguments... yes
TZ> checking for strftime... yes
TZ> checking for grantpt... yes
TZ> checking for getpt... yes
TZ> checking for tparm in -lncurses... yes
TZ> checking for res_init... no
TZ> checking for res_init with -lresolv... yes
TZ> checking for dgettext in -lintl... no
TZ> checking whether localtime caches TZ... no
TZ> checking for gettimeofday... yes
TZ> checking whether gettimeofday can accept two arguments... yes
TZ> checking for socket... yes
TZ> checking netinet/in.h usability... yes
TZ> checking netinet/in.h presence... yes
TZ> checking for netinet/in.h... yes
TZ> checking arpa/inet.h usability... yes
TZ> checking arpa/inet.h presence... yes
TZ> checking for arpa/inet.h... yes
TZ> checking sys/ioctl.h usability... yes
TZ> checking sys/ioctl.h presence... yes
TZ> checking for sys/ioctl.h... yes
TZ> checking whether system supports dynamic ptys... yes
TZ> checking for pid_t... yes
TZ> checking vfork.h usability... no
TZ> checking vfork.h presence... no
TZ> checking for vfork.h... no
TZ> checking for fork... yes
TZ> checking for vfork... yes
TZ> checking for working fork... yes
TZ> checking for working vfork... (cached) yes
TZ> checking for nl_langinfo and CODESET... yes
TZ> checking for size_t... yes
TZ> checking for mbstate_t... yes
TZ> checking for C restrict keyword... __restrict
TZ> checking for C restricted array declarations... yes

TZ> Configured for `i686-pc-linux-gnu'.

TZ>   Where should the build process find the source code?    /home/tzz/source/emacs
TZ>   What operating system and machine description files should Emacs use?
TZ>         `s/gnu-linux.h' and `m/intel386.h'
TZ>   What compiler should emacs be built with?               gcc -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions
TZ>   Should Emacs use the GNU version of malloc?             yes
TZ>       (Using Doug Lea's new malloc from the GNU C Library.)
TZ>   Should Emacs use a relocating allocator for buffers?    yes
TZ>   Should Emacs use mmap(2) for buffer allocation?         no
TZ>   What window system should Emacs use?                    x11
TZ>   What toolkit should Emacs use?                          GTK
TZ>   Where do we find X Windows header files?                Standard dirs
TZ>   Where do we find X Windows libraries?                   Standard dirs
TZ>   Does Emacs use -lXaw3d?                                 no
TZ>   Does Emacs use -lXpm?                                   yes
TZ>   Does Emacs use -ljpeg?                                  yes
TZ>   Does Emacs use -ltiff?                                  no
TZ>   Does Emacs use a gif library?                           yes -lgif
TZ>   Does Emacs use -lpng?                                   yes
TZ>   Does Emacs use -lrsvg-2?                                no
TZ>   Does Emacs use -lgpm?                                   no
TZ>   Does Emacs use X toolkit scroll bars?                   yes

TZ> configure: creating ./config.status
TZ> config.status: creating Makefile
TZ> config.status: creating lib-src/Makefile.c
TZ> config.status: creating oldXMenu/Makefile
TZ> config.status: creating doc/emacs/Makefile
TZ> config.status: creating doc/misc/Makefile
TZ> config.status: creating doc/lispintro/Makefile
TZ> config.status: creating doc/lispref/Makefile
TZ> config.status: creating src/Makefile.c
TZ> config.status: creating lwlib/Makefile
TZ> config.status: creating lisp/Makefile
TZ> config.status: creating leim/Makefile
TZ> config.status: creating src/config.h
TZ> config.status: src/config.h is unchanged
TZ> config.status: executing default commands
TZ> creating src/epaths.h
TZ> src/epaths.h is unchanged
TZ> creating lib-src/Makefile
TZ> creating src/Makefile

>> make bootstrap
TZ> (cd src;      make  mostlyclean)
TZ> make[1]: Entering directory `/home/tzz/source/emacs/src'
TZ> rm -f temacs prefix-args core *.core \#* *.o libXMenu11.a liblw.a
TZ> rm -f ../etc/DOC
TZ> rm -f bootstrap-emacs emacs-23.0.50
TZ> rm -f buildobj.lst
TZ> make[1]: Leaving directory `/home/tzz/source/emacs/src'
TZ> (cd oldXMenu; make  clean)
TZ> make[1]: Entering directory `/home/tzz/source/emacs/oldXMenu'
TZ> rm -f libXMenu11.a Activate.o AddPane.o AddSel.o ChgPane.o ChgSel.o Create.o DelPane.o DelSel.o Destroy.o Error.o EvHand.o FindPane.o FindSel.o InsPane.o InsSel.o Internal.o Locate.o Post.o Recomp.o SetAEQ.o SetFrz.o SetPane.o SetSel.o XDelAssoc.o XLookAssoc.o XCrAssoc.o XDestAssoc.o XMakeAssoc.o insque.o
TZ> make[1]: Leaving directory `/home/tzz/source/emacs/oldXMenu'
TZ> (cd lwlib;    make  clean)
TZ> make[1]: Entering directory `/home/tzz/source/emacs/lwlib'
TZ> rm -f *.o core errs ,* *.a .emacs_* make.log MakeOut \#*
TZ> make[1]: Leaving directory `/home/tzz/source/emacs/lwlib'
TZ> (cd lib-src;  make  clean)
TZ> make[1]: Entering directory `/home/tzz/source/emacs/lib-src'
TZ> rm -f core *.o getopt.h getopt.h-t
TZ> rm -f etags ctags emacsclient b2m ebrowse profile digest-doc sorted-doc movemail cvtmail fakemail hexl update-game-score test-distrib make-docfile
TZ> rm -f fns*.el *.tab.c *.tab.h
TZ> make[1]: Leaving directory `/home/tzz/source/emacs/lib-src'
TZ> (cd doc/emacs &&   make  clean)
TZ> make[1]: Entering directory `/home/tzz/source/emacs/doc/emacs'
TZ> rm -f *.log *.cp *.fn *.ky *.op *.ops *.pg *.vr core *.tp *.core
TZ> rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
TZ> rm -f *.dvi
TZ> make[1]: Leaving directory `/home/tzz/source/emacs/doc/emacs'
TZ> (cd doc/misc &&   make  clean)
TZ> make[1]: Entering directory `/home/tzz/source/emacs/doc/misc'
TZ> rm -f *.log *.cp *.fn *.ky *.op *.ops *.pg *.vr core *.tp \
TZ> 	*.tps *.core gnustmp.*
TZ> rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
TZ> rm -f *.dvi
TZ> make[1]: Leaving directory `/home/tzz/source/emacs/doc/misc'
TZ> (cd doc/lispref &&   make  clean)
TZ> make[1]: Entering directory `/home/tzz/source/emacs/doc/lispref'
TZ> rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \
TZ>               *.vr *.vrs *.pg *.pgs *.ky *.kys
TZ> rm -f make.out core
TZ> make[1]: Leaving directory `/home/tzz/source/emacs/doc/lispref'
TZ> (cd doc/lispintro &&   make  clean)
TZ> make[1]: Entering directory `/home/tzz/source/emacs/doc/lispintro'
TZ> rm -f  *.log *.cp *.fn *.ky *.pg *.vr *.tp
TZ> rm -f *.dvi
TZ> make[1]: Leaving directory `/home/tzz/source/emacs/doc/lispintro'
TZ> (cd leim;     make  clean)
TZ> make[1]: Entering directory `/home/tzz/source/emacs/leim'
TZ> rm -f quail/CCDOSPY.elc quail/Punct.elc quail/QJ.elc quail/SW.elc quail/TONEPY.elc quail/4Corner.elc quail/ARRAY30.elc quail/ECDICT.elc quail/ETZY.elc quail/Punct-b5.elc quail/PY-b5.elc quail/QJ-b5.elc quail/ZOZY.elc quail/tsang-b5.elc quail/quick-b5.elc quail/tsang-cns.elc quail/quick-cns.elc quail/PY.elc quail/ZIRANMA.elc quail/CTLau.elc quail/CTLau-b5.elc quail/CCDOSPY.el quail/Punct.el quail/QJ.el quail/SW.el quail/TONEPY.el quail/4Corner.el quail/ARRAY30.el quail/ECDICT.el quail/ETZY.el quail/Punct-b5.el quail/PY-b5.el quail/QJ-b5.el quail/ZOZY.el quail/tsang-b5.el quail/quick-b5.el quail/tsang-cns.el quail/quick-cns.el quail/PY.el quail/ZIRANMA.el quail/CTLau.el quail/CTLau-b5.el \
TZ> 		leim-list.el changed.tit changed.misc
TZ> make[1]: Leaving directory `/home/tzz/source/emacs/leim'
TZ> (cd lisp;     make  bootstrap-clean)
TZ> make[1]: Entering directory `/home/tzz/source/emacs/lisp'
TZ> cd /home/tzz/source/emacs/lisp; rm -f *.elc */*.elc
TZ> make[1]: Leaving directory `/home/tzz/source/emacs/lisp'
TZ> (cd leim;     make  bootstrap-clean)
TZ> make[1]: Entering directory `/home/tzz/source/emacs/leim'
TZ> rm -f quail/CCDOSPY.elc quail/Punct.elc quail/QJ.elc quail/SW.elc quail/TONEPY.elc quail/4Corner.elc quail/ARRAY30.elc quail/ECDICT.elc quail/ETZY.elc quail/Punct-b5.elc quail/PY-b5.elc quail/QJ-b5.elc quail/ZOZY.elc quail/tsang-b5.elc quail/quick-b5.elc quail/tsang-cns.elc quail/quick-cns.elc quail/PY.elc quail/ZIRANMA.elc quail/CTLau.elc quail/CTLau-b5.elc quail/CCDOSPY.el quail/Punct.el quail/QJ.el quail/SW.el quail/TONEPY.el quail/4Corner.el quail/ARRAY30.el quail/ECDICT.el quail/ETZY.el quail/Punct-b5.el quail/PY-b5.el quail/QJ-b5.el quail/ZOZY.el quail/tsang-b5.el quail/quick-b5.el quail/tsang-cns.el quail/quick-cns.el quail/PY.el quail/ZIRANMA.el quail/CTLau.el quail/CTLau-b5.el \
TZ> 		leim-list.el changed.tit changed.misc
TZ> rm -f quail/CCDOSPY.elc quail/Punct.elc quail/QJ.elc quail/SW.elc quail/TONEPY.elc /home/tzz/source/emacs/leim/quail/py-punct.elc quail/4Corner.elc quail/ARRAY30.elc quail/ECDICT.elc quail/ETZY.elc quail/Punct-b5.elc quail/PY-b5.elc quail/QJ-b5.elc quail/ZOZY.elc /home/tzz/source/emacs/leim/quail/pypunct-b5.elc /home/tzz/source/emacs/leim/quail/japanese.elc /home/tzz/source/emacs/leim/ja-dic/ja-dic.elc /home/tzz/source/emacs/leim/quail/hangul.elc /home/tzz/source/emacs/leim/quail/hangul3.elc /home/tzz/source/emacs/leim/quail/hanja.elc /home/tzz/source/emacs/leim/quail/hanja3.elc /home/tzz/source/emacs/leim/quail/hanja-jis.elc /home/tzz/source/emacs/leim/quail/symbol-ksc.elc /home/tzz/source/emacs/leim/quail/thai.elc /home/tzz/source/emacs/leim/quail/viqr.elc /home/tzz/source/emacs/leim/quail/vntelex.elc /home/tzz/source/emacs/leim/quail/lao.elc /home/tzz/source/emacs/leim/quail/lrt.elc /home/tzz/source/emacs/leim/quail/indian.elc /home/tzz/source/emacs/leim/quail/tibetan.elc /home/tzz/source/emacs/leim/quail/latin-pre.elc /home/tzz/source/emacs/leim/quail/latin-post.elc /home/tzz/source/emacs/leim/quail/latin-alt.elc /home/tzz/source/emacs/leim/quail/latin-ltx.elc /home/tzz/source/emacs/leim/quail/welsh.elc /home/tzz/source/emacs/leim/quail/czech.elc /home/tzz/source/emacs/leim/quail/croatian.elc /home/tzz/source/emacs/leim/quail/slovak.elc /home/tzz/source/emacs/leim/quail/greek.elc /home/tzz/source/emacs/leim/quail/cyrillic.elc /home/tzz/source/emacs/leim/quail/cyril-jis.elc /home/tzz/source/emacs/leim/quail/ethiopic.elc /home/tzz/source/emacs/leim/quail/ipa.elc /home/tzz/source/emacs/leim/quail/hebrew.elc /home/tzz/source/emacs/leim/quail/georgian.elc /home/tzz/source/emacs/leim/quail/sisheng.elc quail/tsang-b5.elc quail/quick-b5.elc quail/tsang-cns.elc quail/quick-cns.elc quail/PY.elc quail/ZIRANMA.elc quail/CTLau.elc quail/CTLau-b5.elc /home/tzz/source/emacs/leim/quail/sgml-input.elc /home/tzz/source/emacs/leim/quail/rfc1345.elc /home/tzz/source/emacs/leim/quail/uni-input.elc
TZ> make[1]: Leaving directory `/home/tzz/source/emacs/leim'
TZ> make  info bootstrap-build
TZ> make[1]: Entering directory `/home/tzz/source/emacs'
TZ> (cd doc/emacs; make -w info)
TZ> make[2]: Entering directory `/home/tzz/source/emacs/doc/emacs'
TZ> make[2]: Nothing to be done for `info'.
TZ> make[2]: Leaving directory `/home/tzz/source/emacs/doc/emacs'
TZ> (cd doc/misc; make -w info)
TZ> make[2]: Entering directory `/home/tzz/source/emacs/doc/misc'
TZ> make[2]: Nothing to be done for `info'.
TZ> make[2]: Leaving directory `/home/tzz/source/emacs/doc/misc'
TZ> (cd doc/lispref; make -w info)
TZ> make[2]: Entering directory `/home/tzz/source/emacs/doc/lispref'
TZ> make[2]: Nothing to be done for `info'.
TZ> make[2]: Leaving directory `/home/tzz/source/emacs/doc/lispref'
TZ> (cd doc/lispintro; make -w info)
TZ> make[2]: Entering directory `/home/tzz/source/emacs/doc/lispintro'
TZ> make[2]: Nothing to be done for `info'.
TZ> make[2]: Leaving directory `/home/tzz/source/emacs/doc/lispintro'
TZ> (cd lisp; make -w bootstrap-prepare)
TZ> make[2]: Entering directory `/home/tzz/source/emacs/lisp'
TZ> if test -x ../src/emacs; then				\
TZ> 	  make -w autoloads;				\
TZ> 	else							\
TZ> 	  cp /home/tzz/source/emacs/lisp/ldefs-boot.el /home/tzz/source/emacs/lisp/loaddefs.el;		\
TZ> 	fi
TZ> chmod +w /home/tzz/source/emacs/lisp/loaddefs.el		\
TZ> 	  /home/tzz/source/emacs/lisp/ps-print.el			\
TZ> 	  /home/tzz/source/emacs/lisp/emacs-lisp/cl-loaddefs.el
TZ> make[2]: Leaving directory `/home/tzz/source/emacs/lisp'
TZ> (cd src; make -w bootstrap)
TZ> make[2]: Entering directory `/home/tzz/source/emacs/src'
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions pre-crt0.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions dispnew.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions frame.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions scroll.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xdisp.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xmenu.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions window.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions charset.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions coding.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions category.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions ccl.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions cm.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions term.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions terminal.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xfaces.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xterm.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xfns.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xselect.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xrdb.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions fontset.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions xsmfns.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions fringe.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions image.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions gtkutil.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions emacs.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions keyboard.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions macros.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions keymap.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions sysdep.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions buffer.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions filelock.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions insdel.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions marker.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions minibuf.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions fileio.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions dired.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions filemode.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions cmds.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions casetab.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions casefiddle.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions indent.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions search.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions regex.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions undo.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions alloc.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions data.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions doc.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions editfns.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions callint.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions eval.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions floatfns.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions fns.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions print.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions lread.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions syntax.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions unexelf.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions bytecode.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions process.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions callproc.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions region-cache.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions sound.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions atimer.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions doprnt.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions strftime.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions intervals.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions textprop.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions composite.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions md5.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions terminfo.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions lastfile.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions vm-limit.c
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> gcc -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/home/tzz/source/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2   -O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions -Wl,-znocombreloc  /home/tzz/source/emacs/src/prefix-args.c -o prefix-args
TZ> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
TZ> echo "dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o gtkutil.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 print.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o    terminfo.o lastfile.o   vm-limit.o   " > buildobj.lst
TZ> gcc -nostdlib `./prefix-args -Xlinker  -z nocombreloc` -Wl,-znocombreloc  -o temacs pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o gtkutil.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 print.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o    terminfo.o lastfile.o   vm-limit.o       -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lpthread -lSM -lICE -ljpeg -lpng -lz -lm -lgif -lXpm -lX11 -lXft -lfontconfig   -lresolv -lncurses   -lm -lgcc -lc -lgcc /usr/lib/crtn.o 
TZ> ./temacs --batch --load loadup bootstrap
TZ> Loading loadup.el (source)...
TZ> Using load-path (/home/tzz/source/emacs/lisp /home/tzz/source/emacs/lisp/emacs-lisp /home/tzz/source/emacs/lisp/language /home/tzz/source/emacs/lisp/international /home/tzz/source/emacs/lisp/textmodes)
TZ> Loading emacs-lisp/byte-run (source)...
TZ> Loading emacs-lisp/backquote (source)...
TZ> Loading subr (source)...
TZ> Loading version.el (source)...
TZ> Loading widget (source)...
TZ> Loading custom (source)...
TZ> Loading emacs-lisp/map-ynp (source)...
TZ> Loading cus-start (source)...
TZ> Loading international/mule (source)...
TZ> Loading international/mule-conf.el (source)...
TZ> Loading env (source)...
TZ> Loading format (source)...
TZ> Loading bindings (source)...
TZ> Loading /home/tzz/source/emacs/lisp/files.el (source)...
TZ> Maximum buffer size exceeded
TZ> make[2]: *** [bootstrap-emacs] Error 255
TZ> make[2]: Leaving directory `/home/tzz/source/emacs/src'
TZ> make[1]: *** [bootstrap-build] Error 2
TZ> make[1]: Leaving directory `/home/tzz/source/emacs'
TZ> make: *** [bootstrap] Error 2

^ permalink raw reply	[flat|nested] 16+ messages in thread

* make bootstrap fails from fresh CVS checkout (was: GNU/Linux (Ubuntu 7.10) bootstrap from a CVS checkout fails ("Maximum buffer size exceeded"))
  2007-11-30 23:17 ` Ted Zlatanov
@ 2007-12-14 20:52   ` Ted Zlatanov
  2007-12-31 18:17     ` where to report bootstrap bugs? (was: make bootstrap fails from fresh CVS checkout) Ted Zlatanov
  2007-12-31 20:57     ` repost of 'make bootstrap' problem " Ted Zlatanov
  0 siblings, 2 replies; 16+ messages in thread
From: Ted Zlatanov @ 2007-12-14 20:52 UTC (permalink / raw)
  To: emacs-devel

Further investigation:

I traced the error to fileio.c:3867:

if (XINT (end) != st.st_size
    || ((int) st.st_size * 4) / 4 != st.st_size)
  /* extra parameters added by me */
  error ("Maximum buffer size exceeded: XINT(end)=%d, st.st_size=%d", XINT(end), st.st_size);

This shows that XINT(end) and st.st_size are both 0, by the way.  This
agrees with my observation (see the original message) that no data is
read from the file that's being loaded before the maximum buffer size is
exceeded.

If I comment out that check, the compilation proceeds until:

Dumping under names emacs and emacs-23.0.50
emacs: Can't allocate buffer for /home/tzz/source/emacs/src/temacs

in unexelf.c, line 721.  I can't avoid that error so I'm unable to build Emacs.

This is under GCC 4.1.3 on Ubuntu:

Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)

I also tried GCC 3.4 with the same result, in case the 4.1.3 prerelease
was a problem.  The error was exactly the same.

It's been almost a month since I reported this problem; I'd love to
figure out the cause.  Is anyone willing to help?  My C knowledge is
insufficient to figure out what's happening.

Ted

On Fri, 30 Nov 2007 17:17:06 -0600 Ted Zlatanov <tzz@lifelogs.com> wrote: 

TZ> Is this known to be broken, or am I missing something obvious?
TZ> I am surprised a `make bootstrap' failure is happening on Ubuntu, but
TZ> even if the problem is not with Emacs itself, it certainly looks like it
TZ> (or a library interaction triggered by load-with-code-conversion) from
TZ> my investigation.

TZ> On Tue, 20 Nov 2007 14:35:46 -0600 Ted Zlatanov <tzz@lifelogs.com> wrote: 

TZ> The full log follows.  This is with a clean CVS checkout on a new
TZ> Ubuntu 7.10 install.

TZ> After looking at loadup.el, I see the problem starts with the lines:

TZ> (setq load-source-file-function 'load-with-code-conversion)
TZ> (load "files")

TZ> when I remove the load-source-file-function setq, the files.el code is
TZ> loaded fine.  The bootstrap fails later at international/utf-8.el
TZ> because it can't read a ? character, but if I have the setq the next
TZ> Lisp library loaded causes the buffer size error.

TZ> In addition, strace of the temacs process shows that no data is read()
TZ> from the .el file.  The error happens *before* which to me indicates
TZ> this is not a problem with the Lisp code.  I checked it anyhow, and
TZ> it's a clean checkout from CVS without corruption.  I suspect it's an
TZ> error at the C level but I don't know enough about the bootstrap
TZ> process to debug this.

TZ> I searched older discussions and didn't see this.  Sorry if it's an
TZ> obvious problem.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* where to report bootstrap bugs? (was: make bootstrap fails from fresh CVS checkout)
  2007-12-14 20:52   ` make bootstrap fails from fresh CVS checkout (was: GNU/Linux (Ubuntu 7.10) bootstrap from a CVS checkout fails ("Maximum buffer size exceeded")) Ted Zlatanov
@ 2007-12-31 18:17     ` Ted Zlatanov
  2007-12-31 20:45       ` Eli Zaretskii
                         ` (2 more replies)
  2007-12-31 20:57     ` repost of 'make bootstrap' problem " Ted Zlatanov
  1 sibling, 3 replies; 16+ messages in thread
From: Ted Zlatanov @ 2007-12-31 18:17 UTC (permalink / raw)
  To: emacs-devel

Is there a more appropriate place to ask about `make bootstrap' problems
from a CVS checkout, if emacs-devel is not it?

After 1.5 months since I submitted a problem report to emacs-devel (I
can't do a bug report because the bootstrap won't build) I haven't heard
anything.  While I may be the only one having the problem, my Ubuntu
installation is hardly unusual so other users could be running into this
as well.

Ted

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: where to report bootstrap bugs? (was: make bootstrap fails from fresh CVS checkout)
  2007-12-31 18:17     ` where to report bootstrap bugs? (was: make bootstrap fails from fresh CVS checkout) Ted Zlatanov
@ 2007-12-31 20:45       ` Eli Zaretskii
  2007-12-31 21:14       ` where to report bootstrap bugs? Michael Albinus
  2008-01-01  3:18       ` where to report bootstrap bugs? (was: make bootstrap fails from fresh CVS checkout) Richard Stallman
  2 siblings, 0 replies; 16+ messages in thread
From: Eli Zaretskii @ 2007-12-31 20:45 UTC (permalink / raw)
  To: Ted Zlatanov; +Cc: emacs-devel

> From: Ted Zlatanov <tzz@lifelogs.com>
> Date: Mon, 31 Dec 2007 12:17:07 -0600
> 
> Is there a more appropriate place to ask about `make bootstrap' problems
> from a CVS checkout, if emacs-devel is not it?

emacs-devel _is_ the right place.

> After 1.5 months since I submitted a problem report to emacs-devel (I
> can't do a bug report because the bootstrap won't build) I haven't heard
> anything.

Try reposting, and thanks.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* repost of 'make bootstrap' problem (was: make bootstrap fails from fresh CVS checkout)
  2007-12-14 20:52   ` make bootstrap fails from fresh CVS checkout (was: GNU/Linux (Ubuntu 7.10) bootstrap from a CVS checkout fails ("Maximum buffer size exceeded")) Ted Zlatanov
  2007-12-31 18:17     ` where to report bootstrap bugs? (was: make bootstrap fails from fresh CVS checkout) Ted Zlatanov
@ 2007-12-31 20:57     ` Ted Zlatanov
  2008-01-01  1:30       ` repost of 'make bootstrap' problem Thien-Thi Nguyen
  1 sibling, 1 reply; 16+ messages in thread
From: Ted Zlatanov @ 2007-12-31 20:57 UTC (permalink / raw)
  To: emacs-devel

Reposting, also see message IDs <86lk8fs4r1.fsf@lifelogs.com> and
<87ir3wodst.fsf@lifelogs.com> for the original reports with full error
logs but this should be enough.  The error thrown is in the fileio.c
test I reference below.  I am top-posting since the below is just a log
of my reports, not a discussion.

Ted

On Fri, 14 Dec 2007 14:52:48 -0600 Ted Zlatanov <tzz@lifelogs.com> wrote: 

TZ> Further investigation:
TZ> I traced the error to fileio.c:3867:

TZ> if (XINT (end) != st.st_size
TZ>     || ((int) st.st_size * 4) / 4 != st.st_size)
TZ>   /* extra parameters added by me */
TZ>   error ("Maximum buffer size exceeded: XINT(end)=%d, st.st_size=%d", XINT(end), st.st_size);

TZ> This shows that XINT(end) and st.st_size are both 0, by the way.  This
TZ> agrees with my observation (see the original message) that no data is
TZ> read from the file that's being loaded before the maximum buffer size is
TZ> exceeded.

TZ> If I comment out that check, the compilation proceeds until:

TZ> Dumping under names emacs and emacs-23.0.50
TZ> emacs: Can't allocate buffer for /home/tzz/source/emacs/src/temacs

TZ> in unexelf.c, line 721.  I can't avoid that error so I'm unable to build Emacs.

TZ> This is under GCC 4.1.3 on Ubuntu:

TZ> Using built-in specs.
TZ> Target: i486-linux-gnu
TZ> Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
TZ> Thread model: posix
TZ> gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)

TZ> I also tried GCC 3.4 with the same result, in case the 4.1.3 prerelease
TZ> was a problem.  The error was exactly the same.

TZ> It's been almost a month since I reported this problem; I'd love to
TZ> figure out the cause.  Is anyone willing to help?  My C knowledge is
TZ> insufficient to figure out what's happening.

TZ> Ted

TZ> On Fri, 30 Nov 2007 17:17:06 -0600 Ted Zlatanov <tzz@lifelogs.com> wrote: 

TZ> Is this known to be broken, or am I missing something obvious?
TZ> I am surprised a `make bootstrap' failure is happening on Ubuntu, but
TZ> even if the problem is not with Emacs itself, it certainly looks like it
TZ> (or a library interaction triggered by load-with-code-conversion) from
TZ> my investigation.

TZ> On Tue, 20 Nov 2007 14:35:46 -0600 Ted Zlatanov <tzz@lifelogs.com> wrote: 

TZ> The full log follows.  This is with a clean CVS checkout on a new
TZ> Ubuntu 7.10 install.

TZ> After looking at loadup.el, I see the problem starts with the lines:

TZ> (setq load-source-file-function 'load-with-code-conversion)
TZ> (load "files")

TZ> when I remove the load-source-file-function setq, the files.el code is
TZ> loaded fine.  The bootstrap fails later at international/utf-8.el
TZ> because it can't read a ? character, but if I have the setq the next
TZ> Lisp library loaded causes the buffer size error.

TZ> In addition, strace of the temacs process shows that no data is read()
TZ> from the .el file.  The error happens *before* which to me indicates
TZ> this is not a problem with the Lisp code.  I checked it anyhow, and
TZ> it's a clean checkout from CVS without corruption.  I suspect it's an
TZ> error at the C level but I don't know enough about the bootstrap
TZ> process to debug this.

TZ> I searched older discussions and didn't see this.  Sorry if it's an
TZ> obvious problem.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: where to report bootstrap bugs?
  2007-12-31 18:17     ` where to report bootstrap bugs? (was: make bootstrap fails from fresh CVS checkout) Ted Zlatanov
  2007-12-31 20:45       ` Eli Zaretskii
@ 2007-12-31 21:14       ` Michael Albinus
  2007-12-31 21:29         ` Ted Zlatanov
  2008-01-01  3:18       ` where to report bootstrap bugs? (was: make bootstrap fails from fresh CVS checkout) Richard Stallman
  2 siblings, 1 reply; 16+ messages in thread
From: Michael Albinus @ 2007-12-31 21:14 UTC (permalink / raw)
  To: Ted Zlatanov; +Cc: emacs-devel

Ted Zlatanov <tzz@lifelogs.com> writes:

> Is there a more appropriate place to ask about `make bootstrap' problems
> from a CVS checkout, if emacs-devel is not it?
>
> After 1.5 months since I submitted a problem report to emacs-devel (I
> can't do a bug report because the bootstrap won't build) I haven't heard
> anything.  While I may be the only one having the problem, my Ubuntu
> installation is hardly unusual so other users could be running into this
> as well.

I don't remember your report, but from time to time I need a "make
distclean; ./configure; make bootstrap". Maybe this is sufficient for
you as well?  I'm also running Ubuntu.

> Ted

Best regards, Michael.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: where to report bootstrap bugs?
  2007-12-31 21:14       ` where to report bootstrap bugs? Michael Albinus
@ 2007-12-31 21:29         ` Ted Zlatanov
  2007-12-31 22:15           ` Dan Nicolaescu
  0 siblings, 1 reply; 16+ messages in thread
From: Ted Zlatanov @ 2007-12-31 21:29 UTC (permalink / raw)
  To: emacs-devel

On Mon, 31 Dec 2007 22:14:25 +0100 Michael Albinus <michael.albinus@gmx.de> wrote: 

MA> Ted Zlatanov <tzz@lifelogs.com> writes:
>> Is there a more appropriate place to ask about `make bootstrap' problems
>> from a CVS checkout, if emacs-devel is not it?
>> 
>> After 1.5 months since I submitted a problem report to emacs-devel (I
>> can't do a bug report because the bootstrap won't build) I haven't heard
>> anything.  While I may be the only one having the problem, my Ubuntu
>> installation is hardly unusual so other users could be running into this
>> as well.

MA> I don't remember your report, but from time to time I need a "make
MA> distclean; ./configure; make bootstrap". Maybe this is sufficient for
MA> you as well?  I'm also running Ubuntu.

I thought I was going crazy, so I did this, plus a clean checkout to a
completely new directory...  Nothing worked.  I traced the problem to a
test in fileio.c, and I wonder if it's a system library issue.  See my
report, which I reposted.

Thanks
Ted

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: where to report bootstrap bugs?
  2007-12-31 21:29         ` Ted Zlatanov
@ 2007-12-31 22:15           ` Dan Nicolaescu
  2008-01-02 13:30             ` Ted Zlatanov
  0 siblings, 1 reply; 16+ messages in thread
From: Dan Nicolaescu @ 2007-12-31 22:15 UTC (permalink / raw)
  To: Ted Zlatanov; +Cc: emacs-devel

Ted Zlatanov <tzz@lifelogs.com> writes:

  > On Mon, 31 Dec 2007 22:14:25 +0100 Michael Albinus <michael.albinus@gmx.de> wrote: 
  > 
  > MA> Ted Zlatanov <tzz@lifelogs.com> writes:
  > >> Is there a more appropriate place to ask about `make bootstrap' problems
  > >> from a CVS checkout, if emacs-devel is not it?
  > >> 
  > >> After 1.5 months since I submitted a problem report to emacs-devel (I
  > >> can't do a bug report because the bootstrap won't build) I haven't heard
  > >> anything.  While I may be the only one having the problem, my Ubuntu
  > >> installation is hardly unusual so other users could be running into this
  > >> as well.
  > 
  > MA> I don't remember your report, but from time to time I need a "make
  > MA> distclean; ./configure; make bootstrap". Maybe this is sufficient for
  > MA> you as well?  I'm also running Ubuntu.
  > 
  > I thought I was going crazy, so I did this, plus a clean checkout to a
  > completely new directory...  Nothing worked.  I traced the problem to a
  > test in fileio.c, and I wonder if it's a system library issue.  See my
  > report, which I reposted.

You can try compiling with -O0 to try exclude compiler bugs...

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: repost of 'make bootstrap' problem
  2007-12-31 20:57     ` repost of 'make bootstrap' problem " Ted Zlatanov
@ 2008-01-01  1:30       ` Thien-Thi Nguyen
  2008-01-01 19:48         ` Ted Zlatanov
  0 siblings, 1 reply; 16+ messages in thread
From: Thien-Thi Nguyen @ 2008-01-01  1:30 UTC (permalink / raw)
  To: Ted Zlatanov; +Cc: emacs-devel

() Ted Zlatanov <tzz@lifelogs.com>
() Mon, 31 Dec 2007 14:57:35 -0600

   Reposting

   TZ> if (XINT (end) != st.st_size
   TZ>     || ((int) st.st_size * 4) / 4 != st.st_size)
   TZ>   /* extra parameters added by me */
   TZ>   error ("Maximum buffer size exceeded: XINT(end)=%d, st.st_size=%d", XINT(end), st.st_size);

it looks like you may have missed this change:

2007-12-16  Andreas Schwab  <schwab@suse.de>

	* fileio.c (Finsert_file_contents): Fix overflow
        check to not depend on undefined integer overflow.

does that give good results?

thi

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: where to report bootstrap bugs? (was: make bootstrap fails from fresh CVS checkout)
  2007-12-31 18:17     ` where to report bootstrap bugs? (was: make bootstrap fails from fresh CVS checkout) Ted Zlatanov
  2007-12-31 20:45       ` Eli Zaretskii
  2007-12-31 21:14       ` where to report bootstrap bugs? Michael Albinus
@ 2008-01-01  3:18       ` Richard Stallman
  2 siblings, 0 replies; 16+ messages in thread
From: Richard Stallman @ 2008-01-01  3:18 UTC (permalink / raw)
  To: Ted Zlatanov; +Cc: emacs-devel

    Is there a more appropriate place to ask about `make bootstrap' problems
    from a CVS checkout, if emacs-devel is not it?

This is the right place.  However, if nobody else can make it fail,
nobody else can debug it.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: repost of 'make bootstrap' problem
  2008-01-01  1:30       ` repost of 'make bootstrap' problem Thien-Thi Nguyen
@ 2008-01-01 19:48         ` Ted Zlatanov
  0 siblings, 0 replies; 16+ messages in thread
From: Ted Zlatanov @ 2008-01-01 19:48 UTC (permalink / raw)
  To: emacs-devel

On Tue, 01 Jan 2008 02:30:02 +0100 Thien-Thi Nguyen <ttn@gnuvola.org> wrote: 

TN> () Ted Zlatanov <tzz@lifelogs.com>
TN> () Mon, 31 Dec 2007 14:57:35 -0600

TN>    Reposting

TZ> if (XINT (end) != st.st_size
TZ> || ((int) st.st_size * 4) / 4 != st.st_size)
TZ> /* extra parameters added by me */
TZ> error ("Maximum buffer size exceeded: XINT(end)=%d, st.st_size=%d", XINT(end), st.st_size);

TN> it looks like you may have missed this change:

TN> 2007-12-16  Andreas Schwab  <schwab@suse.de>

TN> 	* fileio.c (Finsert_file_contents): Fix overflow
TN>         check to not depend on undefined integer overflow.

TN> does that give good results?

I did my report on 2007-12-31 with a clean (cvs up -A) checkout from
CVS to a new directory.  Unfortunately it was still failing.  I think
it's a system-level problem, though, since a) no one else has seen it,
and b) it happens BEFORE any data is read from the file (as I explained
in my earlier post).

Ted

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: where to report bootstrap bugs?
  2007-12-31 22:15           ` Dan Nicolaescu
@ 2008-01-02 13:30             ` Ted Zlatanov
  2008-01-02 13:52               ` Andreas Schwab
  0 siblings, 1 reply; 16+ messages in thread
From: Ted Zlatanov @ 2008-01-02 13:30 UTC (permalink / raw)
  To: emacs-devel

On Mon, 31 Dec 2007 14:15:10 -0800 Dan Nicolaescu <dann@ics.uci.edu> wrote: 

DN> Ted Zlatanov <tzz@lifelogs.com> writes:
>> On Mon, 31 Dec 2007 22:14:25 +0100 Michael Albinus <michael.albinus@gmx.de> wrote: 
>> 
MA> Ted Zlatanov <tzz@lifelogs.com> writes:
>> >> Is there a more appropriate place to ask about `make bootstrap' problems
>> >> from a CVS checkout, if emacs-devel is not it?
>> >> 
>> >> After 1.5 months since I submitted a problem report to emacs-devel (I
>> >> can't do a bug report because the bootstrap won't build) I haven't heard
>> >> anything.  While I may be the only one having the problem, my Ubuntu
>> >> installation is hardly unusual so other users could be running into this
>> >> as well.
>> 
MA> I don't remember your report, but from time to time I need a "make
MA> distclean; ./configure; make bootstrap". Maybe this is sufficient for
MA> you as well?  I'm also running Ubuntu.
>> 
>> I thought I was going crazy, so I did this, plus a clean checkout to a
>> completely new directory...  Nothing worked.  I traced the problem to a
>> test in fileio.c, and I wonder if it's a system library issue.  See my
>> report, which I reposted.

DN> You can try compiling with -O0 to try exclude compiler bugs...

Ah, thanks for the hint!  I looked through my CFLAGS and found that the
bug happens with CFLAGS '-malign-double' which I had turned on together
with other optimization flags like -O9, -ffast-math, and -funroll-loops.
None of the others had an effect (and they shouldn't), but this one
broke the bootsrap build.  I kept looking at the compiler output while
debugging instead of looking at the compiler itself, that's why I missed
this so far.  Can anyone else verify this is the problem?  For me, it
has fixed the build to remove the -malign-double flag.

I don't know if -malign-double in the CFLAGS should be considered a user
screwup or an actual Emacs bug since it breaks the bootstrap (at least
on i686 32-bit).  Maybe the bootstrap process should catch this flag and
at least complain about it.  In any case, thanks for your help!

Ted

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: where to report bootstrap bugs?
  2008-01-02 13:30             ` Ted Zlatanov
@ 2008-01-02 13:52               ` Andreas Schwab
  2008-01-02 16:42                 ` Ted Zlatanov
  0 siblings, 1 reply; 16+ messages in thread
From: Andreas Schwab @ 2008-01-02 13:52 UTC (permalink / raw)
  To: Ted Zlatanov; +Cc: emacs-devel

Ted Zlatanov <tzz@lifelogs.com> writes:

> Ah, thanks for the hint!  I looked through my CFLAGS and found that the
> bug happens with CFLAGS '-malign-double'

-malign-double changes the ABI.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: where to report bootstrap bugs?
  2008-01-02 13:52               ` Andreas Schwab
@ 2008-01-02 16:42                 ` Ted Zlatanov
  2008-01-02 17:42                   ` Dan Nicolaescu
  0 siblings, 1 reply; 16+ messages in thread
From: Ted Zlatanov @ 2008-01-02 16:42 UTC (permalink / raw)
  To: emacs-devel

On Wed, 02 Jan 2008 14:52:14 +0100 Andreas Schwab <schwab@suse.de> wrote: 

AS> Ted Zlatanov <tzz@lifelogs.com> writes:
>> Ah, thanks for the hint!  I looked through my CFLAGS and found that the
>> bug happens with CFLAGS '-malign-double'

AS> -malign-double changes the ABI.

So is this considered an incorrigible user screwup, or should `make
bootstrap' detect my stupidity and warn me about it? :)  

Are there other compiler flags (for GCC at least) that break `make
bootstrap'?

Ted

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: where to report bootstrap bugs?
  2008-01-02 16:42                 ` Ted Zlatanov
@ 2008-01-02 17:42                   ` Dan Nicolaescu
  0 siblings, 0 replies; 16+ messages in thread
From: Dan Nicolaescu @ 2008-01-02 17:42 UTC (permalink / raw)
  To: Ted Zlatanov; +Cc: emacs-devel

Ted Zlatanov <tzz@lifelogs.com> writes:

  > On Wed, 02 Jan 2008 14:52:14 +0100 Andreas Schwab <schwab@suse.de> wrote: 
  > 
  > AS> Ted Zlatanov <tzz@lifelogs.com> writes:
  > >> Ah, thanks for the hint!  I looked through my CFLAGS and found that the
  > >> bug happens with CFLAGS '-malign-double'
  > 
  > AS> -malign-double changes the ABI.
  > 
  > So is this considered an incorrigible user screwup, or should `make
  > bootstrap' detect my stupidity and warn me about it? :)  

IMO this is a user screwup. Users should not play with compiler flags
they don't understand, we can't detect these types of mistakes. 
BTW, "-O9" is a telltale.

  > Are there other compiler flags (for GCC at least) that break `make
  > bootstrap'?

There are a few other flags that change the ABI, so they might break
things.

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2008-01-02 17:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-20 20:35 GNU/Linux (Ubuntu 7.10) bootstrap from a CVS checkout fails ("Maximum buffer size exceeded") Ted Zlatanov
2007-11-30 23:17 ` Ted Zlatanov
2007-12-14 20:52   ` make bootstrap fails from fresh CVS checkout (was: GNU/Linux (Ubuntu 7.10) bootstrap from a CVS checkout fails ("Maximum buffer size exceeded")) Ted Zlatanov
2007-12-31 18:17     ` where to report bootstrap bugs? (was: make bootstrap fails from fresh CVS checkout) Ted Zlatanov
2007-12-31 20:45       ` Eli Zaretskii
2007-12-31 21:14       ` where to report bootstrap bugs? Michael Albinus
2007-12-31 21:29         ` Ted Zlatanov
2007-12-31 22:15           ` Dan Nicolaescu
2008-01-02 13:30             ` Ted Zlatanov
2008-01-02 13:52               ` Andreas Schwab
2008-01-02 16:42                 ` Ted Zlatanov
2008-01-02 17:42                   ` Dan Nicolaescu
2008-01-01  3:18       ` where to report bootstrap bugs? (was: make bootstrap fails from fresh CVS checkout) Richard Stallman
2007-12-31 20:57     ` repost of 'make bootstrap' problem " Ted Zlatanov
2008-01-01  1:30       ` repost of 'make bootstrap' problem Thien-Thi Nguyen
2008-01-01 19:48         ` Ted Zlatanov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).